<?xml version="1.0" encoding="UTF-8"?>
<rss  xmlns:atom="http://www.w3.org/2005/Atom" 
      xmlns:media="http://search.yahoo.com/mrss/" 
      xmlns:content="http://purl.org/rss/1.0/modules/content/" 
      xmlns:dc="http://purl.org/dc/elements/1.1/" 
      version="2.0">
<channel>
<title>r.iresmi.net</title>
<link>https://r.iresmi.net/</link>
<atom:link href="https://r.iresmi.net/index.xml" rel="self" type="application/rss+xml"/>
<description>R stuff so I can remember it</description>
<generator>quarto-1.7.32</generator>
<lastBuildDate>Sun, 28 Dec 2025 19:00:00 GMT</lastBuildDate>
<item>
  <title>Railway population</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/railway_population/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://www.flickr.com/photos/rhemkes/36735134755/"><img src="https://r.iresmi.net/posts/2025/railway_population/images/36735134755_7bee757a33_c.jpg" class="preview-image img-fluid figure-img" alt="A photo of a Eurostar train"></a></p>
<figcaption>Eurostar 3213 and 3214 in Marseille-Saint-Charles in 2017 – CC-BY by Roel Hemkes</figcaption>
</figure>
</div>
<p>The following map from 2024 by Simon C. Scherrer (via <a href="https://mastodon.social/@freakonometrics/115792358535180595">@freakonometrics</a>) indicates that one-third of the Swiss population lives in a five-kilometer-wide strip on either side of the Intercity&nbsp;1 railway line.</p>
<div id="fig-scherrer" class="quarto-float quarto-figure quarto-figure-center anchored" alt="A map showing that a third of the Switzerland population lives along the Geneva-St Gallen railway line">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-scherrer-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<a href="https://www.nzz.ch/folio/drittel-der-schweiz-lebt-entlang-dieser-bahnlinie-ld.1827747"><img src="https://r.iresmi.net/posts/2025/railway_population/images/swiss_railways.webp" class="img-fluid figure-img" alt="A map showing that a third of the Switzerland population lives along the Geneva-St Gallen railway line"></a>
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-scherrer-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: A third of the Switzerland population lives along the Geneva–St.&nbsp;Gallen railway line – 2024-04-24 by Simon C. Scherrer – data: Kontur/data.sbb.ch/Natural Earth
</figcaption>
</figure>
</div>
<p>What is the situation in France?</p>
<p>I didn’t easily find the statistics per line, but I guess a similar configuration —main line (whatever it means), main cities, many passengers, crossing the country— would be the discontinued <a href="https://en.wikipedia.org/wiki/Eurostar">Eurostar</a> (London)–Calais–Lille–Marne-la-Vallée–Lyon–Marseille or the current shorter <a href="https://en.wikipedia.org/wiki/TGV#TGV_inOui">TGV inOui</a> Lille-Lyon-Marseille. However they don’t stop at Paris <em>intra muros</em>, so we miss a good part of the population.</p>
<section id="config" class="level2">
<h2 class="anchored" data-anchor-id="config">Config</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(osmdata)</span>
<span id="cb1-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(purrr)</span>
<span id="cb1-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(httr2)</span>
<span id="cb1-7"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(rnaturalearth)</span>
<span id="cb1-8"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(stringr)</span>
<span id="cb1-9"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggplot2)</span>
<span id="cb1-10"></span>
<span id="cb1-11"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">sf_use_s2</span>(<span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>)</span></code></pre></div>
</div>
<div class="callout callout-style-default callout-note callout-titled">
<div class="callout-header d-flex align-content-center">
<div class="callout-icon-container">
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
Note
</div>
</div>
<div class="callout-body-container callout-body">
<p>A 7z system binary is also required</p>
</div>
</div>
</section>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<section id="railway" class="level3">
<h3 class="anchored" data-anchor-id="railway">Railway</h3>
<p>We can get the railway geometry from the <a href="https://www.openstreetmap.org/relation/5951791">OSM relation</a> with <a href="https://docs.ropensci.org/osmdata/">{osmdata}</a> and an Overpass API query.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1">osm <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> r<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"([out:xml][timeout:6000];</span></span>
<span id="cb2-2"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">relation(5951791);</span></span>
<span id="cb2-3"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">(._;&gt;;);</span></span>
<span id="cb2-4"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">out body;)"</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">osmdata_sf</span>() </span>
<span id="cb2-6"></span>
<span id="cb2-7"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># the line</span></span>
<span id="cb2-8">eurostar <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> osm <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-9">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">pluck</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"osm_multilines"</span>)</span>
<span id="cb2-10"></span>
<span id="cb2-11"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># main stations</span></span>
<span id="cb2-12">stations <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> osm<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>osm_points <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-13">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(railway <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"stop"</span>, </span>
<span id="cb2-14">         uic_ref <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">%in%</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"8775100"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"8772319"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"8711184"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"8722326"</span>))</span>
<span id="cb2-15"></span>
<span id="cb2-16"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># base map from Natural Earth</span></span>
<span id="cb2-17">fr <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ne_countries</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">scale =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"large"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-18">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_intersection</span>(eurostar <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-19">                    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_bbox</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-20">                    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_as_sfc</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-21">                    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_buffer</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">4.5</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">joinStyle =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"MITRE"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">mitreLimit =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">10</span>))</span></code></pre></div>
</div>
<div class="cell">
<div class="sourceCode cell-code" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1">eurostar <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> fr, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"darkgrey"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"red"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">linewidth =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.5</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">alpha =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.8</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> stations) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> stations, </span>
<span id="cb3-7">               <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_wrap</span>(name, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">width =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">15</span>,</span>
<span id="cb3-8">                                    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">whitespace_only =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>)), </span>
<span id="cb3-9">               <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">3</span>,</span>
<span id="cb3-10">               <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">hjust =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.1</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"London-Marseille"</span>,</span>
<span id="cb3-12">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data: OpenStreetMap contributors</span></span>
<span id="cb3-13"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      Natural Earth</span></span>
<span id="cb3-14"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      https://r.iresmi.net - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-15">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-16">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey40"</span>),</span>
<span id="cb3-17">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.background =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span>),</span>
<span id="cb3-18">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.margin =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(.<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">units =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>))</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map-0" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Map of London-Marseille railway">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-0-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/railway_population/index_files/figure-html/fig-map-0-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Map of London-Marseille railway">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-0-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;2: London-Marseille railway
</figcaption>
</figure>
</div>
</div>
</div>
</section>
<section id="population" class="level3">
<h3 class="anchored" data-anchor-id="population">Population</h3>
<p>Population data comes from <a href="https://www.insee.fr/fr/statistiques/7655475?sommaire=7655515">INSEE 2015 200&nbsp;m grid</a>.</p>
<div class="callout callout-style-default callout-caution callout-titled">
<div class="callout-header d-flex align-content-center">
<div class="callout-icon-container">
<i class="callout-icon"></i>
</div>
<div class="callout-title-container flex-fill">
Caution
</div>
</div>
<div class="callout-body-container callout-body">
<p>The 7z file is itself zipped!</p>
</div>
</div>
<div class="cell">
<div class="sourceCode cell-code" id="cb4" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb4-1"><span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">if</span> (<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">file.exists</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"carreaux_200m_met.gpkg"</span>)) {</span>
<span id="cb4-2">  pop_file <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Filosofi2019_carreaux_200m_gpkg.zip"</span></span>
<span id="cb4-3">  <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">if</span> (<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">file.exists</span>(pop_file)) {</span>
<span id="cb4-4">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">request</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://www.insee.fr/fr/statistiques/fichier/7655475/</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">\\</span></span>
<span id="cb4-5"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                 {pop_file}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb4-6">      <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">req_perform</span>(pop_file)</span>
<span id="cb4-7">  }</span>
<span id="cb4-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unzip</span>(pop_file)</span>
<span id="cb4-9">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">system</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"7z e Filosofi2019_carreaux_200m_gpkg.7z carreaux_200m_met.gpkg"</span>)</span>
<span id="cb4-10">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">system</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"rm Filosofi2019_carreaux_200m_gpkg.*"</span>)</span>
<span id="cb4-11">}</span>
<span id="cb4-12"></span>
<span id="cb4-13">pop <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"carreaux_200m_met.gpkg"</span>)</span></code></pre></div>
</div>
</section>
</section>
<section id="results" class="level2">
<h2 class="anchored" data-anchor-id="results">Results</h2>
<section id="within-5-km" class="level3">
<h3 class="anchored" data-anchor-id="within-5-km">Within 5&nbsp;km</h3>
<div class="cell">
<div class="sourceCode cell-code" id="cb5" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb5-1">pop_5km <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> pop <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_filter</span>(eurostar <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-3">              <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:2154"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-4">              <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_buffer</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">5000</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_drop_geometry</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarise</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">pop_tot =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">sum</span>(ind, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">na.rm =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">pull</span>(pop_tot)</span>
<span id="cb5-8"></span>
<span id="cb5-9">pop_fr <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> pop <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-10">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_drop_geometry</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarise</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">pop_tot =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">sum</span>(ind, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">na.rm =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-12">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">pull</span>(pop_tot)</span></code></pre></div>
</div>
<ul>
<li>Total population: 62,971,073</li>
<li>Population within 5&nbsp;km: 4,163,426</li>
</ul>
<p>So only 6.6&nbsp;% of the french (metropolitan) population is within 5&nbsp;km of this railway line.</p>
</section>
<section id="within-50-km" class="level3">
<h3 class="anchored" data-anchor-id="within-50-km">Within 50&nbsp;km</h3>
<p>If we extend to 50&nbsp;km, we’ll capture most part of Paris…</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb6" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb6-1">eurostar <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb6-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> fr, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"darkgrey"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"red"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">linewidth =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.5</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">alpha =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.8</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> eurostar <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb6-6">            <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:2154"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb6-7">            <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_buffer</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">50000</span>),</span>
<span id="cb6-8">          <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"red"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">alpha =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.2</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-9">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> stations) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-10">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> stations, </span>
<span id="cb6-11">               <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">label =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_wrap</span>(name, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">width =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">15</span>,</span>
<span id="cb6-12">                                    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">whitespace_only =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>)), </span>
<span id="cb6-13">               <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">3</span>,</span>
<span id="cb6-14">               <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">hjust =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1.1</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-15">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"London-Marseille"</span>,</span>
<span id="cb6-16">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data: OpenStreetMap contributors</span></span>
<span id="cb6-17"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      Natural Earth</span></span>
<span id="cb6-18"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      https://r.iresmi.net - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-19">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb6-20">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey40"</span>),</span>
<span id="cb6-21">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.background =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span>),</span>
<span id="cb6-22">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.margin =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(.<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">units =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>))</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map-50" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Map of London-Marseille railway and a 50&nbsp;km buffer">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-50-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/railway_population/index_files/figure-html/fig-map-50-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Map of London-Marseille railway and a 50&nbsp;km buffer">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-50-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;3: London-Marseille railway in France and a 50&nbsp;km buffer
</figcaption>
</figure>
</div>
</div>
</div>
<div class="cell">
<div class="sourceCode cell-code" id="cb7" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb7-1">pop_50km <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> pop <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb7-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_filter</span>(eurostar <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb7-3">              <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:2154"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb7-4">              <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_buffer</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">50000</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb7-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_drop_geometry</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb7-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarise</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">pop_tot =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">sum</span>(ind, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">na.rm =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb7-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">pull</span>(pop_tot)</span></code></pre></div>
</div>
<ul>
<li>Population within 50&nbsp;km: 25,696,130</li>
</ul>
<p>So 40.8&nbsp;% of the french (metropolitan) population is within 50&nbsp;km of this railway line. Not bad, but the question could be now: does the train stop at a station near you? This is left as an exercise to the reader (spoiler: <a href="https://www.lecanardenchaine.fr/societe/52708-gare-aux-arrets-tgv-peu-rentables">less</a> and less…).</p>


<!-- -->

</section>
</section>

 ]]></description>
  <category>R</category>
  <category>spatial</category>
  <category>OSM</category>
  <guid>https://r.iresmi.net/posts/2025/railway_population/</guid>
  <pubDate>Sun, 28 Dec 2025 19:00:00 GMT</pubDate>
</item>
<item>
  <title>Oil spill</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/oil_spill/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://www.flickr.com/photos/19378856@N04/2037098785/"><img src="https://r.iresmi.net/posts/2025/oil_spill/images/2037098785_c81a855bf2_c.jpg" class="img-fluid figure-img" alt="A photo of an oiled bird during a Black Sea oil spill"></a></p>
<figcaption>Oiled Bird - Black Sea Oil Spill 11/12/07 – CC BY by Igor GOLUBENKOV (Marine Photobank)</figcaption>
</figure>
</div>
<p>Day&nbsp;28 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;Black&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p>There is a global oil spill dataset from 1967 to 2023 by <span class="citation" data-cites="LiuEnhancedglobaloil2025">Liu, Yin, and Cai (2025)</span>.</p>
<section id="config" class="level2">
<h2 class="anchored" data-anchor-id="config">Config</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(janitor)</span>
<span id="cb1-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(readxl)</span>
<span id="cb1-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(leaflet)</span>
<span id="cb1-7"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(leaflet.providers)</span>
<span id="cb1-8"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(leaflet.extras)</span></code></pre></div>
</div>
</section>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># https://figshare.com/ndownloader/files/55233773</span></span>
<span id="cb2-2"><span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">if</span> (<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">file.exists</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"enhanced_global_oil_spill_data_240711.xlsx"</span>)) {</span>
<span id="cb2-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">download.file</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://figshare.com/ndownloader/files/55233773"</span>,</span>
<span id="cb2-4">                <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"enhanced_global_oil_spill_data_240711.xlsx"</span>)</span>
<span id="cb2-5">}</span>
<span id="cb2-6"></span>
<span id="cb2-7">oil <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_xlsx</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"enhanced_global_oil_spill_data_240711.xlsx"</span>, </span>
<span id="cb2-8">                 <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">sheet =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Oil spill incidents"</span>, </span>
<span id="cb2-9">                 <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.name_repair =</span> make_clean_names) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-10">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">release_m3 =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">if_else</span>(max_ptl_release_gallons <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span><span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>, </span>
<span id="cb2-11">                              <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">NA_real_</span>, </span>
<span id="cb2-12">                              <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">round</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.00454609</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">*</span> max_ptl_release_gallons))) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-13">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_as_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">coords =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"lon"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"lat"</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">crs =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:4326"</span>)</span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1">oil <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">leaflet</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">addTiles</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">attribution =</span> r<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"(</span></span>
<span id="cb3-4"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">           &lt;a href="</span>https<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:</span><span class="er" style="color: #AD0000;
background-color: null;
font-style: inherit;">//</span>r.iresmi.net<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">/</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"&gt;r.iresmi.net&lt;/a&gt;.</span></span>
<span id="cb3-5"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">           data &lt;a href="</span>https<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:</span><span class="er" style="color: #AD0000;
background-color: null;
font-style: inherit;">//</span>doi.org<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">/</span><span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">10.1038</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">/</span>s41597<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">-025-05601-9</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"&gt;Liu &lt;i&gt;et al.&lt;/i&gt;&lt;/a&gt;</span></span>
<span id="cb3-6"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  )"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">addProviderTiles</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Stadia.AlidadeSmoothDark"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">addCircleMarkers</span>(</span>
<span id="cb3-9">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">radius =</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span> release_m3 <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">/</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">1e3</span>,</span>
<span id="cb3-10">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey"</span>,</span>
<span id="cb3-11">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">popup =</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"&lt;b&gt;{name}&lt;/b&gt; {open_date}&lt;br /&gt;</span></span>
<span id="cb3-12"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                   &lt;i&gt;{commodity}&lt;/i&gt; - {release_m3} m³&lt;br /&gt;</span></span>
<span id="cb3-13"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                   {description}"</span>),</span>
<span id="cb3-14">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">clusterOptions =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">markerClusterOptions</span>()) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-15">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">addFullscreenControl</span>()</span></code></pre></div>
<div id="fig-map" class="cell-output-display quarto-float quarto-figure quarto-figure-center anchored">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<div class="leaflet html-widget html-fill-item" id="htmlwidget-62d67408a77a58262eae" style="width:100%;height:480px;"></div>
<script type="application/json" data-for="htmlwidget-62d67408a77a58262eae">{"x":{"options":{"crs":{"crsClass":"L.CRS.EPSG3857","code":null,"proj4def":null,"projectedBounds":null,"options":{}},"fullscreenControl":{"position":"topleft","pseudoFullscreen":false}},"calls":[{"method":"addTiles","args":["https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png",null,null,{"minZoom":0,"maxZoom":18,"tileSize":256,"subdomains":"abc","errorTileUrl":"","tms":false,"noWrap":false,"zoomOffset":0,"zoomReverse":false,"opacity":1,"zIndex":1,"detectRetina":false,"attribution":"\n           <a href=\"https://r.iresmi.net/\">r.iresmi.net<\/a>.\n           data <a href=\"https://doi.org/10.1038/s41597-025-05601-9\">Liu <i>et al.<\/i><\/a>\n  "}]},{"method":"addProviderTiles","args":["Stadia.AlidadeSmoothDark",null,null,{"errorTileUrl":"","noWrap":false,"detectRetina":false}]},{"method":"addCircleMarkers","args":[[29.5,19.4083,28.7367,48.5833,25.3,39.8004,29.5333,43.3667,50.05,41.15,34.5333,-29.6333,29.295,9.66667,60.8389,-34.4333,25.2,56.5667,5,-35,29.9725,33.6,40.25,41.0333,33.5667,44.3333,-30.6333,28.55,41.5435,29.5611,30.6833,29.4628,34.1667,17.95,49.1667,35.8833,45.4667,50.9833,-23.8,29.9833,29.2058,30.1833,18.4833,29.5833,36.8322,29.3833,29.585,52.8167,40.525,53.6667,16.5633,41.6586,42.3167,40.7333,46,29.4983,-53,47.2333,39.75,18,25.3333,30.98,37.5,29.3693,29.8083,33.7167,29.3378,27.5152777777778,29.1843,29.9492,-25.5833,28.8849,50.5833,32.075,54.7667,40.256,38.1703,54.9078,55.08,51.7167,41.239146,17.9317,41.36972,42.2433,29.6833,37.1667,18.4717,29.4983,37.3333,27.8117,56.946,17.7527,50.6667,17.75,54.126,9.58333,37.90236799999998,40.6333,10.3273,33.9606073,40.5833,-11.92048100000001,39.8583,39.8333,18.25,39.805538,38.6667,29.87,29.9125,29.3807,29.6333,-0.108506,28.5833,37.9256,17.6667,38.9582,33.6333,28.75444444,34.35,29.5928,41.0703,29.6667,28.85,29.3833,53.7567,27.6,10.5,40.5416666667,27.295,18.4667,19.183,29.2415,44.4,18.0067,28.3333,29.986267,41.4333,30.1,34.52136,39.7979,43.3987,40.5833,29.3018333333,37.8167,-64.7833,29.748,46.9167,46.2475,29.6226,31.13,38.25,37.0161,-12.7667,29.3667,40.9405,48.5036,29.9917,48.1167,41.6333,47.78207745714943,38,43.647,37.6667,53.5,33.296184,29.363425,47.781749,39.8127,45.85,36.8883,28.4333,-34.1667,34.425,29.6864,51.8631,29.4465,38.5448,27.1,18.4402,59.809,36.8883,29.959,40.6667,38.82403399999998,40.6152,29.6404,36.76449,21.3903,-25.6067,18.0167,-14.54,30.4002,40.74,28.4133,48.5167,41.329,29.8903,30.4,18.225,40.55711297484572,60.8383,47.7823,40.6635,40.616,53.9167,28.9829,40.5878,48.4667,39.9295,43.6667,41.5667,28.37666666999999,28.1167,18.0167,33.285,30.2298,30,29.56,40.647,18.4414,27.8833,51.516,29.55463889,34.22,37.7633,41.6167,27.7305944444,28.1167,34.5292277777778,47.487291,40.5833,40.6667,61.0748,30.1124,41.4831,40.6488,29.5417,29.5,53.7237,29.65499999999999,38.41,43.889,29.5901,37.4033,29.5554,47.7808,33.948,37.8005,29.0167,29.115,10.7,42.3845,29.1092,38.8667,29.3167,18.3959,40.35,41.7833,41.8284416666667,28.7833,35.9651,28.8317,29.3774,40.5833,29.7206,32.35,40.5862,29.5733,21.3867,38.91,30.5344532969,29.4888222222,41.6820166667,30.7172222222,29.0052,29.7521,30,40.65,17.7625,40.5408,39.8667,40.652,27.85,57.1667,21.0617,29.925,40.6645,28.5833,29.0833,29.6172,37.0033,36.49197347059368,34.8833333333,29.0767,47.4612,41.5167,17.7362,13.5023,29.26,40.4667,13.5023,40.5333,32.9,30.0125,29.3333,40.544,36.8592,36.939,39.25,40.4533,34.8257,18.33513597139437,57.053055,60.6767,19.3,27.9615,29.04,53.9004,42.3,29.2351,41.5962,39.2992,5.86667,51.877,40.59148999999999,30,45.40000000000003,48.5833,38.58131843928058,30.217,29.7197,34.28,41.2333,29.1989,28.7211,26.5177,52.3783,26.8088,21.3167,29.24238333,29.2232,29.325,33.63805556,33.728,60.94170500000004,21.31,29.66561666999998,41.6,32.0823,41.3033,60.5802,29.25,29.821,29.5539,61.1194,34.4623472222,29.5617,29.36,36.945,64.45,37.8339,28.7833,18.4008,63.6953,29.5619,35.1417,57.1764,47.2667,13.4375,38.8333,29.24,42.3975,29.5668,29.2563,28.6167,29.1417,41.2705111111,17.5,29.4669,27.8599,29.1003,42.226,56.607,26.6683,53.1,41.0333,37.9576,29.3278,29.2083,57.755,28.6133,34.2539,29.983,65.7569,40.6483333333,27.82005999999997,29.11388889000001,26.0653,29.9172,29.75416666999999,43.6383,63.6962,65.25790000000001,29.85833333000001,29.6933,29.6922,29.7,33.7224,27.7333,28.535,39.85,28.9353,28.9353,29.08925000000002,36.7517,28.9417,30.3555,41.5613,51.35,36.8833,29.0958,31.9833,52.2092,41.80144444000001,28.8717,28.5069,43.5333,57.0833,44.6629,44.25,42.3454027778,42.65,42.42182500000001,46.1316666666667,28.7217,54.589,35.2946,29.7265,14.1383,28.3887,61.84361,32.637,42.3911,38.1167,38.05,53.7237,41.051,40.8191,30.4314,38.9767,26.18404599999998,44.697,29.7875,42.3881944444,28.8753,45,44.322,36.8833,29.3292,54.6667,40.6081,39.7169,43.6555,45.4238,29.3994489,55.2111,27.3967,44.7312,42.0333,32.8917,29.99169800000001,38.2819,46.1233,17.989,28.8875,29.3357,29.2667,34.35,61.09,29.1723,28.92055555999998,29.6472,29.4833,37.665,29.2718,29.2242,29.2833,39.8866,21.2945,28.3,28.5105,30.3212,41.4317,40.7333,45.5483,38.8405,38.9911027778,39.991,46.2383,57.410114,60.81666999999999,60.669,34.65,42.42157999999998,28.8167,29.6471,54.8033,37.3667,18.1167,53.175,40.9,41.683886,34.38883333,32.31498,28.5374,-78,58.403,41.5728,29.1993,44.6246,29.4,35.175,30.4271,61.0094,28.2056,57.9718,57.27000000000001,61,41.8319,26.1028,40.73805528789006,29.936,40.7438888888889,27.8167,27.5745,25.28,31.0458,26.0951,29.31861,40.8167,55.5986,47.422,30.1945,36.9472,34.27,29.2333,40.58,46.1167,40.5418,48.5036,42.2749,28.1889,29.0533,41.6608,44.4827,31.28799000000001,70.126559,38.8041666666667,39.1163888888889,42.3292,33.2775,53.75,40.5833,37.8327,38.068936,42.283447,47.707708,29.2833,40.63,46.1133,47.2735,39.7303,47.8333,39.5,30.2522,47.7833,28.9839,47.8597,66.60388,59.31857,8.033329999999999,26.6983,29.91213,29.5642,29.0542,29.3917,29.365,29.7559,39.5667,39.5667,29.1129,30.4017,29.7891,60.8242,40.8,29.2333,39.81,29.724,48.4976,41.2822,28.975331,65.26000000000001,29.78583333,29.4511111111,29.41838,39.89,29.196309,30.4341,29.65,29.5308,48.8689,26.6967,43.5,38.0637,29.6233,27.98,29.3091,29.4146,40.73,41.696,41.15,40.7417,61.0967,41.6446,48.3133,32.0806,40.855,37.25619444,45.68741528038544,47.01755299999999,44.6116666667,37.5993,39.718,29.4667,25.375,29.3333,25.9671,27.2069,42.6167,27.6067,36.8914,39.806244,35.283,36.9932,41.6915,35.4167,38.0362,29.5383,40.839,61.1189,57.1438,57.8046,42.4095,35.7027,27.63401764103638,60.95,60.7137,54.3,28.956,29.29749999999999,29.1911,29.1667,29.63194444,41.2317,32.76052777999999,21.3352777777778,41.36,29.4375,18.45,42.7494,39.4018,52.4677,37.7621,37.7113,29.3804,48.02202,36.96507400422088,45.63,45.5439097739,55.41166667,38.8060215,36.967,45.222,41.2833,41.1834,24.7933,32.83,57.4272,28.53,47.514139,36.878192,47.563298,37.98,29.675,33.9817,29.4667,59.4599,41.763,30.38,29.7737,54.2167,60.2573,28.1933,29.99186667000001,24.84100000000002,41.1118,41.7,29.07519444,34.2466,40.63,38.7671,45.268,29.3483,40.6,43.2333,43.6333,29.923256,59.964,27.9295,40.7467,38.67816667,37.0217,41.0433,29.3677,18.4278,29.5222,30.0344,29.9383,29.4803,41.65,48.8521,29.1833,28.3023,28.725,28.725,40.4271,47.6393,37.7991,29.47138889,29.775,29.0872222222,31.8691666667,40.6502777778,29.3702222222,29.6415,29.3764,46.2757,29.1723,29.978,30.0167,34.1434,29.7564,29.3219,47.5531,29.3119444444444,40.6366,30.4018,28.9833,39.8633,37.0085,40.7667,41.5833,34.6333,46.1167,60.9572,48.4434,28.4083,32.0817,44.62121207319197,28.09733850000001,39.55361244190027,28.26728611,20.52,45.653,59.0306666667,25.7561111111111,47.7296666667,18.0678333333,55.5808,26.0483,43.91,37.0758,28.7567,18.4333,56.9167,48.1516,37.4944,42.3553,47.113375,18.47,21.2833333,41.63,41.71,28.73866699999997,67.72555999999997,65.604687,29.0158,41.6883,37.5953,44.39762135321661,34.313,30.1462,29.7182,28.6167,29.5333,36.8,32.73293000000001,29.75268,29.0825277778,28.5963888889,29.0275,29.194851,29.39861111000004,58.4,33.6883,28.43638888999999,41.2853,39.8545,59.4858,18.4588,43.45940999999999,29.87981111000002,34.1118045556,39.705,47.9686,41.3828,29.6833,56.5549,39.556286,41.6688,38,48.1199,48.5107,28.45305556,29.73583332999996,28.962,60.6833,57.75778968558626,45.4617,29.0536,29.2686,29.28,30.05888889000001,29.48062578161281,29.116625,29.7,28.956685,34.9922,37.3933,29.8833,29.3526,38.8333,26.0917,58.3487,47.06638028321396,47.576327881,42.8344,25.45,27.81277778,34.3319,47.27141000000003,46.18956,56.19646699999996,29.04,48.8534,33.7224,29.71163889000002,29.07554167000001,28.55833333,28.9917,48.8333,29.02,29.7959109,36.7691666666667,32.5667,40.9748,37.7381,47.3175,48.5087,37.1667,30.37,18.3486,51.6,36.8833,30.6833,57.5,37.1431,40.8819,40.8667,37.9492,24.7233,26.9105,39.1667,39.9417,34.0326221555033,41.74088311960875,25.76966999999999,58.19083000000001,39.96,40.5805846641,39.8438676442,29.3476166667,41.5276833333,47.67,42.3,41.81,28.98,29.9,46.2833,32.7859,57.6667,40.7701,25.9561,42.1227,32.0521,18.4945,27.6583,32.0689,45.7175,27.3817,36.9633,56.3834,40.7435,27.3211,28.7,30.285,28.9845,37.59,47.54640900000001,27.6417,43.0833,48.9771,48.1417277777778,29.2344,29.6684,29.0833,30.1647,21.2927,29.4083,28.492,29.071,33.7667,31.5184,60.9971,29.45111111,29.58111111000001,29.9691,29.09527778,29.47583333,29.7214519167,29.53305556,29.92,29.4802777778,29.3,29.31,29.2133,57.7,25.0633,28.904352,28.7667,29.07,41.41410476288135,43.0383,56.9833,36.8034,40.1009,42.545,57.6667,29.2012,33.2978,47.9851,37.7658,28.9269,45.651,29.2552,46.2647,32.63188899999999,40.8136833333,29.0909,40.175,44.75,44.7333,28.4558333333,30.6775,28.0515,29.474,61.12156999999999,29.5298,29.6828,29.5666,28.6917,28.1167,60.9728,29.54027778000003,29.76691111,29.89043699999999,29.70903450000003,30.1606359,29.5217,39.0656,30.0533,25.7976,28.9833,26.0938,55.203942,39.3076,39.9908,29.2533,38.0167,39.5617,29.1219,41.6167,46.19201987952187,27.93478611,29.4969,60.6667,30.00746944,29.4157,24.7022,46.0002,33.9904,45.5383,33.3167,61.0833,39.1667,47.5833,40.6265,48.22,36.5537,60.55,41.6372,60.97204806421925,48.36786,43.64346684907469,29.05722221999999,46.12350000000001,30.04706666999999,34.87414,39.1594444444,39.71988,60.8297,28.4128,41.535,40.5833,21.8087,33.8662,57.245,40.7,37.9686,41.2858,37.8205,29.8672,55.402,57.0833,41.2433,18.0533,59.2833,29.225,40.855,47.47525000000002,48.1167,60.8833,29.3833,29.70944444,29.48388889,29.32194444,29.14083332999997,29.39073056000001,29.31249999999998,30.0422333333,29.1333333333,29.76,29.140278,29.4253,29.8203,29.2739,40.6333,45.5717,28.4435,30.2133,29.3667,32.9083,37.8973,37.4554,40.65036063166596,43.7569,47.66634700000003,55.41819999999999,45.78872777999999,27.2025,30.0783333333,46.2933,47.2833,28.9502,29.0387,29.83,28.94,17.82833333000001,30.8967,30.0765,29.42861110999996,29.29277777999999,29.6878,38.5,29.2672,29.4887,40.5349,58.3333,61.2106,36.95784239271275,29.34222222000001,54.67500000000001,38.32928523317341,60.741578,55.63329999999999,30.050314,38.702863,29.0313888889,29.12,28.4097,46.2322,26.7667,29.6723,25.6984,48.1323336,47.5878,41.6167,18.542178,46.534,39.485,28.2617,29.24555556,29.52722222,38.9833,30.06472221999998,57,29.66055556000001,29.740308,29.567778,48.1167,56.24000000000001,44.2572787,29.45693,41.36384,46.2617,39.377,39.8102,45.532,39.4167,41.26,33.3591666667,63.88166999999999,56.43700999999999,29.4939,28.8,29.4733,59.79,29.5292,29.37555556,29.59987222000001,29.76455,29.49361111,29.23068056,29.07537778,29.28861389,29.08722222000001,29.12277778000001,29.2886111111,29.6730555556,29.3056,29.7744,57.70766700000001,29.5332,41.6512,37.7824,41.6061,24.545,30.332474,40.35463082113765,40.62020704520566,36.89,46.74020000000002,47.54,41.45416699999998,38.30110000000002,36.94824701579124,38.86805556000004,30.05268889000003,48.7548307012,29.33916667,40.7410055556,29.46685,42.2397,38.3943,29.33,40.7601,39.4398,38.33,26.242,40.8859,40.8977,55.2167,21.2615,28.9333,44.6126,46.3044,29.08777778,29.31527778000002,29.41527778,29.07794443999997,30.05116110999998,29.2975,46.9,48.3667,34.5,27.6,47.73072574912965,29.01666599999999,33.36975000000002,29.5585,26.12033333,34.4,29.3547,29.29027778000001,29.87861111000001,28.94944444000003,29.202093,29.46944444,34.42489453236566,29.24555556,29.58583333,29.58333332999999,29.5467,29.7004,38.9467,39.809,29.0333,28.4714,27.82222221999998,45.6007,29.00027778,28.5331,51.6833333333,41.1383333333,29.13777777999996,32.75,32.5983,29.45,40.652,55.1072,18.0168,55.375,58.385,35.1667,25.0633,54.906,55.054,37.7106,38.3084,37.6864,40.7654,47.5563,18.0167,33.05200000000001,36.95014043243044,29.405,47.64699577511433,21.3,29.59826899999999,29.3877777778,28.5365,27.6,25.0254,55.1397,61.0826,41.4478,59.5823,36.113,47.9805556,41.527092,58.7,47.9896,41.5761,32.0167,46.72725000000003,48.47999999999999,29.6237,29.05694444,29.83333333,29.15166667,30.01777778,30.02149722,21.30847553020075,29.21777778000003,28.93072222000001,29.2455555556,29.0886111111,29.5825,29.1808,36.722,28.8396,51.8333,29.47383332999999,30.655199,34.7083,38.3167,34.7083,48.5527,56.6,60.1166,29.24555556,34.1258,27.6256,29.5102,29.79416667,29.91790899999999,29.30166111,34.0833,29.8925,30.2508,34.7283,53.9167,40.5591,29.700278,29.465,30.419132,29.03138889,34.5020297944,47.6652777778,60.3887,55.885,36.8833,36.8417,37.5,29.97333333,20.5707,29.39194444,29.45111111,29.10888889000002,29.486667,29.548889,29.6805555556,29.3180555556,39.5777777778,34.4075,20.5707,13.6383,41.6167,29.0739,47.2736,35.1333,35.6667,60.75,29.31444443999999,41.3683,29.4513888889,29.578611,21.3069444444444,29.0775,58.96,24.665,29.27444444,29.24030556000001,47.64755194061851,29.28875200000002,36.015,28.9455,29.03750000000002,28.10138000000001,29.7897,29.0569444444,29.3026666667,28.7833,48.50453554333939,38.3258,29.5641,29.9243222222,29.573,44.6167,29.32,58.4333,48.67169999999999,38.58333333000002,29.6494444444,47.6,60.60262699999998,29.4075,29.0333,28.94733,33.5822,55.4667,26.0606,29.32194444,29.9916861111,20.0166666667,27.8484,37.6678,29.55722222000001,28.7833,29.1813,45.27168,36.86778991005329,29.41472222000002,41.2,24.625,29.703,48.349,29.1061,54.7856666667,47.582,40.3283,29.04397778,29.0717,59.75,29.932,29.0869,28.9133,47.1265,40.5483,28.8283,41.1833,18.4742,55.8933,40.9833,41.6438,59.9333,37.2833,27.6923,28.9065,29.8333,37.7783,37.7783,37.2167,24.4817,47.9902,41.785,57.7054,38.7117,21.44337,40.09938164418861,46.18115,42.72000000000003,48.72370999999998,58.23105556,43.69833333,47.65049199999999,42.65627778000001,42.33431128295214,41.50414217947886,47.59831,47.2835,29.50461111,48.57101,28.78583333,33.74081173676392,28.27388888999999,34.48089999999999,33.44333333,48.5545,46.17278999999999,40.94333333,46.19039000000001,41.77083333000002,38.06049999999999,39.07,46.30579,35.06674000000002,40.47766841826535,43.44586000000001,48.4092,48.71231968092425,37.858333,41.65899999999999,36.252617,57.99905999999999,45.0335,34.70116558755649,36.37666666999998,27.14833332999999,37.13842453422676,48.68529999999998,29.85825,42.10649799999999,31.32166666999997,46.24502999999999,29.4525,57.63999999999996,56.79803,44.37122221999999,29.71944443999999,29.99166667000003,39.46447100329237,36.96251177659819,56.94182958318916,46.02907221999999,48.74691000000001,39.75853981561028,41.04388889000001,60.66472199999998,42.35927000000004,44.60367,40.44444443999998,34.65218887714065,42.51585,34.59349937002793,32.86669999999999,28.85083333,28.90933333,44.7721,29.79277777999999,47.58353136297325,29.14833333,42.28908000000001,48.31872222,28.34999999999998,55.97027800000001,30.22000000000001,39.12049999999997,29.76333332999998,54.7961,41.699087,48.46094166979847,46.73834199999999,29.01444,29.656389,39.97,21.30449999999999,29.6825,29.07027778,24.455217,36.99276999999999,19.30277778,29.6925,58.30611111000002,44.27593611,42.58000000000001,26.11522222,29.45719167,53.84103,29.83042222,43.40000000000001,29.55777778,46.48888889,60.15684999999999,29.52873611,28.80333333,36.8,29.28666667,37.12819999999999,42.2141734621,36.96110999999999,29.76,38.91694799999999,28.88555556,44.8617095296,28.35694444000002,47.1972556927,46.26733332999999,41.0627860687,60.65332999999998,46.90183332999999,47.333354981,35.2456190942,47.12,46.90235,46.88999999999999,57.59,46.561563,43.0447444444,54.68167,29.92929,21.47,-14.29,57.92905,29.336,30.0488555556,55.3744,29.25,60.5231666667,30.2248333333,30.279537,59.915,46.2705,44.99861,30.2548333333,40.02,56.8504666667,28.3818166667,44.906242,18.312526,41.375,48.2023166667,15.2266666667,13,48.51308,37.67968,26.33735,17.7666666667,29.54,44.612047,25.6166666667,46.9013888889,48.9421666667,48.2879916667,41.5147222222,28.3841666667,48.085,16.7166666667,46.8546722222,17.9116666667,36.27,29.26873232,30.05,56.65317,42.3930555555556,61.8166666667,47.925,34.6072222222,41.4163333333,41.19308,34.0316666667,22.1885,48.3946166667,47.9814444444,64.4906777778,58.46,52.3466666667,33.9871333333,65.7852777778,38.94,58.745,55.0252,60.0793,28.0337,17.9198,29.3243,31.3661,33.6298,41.3583,44.7749,46.7083,55.2833,55.365,34.0267,29.1932,28.6817,-14.5356,35.9936944444444,60.5,29.342,29.4628,33.8847,21.2967,38.9786666666667,24.625,30.2417,29.5185,59.27,29.4104,28,59.0567,29.3562,29.3468,21.29,29.83,28.9481,38.31,39.04,13.4831,55.455,67.72669999999999,34.1797,43.5698,58.6035,29.0825,40.57,38.6299,60.6767,31.8591,17.9607,29.63,17.6783,26.0945,21.31,46.2569,40.7201,24.585,24,26.1117,54.8033,40.5,26.1177,24.5,47.939,42.5843,28.9919,28.4547,42.1293,28.3917,45.1167,30.179,29.0553,40.3617,39.0642,40.6,57.63,37.2183,35.095,33.8483,57.55,32.0967,37.33,46.25,53.8333,27.6923,28.63,30.2758,17.9383,17.9383,35.457,41.318,38.975,41.7047,21.3622,37.7783,28.3667,41.719,41.4833,41.85,53.9004,53.9004,25.7941,43.796,41.2522,39.25,35.0688,29.769,30.34,55.9137,36.856,37.047,48.1685,60.089,57.1526,42.3629,46.103469,42.021177,40.5709386,41.341667,25.6,36.973,39.0083,38.273,41.35,43.6709722222222,45.719,44.012,55.1407,40.8483,46.9128,25.7646,60.1763,29.0893,59.05,27.6065,31.1115,29.6615,46.2477,39.7667,46.6783,40.5875,34.0467,40.85,30.1183,57.5667,30.6833,30.2883,55.6167,42.3229,26.1,36.2103,43.6751,25.6667,29.2833,29.3955,36.8,46.9869,30.3167,27.8217,28.4133,28.8583,17.9617,30.2167,42.9743,40.7653,40.623,31.9925,54.9567,28.1906,17.984,40.5333,40.75,18.055,46.19,28.6667,29.82,29.3383,37.055,40.59927642404571,40.29406888956657,65.7579860918847,48.62916,29.297222,60.84861111000001,60.78629699999996,57.05833333000001,48.05,25.17527778000002,43.19736020846193,29.3775,56.97216667000001,18.32483332999998,38.05735469029853,41.43797910334931,18.073605,36.02799999999999,46.90926000000005,47.24818504746244,33.68194444,33.77205556,58.39315597953905,44.26972000000001,58.22583333,46.94625099999999,29.01416667000001,29.08444444000001,28.96989000000001,28.04972222000002,19.3712,40.72736716435844,29.00305278,28.77823056,26.18111111000002,55.19944444000001,30.24361900000002,40.01536928763841,29.54555556,30.13333332999999,66.1274171742709,37.51916667000003,27.81083333000002,29.6077,29.71305556000001,46.30284502369685,29.2925,43.30000000000001,29.38333333,48.45888167999999,70.15443999999999,33.66499999999999,29.54444444000001,29.19138888999998,46.90856044324667,13.31611110999999,21.00926992994171,46.2079436266045,33.84577777999999,57.05760000000001,37.39244443999998,41.969314,47.73762114691274,29.39555555999999,29.58249999999997,29.911813,34.41886600000001,29.63083333,41.456606,32.584,43.01152,29.58001,29.04666667000004,29.71116667000003,30.10550555999997,29.07722222,35.41033333000001,28.45777778000003,30.27922,48.03194949184464,43.88999999999999,37.61238888999998,34.23395532758583,33.7346,32.75644444000001,32.73055556,64.9646416643283,30.503016,44.83533333,43.33333333000002,46.87233333,33.3912522920441,28.36222222000001,23.06514419367628,53.87233000000001,54.67500000000001,42.64633396596301,30.29536100000001,54.48666799999998,59.02146700000003,43.03110000000001,29.9511,46.8725,45.69216667000001,54.48166700000005,29.38639571377213,57.90666999999999,29.5348704698644,46.52000090000001,36.9396818,29.73611111,14.75,36.65196315285816,30.3125,32.705,47.49511111000001,33.54625916705773,29.925,29.71241667,32.22411809635285,42.3175,48.03523000000004,29.55722222000001,47.18652500000002,37.97865335242355,38.26861111,46.77343299999998,38.33972222,56.29374999999999,40.6571431408542,29.64388889,28.27507,26.31649783128435,24.57288472306398,42.15333333000004,30.33247600000003,28.97055555999998,47.58234633064629,33.68333333000001,21.37059553253397,47.91126736170264,33.75542,33.686353,33.7505,47.60321999999999,29.27638888999998,45.92750000000001,37.32166532951123,48.53687400000001,30.04608,45.61567,46.31583333,41.20758898181023,56.99582,35.07297221999998,38.68661,29.56027778000001,45.64147161516652,46.68222222,46.30548999999999,41.22583333,28.95305556,35.22767235493586,64.571944,57.42183,46.17835,19.114029215762,10.30888889000002,57.71830499999999,46.30934800000003,46.28402,32.75493999999999,38.20555555999999,43.013046,55.36750000000001,55.19658199999998,33.72499999999999,33.11666667,45.78716667000003,48.861167,46.12055799999999,35.77166667000002,45.60117680347872,21.27666667,30.41772,29.24833333000001,63.69499999999999,71.2979,32.58527778,60.10471999999999,28.30611111,29.31999999999998,32.81022222,37.27022793611209,32.71277778000001,29.20305556,39.30454987014582,32.87958717306631,29.02305556,29.41761110999998,46.1231,46.17750999999998,32.76573999999999,29.0065,47.39392999999998,29.68052777999999,31.14333332999996,47.88458056,24.61694443999998,28.84116699999998,40.61812224225511,38.28172222,46.81222222000002,41.8172352,57.01301670000004,45.56859,47.28471999999999,46.58,47.25627,37.92619056937632,57.77699195823213,44.8378,32.03000000000003,40.75733333,36.177447,57.72899999999999,18.04294443999999,48.91819598600512,47.66061100000002,29.68961110999999,30.01833340000002,33.74126606390595,17.70884443999998,27.0299,41.35013921559548,40.86,29.25230000000001,44.23916667,29.065066,42.5591,29.34444444000001,27.3503530892671,33.35,30.30755556,38.83,46.94651199999998,10.24713999999999,48.39778999999996,47.66579999999999,29.68138889,52.62528419290453,29.67083333,29.099,40.66267073622251,45.55374914000041,29.07499999999999,58.00299999999999,29.83086388999999,42.84813999999997,26.11968030396518,58.78599694130117,56.991389,33.33694443999998,46.98277777999999,29.30500000000001,29.14555556000002,29.67416667000001,30.71833333,38.05566088242077,29.45111111,42.86055556,29.23388889,29.31611111000001,57.66833,60.95588000000001,-20.43812,54.86863894009832,57.92833000000002,39.22028000000003,28.04916667000004,27.80249999999998,43.64751947125725,15.1167,59.60578,8.952652,30.01638889,32.68323788980108,29.8998027,32.79983333,43.01619532540323,47.99651900000001,39.13297222,29.91016667,29.06857222000002,40.2397,29.40502778,30.40460000000002,30.17733333,41.35288889,28.35079876130929,29.24555556,36.4367,29.44805556,33.940321820016,31.95,21.59666667,61.09163299999997,47.74784966836498,53.98786999999999,40.55706000000001,47.56999999999999,37.82412518586224,33.42255880717302,37.12022,46.98861111000002,41.39153200000001,48.49255854546507,29.24013030000002,47.54195085057037,40.82420199848991,19.74280555999998,28.93499999999997,29.95000000000003,38.69999999999999,53.90943999999999,29.33719256699624,56.49171999999999,37.74000000000001,48.85152190363982,42.27719999999999,29.05986944000001,30.26916667,33.41900000000001,22.06333333000001,35.77281188199514,56.39667000000003,29.64263800000002,38.44999999999999,30.13166667,25.30027778,36.98032249210124,29.51733333,20.80747157680652,29.20866666999997,48.78985694474781,29.275278,29.46638889,28.98435,45.5558909394839,27.81888889000003,-12.28275642625081,29.71766666999999,29.86011111000001,41.38499999999999,46.71611110999999,29.04166667000001,29.25305556000001,21.21333332999998,29.95388889,42.16891573349432,45.12866,33.72830000000002,20.94250000000001,60.6943,29.53111111000001,46.28835917437081,29.94466667,29.33166667,57.83616000000004,47.83935,33.74250000000001,29.36513889000001,60.77832999999998,39.15391099999997,29.934133,29.46472222000001,29.48666667000001,35.89000000000001,29.9686,29.08444444000001,29.44,29.5335,44.297451,29.08722222000001,25.0228,42.97650000000002,29.8568676,58.74225000000004,57.69913,29.06194444,28.97139,37.06999999999999,34.58799745550482,29.1525,18.11,30.35299999999999,29.23856388999999,29.33416667000002,54.12633,29.61017768991645,25.75645465018109,29.73277777999999,41.26833332999999,30.03402771336222,47.01163024164782,57.79167000000001,42.47895299999999,53.5099,28.94933333000002,38.916055,35.22469077857275,45.34321758104986,38.12159327165921,28.98833333,41.13,29.98250000000002,42.13,21.27033333,60.12004000000002,40.10423126801521,-14.56633333000001,29.76777778,42.39683332999999,42.34176389000004,29.56313999999999,29.01833332999999,29.54616667000001,43.1,29.48288888999997,21.29144593737102,28.92583333,29.82527778,29.45666667000004,29.98811111000004,24.38000000000001,32.51994444,60.95555999999999,29.45034,34.53122999999999,27.76466667,41.01944444,40.55189592596111,26.131,42.81328473468014,29.213,8.752444440000005,29.65722222,28.16944444000002,28.31944444,29.35305556000002,60.60050000000001,22.003619,58.86043000000001,41.38162799999998,29.07388888999999,63.781305,29.09905556000001,28.660917,56.96854999999996,42.98554722,28.41443899999997,36.95000000000002,29.70436943999998,29.99414443999999,46.779491237267,28.20861110999996,38.64027777999999,29.07155556000001,48.684833,29.70333333000002,37.75999999999999,26.2765872673,29.36730000000003,46.58833333000001,29.02045690000001,46.69169,28.45833333000002,30.06076666999999,38.0976861428,-1.27888554823,29.95075,24.5,26.27466666999997,40.7784616409,47.6664278084,18.99999999999998,58.49033,43.313761,41.18366667000001,29.32083333,41.16116667000003,30.05163055999999,29.46916667000001,-14.33879444,29.55999999999999,41.04224443999999,48.1636428294,42.46513333000001,29.10194,41.52579166999999,32.7078088864,46.1923486815,41.35366667,29.35849999999996,31.5286031666,29.12138888999996,38.318044,30.05361110999998,29.24638899999998,29.42916666999999,30.34133333000001,29.17611111,43.06672221999997,29.64305555999998,36.87916666999998,45.84116667000001,52.8293209103,28.51166667,33.3066269573,29.6151408,29.29994444,37.7991696033,37.4976844234,29.30083333,29.24251667,27.84,30.06427778,29.65222221999997,29.21586667,29.39111111,24.52166666999999,29.0518,28.99538889,29.60371388999999,29.46,30.10580000000003,29.31805555999998,29.27527777999997,18.13085999999998,29.66561666999998,28.24166667,29.86565556000001,54.37471,30.05933333,38.06,41.73103333,21.37,29.25111111,40.65261111000001,27.76027778,53.83983000000001,60.95015999999998,57.28800000000001,28.93583333000001,28.98750000000003,70.38542936,58.05616667000001,40.102,37.09,46.98,58.803,58.82222000000002,58.7355,29.02654,58.025667,58.383116,29.75666667,28.87833332999997,46.72666666999999,38.36774800000001,56.51666666999998,29.57472222,29.50944444,30,29.74861111,10.6918,47.2345828802,51.85043000000002,28.05922222,28.93722222,47.23,29.80734799999999,59.75013300000003,38.375257,36.83294444000001,29.46,29.6455,29.33933333,29.28861111000001,30.06055556,25.45556400000002,37.79730000000001,29.14333332999999,57.129633,29.38981111,70.2683632,37.8095,29.57361111,60.9769,46.98800000000003,29.14472221999999,29.74555555999999,33.81000000000002,32.56666666999998,54.31372000000002,53.51162,56.42063,57.69892999999999,31.56669499999998,42.3534380789,54.1171,28.58222222000001,29.00472222,56.69,41.907387436,29.37472222,41.2829194107,46.27316667,47.10560000000004,47.79,37.39383333000001,54.07833332999999,38.77377778000002,61.076425,43.10566667000001,38.1428093641,29.45944444,41.5599767726,29.65,64.49599999999995,42.592521637,40.1867,39.22666,48.1396687228,14.96500000000002,29.06444444000002,28.96861111,30.00474999999999,38.94083333,38.0607566735,29.44179,29.77,29.75,38.050659,41.55057,28.01,29.6271667,40.13333333,64.49000000000001,26.38340600000003,18.4828923511,43.58333333000002,42.78333332999998,35.524077,29.1122222222,54.8216666667,52.565,55.13617,29.4054722222,36.8076833333,30.07,52.11667,45.55,29.6480555556,27.8127777778,55.82455,41.0700916667,40.8283527778,29.5577777778,43.5236,41.375,44.0683333333,30.35675,29.5425,37.6833333333,28.1551944444,45.6854388889,30.05,38.93,42.34,46.5116666667,46.9361166667,28.9833333333,37.6695,29.73691,43.7833333333,28.5666666667,37.8680555556,34.2308333333,25.76,29.9530555556,46.933895,59.9304444444,43.0333333333,60.333576,29.8848333333,43.3542638889,29.5156666667,41.155,47.54,41.068813,29.3736111111,30.1423333333,48.760348,16.5,26.45,37.63515,26.395,42.374,36.6152777778,57.01,38.86,43.66,26.1666666667,36.7939444444,31.55751,29.6011055556,21.6366666667,57.2925,36.5166666667,36.81,60.064568,40.8091666667,28.4611666667,35.09723,51.86241,42.5768333333,29.2455555556,35.21,29.4744444444,29.8551111111,27.2116666667,58.3016333333,57.8166666667,23.12,52.193,26.43,60.104072,49.087,41.6393166667,58.7581333333,40.4817833333,40.4666666667,29.0666666667,57.2759833333,57.0343333333,13.4642,40.4825888889,28.5294444444,28.9938888889,28.8811111111,57.8357333333,60.8763833333,59.2616666667,60.075,15.11,41.505,40.6791666667,38.5343,29.367,29.5513888889,58.7916666667,58.6666666667,40.335,18.3034333333,18.06,55.2983333333,29.48315,41.3681666667,29.741,58.3256166667,39.07956,28.9483333333,40.860575,30.0638888889,33.88503,27.4248583333,29.5786111111,40.55,18.4913888889,13.4466666667,37.815,47.775,40.9355,46.0546666667,58.77585,47.0701666667,29.4829666667,48.5276944444,27.9438888889,29.0721666667,29.6640777778,19.305,42.6333333333,25.4333333333,45.8716666667,47.9065,26.0122222222,37.4180555556,30.1645333333,33.4232333333,55.5707833333,40.65445,42.37435,58.382526,38.148956,41.3341333333,57.7574444444,38.0325,29.6344,29.61555,47.032019,21.3083333333,37.7506666667,41.1175,30.1523055556,45.091991,40.4533333333,22.35398,30.0450722222,61.9283333333,20.09,27.5916666667,70.21550000000001,17.958929,42.7057666667,29.0133333333,46.47,52.7562833333,30.5846666667,60.83,44.18649,41.3069166667,18.1833333333,28.8253333333,47.66,57.7,63.71,41.2896333333,29.0752777778,30.0483333333,40.06977778000001,31.1666666667,20,30.7,48.415,30.678067,28.3366666667,28.4169444444,56.36238,34.1438888889,47.8216666667,48.5022083333,48.03,45.532,40.5791666667,29.4,34.46,29.226067,30.933333,39.6159194444,28.9185,20.0205555556,37.41556,29.5172222222,27.1566666667,41.6727361111,29.1,26.3773666667,29.3806666667,48.39,29.5875,36.25,13.45,37.5543333333,40.7730555556,42.0450833333,40.59,30.0085722222,40.86825,38.9391666667,5.29,63.68481,29.323625,54.637287,41.5814,41.5043333333,41.3555,33.18,55.39,25.955,53.9338333333,42.6883333333,29.9168333333,32.77285,29.5677777778,41.381317,47.6211166667,40.6419444444,14.96469,70.8568333333,28.289781,29.5071666667,25.3,29.5833333333,29.8252777778,42.8133333333,28.936,28.4666666667,46.4737888889,18.4736666667,41.6844805556,61.1166666666667,37.8199888889,31.895,39.268843,21.2376666667,28.9669444444,29.6338888889,28.9955555556,30.05,47.3824833333,37.52,47.2767,29.2441666667,29.1911111111,29.3641666667,13.4421388889,29.7,29.5786111111,29.32145,48.4548,23.0333333333,29.1438888889,38.3067361111,33.5015,28.83025,29.1233333333,54.8316666667,29.3836111111,54.6335833333,28.2930555556,44.6118555556,43.1016666667,29.1746666667,29.1211111111,44.6666666667,46.9666666667,29.3586111111,38.89,28.6616666667,28.4133333333,32.72,28.80585,48.2277777778,29.4347222222,19.4516666667,45.3565555556,33.5822222222,29.1105277778,27.8183333333,29.0041666667,38.755,29.1723333333,44.7916666667,29.2789366667,29.4575,29.3197222222,29.4083333333333,43.2863333333,30.0483333333,29.3333333333,28.9397222222,29.1455555556,57.55,27.7333333333,29.6166666666667,29.0430555556,29.3191666667,46.4803277777778,46.6392138888889,47.5205194444,46.1856111111,-37.56,29.51055,33.4666666667,37.5885,29.467,28.7,38.8807277777778,59.9166666667,32.6116666667,56.8,29.4347222222,40.4783333333333,18.55,34.1083333333,40.0983333333,35.162,28.9972,34.2733,58.2727,53.4333,28.9078,40.0873,52.7403,15.3667,30.0606,28.9441666666667,28.0133,23.881,17.2896,27.8128,17.16,70.5219,28.5227,28.0596,28.3047,29.4793,60.5298,45.136,44.4659,32.5833,25.4207,28.3884722222,43.1097,29.3608,29.0664,37.5,13.6583,58.3917,39.8333,30.1451,35.77,27.605,16.756,29.3997,35.3467,29.6069,28.8222,33.403,28.8853,53.9,29.8569,18.045,18.4164,40.3867,32.8297,29.0333,28.8139,28.9319,29.0378,39.4883,28.8128,46.2833,21.0866666666667,34.4278,27.1413,28.5489,28.7325,39.225,28.9147,20.5167,44.6423,26.3133,45.835,28.4711,29.3795,27.3211,26.1153,35.1692,29.4927,28.1611,25.5183,70.5,29.0461,45.5973888888889,30.0594,21.3095,28.2008,29.3836,25.95,28.2882,29.0833,-14.275,29.55,29.1339,47.6594,47.4502,29.9531,29.0008,28.595,29.4798,31.9316,27.96,36.9617,28.6017,20.5117,29.1031,28.9772,29.5331,28.5617,29.4822,29.0653,29.0203,56.2259,29.4733,28.7625,29.8197,29.92,29.3723,29.2165,29.0269,29.0008,29.5333,51.9333,28.9977,28.995,28.2989,36.8480555555556,28.2267,45.5086,28.6807,28.0517,29.4233,29.3962,41.5267,39.8951,29.0433,22.5,28.9362,40.107,28.8853,28.5967,29.26,30.2864,31.935,37.7633,29.1878,29.5322,29.6108,28.6661,28.8833,13.6542,35.2,53.8817,21.2525,29.5933,29.5105,21.33,27.3099,42.1398,-3.63333,37.5272,30.0683,40.6644,46.905,29.4256,32.25,47.04,29.6947,20,40.6528,38.882,27.9833,29.54,32.2009,32.1,56.9164,28.184,36.665,29.5392,18.44,57.5733,29.2819,46.4675,17.9325,32.7667,55.2438,48.3835,27.7797,42.4633,48.4039,61.2817,29.24,47.3966,41.9072,29.5477,28.7707,29.2469,33.1,29.0725,29.6667,18.335,17.765,27.6192,18.3132,35.3479,28.5594,29.7083,-73.33,33.0836,29.0719,32.156,18.3833,29.3183,20.6167,54.7781,29.5651,27.1033,15.8745,29.4492,29.2875,40.6417,29.0536,27.6083,26.1178,25.4544,42.4017,48.45,46.5642,48.13,39.7414,34.0172,56.4113,28.1843,27.7275,42.3891,26.0928,29.759,48.34,19.4149,25.4024,28.85,29.0269,33.3033,53.6313,45.5717,29.95,37.6,40.6167,40.8333,29.0562,33.45,33.4869,28.15,29.0192,46.1034,19.465,35.9529,33.408,44.7663,24.7059,28.5408,30.6888,29.0556,29.1847,29.234,46.2528,27.475,29.7118,29.5729,48.1221,27,46.302,30.6583,39.8333,25.8567,29.5222,40.5846,39.1803,34.5467,29.25,45.0982,46.4,29.7359,20.3,25,19.5004,27.5,37.4,47.6,31,50.8,29.1,27.5583,37.8833,35.6,30.2483,36.6,29.3,29.1039,45.5,29.75,29.3,20.1833,29.6544,40.6458,37.6167,29.205,40.59,29.3899,36.1933,29.2,27.4,29.7601,34.5208,42.4368,29.6544,55.3009,57.5733,27.1325,29.0833,33.8417,29.4882,40.992,25.7733,40.3832,28.4539,29.4406,29.403,40.1993,38.2,27.833,9.536860000000001,18.2667,28.9667,37.65,35.8833,36.227,29.31,9.966666666669999,29.255,28.6033,28.2233,26.9357,29.2575,40.35,41.2233,30.32,45.9949,25.8764,29.1428,29.6303,46.5086,29.0583,25.9693,18.3,41.07,57.7633,39.1463,39.95,34.0373,26.9641,28.6917,26.3,60.3833,38.405,41.762,35.5,38.405,57.8743,32.0967,43.9827,40.0317,57.914,18.4574,33.7971,28.8333,29.3417,29.3417,27.5745,38.4197,28.7567,36.668,37.9112,56.3333,29.745,30.2758,42.3696,37.055,17.9617,29.2283,41.25,27.6667,35.2242,28.3017,26.1067,26.1067,33.9833,38.345,29.0145,26.0891,38.2939,47.2741,38.0257,38.0257,36.95,42.6211,29.1833,36.935,29.185,24.3387,28.2433,39.25,37.2283,46.9682,36.9337,41.8042,54.2117,24.5083,41.9945,30.0333,51,40.6333,36.9667,42.2511,41.2833,25.1767,25.6333,38.8067,29.8167,40.65,58.3333,36.5,38.2511,32.6547,35.1017,35.1917,60.6833,34.09,32.5717,36.1333,27.925,54.7033,23.4167,33.8583,32.7233,22.7667,54.0933,38.0717,39.2633,26.4367,26.0917,33.9167,26.11,-25.02077222,24.5,24.5,36.8833,41.3167,41.7,48.4817,35.0167,39.2667,34.9833,35.0833,39.2,36.8833,39.2667,46.2167,57.8533,41.7933,37.0333,36.1333,38.3333,39.4833,32.6867,25.05,34.7,36.7667,48.3333,58.5167,38.2167,56.0833,34.2333,36.8833,36.8617,28.7167,39.75,36.9667,21.8326,40.56,40.729,36.9667,33.6167,34.15,56.84,44.9773,44.8832,44.807,29.05,41.6433,37.45,55.05,28.9167,53.8928,28.5617,57.9683,40.8682,29.1692,40.629,41.6667,37.1667,71.5844,39,52.5691,29.765,49.0021,60.2712,37.5835,29.6204,17.2833,53.7237,25.0633,22.1805,21.2079,35.7667,39.7,28.9867,30.695,47.4167,37.7991,37.823,37.2257,29.2602,29.2608,41.2464,55.3145,41.773,29.4806,39.028,29.2428,41.6316,39,24.8385,19.4,18.489,19.44,37.751,41.1419,40.5804,24.6349,54.1893,52.7344,55.157,27.8647,60.8645,46.1811,30.1623,41.788,41.5199,18.0867,18.4588,42.5742,42.3632,48.7301,55.3276,42.6333,42.1504,41.1896,52.9676,52.5808,42.3851,55.2822,41.1876,40.4432,40.55,34.5734,37.5354,36.8142,36.856,37.4972,41.4921,40.7701,26.2948,41.5199,37.584,47.5978,48.5751,41.1663,37.9466,26.2948,18.8,39.2888,36.8034,37.5458,40,41.6164,25.7577,37.5357,24.8336,40.8731,24.4817,35.2141,42.3553,37.8156,57.1833,37.637,37.496,38.318,55.7,28.3912,30.4333,36.5511,21.0735,53.9004,13.25,57.1229,41.656,40.6154,42.4037,46.23,55.5383,55.0695,30.3,30.3704,48.9421,40.0356,35.1671,35.391,48.013504,41.6446,29.7325,54.9776667,37.994054,20.680163,41.513989,41.43,41.2761667,40.565894,57.4,17.9232,38.8,47.915058,33.912659,41.243,40.5564,29.25,24.57641,41.5292752,18.335,36.9397,36.945816,48.3833,48.133516,42.341705,45.944682,43.476,41.433967,27.196164,42.026957,39.2992,47.406277,34.971167,47.6040016,41.5292752,37.609113,41.176448,28.947977,47.5844444,41.51254,29.1548,47.919102,37.051667,28.775797,48.75,40.6465,41.677675,41.621668,22.258405,47.554,24.835556,37.105,34.128219,15.9,45.911616,40.3615,41.4,45.416251,47.95,41.445,41.5,41.5183,40.1583,41.8201667,35.148188,37.843,39.225815,38.8583,41.3583,48.61678,32.1736,48.402305,47.279754,41.2583,41.06,41.2583,35.58,47.292107,37.983,38.216,48.591235,18.053,55.35,37.903,38.926,41.678573,41.218098,24.323,35.730828,34.149733,37.8,39.182883,41.0882,37.804179,47.725961,21.327145,40.616351,40.77,48.978504,38.310169,38.803,37.0927778,39.1666667,21.2833333333,38.310169,21.775,22.7783,20.1667,29.7,26.8833,1.5,-22.9,-52.5667,37.8167,31.3333,29.8294,44.6133,29.5617,34.8692,29.8833],[48,-92.325,-88.38720000000001,-4.71667,57.5667,-75.3904,49.5833,-8.383330000000001,-4.73333,-8.83333,-19.5667,32.25,-94.6233,-79.08329999999999,-146.883,24.0667,121.733,3.2,5,20.0333,-90.0642,35.4,-75.63330000000001,-69.45,-15.5667,9,114.683,-94.13330000000001,-73.97410000000001,-89.1433,-81.4667,-89.62350000000001,-119.75,-66.72669999999999,-4.26667,-5.96667,-61.1,-1.58333,-45.7167,-93.36669999999999,-93.468,-93.3167,-66.16670000000001,-93.25,126.041,-88.9833,-93.27,1.8,-74.24169999999999,-0.25,-62.4433,-83.5047,-12.3167,-74.1833,-60,-94.87,-74,-93.63330000000001,-75.45,-67.25,-76.33329999999999,-91.7983,-123.033,-89.53489999999999,-95.0667,-118.267,-94.7653,-81.5033333333333,-89.2501,-89.9306,32.9833,-90.0248,-1.33333,-81.04170000000001,-158.3,-79.91370000000001,-122.074,-159.662,-159.89,-5.66667,-72.059967,-66.265,-71.57333,-84.96639999999999,-95,-89.5,-66.09,-94.87,-89.5,-97.41330000000001,-135.575,-64.706,-12.0667,-64.66670000000001,-137.017,-80.66670000000001,-94.832791,-74.2333,-60.9244,-118.4590225,-73.86669999999999,-77.14269899999998,-75.23,-75.41670000000001,-65.5667,-75.408738,-90.25,-93.93000000000001,-90.0917,-89.57769999999999,-94.9667,-77.59119099999999,-94.16,-87.8942,-64.75,-77.3432,-118.017,-88.26722221999999,-120.75,-94.94095,-84.40170000000001,-90.11669999999999,-88.91670000000001,-94.8,-167.346,-82.7167,-62,-74.255,-83.0033,-66.13330000000001,-74.7,-90.455,8.800000000000001,-66.7483,-93.05,-89.901456,-71.36669999999999,-90.91670000000001,-88.323718,-75.4243,-124.313,-74.0167,-94.7999444444,-76.1833,-64.09999999999999,-95.291,-124.25,-124.284,-94.9898,-81.41333333,15.5833,-76.2015,-170.582,-94.8,-73.72329999999999,-122.568,-90.41670000000001,-123.45,-70.6833,-122.3954844474792,-122.117,-70.2899,-70.3167,3.33333,-86.84337099999999,-94.79756500000001,-122.403902,-75.407,-122.783,-76.3467,-91.0333,122.5,-118.085,-93.3177,-176.639,-89.617,-76.7015,-87.2667,-66.1006,-152.357,-76.3467,-90.05200000000001,-74.1833,-89.9746,-74.20440000000001,-91.1026,-89.11895,-157.989,-70.63500000000001,-65.0667,-168.167,-81.3973,-73.95999999999999,-94.45999999999999,-122.7,-73.979,-93.9141,-90,-65.625,-74.21539308736099,-146.882,-122.398,-74.0226,-73.65000000000001,-166.417,-89.8867,-73.6617,-125.3,-74.717,-70.16670000000001,-70.74169999999999,-88.23,-90.7833,-65.0667,-77.69,-93.21939999999999,-93.9667,-90.75,-74.114,-66.1207,-97.36669999999999,-179.013,-89.90294444,-119.253,-122.382,-70.6833,-90.5704527778,-90.7833,-90.5902777777778,-122.264871,-74.0167,-79.66670000000001,-150.804,-90.9888,-88.1369,-74.10469999999999,-94.1417,-89.7,-166.875,-95.27666667,-85.11,-69.9365,-90.444,-77.3933,-93.0547,-122.395,-78.366,-122.372,-83.7667,-90.20699999999999,122.567,-71.02070000000001,-90.16840000000001,-77,-89.8583,-64.95829999999999,-73.8,-71.40000000000001,-71.37443055555551,-89.3167,-83.9183,-94.56999999999999,-90.26300000000001,-74.2,-91.1391,-117.067,-74.2055,-94.925,-157.968,-75.22,-88.1348601295,-89.3884972222,-87.8309861111,-88.0386111111,-90.741,-93.79430000000001,-93.9667,-74.0333,-64.7911,-74.2547,-75.15000000000001,-74.1705,-82.41670000000001,-170.333,-157.863,-89.965,-74.1242,-94.16330000000001,-90.3,-94.94970000000001,-76.2833,-73.23486328124999,-75.3333333333,-90.1833,-122.295,-71.33329999999999,-64.7713,144.745,-89.02,-73.956,144.745,-73.9333,-91.5167,-90.7883333333,-93.33329999999999,-74.256,-94.15779999999999,-121.921,-76.7557,-74.05,-90.4474,-64.91970062605104,-135.334722,-151.415,166.6,-175.771,-89.3267,-166.509,-83.08329999999999,-89.9391,-73.9567,-76.61450000000001,-162.117,-176.65,-73.99718,-93.91670000000001,-86.3,-122.617,-75.23677825927734,-91.7085,-91.1574,-119.26,-83.65000000000001,-91.9186,-90.86750000000001,56.1508,-172.433,-94.1328,-157.875,-88.43645556,-89.3948,-89.9764,-118.08666667,-78.58029999999999,-164.633744,-58.01,-89.49571389,-70.736,-81.0462,-72.07170000000001,-151.547,-89.59999999999999,-89.99930000000001,-90.7045,-146.364,-120.086875,-92.355,-89.79170000000001,-76.33329999999999,-165,-122.298,-89.95,-64.45189999999999,-170.47577,-92.2389,-76.83329999999999,-170.287,-122.367,144.751388889,-74.16670000000001,-88.896,-71.0104,-94.39579999999999,-89.18640000000001,-94.5333,-89.19670000000001,-73.9542555556,-63,-90.3817,-97.4943,-90.1617,-70.962,-132.97,-84.0883,-169.733,28.95,-86.05070000000001,-89.9778,-88.97580000000001,-152.446666667,-91.9983,-77.9682,-93.3516,-168.954,-74.1116666667,-97.20216000000001,-90.48388889,-97.1583,-90.0793,-93.82861111,-70.27500000000001,-170.47456,-166.849,-93.94111110999999,-91.22329999999999,-91.4965,-91.52500000000001,-118.242,-91.0667,-94.40170000000001,-75.25,-90.3082,-90.3082,-90.45036,-75.94450000000001,-90.6067,-88.46469999999999,-71.3128,-178.983,-76.2833,-89.1692,-80.6833,-174.159,-71.40070278,-89.34,-91.7997,-70.185,-170.3,-121.9565,-124.917,-71.0289194444,-73.66670000000001,-71.00455556,-123.022222222222,-94.6317,-177.26,-120.663,-95.2615,145.133,-89.452,-165.5875,-118.372,-71.05159999999999,-87.90000000000001,-122.1,-166.875,-73.5505,-73.8334,-81.74760000000001,-75.2017,-79.8576166,-122.22689,-95.0665277778,-71.0581583333,-89.038,-74.66670000000001,-86.851,-76.33329999999999,-94.6183,-165.3,-74.2289,-75.5141,-70.2735,-71.003,-89.78573369999999,-132.833,-83.3567,-68.8283,-73.91670000000001,-79.97,-90.41122300000001,-85.79859999999999,-122.983,-66.7247,-89.9997,-94.9568,-91.1833,-120.28,-146.403,-88.8693,-95.37777778,-91.2389,-93.11669999999999,-122.271,-92.0145,-89.39360000000001,-89.09999999999999,-75.1623,-158.125,-90.5667,-94.50579999999999,-81.6521,-70.845,-73.9667,-122.7,-77.0433888889,-84.2977722222,-73.1875,-124.125,-135.623109,-151.78778,-151.496,-120.65,-71.00471,-91.2667,-93.82550000000001,-164.602,-77.3583,-67.16670000000001,-168.798,-74.77500000000001,-87.98984799999999,-119.90616667,-90.90706,-90.9807,165,-158.483,-72.64660000000001,-90.6018,-124.009,-92.2,-120.722,-91.217,-150.737,-88.5,-152.96,-135.59333,-151,-71.4173,-80.12090000000001,-74.14220094680786,-89.99866666666669,-73.9616666666667,-175.75,-82.7538,-80.20999999999999,-81.24169999999999,-80.12,-89.81417,-124.167,-133.459,-122.544,-91.45461111109999,-76.33329999999999,-78,-87.86669999999999,-74.1833,-122.975,-74.255,-122.568,-70.99850000000001,-93.15000000000001,-86.6917,-83.5121,-69.145,-91.51938,-143.618159,-77.0438333333333,-77.5647222222222,-71.1139,-77.83320000000001,-166.5,-74.2,-122.375,-122.238904,-70.98650600000001,-122.444133,-93.91670000000001,-74.06,-122.967,-122.424,-75.5611,-122.417,-76.5667,-93.637,-122.4,-90.0667,-122.335,-160.01205,-151.99898,134.7,-92.6283,-90.11694,-89.33580000000001,-89.3017,-89.79859999999999,-94.8933,-92.5985,-75.59999999999999,-75.59999999999999,-94.5611,-91.505,-92.2024,-151.333,-73.8,-89.38330000000001,-75.39700000000001,-90.14660000000001,-122.573,-72.9118,-89.36908200000002,-166.37,-93.19805556,-89.4033333333,-89.78053,-75.2,-90.692656,-91.1953,-91.2567,-91.39100000000001,-122.765,-80.03,-84,-122.022,-94.1968,-94.505,-89.74299999999999,-91.38939999999999,-73.97,-80.1957,-71.55,-73.98,-150.48,-70.91679999999999,-125.603,-81.07940000000001,-73.7633,-76.53505556000002,-121.7127549648285,-88.50615000000001,-124.08,-122.214,-75.5197,-94.95,-81.66330000000001,-92.16670000000001,-80.1112,-82.8895,-73.7538,-83.25830000000001,-76.3214,-75.412036,-121.06,-76.35339999999999,-83.4687,-75.5,-122.148,-89.2683,-73.881,-146.583,-170.2,-152.386,-71.07340000000001,-75.5167,-82.5651899445802,-151.48,-146.194,-165.8,-89.38500000000001,-90.17722222,-90.34310000000001,-88.6833,-90.25433332999999,-72.0217,-79.95261111000001,-158.057777777778,-71.48,-94.4222,-66.11669999999999,-88.315,-76.43899999999999,-174.751,-122.273,-122.148,-89.6092,-122.17811,-76.29516819783021,-124.26,-122.685728074,-131.80333333,-90.0994924,-89.0981,-124.327,-69.965,-124.483,-82.67,-79.8933,-135.602,-95.13,-122.497776,-121.947311,-122.61648,-76.95999999999999,-93.83499999999998,-77.8683,-89.91670000000001,-135.334,-70.7458,-81.61,-92.175,-165.967,-145.089,-177.355,-90.41411389,-80.79000000000001,-71.5885,-83.45,-89.16461110999998,-119.276,-74.22,-76.89790000000001,-66.06999999999999,-89.0817,-74.2,-86.25,-70.5,-89.939554,-152.252,-82.4281,-74.0783,-82.18633333,-122.598,-73.3676,-90.3459,-66.1075,-91.4083,-91.4233,-90.0008,-89.703,-88.05,-122.587,-90.0333,-94.7878,-93.6083,-93.6083,-79.95959999999999,-122.336,-122.391,-90.38277778,-93.98527777779999,-89.2855555556,-89.6783333333,-74.09166666669999,-94.89053055559999,-90.187,-89.75,-124.227,-88.8693,-93.861,-94.0333,-119.204,-91.0997,-89.2911,-122.654,-94.79694444444441,-74.1966,-87.21810000000001,-90.2167,-75.23,-89.1658,-124.233,-72.65000000000001,-76.65000000000001,-122.983,-151.326,-125.628,-80.56659999999999,-81.0483,-123.9463591575623,-93.50274217999998,-74.42468265071508,-88.39891944,-158.48,-122.859,-158.1945,-80.1144444444444,-122.742708333,-67.925,-133.277,-80.1153,-116.2,-122.547,-95.48,-66.1083,-153.583,-122.717,-122.226,-71.04649999999999,-122.705207,-66.12,-158.1116667,-70.3,-71.1917,-88.75533299999999,-164.53444,-168.086067,-90.27719999999999,-124.2,-122.15,-68.22040558210573,-117.478,-93.5988,-95.0277,-94.25,-92.08329999999999,-76.27500000000001,-91.1009,-94.92564,-89.16072222219999,-92.9897222222,-89.3378,-91.74400900000001,-90.9525,-134.5,-118.228,-90.2975,-70.0873,-75.2276,-150.413,-66.06999999999999,-76.53165,-89.87440832999999,-119.082183838,-73.6683,-125.28,-71.5159,-84.86669999999999,-134.489,-76.094492,-70.7016,-122,-122.755,-122.685,-93.47138889,-92.36638889,-90.729,-151.4,-152.5156245575107,-124.05,-90.2581,-88.75579999999999,-94.315,-93.62277778000001,-89.69983935356137,-89.18091667,-90.2613888889,-89.400854,-120.648,-77.38330000000001,-92.41670000000001,-94.75369999999999,-74.16670000000001,-80.095,-134.49,-122.9151678085327,-122.35932827,-70.9123,-81.8567,-97.41472222,-119.613,-122.41922,-123.36013,-162.55973,-89.328,-122.585,-118.242,-94.97988611,-89.16472222,-94.56000000000002,-89.88500000000001,-125.667,-89.405,-93.33086,-76.29333333333329,-118.6,-72.7419,-87.3467,-122.481,-122.564,-76.63330000000001,-81.6317,-64.7488,-177.95,-76.2833,-83.4667,-152.5,-75.9616,-73.7657,-73.44,-122.519,-82.803,-79.9862,-75.16670000000001,-75.2033,-119.6065020561218,-81.26219987869264,-80.1674,-152.37027,-75.06,-74.26757812499999,-75.2659606934,-89.3036333333,-81.65796666670001,-122.4,-83.0861111111,-87.33,-89.155,-93.93000000000001,-84.13330000000001,-79.92489999999999,-152.5,-124.256,-81.8185,-83.1794,-81.0921,-66.0585,-82.5917,-80.91370000000001,-121.542,-94.6498,-76.384,-134.625,-73.9678,-90.53530000000001,-94.40000000000001,-91.218,-90.2167,-123.215,-122.335165,-82.5667,-70.7833,-123.065,-123.446452777778,-89.3922,-89.4397,-90.45,-91.3896,-158.125,-94.7833,-92.6232,-90.3536,-118.183,-92.1103,-150.729,-89.40333332999998,-90.05944443999999,-90.2816,-89.28111111,-89.63527778000001,-89.13139343260001,-91.10944444,-90.06,-89.7002777778,-90.40000000000001,-94.64830000000001,-89.11790000000001,-152.533,-80.405,-91.02036200000001,-90.16670000000001,-90.5917,-82.35232472419737,-87.848,-134.583,-121.793,-74.02930000000001,-70.68000000000001,-152.5,-91.4811,-118.317,-122.223,-122.341,-89.9447,-122.773,-89.1155,-123.556,-117.224167,-74.34437222219999,-89.1636,-124.242,-92.86669999999999,-84.63330000000001,-91.08138888889999,-81.4644,-94.4501666667,-94.95480000000001,-146.35134,-89.4068333333,-91.8,-90.55,-90.95,-92.8167,-151.308,-90.15722221999999,-93.046475,-91.49002400000001,-94.9843738,-93.3247801,-94.20999999999999,-75.3955,-90.51000000000001,-80.2469,-90.0167,-80.1084,-162.703403,-74.5548,-73.44199999999999,-92.0425,-122.35,-75.5617,-89.3211,-87.1833,-123.8367426395416,-89.96132778,-89.1795,-151.417,-93.98007778,-89.08110000000001,-81.0853,-122.852,-118.412,-122.68,-77.7833,-150,-76.4833,-122.362,-74.2385,-122.684,-121.989,-145.772,-70.92,-149.0994197948926,-124.61256,-70.22748470306396,-89.30416667000001,-118.9908,-90.54140556000002,-76.40281,-74.63249999999999,-75.52381800000001,-148.516816667,-80.61279999999999,-70.9748,-73.6767,-160.193,-91.0634,-170.17,-74.11669999999999,-122.443,-71.6345,-122.361,-93.79340000000001,-132.331,-133.167,-72.03,-67.8837,-135.45,-89.39579999999999,-73.654,-122.24524,-123.45,-151.617,-92.8,-94.98083333,-89.99388888999999,-89.29111111,-89.19638888999998,-90.95976389,-91.53527778,-90.8412472222,-89.3916666667,-95.11499999999999,-89.33416699999999,-93.0842,-90.00709999999999,-89.0244,-74.0667,-123.962,-91.6778,-88.36499999999999,-91.38330000000001,-79.95,-122.762,-122.092,-74.09532427322118,-83.7621,-122.387779,-132.26818,-84.77852222000001,-80.25694444,-94.0833333333,-124.053,-122.377,-90.0167,-89.2787,-93.63,-88.9019,-166.14833333,-81.30500000000001,-94.08199999999999,-89.13527777999998,-89.52777777999999,-91.8006,-74.1833,-88.93770000000001,-91.64830000000001,-74.2467,-135,-149.943,-76.3231557549443,-94.69444444,-165.9716667,-123.0572712421417,-151.309911,-164.35,-90.545132,-90.180711,-89.9238888889,-94.56999999999999,-80.6294,-124.075,-80.0483,-93.8283,-80.0491,-123.4199821,-122.98,-70.6833,-67.227625,-87.38679999999999,-74.29170000000001,-94.0732,-89.19916667,-89.47777778,-76.33329999999999,-90.87472222,-133.317,-90.10833332999999,-95.209632,-90.044444,-123.45,-168.49,-71.43948109999999,-95.04808,-72.087647,-123.555,-75.809,-75.40600000000001,-124.142,-75.2333,-71.98,-79.2883333333,-160.78278,-132.56155,-94.96810000000001,-90.17,-91.2047,-151.586,-90.1297,-90.36222222000002,-91.51545278,-91.73935000000002,-90,-89.20633611,-89.16603889,-89.24055556,-89.28555556000001,-89.96611111,-89.23055555560001,-91.91805555560001,-94.82599999999999,-91.7761,-152.5223167,-94.8502,-83.51390000000001,-122.407,-83.16630000000001,-81.4083,-88.510379,-74.06437985569936,-74.20028686523436,-76.29000000000001,-92.0955,-122.64,-82.146389,-76.46108332999999,-122.066545753866,-74.71888889,-90.66421389,-122.488975525,-81.06583332999999,-74.0823972222,-89.51515000000001,-70.9706,-73.94629999999999,-89.9867,-73.74769999999999,-76.00230000000001,-75.0911,-80.078,-73.4222,-73.434,-134.233,-157.82483333,-82.8167,-124.072,-124.052,-89.28738889,-89.28472222000002,-89.70444444,-90.34338889,-90.59188333,-88.91665999999999,-124.1,-124.617,-77.34999999999999,-82.91670000000001,-122.7429485321045,-89.26666,-91.10052000000002,-89.33583333,-80.07250000000001,-120.117,-89.23569999999999,-89.25722222,-92.52305556,-89.38944443999999,-89.04312899999999,-89.96888888999999,-119.9074029922485,-89.19916667,-90.05944443999999,-90.06222222,-90.163,-91.2056,-75.0667,-75.408,-90.2333,-92.16670000000001,-97.43555556,-122.651,-89.34722222000001,-91.4956,170.958333333,-124.386333333,-89.59583333,-79.88330000000001,-117.208,-89.15000000000001,-72.45999999999999,-162.527,-63.0415,-131.472,-134.648,-75.66670000000001,-80.405,-162.52,-162.529,-122.155,-123.044,-122.185,-73.8403,-122.545,-63.05,-79.479,-76.32863491598981,-89.27577778,-122.3392505943775,-157.94,-90.663037,-89.8661111111,-82.7597,-83,-80.3429,-131.94,-150.635,-71.20440000000001,-151.438,-122.417,-122.2194444,-70.841746,-136.333,-122.56,-70.7838,-80.6444,-92.14797222,-122.81,-91.0722,-89.30333333,-93.63583333,-89.33,-93.93416667,-93.395325,-157.8679695725441,-90.50277778,-89.43016667000001,-89.19916666669999,-89.1561111111,-90.23166666669999,-88.90309999999999,-76.245,-93.75320000000001,-176.667,-94.9015,-88.0429989,-76.7167,-76.4667,-76.72499999999999,-123.096,-169.6,-140.434,-89.19916667,-119.4,-90.4419,-94.5018,-89.83,-90.06710699999998,-89.05499722000002,-79.91670000000001,-89.90861111,-88.18129999999999,-76.69329999999999,-166.583,-74.2316,-93.845,-89.16666667,-88.827474,-89.24972222,-120.702667236,-122.388888889,-166.185,-133.71,-76.3417,-76.2667,-122.5,-89.22833333,-159.256,-89.79527778000001,-89.40333332999998,-89.37305556000001,-89.98611099999999,-90.154444,-90.16611111109999,-89.2925,-75.5888888889,-119.892,-159.256,145.95,-70.6833,-90.59910000000001,-90.2047,-76.5,-76.0167,-151.667,-89.285,-70.96169999999999,-93.7980555556,-89.11750000000001,-157.873166666667,-90.8706,-160.317,-81.0817,-89.24194444,-89.36361110999998,-122.34050989151,-89.252792,-121.598,-90.36579999999999,-89.28138889,-89.97847,-94.00579999999999,-89.30611111109999,-89.6083333333,-94.8,-122.574863419868,-75.0758,-89.33580000000001,-90.0607027778,-93.819,-124.033,-88.8867,-136.5,-123.18259,-82.84194444000001,-94.13555555560001,-122.35,-152.174166,-91.9980555556,-94.40000000000001,-90.70592000000001,-118.128,-133.7,-97.2136,-89.29111111,-93.93705,-145.216666667,-80.4653,-122.731,-94.40388889,-94.4833,-89.25149999999999,-123.9661,-76.31601333618163,-89.70416667000001,-71.84999999999999,-82.86669999999999,-93.6138,-124.967,-90.1508,-163.368833333,-122.357,-71.9833,-89.30421667,-90.17359999999999,-161.917,-90.1808,-94.25109999999999,-89.41670000000001,-124.188,-74.0217,-82.8502,-72.88330000000001,-66.13379999999999,-155.223,-72.0667,-83.53360000000001,-141.433,-76.2333,-82.5723,-95.2176,-85.33329999999999,-75.97499999999999,-75.97499999999999,-76.4333,-81.70999999999999,-88.8481,-71.379,-152.245,-74.9717,-157.77771,-74.03270244598387,-123.18584,-82.485,-122.5091,-134.919,-69.74888889,-122.613939,-124.51572222,-82.98540115356444,-81.70669555664061,-122.5478,-122.40874,-94.4945,-122.8836,-95.3245,-118.235228061676,-92.10416667,-90.59004,-118.495,-123.1747,-123.06372,-124.509,-123.73074,-81.27916667,-123.12783333,-76.41,-124.0377,-76.00117,-74.01847047731279,-83.93641,-124.775,-122.9514312744141,-123.173333,-82.78766666999999,-121.836483,-157.61872,-83.38133333000002,-76.6723251377698,-122.9,-94.56999999999999,-76.05010986328124,-123.2062,-88.83276667,-83.12809799999999,-81.255,-123.47034,-89.29666666999999,-154.34653,-135.0917,-75.90627778,-95.21055556,-89.91500000000001,-74.06616233289242,-76.31584167480469,-154.3613004684448,-83.94726667,-122.83773,-74.09462928771973,-73.42222221999999,-148.379167,-82.9061,-87.94378999999999,-73.96583333,-76.62304697558282,-82.68455,-77.23123168805614,-117.6208,-95.44444444,-95.17855556000001,-75.39904,-95.06166666999999,-122.345016002655,-89.25722222,-83.09262000000001,-122.851,-95.48,-134.123056,-88.561598,-92.94266666999999,-94.715,-164.5847,-83.451108,-122.5170636177063,-92.098947,-89.841667,-93.824167,-74.06,-157.93366667,-93.9832,-94.29277777999999,-81.858985,-89.15002,166.60455556,-89.36638888999998,-134.44105556,-76.03008333,-70.66361111000001,-97.07727778,-94.93031388999999,-166.59492,-95.08752778000002,-69.33,-89.325,-84.30166667,-147.7526,-89.40697222,-91.63666667,-89.13,-89.90955556,-88.65928,-73.8502693176,-89.09584999999998,-93.34999999999999,-81.911547,-90.44333333,-66.9807243347,-91.08833333,-124.204032901,-123.51566667,-71.3781738281,-147.45,-124.09066667,-122.655658722,-75.55572509770001,-124.19,-124.1019056,-124.12366667,-155.723,-90.43847700000001,-70.7151055556,-163.045,-85.43607,-158.22,-170.56,-152.816966667,-94.7435,-90.5912777778,-162.973083333,-91.53333333330001,-146.207166667,-88.3153333333,-87.518156,-162.903333333,-124.033333333,-74.72159000000001,-88.60899999999999,-72.05,-135.39115,-96.30965,-66.98324,-64.699173,-71.44,-123.080233333,145.706666667,144.16,-122.60629,-89.51279,-79.9989333333,-64.6966666667,-94.51000000000001,-124.070536,-82.045,-124.134444444,-122.993,-124.395580556,-70.67333333329999,-90.5288888889,-122.61,-65.3833333333,-124.922888889,-67.3033333333,-122.155,-88.6344579,-90.51000000000001,-153.48167,-73.76694444444441,-176.916666667,-125.326666667,-120.727777778,-70.9457833333,-70.80083333330001,-120.04,-77.27733333330001,-124.653466667,-122.218055556,-165.446005556,-138.365,-178.61,-119.648166667,-168.978333333,-75.12,-160.881666667,-162.224,-147.862,-89.1007,-66.15730000000001,-91.5065,-81.4335,-117.961,-71.5117,-75.3974,-123.968,-164.133,-160.521,-119.54,-89.2675,-95.97499999999999,-168.151,-82.2593333333333,-152.7,-94.8185,-94.851,-77.8497,-157.922,-76.4916111111111,-81.83,-88.3357,-94.5057,-158.583,-94.73739999999999,-94.125,-137.035,-94.7777,-94.7668,-157.86,-97.1382,-90.7236,-75.90000000000001,-76.40000000000001,144.74,-131.478,-164.536,-77.8032,-124.287,-134.926,-94.2497,-74.04000000000001,-76.4064,-151.403,-116.618,-66.7683,-93.8223,-64.765,-80.1037,-158.127,-123.537,-73.9695,-80.8117,-112,-80.0917,-130.933,-73.7,-80.0928,-82.40000000000001,-122.584,-73.7557,-90.9889,-91.4062,-73.9141,-80.4267,-126.317,-88.55500000000001,-90.41849999999999,-124.59,-75.1482,-74.0167,-163.533,-121.802,-75.9967,-78.0367,-133.183,-80.5842,-76.28,-84.09999999999999,-166.5,-82.5723,-95.62,-88.4312,-66.6267,-66.6267,-75.88679999999999,-88.6879,-76.33329999999999,-71.18519999999999,-157.973,-75.97499999999999,-89.15000000000001,-71.34999999999999,-72.5167,-70.8,-166.509,-166.509,-80.0271,-126.77,-69.9483,-76.2333,-76.02500000000001,-90.0189,-88.569,-160.582,-75.86499999999999,-76.119,-123.712,-152.099,-170.424,-71.0478,-122.952242,-70.195837,-73.9081922,-70.625,-80.09999999999999,-75.8383,-76.2361111,-76.273,-73.95,-124.248333333333,-121.508,-124.189,-131.568,-73.7563,-124.168,-80.1336,-148.003,-90.2278,-160.333,-82.81529999999999,-81.4697,-89.1785,-118.962,-74.09999999999999,-85.54000000000001,-73.7667,-119.117,-72.4833,-81.345,-135.433,-88.0333,-88.59,-163.15,-70.91889999999999,-80.08329999999999,-75.46769999999999,-124.224,-80.13330000000001,-94.75,-94.5804,-121.783,-124.169,-88.84999999999999,-97.19329999999999,-178.285,-88.925,-66.76600000000001,-88.50830000000001,-82.4178,-124.246,-73.676,-80.7773,-159.358,-88.4956,-67.2227,-73.75,-72.75,-67.86669999999999,-123.823,-95.8035,-97.295,-94.5167,-76.0933,-74.00813814718276,-73.97832870483398,-168.9517307290226,-122.95934,-88.71805550000001,-162.35805556,-161.699381,-135.36277778,-122.33,-84.00722222,-124.3994522059802,-89.38333333,-133.94166667,-64.97366667,-121.5009784698487,-72.09580421447754,-67.931855,-121.86733333,-124.10906,-122.4320119537878,-118.04205556,-78.67166666999999,-134.5836734678596,-86.35527,-134.2615,-124.137796,-90.20694444,-88.70444444,-89.65791,-94.43805556,-92.03830000000001,-74.12612915039062,-95.22073611000002,-95.59898333,-79.41805556,-134.16805556,-88.771096,-75.05293965339659,-94.1425,-93.32055556,-166.5682983957231,-123.11833333,-97.44416667,-89.8712,-95.12194443999999,-124.0423393249512,-88.76555556000001,-78.70999999999999,-89.11666667000001,-122.517132844,-145.52833,-118.28744444,-94.40250000000002,-89.09055556000001,-124.1094160079956,121.53,-156.6490715369582,-123.788652413059,-118.41494444,-135.3531,-122.5395,-80.54847299999999,-122.741174690891,-89.78111111000001,-89.09361,-89.91650800000001,-119.604449,-94.95472221999999,-82.16121699999999,-80.245,-87.89776000000001,-94.25117,-94.87861110999999,-94.73980555999999,-93.30528056,-89.16583333,-75.9825,-80.52499999999999,-87.92686999999999,-122.7452588046435,-69.23583333000001,-74.24366667,-91.97111570711988,-118.2652,-79.76366666999999,-117.9875,-166.640625,-86.49523200000002,-124.07616667,-69.78333333,-124.12216667,-118.3667850494385,-96.4825,-81.53990507125854,-137.6801,-132.11667,-69.7357177734375,-87.298722,-134.323334,-136.141467,-70.6836,-89.93567,-124.19966667,-123.98883333,-164.915,-89.59816861126454,-152.11,-92.57299818098544,-84.36103199999999,-76.3339053,-94.93063889,-70.51666667000001,-75.87020874023436,-89.01733,-117.482,-124.67938889,-118.2183837890625,-92.74388888999998,-94.98950000000001,-79.3840916454792,-122.8648,-122.18399,-94.37805556000001,-88.409413,-75.31925201648846,-123.96666667,-92.106167,-123.13061111,-133.6983,-73.65446090348995,-92.89,-91.0929,-80.07458209991455,-81.75021171569824,-70.68783333,-89.394576,-89.50027778,-122.3620319366455,-118.06216667,-157.9084310727194,-124.6367104470373,-118.1587429,-118.0522139,-118.23344,-122.33899,-89.24555555999999,-125.58361,-75.66989583894609,-123.015684,-90.64292,-122.67894,-123.70555556,-71.49490356445311,-153.28493,-76.02086111,-74.4207,-93.99805556,-123.9434623718262,-124.77638889,-124.03922,-72.5915,-95.28833333,35.94177246093749,-166.126944,-133.390167,-123.05649,-72.2955322265625,-61.46444444,-152.548733,-120.331727,-124.05946,-79.91046500000002,-122.97216667,-82.463087,-158.69027778,-131.162217,-118.13877778,-117.46666667,-84.67066667,-122.808167,-122.978691,-121.46666667,-121.1721140529469,-158.02833333,-88.86657700000002,-89.08833333,-170.47417,-156.77725,-117.41333333,-149.40028,-93.26916667,-88.98999999999999,-79.62355556,-76.02230072021484,-79.86516666999999,-89.04361111,-74.9871826171875,-79.9675941467285,-90.27055556000001,-89.17872222,-123.017,-123.91113,-79.9813889,-90.20488889000001,-122.46591,-92.88705555999999,-81.49666667,-124.73,-82.13616666999999,-89.403667,-74.20372009277342,-122.99383333,-90.80716667,-87.75664654000001,-135.29575,-123.96807,-122.41151,-124.13,-122.43591,-122.4037885665894,-152.4128052803829,-87.38639999999999,34.08,-124.23083333,-89.614592,-152.515,-65.99338889000001,-122.6389581544208,-122.920825,-89.35994444000001,-88.661914,-118.1388673919064,-64.77375556,-93.7709,-71.95937633514403,-73.79000000000001,-89.9543,-67.63722222,-90.3297749,-82.69110000000001,-89.32638889,-89.15379400508465,-118.326667,-86.60394444000001,-75.20999999999999,-91.40890600000002,-62.15061,-122.49519,-122.39688,-94.79083333,158.6132776737213,-89.43666666999999,-90.27477777999999,-74.07145500183105,-123.9145848713815,-90.29333333,-135.62766667,-95.68363888999998,-82.46438999999998,-80.10381013154982,-158.4938049595803,-135.443889,-117.6375,-124.18611111,-91.88666667,-89.05111110999999,-93.83361111000001,-81.40666667000001,-75.15678405761719,-89.40333332999998,-78.83416667,-89.05138889,-88.92027777999999,-154.21833,-147.06275,57.74463000000001,-163.4057235787622,-152.82167,-123.83222,-94.43833333000001,-94.27666667,-70.28377890586853,42.5833,-151.42542,-79.57444,-93.32063889,-117.1321463579752,-91.6261294,-79.89666667,-70.67333221435547,-122.557845,-76.44425,-90.09711111,-89.17506388999999,-70.285,-94.74330556,-81.54670000000002,-89.37116666999998,-71.41572222000001,-92.58398383855818,-88.98222222,-121.997,-91.60444443999998,-77.96997066121547,-118.66,-158.10738889,-146.391867,-122.4734829179942,-166.87589,-80.21675999999999,-122.35,-122.5087013493834,-118.5051441192627,-88.42793,-88.43638889,-82.554591,-122.6803676085546,-89.36451529999999,-122.6411712152185,-124.1421604156494,-155.08875,-88.63499999999999,-90.01972222000001,-123.433,-166.55638,-94.68285994953476,-157.0178,-122.72,-122.5913286209106,-83.1011,-90.72756111,-91.61416667,-118.488,-159.318,-75.53485105745493,-133.71667,-90.18337,-123.6,-93.32055556,-79.6525,-76.34362793527542,-89.12563889,-156.6221237182617,-89.28016667,-122.7039642323507,-89.243056,-89.40916667,-89.360367,-123.9124088297831,-97.44638888999999,-37.40624785423278,-90.17,-93.34527778,-88.32429999999999,-92.02277778,-89.40833333,-95.23494444000001,-157.90166667,-90.06166666999999,-70.44213982214711,-85.60978,-118.0745,-156.89233333,-161.9696,-90.13194444,-124.0481758117676,-90.22472222,-89.95,-134.29653,-122.67795,-118.168889,-89.57572222,-148.66722,-90.615505,-90.05815800000001,-89.41361110999999,-89.18833333000001,-121.81,-91.3413,-88.70444444,-93.58849999999998,-89.41744444,-76.08846699999999,-88.73361111,-82.7563,-124.47116667,-90.0649346,-144.67275,-152.52545,-88.94222222,-89.51472,-122.37,-120.7411193847656,-89.245,-67.87,-90.051,-89.36359166999999,-88.99361111,172.39,-89.88078117370605,-80.1108455657959,-95.09111111,-72.02500000000001,-90.4705238342285,-122.9044818878174,-153.93083,-82.880621,-167.187,-93.55233333,-82.124537,-75.63915252685547,-123.9788246154785,-122.9576110839844,-88.67833333,-71.49833332999999,-90.40138889000001,-67.10833332999999,-157.92516667,-149.43491,-74.03768921736626,-170.57516667,-90.37861110999999,-70.82550000000001,-82.99833611,-89.31241,-89.34972222000002,-94.13683333,-68.36,-90.01891667,-157.9914577211692,-88.97483333,-89.28711111,-89.84333332999999,-90.83305556000001,-81.52999999999999,-80.80922222000001,-151.33194,-89.609909,-90.56349,-96.49366667,-68.87861110999999,-74.25384521484375,-96.41333333,-70.86919784545897,-89.04600000000001,167.68522222,-93.99055556,-89.22305556000001,-91.61499999999999,-88.39916667,-145.9615,-160.078663,-158.5345,-82.479287,-90.28305555999999,-171.728,-90.45,-92.32641700000001,-135.42411,-82.43755556000001,-80.61134400000002,-122.1,-94.70159443999998,-93.439025,-92.09680080413816,-88.73722222000001,-67.58222222000001,-89.17683332999999,-122.920861,-94.98611111,-122.63666667,-80.0765991211,-94.7205,-123.97166667,-89.3667248,-92.068405,-96.38333333,-90.86668333,-121.592988968,116.812133789,-90.01905556,-82.88,-78.74383333,-73.93901824949999,-122.393159865,-66,-152.58366,-70.38945,-69.76883333000001,-89.29250000000002,-70.92505556,-90.64370278,-89.42277778,-170.79001667,-93.14555556000001,-73.54472222,-124.816589383,-82.87519999999999,-89.984722,-70.67405556,-117.703125067,-123.877258308,-72.38643888999999,-92.63783333000002,124.98046875,-89.16972222,-82.571353,-90.64888888999998,-88.984722,-89.13527777999998,-88.29011111,-88.88972222,-70.57322222000001,-90.18305556,-76.32611111,-123.963,-129.501342773,-90.38444444,-118.449341211,-89.79771789999999,-89.66333332999999,-122.37873203,-122.478184289,-89.285,-93.24115,-97.09,-90.27266667000001,-93.82555556,-90.02043055999999,-89.77388888999999,-80.78833333,-89.30948333000002,-89.16983333,-89.78798055999999,-89.62333332999999,-90.90009722000001,-89.29250000000002,-89.24305556,-65.28095,-89.49571389,-92.12805556000001,-93.96702500000001,-162.51439,-93.36866667,-122.26,-87.50568056,-157.19,-89.35805556,-71.01216667,-94.105,-166.59324,-147.58503,-135.60367,-88.96999999999998,-88.92805555999999,-148.51823631,-153.411,-69.97799999999999,-89.28,-123.88,-158.568833,-158.58611,-158.395,-88.58030000000001,-152.392167,-134.647766,-89.96805556,-94.4525,-125.045,-82.59635900000001,-157.155,-89.45222222,-92.04777778,-80.33,-94.73694444,-61.2225,-88.6315841717,-176.65191,-94.02538889,-88.91194444,-124.42,-93.349403,-161.929302,-82.599794,-76.06594443999998,-89.60666667,-89.33933333000002,-91.41,-89.23055556,-88.16833333,-80.189807,-76.0436,-89.22266667000001,-135.380201,-89.24179444000001,-148.4848009,-122.35116667,-90.04694444000002,-151.31513,-88.43640000000001,-89.37388888999999,-94.79333332999998,-97.20416667000001,-117.91666667,-164.60094,-167.06938,-133.8906,-152.52592,-91.41690800000002,-71.0425114632,-165.71153,-91.20638889,-89.27166666999999,-169.70416,-69.96402740480001,-93.54388889000001,-72.91581471969999,-124.14783333,-103.3694,-122.49,-77.36705556,-166.33983333,-90.13294444,-150.950758,-125.66816667,-121.693304815,-89.41388889,-70.8769226074,-84.38,-165.439,-70.66268920900001,-74.0394,-76.5459,-124.72398377,145.62072222,-90.12972222,-89.81833333,-93.42574999999999,-76.4085,-122.257760582,-89.50151,-93.23,-95.096667,-121.630325,-90.42941,182.6,-89.10899999999999,-70.11666667,-166.1936,-82.28321800000002,-66.1364936829,-68,-124.7,-89.948981,-90.2975,-132.671666667,178.69167,-163.368,-90.0463333333,-121.8083,-93.8,-173.88333,-123.928166667,-93.82777777779999,-90.51888888889999,-161.917125,-73.88103055560001,-73.9708805556,-89.325,-76.4079,-70.785,-69.0383333333,-89.08891,-90.1813888889,-76.4946666667,-89.1038055556,-121.404605556,-95.23,-74.98999999999999,-70.97,-84.6166666667,-124.1753,-88.5166666667,-122.5745,-84.99775,-69.5166666667,-88.2416666667,-122.693888889,-77.7231666667,-171.73,-90.02805555560001,-124.17639,-149.322833333,-70.59999999999999,-162.673874,-91.59336111109999,-124.331733333,-89.56583333330001,-71.95350000000001,-122.646,-73.877728,-89.03277777780001,-91.42333333329999,-122.513541,-71.23,-83.04000000000001,-76.57225,-87.3483333333,-70.9128333333,-121.899166667,-135.49694,-77.04000000000001,-91.27,-79.8583333333,-76.28758333330001,-91.41912000000001,-89.8408861111,-158.108333333,-135.614166667,-121.95,-121.94,-148.01114,-73.9830555556,-90.88483333329999,-90.17928000000001,-176.630308333,-70.361,-88.9827777778,-75.45,-89.6280555556,-90.10019722219999,-80.21666666669999,-134.439,-158.3,-73.29000000000001,-174.152,-71.63,-149.431679,-123.460166667,-82.4933166667,-159.494033333,-74.0035833333,-74,-89.73399999999999,-134.918083333,-135.312166667,144.68538,-74.0136944444,-90.9794444444,-89.9669444444,-91.4502777778,-152.3,-147.570583333,-157.652166667,-147.856333333,146.06,-68.9530555556,-68.9766666667,-90.25788,-94.785,-91.39,-157.408333333,-157.45,-72.3636111111,-64.8728166667,-67.86333333330001,-134.245277778,-94.55991,-70.798,-95.175,-138.249833333,-84.57061,-90.5191666667,-73.91719166670001,-90.8636111111,-118.41327,-97.2955472222,-89.11750000000001,-72.4733333333,-67.9788888889,144.673611111,-122.316666667,-124.92,-73.6237,-83.83499999999999,-151.277416667,-124.8475,-94.8944138889,-122.998527778,-92.8775,-89.15900000000001,-91.10023888889999,-92.1736111111,-69.8833333333,-90.8833333333,-85.1766666667,-124.637333333,-79.6177777778,-88.425,-91.3909666667,-91.05840000000001,-133.131016667,-73.0575333333,-90.44368,-134.650197,-81.292277,-72.0973833333,-152.283661111,-122.130166667,-85.300083,-94.21496999999999,-104.77036,-158.156666667,-122.279166667,-73.411,-89.7732777778,-87.59809,-74.0383333333,89.67152,-93.9200888889,-177.481666667,-68.31999999999999,-82.8166666667,-142.145666667,-66.29454,-70.3368166667,-90.5077777778,-123.95,-132.10905,-88.02916666669999,-151.483333333,-68.3505,-72.907,-65.1166666667,-89.4036666667,-122.91,-152.57,-171.64,-71.8598833333,-89.1605555556,-88.51833333330001,-73.28061111,-80,-155,-88.04000000000001,-124.546666667,-87.98903300000001,-93.0530555556,-83.0166666667,-168.31766,-76.6525,-122.491666667,-122.605683333,-122.23,-83.4826666667,-73.5611111111,-91.95,-120.533333333,-89.19373299999999,-87.918333,-81.6670611111,-88.923,145.221111111,-79.13849999999999,-93.2222222222,-94.49666666669999,-87.4422638889,-89.28,-82.0869,-94.4896666667,-122.5,-89.5366666667,-74.44,144.616666667,-122.513666667,-72.7530555556,-124.270444444,-73.56999999999999,-93.98503055560001,-73.6795555556,-74.86333333330001,-197.05,-170.526351,-93.294167,-167.209167,-90.36204166669999,-82.6683333333,-71.4848333333,-87.81,-163.14,-82.29000000000001,-166.4405,-70.5166666667,-90.0858333333,-118.184666667,-89.0683333333,-70.43163300000001,-122.5212,-74.16500000000001,145.62436,-158.690666667,-80.607366,-93.3665,-80.3,-90.0666666667,-93.625,-70.8666666667,-88.9688333333,-91.3166666667,-84.579525,-66.2501666667,-87.00485,-146.266666666667,-122.459044444,-80.85666666669999,-76.58068299999999,-157.808333333,-90.3425,-90.1772222222,-89.7469444444,-90.84,-122.393586111,-122.686666667,-122.389413889,-89.6028333333,-92.2819444444,-89.76888888889999,144.664055556,-95,-89.11750000000001,-92.46881666669999,-122.514944444,-82.78333333330001,-89.6755555556,-123.019272222,-118.118,-89.5269,-87.1533333333,-131.928333333,-92.1652777778,-132.072233333,-91.56638888889999,-124.082991667,-82.4508333333,-91.0198333333,-88.84638888889999,-124.1,-124.466666667,-91.50333333330001,-77.03,-89.40833333330001,-91.92277777779999,-117.596666667,-89.79000000000001,-122.706388889,-92.2691666667,-66.10666666669999,-122.612027778,-118.1275,-89.3755555556,-97.0083333333,-90.1077777778,-124.015,-90.4488333333,-66.875,-89.953875,-89.3930555556,-89.9691666667,-91.9922222222222,-70.2745,-90.5902777778,-92,-90.3558333333,-94.8305555556,-155,-96.71666666669999,-89.8,-90.1194444444,-91.91566666670001,-116.257355555556,-121.387719444444,-122.401419444,-124.276555556,176.39,-89.98611,-118.625,-76.18111111109999,-92.80266666670001,-88.40000000000001,-76.9717638888889,-148.45,-117.4305,-167.383333333333,-89.2736111111,-74.01777777777779,-66.56166666670001,-119.133333333,-74.03,-120.751,-90.8617,-119.288,-153.094,-167.383,-89.8231,-73.9815,-176.138,-64.61669999999999,-93.55110000000001,-89.1738888888889,-94.5783,-79.7765,-62.7113,-94.3522,-69.8167,-150.096,-90.90219999999999,-92.27119999999999,-80.7007,-90.0086,-148.062,-83.1598,-75.7996,-117.5,-80.1247,-80.6038888889,-82.3503,-92.33969999999999,-89.6678,-122.633,144.863,-134.767,-72.16670000000001,-85.623,-75.53100000000001,-94.03830000000001,-64.6965,-88.9701,-120.898,-93.2158,-90.9222,-78.5582,-90.02500000000001,-166.1,-90.4585,-65.8048,-66.1327,-72.3567,-79.3368,-90.7333,-90.8719,-90.4975,-90.11,-74.28530000000001,-91.97580000000001,-124.25,-157.021388888889,-77.5119,-92.58629999999999,-90.0686,-91.60809999999999,-72.88200000000001,-90.48690000000001,-69.65000000000001,-124.066,-80.075,-125.242,-93.7392,-94.8673,-90.5356,-97.16419999999999,-75.2972,-92.0167,-83.105,-80.175,-160.5,-90.5258,-121.987388888889,-90.0111,-157.656,-91.6564,-89.99250000000001,-97.11669999999999,-93.3702,-93.2333,-170.685,-90.13330000000001,-89.72,-122.377,-124.509,-90.3908,-89.85890000000001,-93.8583,-93.8318,-80.9629,-96.565,-122.023,-89.9161,-69.69329999999999,-90.1589,-89.3158,-89.4847,-94.04000000000001,-89.3597,-90.08329999999999,-90.17059999999999,-156.769,-92.23609999999999,-95.65519999999999,-89.6558,-90.14,-94.7837,-95.21339999999999,-89.81999999999999,-89.8586,-92.4183,-179.55,-89.8747,-91.8772,-92.0111,-76.3036111111111,-92.0117,-53.2933,-91.2107,-93.19499999999999,-89.9413,-91.77679999999999,-70.85469999999999,-75.19889999999999,-89.4233,-158.3,-89.6562,-74.02419999999999,-90.8017,-90.9794,-89.8783,-88.1353,-81.155,-122.273,-91.1786,-89.26779999999999,-92.00879999999999,-90.1558,-79.40000000000001,144.863,-71.3,-169.983,-158.069,-92.66330000000001,-89.9864,-158.12,-93.56910000000001,-69.3642,-80.7667,-122.518,-93.27,-74.1409,-124.133,-89.1386,-80.8083,-124.171,-91.8128,-159.55,-74.15219999999999,-77.03100000000001,-91.84829999999999,-90.16719999999999,-79.1652,-81,-158.684,-92.6863,-76.06140000000001,-89.26220000000001,-69.2517,-157.595,-89.9522,-124.209,-66.8438,-117.817,-131.438,-124.742,-90.1767,-124.5,-124.791,-177.807,-88.4117,-122.463,-83.37439999999999,-80.6519,-93.1951,-88.4011,-117.367,-89.1789,-88.88330000000001,-65.84829999999999,-64.63500000000001,-82.6502,-64.9188,-75.1966,-92.3442,-89.4817,176.3,-78.7178,-89.0022,-91.003,-67.7,-89.29170000000001,-164.767,-174.958,-89.3374,-83.6383,-87.8167,-93.4278,-88.9203,-74.1433,-90.64,-82.99169999999999,-80.0838,-80.3056,-71.0119,-123,-124.071,-174.27,-75.53919999999999,-119.622,-135.042,-91.2687,-92.822,-71.0592,-80.1112,-90.2278,-175.24,-65.75749999999999,-80.0536,-90.16670000000001,-89.9233,-78.4083,-167.839,-122.36,-90.0642,-122.933,-74.2033,-71.8967,-90.1827,-118.483,-77.7333,-82.8317,-90.06829999999999,-124.473,-154.826,-83.8605,-117.65,-124.117,-81.1401,-92.31780000000001,-88.0493,-89.3064,-89.53749999999999,-91.13720000000001,-123.991,-97.2744,-93.8462,-94.5239,-122.736,-89,-124.079,-80.02500000000001,-73.83329999999999,-80.11669999999999,-94.9023,-73.7602,-76.45699999999999,-75.18170000000001,-89,-125.51,-124,-93.8711,-150.1,-95,-156.068,-83,-122.5,-122.2,-73,-170.25,-90.59999999999999,-82.6317,-74.25,-76.25,-88.8267,-75.40000000000001,-90.59999999999999,-90.52970000000001,-121.1,-89.2,-92.59999999999999,-82.90000000000001,-93.81180000000001,-74.1824,-75.08329999999999,-88.6533,-73.755,-89.593,-121.867,-90.3,-82.90000000000001,-88.7821,-90.5733,-70.87649999999999,-93.81180000000001,-161.805,-154.49,-90.4233,-94.6067,-78.5403,-92.212,-72.6499,-80.1033,-73.49850000000001,-91.7564,-92.0347,-89.7971,-74.0069,-75.98,-94.55,138.134,-64.55,-89.36669999999999,-122.833,-121.8,-121.811,-94.64830000000001,139.666666667,-94.5067,-95.29170000000001,-94.18470000000001,-80.06910000000001,-89.10129999999999,-73.8,-72.9567,-81.65000000000001,-122.848,-80.1183,-94.67,-93.839,-84.3638,-90.33499999999999,-80.11239999999999,-64.2833,-124.347,-154.262,-76.3387,-75.167,-119.362,-82.3858,-90.95,-83.09999999999999,-166.183,-74.47499999999999,-70.56999999999999,-123,-74.47499999999999,-133.58,-80.5842,-124.141,-124.7,-152.789,-66.06959999999999,-78.5391,-94.34999999999999,-94.7533,-94.7533,-82.7538,-82.431,-95.48,-122.203,-122.402,-158.75,-89.3583,-88.4312,-71.1091,-76.0933,-66.76600000000001,-89.745,-73.0917,-93.61669999999999,-76.2115,-96.1627,-80.09999999999999,-80.09999999999999,-77.8683,-75.646,-90.5598,-80.1001,-123.067,-122.425,-122.953,-122.953,-76.16670000000001,-70.6022,-94.38330000000001,-121.905,-89.8853,-81.59650000000001,-90.6917,-76.5367,-76.4383,-124.118,-76.0577,-69.7,-165.482,-81.57170000000001,-70.0853,-93.05,-174,-74.205,-76.41330000000001,-75.00960000000001,-70.11669999999999,-80.166,-80.09999999999999,-73.3167,-93.63330000000001,-72.63330000000001,-134.417,-75.58329999999999,-122.286,-117.223,-75.6317,-75.7667,-151.433,-119.952,-79.80500000000001,-76.38330000000001,-82.42829999999999,-130.722,-82.9667,-118.7,-79.80500000000001,-158.533,-133.77,-122.058,-76.625,-80.06999999999999,-80.095,-78.2783,-80.0917,47.00048333000001,-80.5333,-80.5333,-76.3417,-72.88330000000001,-71.34999999999999,-124.733,-76.7167,-76.5333,-75.83329999999999,-76.4833,-76.58329999999999,-76.00830000000001,-76.5667,-123.433,-153.887,-81.60169999999999,-76.3417,-76.41670000000001,-75.09999999999999,-75.90000000000001,-76.66330000000001,56.6667,-76.7167,-76.3,-124.667,-135.983,-76.5667,-169,-77.95,-76.33329999999999,-75.8733,-94.66670000000001,-73.66670000000001,-76.38330000000001,-159.49,-73.88500000000001,-73.973,-76.11669999999999,-76.7,-76.5,-154.077,-124.018,-124.04,-124.065,-88.9667,-70.69,-75.15000000000001,-162.317,-89.95,-166.538,-90.98,-152.878,-72.3887,-89.7535,-73.66,-83.4833,-76,-158.392,-75,-170.926,-93.1983,-122.767,-146.82,-76.3347,-91.99760000000001,-62.3,-166.875,-80.405,-160.46,-158.129,-75.5333,-75.53,-89.1096,-88.0373,-87.6833,-122.391,-122.496,-76.8955,-89.9511,-89.9507,-68.5073,-131.606,-70.50700000000001,-89.6925,-75.12,-89.9593,-70.0599,-75,-80.5025,-69.155,-64.4007,-69.048,-122.229,-70.0975,-73.9867,-82.89190000000001,-165.557,-174.076,-131.794,-80.4567,-151.108,-123.387,-91.3373,-69.4186,-70.6778,-67.88939999999999,-66.06999999999999,-70.47839999999999,-71.0167,-122.901,-131.628,-51.15,-83.1538,-71.57980000000001,-168.88,-170.718,-71.045,-133.491,-71.5771,-124.526,-80,-120.645,-122.558,-76.2915,-75.86499999999999,-122.482,-71.3344,-124.256,-80.9759,-70.6778,-76.3048,-122.34,-122.936,-73.86020000000001,-75.38939999999999,-80.9759,-92.58329999999999,-76.62269999999999,-121.793,-122.237,-75.0667,-71.3698,-80.1645,-122.036,-80.7907,-73.5283,-81.70999999999999,-121.15,-71.04649999999999,-122.26,-170.15,-122.495,-122.466,-123.133,-158.717,-80.5449,-80.7333,-121.966,-157.314,-166.509,144.645,-170.28,-83.52379999999999,-73.858,-71.01860000000001,-123.983,-133.25,-131.998,-88.51000000000001,-88.5411,-122.833,-73.68300000000001,-75.19889999999999,-75.437,-122.310897,-70.91679999999999,-95.1264,-132.1041667,-123.154407,-106.239595,-70.667224,-70.753,-70.08916670000001,-74.04800899999999,-135.6,-65.27849999999999,-75.01600000000001,-122.401546,-78.371027,-71.5463,-74.2409,-91.75,-81.92472100000001,-70.8357792,-64.93472,-122.099,-122.316126,-123.06,-123.427072,-70.931113,-86.247665,-76.55459999999999,-71.21959200000001,51.210394,-69.938202,-76.61450000000001,-122.327507,-120.649834,-122.9487808,-70.8357792,-122.348396,-71.554323,-89.397661,-122.3602778,-70.912593,-89.2488,-122.513382,-75.03361099999999,-88.889955,-122.5,-74.1083,-70.91656500000001,-71.354381,-97.80104799999999,-122.646,-83.083333,-76.63333299999999,-119.252242,-78.566667,-86.954311,-76.1874,-70.97499999999999,-73.787671,-122.606,-70.80159999999999,-70.89,-70.6741667,-73.16,-70.38366670000001,-75.457617,-76.21165999999999,-76.556203,-74.605,-71.6416,-123.034535,-71.6343,-124.601486,-122.399287,-72.1416,-70.5916,-72.1417,-121.63,-122.463198,-123.0083,-75.883,-123.174575,-67.8836,-179.16,-75.0416,-75.10299999999999,-70.917055,-72.142768,-82.11499999999999,-121.389073,-120.574152,-75.90000000000001,-76.472404,-72.867092,-122.520226,-122.460719,-158.356407,-74.051435,-70.7316,-122.761458,-123.071392,-76.935,-76.5986111,-75.33333330000001,-158.111666667,-123.071392,-159.03,62.8583,50,-95.13330000000001,-173.867,-79.5,-43.1667,-69.6833,-122.5,-116.467,-97.1619,-124.074,-93.9533,-90.34099999999999,-88.0333],[1527.486,null,931.948,309.134,null,null,null,42.006,164.114,null,86.376,63.645,48.643,26.731,49.552,null,40.778,null,38.187,null,39.233,36.369,36.278,34.941,33.414,27.277,25.776,19.094,22.73,0,null,16.821,19.094,59.099,18.912,17.093,15.775,2.673,14.047,6.092,22.958,6.683,13.366,12.502,14.547,null,null,10.047,10.911,null,null,0.455,null,9.092000000000001,null,3.246,7.819,7.637,1.396,7.183,7.046,null,null,6.455,null,5.728,19.178,null,4.864,16.23,4.773,null,4.728,null,9.092000000000001,4.546,4.546,null,null,4.201,null,10.501,3.751,3.723,3.819,null,null,0.227,3.114,2.932,2.864,2.864,2.809,0.191,2.728,2.673,2.673,2.578,2.546,null,null,2.272,62.281,1.982,2.1,null,null,2.291,1.718,2.519,1.909,null,null,0.314,1.909,1.527,0,3.055,null,4.773,1.659,null,1.623,null,2.023,1.527,null,1.585,48.643,1.468,null,1.432,1.405,1.337,1.337,null,1.318,1.05,1.279,1.227,null,1.182,1.146,1.137,0.017,1.087,1.05,null,0.057,null,1.014,0.764,1,0.955,0.023,0.038,0.877,1.087,null,0.018,1.659,0.8179999999999999,0.764,0.764,1.364,0.764,null,0.191,0.75,0.736,0.705,0.668,0.668,null,21.576,16.411,0.632,0.014,2.319,0.003,0.577,0.573,0.573,0.573,3.228,null,1.137,0.546,0.546,0.509,0.5,0.491,0.491,0.477,0.477,0.464,0.459,0.458,0.455,0.455,0.196,0.423,0.455,null,0.055,0.091,0.455,1.641,0.455,0.455,0.446,0.382,0.351,null,0.409,null,0.191,0.384,0.386,null,0.382,0.382,null,0.382,0.368,0.018,0.401,null,0.5629999999999999,null,0.341,0.342,0.364,0.364,0.318,0.318,1.489,0.147,0.318,0.291,0.286,0.286,0.286,null,0.382,0.275,0.273,0.264,0.254,0.244,2.4,0.227,null,0.016,0.162,0.229,null,0.227,0.727,0.227,0.205,0.191,null,0.194,0.191,0.191,null,0.191,0.191,0.191,0.191,0.191,0.191,0.191,null,0.001,0.191,0.727,null,0.45,0.382,0.177,0.182,null,0.095,0.174,0.173,0.172,null,0.166,0.159,0.159,0.159,0.014,0.155,null,0.153,0.153,0.067,null,0.153,null,0.143,4.773,null,6.683,0.136,0.136,0.091,null,0.909,0.136,0.136,0.318,null,0.151,0.136,0.136,0.004,null,2.864,0.123,0.007,0.123,0.123,null,0.12,0.118,0.13,0.115,0.115,0.115,0.115,null,2.482,0.114,0.114,0.114,0.114,0.113,0.115,0.115,0.112,0.109,0.068,0.109,null,0.105,0.132,0.1,0.021,0.099,0.095,0.095,0.095,0.095,0.095,null,0.091,0.091,0.091,0.091,0.091,0.091,null,0.091,0.582,0.001,0.08599999999999999,0.08599999999999999,null,0.1,0.095,null,0.546,0.174,0.077,0.076,null,null,0.076,0.075,0.045,0.073,0.477,136.383,0.07000000000000001,0.067,null,0.036,0.068,0.023,0.067,0.067,0.067,0.064,0.063,0.068,0.064,0.063,0.063,0.061,0.061,0.06,null,0.059,0.059,0.059,0.057,0.057,0.057,0.057,0.057,0.005,null,null,0.057,0.057,0.082,0.011,0.01,0.169,0.055,null,0.477,0.055,0.055,0.03,null,0.054,0.052,0.05,null,0.05,0.05,0.048,0.048,0.114,0.046,0.046,0.032,0.045,0.045,0.045,null,0.045,0.045,0.045,0.045,null,null,null,0.045,0.045,0.045,0.045,0.045,null,null,0.045,0.372,0.045,0.036,0.045,0.001,0.041,0.041,0.041,0.041,0.032,0.041,null,0.04,0.039,0.001,0.095,0.038,0.038,0.004,null,0.038,0.038,null,0.038,0.038,0.153,0.038,0.039,0.42,null,0.038,0.037,0.036,0.036,0.036,0.041,0.091,0.036,0.036,null,0.036,0.035,0.555,0.034,0.032,0.032,0.032,0.032,0.032,0.032,0.032,null,null,0.787,0.032,0.032,0.032,0.027,0.032,0.023,0.03,0.029,0.073,0.029,0.029,0.023,0.059,0.027,0.027,0.055,0.273,0.182,0.029,0.027,0.027,0.023,null,0.026,0.024,0.021,0.024,null,0.019,0.023,0.023,0.023,0.023,0.023,0.022,0.023,0.023,0.027,0.023,0.023,0.025,0.015,0.018,0.008999999999999999,0.023,0.023,0.028,0.025,0.011,null,null,null,null,0.005,0.305,0.118,0.007,null,null,null,0.022,0.025,null,0.02,0.005,0.023,0.02,0.001,null,0.015,0.019,0.019,0.019,null,0.019,0.019,0.021,0.019,0.019,0.019,0.019,0.019,0.019,0.019,0.019,0.764,0.019,null,0.019,0.019,0.019,0.023,0.019,0.019,null,0.019,0.134,null,null,null,0.026,0.038,null,0.019,null,0.019,0.018,0.005,0.018,0.018,0.02,0.018,0.018,0.018,0.018,0.018,0.018,0.018,0.018,0.018,0.018,0.018,0.018,0.018,0.277,0.018,0.016,null,null,null,null,null,null,0.016,0.015,0.016,0.016,0.016,0.016,0.015,0.016,0.227,0.068,null,0.015,null,null,0.015,null,0.014,null,0.008999999999999999,null,0.014,0.014,0.014,0.014,0.014,0.014,0.014,0.001,0.014,0.011,null,null,0.014,0.1,0.014,0.014,null,0.014,0.014,0.014,0.014,null,null,null,null,0.032,0.003,0.014,null,0.013,0.013,0.013,0.013,0.014,0.013,0.156,0.012,null,0.011,0.011,null,null,0.014,0.011,0.011,0.073,0.011,null,0.011,0.668,0.003,0.023,0.01,0.01,0.01,0.236,0.01,0.01,null,0.01,0.01,0.01,0.01,0.002,0.01,0.01,0.01,0.01,0.01,0.01,null,null,0.01,0.01,0.029,0.01,0.01,null,0.01,0.018,null,0.01,0.01,0.01,null,0.573,0.011,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,0.008999999999999999,null,0.008999999999999999,0.018,0.001,null,0.026,0.008999999999999999,0.005,0.008999999999999999,0.008999999999999999,0.382,0.109,0.008999999999999999,0.008999999999999999,0.008999999999999999,null,null,null,0.005,0.008999999999999999,null,null,0.008,0.008,0.008,0.008,0.008,null,0.008,0.008,0.008,0.008,0.008,null,0.008,0.008,0.008,null,null,null,0.008999999999999999,0.006,null,0.007,0.014,0.007,0.007,null,0.007,0.007,0.007,0.007,null,null,0.041,null,0.5,0.007,null,null,0.016,null,0.007,null,0.006,0.006,null,0.006,null,0.006,0.006,null,0.006,0.006,0.006,0.955,0.001,0.005,0.005,0.005,0.005,0.005,null,0.045,0.005,0.004,0.005,null,0.005,0.005,0.005,0.005,0.005,0.005,null,0.005,0.029,0.095,null,null,0.005,0.005,0.005,0.045,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,0.005,null,null,0.004,0.005,0.005,0.005,0.005,0.005,0.001,0.008999999999999999,0.014,0.005,0.005,0.005,0.005,null,0.005,null,null,0.008999999999999999,0.005,0.005,0.005,0.005,0.018,0.005,0.005,0.205,0.155,null,null,null,0.004,0.004,0.004,0.004,0,0.005,0.004,0.005,0.004,0.004,0.004,null,0.004,0.004,null,0.004,0.004,0.004,0.004,0.004,0.004,0.004,0.004,null,null,null,0.004,0.064,0,0.004,null,0,null,null,null,null,null,0.004,null,0.004,0.004,0.004,0.004,0.004,0.004,0.004,0.004,0.004,null,0.007,0.003,0.003,0.003,0.003,0.003,0.003,0.214,null,0.003,null,0.003,0.003,null,0.003,0.003,0.003,0.003,0.003,0.003,0.003,0.003,null,0.005,0.003,null,0.003,null,0.003,null,0.003,0.003,0.003,0.003,0.109,0.005,0.191,null,null,0.002,null,null,0.002,0.002,null,0.002,0.095,0.002,0.002,0.002,0.002,0.002,null,0.002,0.002,0.002,0.002,0.002,0.002,0.008999999999999999,0.002,null,null,0.002,0.002,0.002,0,0.054,0.002,0.014,null,0.004,0.002,null,null,null,null,0.045,null,0.025,null,null,0.627,null,0.006,0.002,0.002,0.002,0.002,null,0.002,0.002,null,0.002,0.002,0,2.501,0.002,0.002,0.002,0.006,0.136,null,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,0.002,null,null,0.004,0.003,null,0.003,null,0.002,null,0,0.002,0.002,null,0.002,0.002,null,0.002,0.002,0.002,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.002,0.001,0.001,0.014,0.091,0.001,0.001,0.001,0.002,0.008999999999999999,0.001,0.001,null,0.001,0.011,null,0.001,0.007,0.001,0.001,null,0.001,null,0.001,0.001,0,0.001,0.001,0.001,null,0.001,0.001,0.001,0.001,0.001,0.001,0.001,null,0.001,0,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0.001,null,null,null,null,null,null,null,0.001,0.002,null,0.001,0.001,0.001,0.001,0.001,0.001,null,0.001,0,0.001,0.001,0.002,null,null,0.001,0.005,0.001,null,null,0.001,0.001,0.001,0.001,0.001,0.001,null,null,0.001,0.001,0.001,null,1.405,0.036,0.002,0.005,0.001,null,null,null,null,0.001,0.001,0.001,null,0.001,0.001,0.001,null,null,null,null,0.001,null,0.001,0.001,null,null,null,null,null,null,0.001,0.006,null,null,0.001,0.023,0.001,0.001,0.001,0.001,0.001,0.001,0.001,0,0,0,0,0,0,0,0,0,0,null,0,0,0,0,0,0.014,0,0,null,0,0,null,0,null,0,0,0.001,null,0,null,0,null,0,null,null,0,0.014,0,0.355,0,0,0,0,0,0.001,0,0,0,null,0,0,0,0,0,null,0.054,0,null,null,0,0,null,0,0.08599999999999999,0.005,0,0,0,0,0,0,null,null,0,0.041,0,null,0,0.127,null,null,0,0,0,0.001,0.011,0,null,0.002,0,0,null,0,0,0,null,0,0.001,0,0,0,null,null,0,0.004,0,0,0,null,null,2.196,0,null,0,0,0,0,0,null,null,0,0,null,0,0.005,0,0,null,null,null,0,0,null,null,0.021,0.019,0.002,0.002,0.002,null,null,0,0,0,0,0.003,null,0,0,0,0.005,null,0.007,0,0.016,0,0.127,0,15.275,0.006,null,0,0,0.023,0.831,0,0,null,0.655,null,118.571,0.173,0.008999999999999999,106.16,0.005,0.877,0.227,0.068,0.041,0.473,1,1.909,4.392,null,1.718,2.864,4.392,1.737,0.023,0.305,17.184,0.386,173.661,0.008999999999999999,0.003,0.115,0,0,0.001,0.002,0.091,0.005,0,0,null,0.255,0.003,0.002,0.001,0.025,0.141,0.437,0.001,0.012,0.007,7.637,0.005,0.227,0.177,3.637,null,null,0.002,null,0.002,0.001,0.001,null,0.006,0,null,0.505,3.637,4.546,null,0.002,null,null,0.091,null,null,0.001,0.008,0.007,null,null,0.005,0.002,null,null,null,0.001,null,0.003,18.139,null,null,0.045,null,0.082,0.004,0.001,null,0.291,1.909,15.275,null,0.09,null,0.001,0.008999999999999999,95.468,0.036,0.109,0.018,0.314,null,null,null,null,0.077,0.036,null,1.337,null,null,null,null,null,null,null,0,0.001,0.107,0.859,null,0.045,0.477,0.002,null,0.02,0.082,0.005,0.214,11.456,0.016,0.02,0.573,null,0.001,0.091,null,1.364,0.001,0,0.001,null,0.002,0.014,null,0.001,0.001,null,0.136,0.005,0.001,0,0.227,0.008999999999999999,0.355,null,0,0.018,0.008999999999999999,0.002,0.002,null,0.002,null,0.001,0.25,0.004,0.799,0.005,0.001,0.045,0.003,1.455,0.035,0.001,null,0.003,0.023,null,0.003,0.002,0.005,0.005,null,0.025,0.032,0.032,0.042,0.855,null,0.1,6.098,0.018,0.655,53.271,null,0.002,0.141,0.002,0.004,0.001,46.779,0,0.273,6.819,11.365,1.305,0.001,0.636,100.05,0.08599999999999999,0.008999999999999999,0.001,0,1.227,0.064,0,0.003,0.007,null,0.001,0,0.001,0.001,72.73699999999999,4.773,0,null,28.258,0.061,114.561,null,1.137,0,0.002,null,0.118,0.006,null,null,0.018,0.195,12.048,0.002,null,0.017,80.193,null,0.007,0.027,1.046,0.002,0.003,0.005,null,0.191,null,21.639,null,60.918,null,null,0.032,0.546,1.432,24.822,0.037,53.644,null,0.002,null,null,0,0.003,6.683,null,0.059,0.15,0.6820000000000001,0.095,87.73999999999999,0.034,0.016,null,114.561,null,0,null,1.673,null,5.637,null,0.596,null,4.392,0.014,null,21.821,21.776,0.001,3.819,0.141,0.75,0.309,0.091,2.955,null,3.182,null,1.464,0.614,0.032,164.114,0.018,2.546,0.186,98.196,75.465,0.136,43.779,90.922,null,null,null,12.047,null,null,null,null,null,null,null,null,null,0.002,4.546,0.001,0.032,26.83,0.005,null,0.114,0.048,1.023,22.53,0.006,0.032,0.027,0.011,null,3.055,0.005,0.027,null,0.136,1.337,0.018,null,0.043,0.723,0.007,0.018,0.03,0.091,0.001,0.027,0.055,0.016,0.136,0.045,0.705,1.355,0.946,8.41,1.137,3.169,41.824,0.886,0,0.01,102.742,0.532,0.605,0.001,0.018,null,0.023,0.05,null,null,null,null,5.001,0.5639999999999999,0.001,0.001,null,null,null,0.514,null,0.059,0.007,0,null,0.004,0.005,null,0.001,0.023,null,0.007,0.001,null,null,null,null,null,null,null,null,null,null,null,0.017,0.045,null,4.546,null,null,null,null,null,null,null,0.227,null,null,null,0.004,0,null,0.005,0.955,0,0.002,0.001,null,0.003,null,0,0,0,0.025,null,null,0.041,null,0.064,0.149,0.068,0.018,0.029,null,0.001,null,0.002,null,0.002,0.141,0.002,0,null,null,null,0.001,null,null,0.027,0,null,null,null,0.005,null,0.003,null,0.008999999999999999,0.008,null,0.023,0.004,0.014,0.002,0.014,0.012,0.024,0.026,0,2.475,0.006,null,null,0.031,null,null,null,0.001,0.091,0,null,null,3.637,null,null,0.001,0.003,0.05,null,null,null,null,0.005,null,null,null,null,null,null,0,null,0.002,null,null,null,0.08,null,null,null,0.015,null,0.018,0.008999999999999999,null,null,0,null,0.003,null,null,null,0,0,null,null,0.003,0.018,0,null,null,0.001,null,null,0.003,0.002,0.003,null,0,null,null,null,0.008999999999999999,0,null,0.091,null,null,0.001,null,null,null,null,null,null,0.005,null,null,null,null,null,null,null,0.003,0.002,null,null,0.02,null,null,null,null,null,null,null,null,0.002,0.002,0.002,0.001,null,null,0.004,0.011,0.003,null,null,null,null,0.045,0,null,0.034,0.001,0,null,0.001,null,null,null,null,0.001,null,null,null,null,null,null,null,null,null,null,0.005,null,null,0.001,null,null,null,0.023,0.002,null,null,null,null,null,0,0.001,0.143,null,null,null,0.001,0,null,0.002,0.002,0,null,null,null,null,null,null,0.008999999999999999,3.573,null,null,null,null,null,null,null,null,0.745,null,null,null,null,null,0.023,null,null,null,null,0.003,null,0.005,null,null,0.003,0.004,null,null,null,null,null,null,0.001,null,null,null,null,0.001,0.064,0.546,0.005,null,0.191,0.003,null,0.004,0,0.002,0,null,0.016,0.006,null,null,null,0.001,null,null,null,null,null,0.005,0.034,null,null,0,0.014,0,null,0.002,0.008,null,null,null,0.003,0.004,0.164,null,null,null,null,0.014,null,null,null,0.025,0.02,0,null,null,null,null,null,0.055,null,null,null,null,null,null,null,0.005,null,null,0.005,null,null,null,0,null,null,null,null,null,15.275,null,null,0.003,0.004,0.011,0.027,null,0.036,0.004,null,null,null,null,0.016,null,0.004,0.003,0.002,0.409,null,null,34.007,null,null,null,0.023,null,null,null,null,0,0,0.014,null,null,null,null,null,null,0.023,0.105,0.002,null,0.053,0.038,null,null,null,0.003,0.002,0.004,null,0.003,0.012,0.003,0.003,0.001,0.546,null,0,0.008,0.001,0.5,null,null,null,null,null,null,null,null,null,0.002,9.622999999999999,0.082,0,0.002,null,0.039,null,null,0.001,null,null,0.014,0.018,null,0.001,null,null,null,0.064,null,0.005,null,0.227,null,0.001,null,null,null,0.045,null,0.001,0.018,null,null,0.019,null,null,null,null,0.002,null,null,0.007,0.001,0.003,null,null,null,null,0.323,25.394,0.095,0.023,null,0.006,null,null,null,0,0.002,null,0,0.001,null,0,null,null,0.003,0.016,0,null,0.023,0.01,null,null,0.136,0.005,0.003,null,null,null,0.003,null,0.364,null,0.001,0.001,0.001,null,0.003,null,null,0.023,null,null,0.004,0.002,null,null,null,null,0,null,null,null,null,0.027,1.309,null,0.455,0.002,0.003,0.002,0.001,null,0,0.002,0.002,0.005,null,null,0.018,0,0.08799999999999999,null,0.004,null,null,null,1.818,0.007,0.264,0.025,0.018,0.001,0.025,0,0.001,0.161,null,null,0.003,null,null,0.001,null,0.023,null,0.314,34.368,0.001,null,0.018,null,0.002,0.001,0,0.014,0,0,0.001,null,0.001,null,null,null,0.002,null,0.003,null,0,0.003,null,0.008,null,1.199,0.014,null,0.427,null,0.002,0.455,0.014,null,null,0.002,0.007,0.001,0.023,null,0.001,0.005,null,0,0,null,null,null,0,0.002,null,null,null,0.004,0.008999999999999999,0.605,0.02,null,0.756,null,0.001,null,null,0.007,null,4.773,0.027,0.002,null,0,0.053,null,0,0.005,0.008,0.011,null,0.153,0.007,0.011,0.001,null,0.027,0.008,0.003,0,null,0.432,0.032,7.274,4.573,null,0.018,0.001,null,null,0.001,0.045,0.032,0.436,null,null,0.141,null,null,0,0.025,0.002,null,1.241,0.001,null,null,null,0.909,null,0.001,0.001,null,0.006,0.003,null,0.001,null,null,0,0.005,0.023,0.001,0.068,null,null,null,0.043,1.527,0.01,0,0,null,0,0.001,null,0.019,0.001,0.134,0.033,0.045,null,1.818,0.036,null,null,0.764,0.003,0.004,0.007,null,0.002,null,null,0.019,0.008999999999999999,0.364,null,null,0.001,0,null,0.002,null,0.007,0.002,null,0.014,null,0.012,0.001,0.008,null,0,null,0.001,0.014,0.016,0.001,null,0.005,0.341,null,null,0.008999999999999999,null,null,0.455,null,1.633,null,11.647,0.004,0.001,0.001,null,null,0.768,0.008999999999999999,0.068,0.002,0.027,0.001,0.016,0.002,0.002,null,0.001,null,0.045,0.02,null,null,0.001,null,0.035,null,0.007,null,null,0,0.003,0,null,0.001,null,0.001,0.019,null,0.07000000000000001,0.008,0,0.114,null,3.189,null,null,0.003,null,0.016,null,0.007,0.023,null,0.004,0.014,0.041,null,0.036,0.001,null,null,null,null,0.45,null,0.023,null,0.227,0.004,0.068,0.008999999999999999,0.091,null,null,0.001,0.005,0.027,null,0.001,null,0.002,0,0.01,0.002,null,null,null,0.001,0,null,null,3.628,0.001,0.1,null,null,0.423,null,null,null,0,0.001,0.018,0.033,null,0.509,0,0,0.005,0.004,0.909,0.127,0.001,null,0.002,0.008999999999999999,0.002,null,0.011,null,0.02,0.038,0.002,null,0.005,0.001,null,0.002,0.01,null,null,null,0.016,0.002,null,null,0.004,0.002,null,null,null,null,0.001,null,0.023,null,null,0.014,0.052,null,null,0.006,0.011,0,null,null,0,null,0.017,0.001,0.446,null,0.048,0.014,null,null,null,0.005,0.01,null,0.132,null,0,null,0.114,0.014,0,null,0.001,0.027,0.004,null,null,2.145,0.015,0.286,null,null,0.036,0.082,null,0.016,0.005,null,null,0.007,0.032,0.015,null,null,null,0.014,null,0.001,0.011,null,0.001,null,0.705,0.014,null,0.018,null,0.004,0.016,0.001,null,null,0.008,0.019,0.008999999999999999,null,0,null,5.91,null,null,null,null,null,0,null,0.002,0.002,0.002,null,null,null,0.045,null,0.332,0.013,null,null,null,0.182,0.007,null,0.007,0,null,0.008999999999999999,null,null,null,0.023,null,null,0.007,null,null,null,null,null,null,null,0.003,null,null,null,null,0.001,0.024,null,null,null,null,null,null,null,null,null,null,0.004,null,9.153,0.002,0,null,1.909,null,null,null,0.032,null,null,null,0.007,null,null,null,null,null,null,0.023,null,null,null,null,0.01,0.001,null,null,8.782999999999999,0.001,null,null,null,0.003,null,null,null,0.182,0.659,null,0.005,0.955,null,0.041,null,0.05,null,0,null,0.002,null,null,null,0.001,null,null,0.002,0.032,null,0.005,null,null,0.05,0.153,null,null,0.053,null,0.005,0.052,null,0.004,null,null,0.003,null,null,null,null,null,null,0.003,null,0.005,null,0.027,0.003,0,null,0.005,null,null,null,1.596,0.001,null,null,null,0.004,null,null,null,0.002,null,0.455,null,null,null,null,null,2.728,null,0,0.091,6.274,0.045,0.001,0.004,null,null,0.018,null,0.002,null,0.001,9.092000000000001,0.018,null,0.023,0.15,0.145,null,null,null,0.008999999999999999,null,0.005,25.003,0.005,0.019,null,null,null,0.007,0.029,null,null,null,null,null,0.001,0.005,null,null,null,0.002,null,0.023,0.027,0.5,null,null,3.437,null,null,null,null,0.005,0.011,null,null,null,0.014,0.003,null,0.609,null,null,0.001,null,null,0.028,0.027,null,null,null,null,null,0.005,0.001,0.727,0.059,null,3.437,null,null,null,0.014,0.048,0.273,0.037,null,null,0.005,null,null,0.003,null,0.5,null,null,0.082,null,0.153,null,4.955,0.003,null,null,null,null,null,null,null,9.092000000000001,null,null,null,null,null,null,null,null,null,null,null,0.007,null,0.091,null,0.4,0.045,null,19.094,null,null,null,13.366,0.007,null,null,null,0.341,null,0.055,null,null,0.873,null,null,null,0.185,0.8179999999999999,0.8179999999999999,0.027,null,0.008999999999999999,null,null,null,null,8.592000000000001,null,0.05,1.355,null,0.041,null,0,null,0.164,0.166,null,3.819,null,0.364,null,null,null,null,null,0.045,null,null,null,null,null,null,null,0.08500000000000001,null,null,0.005,24.549,null,null,0.959,null,null,null,null,null,0.423,0.034,null,null,0.002,null,null,null,0.003,0.023,null,0.008999999999999999,0.001,3.023,null,0.011,0.018,null,3.619,null,0.109,2.159,null,null,14.411,null,0.959,null,0.014,0.002,null,null,null,null,null,null,null,0.005,null,null,null,null,0.028,3.637,null,null,null,null,0.002,145.475,0,0.057,null,0,null,null,null,0.191,null,null,29.595,null,null,0.6820000000000001,51.371,0.016,1.537,null,0.023,null,null,null,null,1.818,0.173,0,null,null,null,0.005,null,null,3.246,null,null,null,null,0.001,0.959,null,0.046,14.866,0.007,2.541,0.007,0.004,null,null,null,47.734,null,null,0.159,null,null,1.909,null,null,null,0.068,4.01,2.273,null,null,0.004,190.027,null,null,null,null,null,0.008999999999999999,null,0.039,0.514,0.073,0.001,null,0.082,null,null,0.027,0.004,null,null,null,null,null,null,47.734,0,0.011,0.164,0.073,null,0.004,0.004,0.041,null,null,null,null,1.068,null,0.002,0.018,0.023,0.002,0.019,null,null,null,0.005,0.186,null,null,0.002,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0.073,null,0.014,null,null,null,null,null,0.114,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,2.091,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0.091,null,null,null,null,null,null,null,null,null,null,null,null,null,0.455,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,null,0.008999999999999999,null,null,null,null,null,null,null,null,null,null,null,null,0.027,0.045,0.001,0.051],null,null,{"interactive":true,"className":"","stroke":true,"color":"grey","weight":5,"opacity":0.5,"fill":true,"fillColor":"grey","fillOpacity":0.2},{"showCoverageOnHover":true,"zoomToBoundsOnClick":true,"spiderfyOnMaxZoom":true,"removeOutsideVisibleBounds":true,"spiderLegPolylineOptions":{"weight":1.5,"color":"#222","opacity":0.5},"freezeAtZoom":false},null,["<b>Arabian Gulf Spills; Persian Gulf, Kuwait<\/b> 1991-01-19<br />\n<i>Kuwait crude oil<\/i> - 1527486 m³<br />\nDuring the 1991 Gulf War, tankers and oil terminals in Kuwait were destroyed, causing the release of an estimated 6-8 million barrels (252 - 336 million gallons) of oil into the waters of the Arabian (Persian) Gulf. Many oil wells in Kuwait were destroyed and set on fire, resulting in the release of much greater amounts of oil and combustion products to land, air, and water in Kuwait.  [Edited 05/18/2010 to clarify the amounts of oil released to water vs land and air in this incident.]","<b>IXTOC I; Bahia de Campeche, Mexico<\/b> 1979-06-03<br />\n<i>IXTOC I crude oil<\/i> - NA m³<br />\nOn June 3, 1979, the 2 mile deep exploratory well, IXTOC I, blew out in the Bahia de Campeche, 600 miles south of Texas in the Gulf of Mexico. The water depth at the wellhead site is about 50 m (164 feet). The IXTOC I was being drilled by the SEDCO 135, a semi-submersible platform on lease to Petroleos Mexicanos (PEMEX). A loss of drilling mud circulation caused the blowout to occur. The oil and gas blowing out of the well ignited, causing the platform to catch fire. The burning platform collapsed into the wellhead area hindering any immediate attempts to control the blowout. PEMEX hired blowout control experts and other spill control experts including Red Adair, Martech International of Houston, and the Mexican diving company, Daivaz. The Martech response included 50 personnel on site, the remotely operated vehicle TREC, and the submersible Pioneer I. The TREC attempted to find a safe approach to the Blowout Preventer (BOP). The approach was complicated by poor visibility and debris on the seafloor including derrick wreckage and 3000 meters of drilling pipe. Divers were eventually able to reach and activate the BOP, but the pressure of the oil and gas caused the valves to begin rupturing. The BOP was reopened to prevent destroying it. Two relief wells were drilled to relieve pressure from the well to allow response personnel to cap it. Norwegian experts were contracted to bring in skimming equipment and containment booms, and to begin cleanup of the spilled oil. The IXTOC I well continued to spill oil at a rate of 10,000 - 30,000 barrels per day until it was finally capped on March 23, 1980.","<b>Deepwater Horizon; Gulf of Mexico<\/b> 2010-04-21<br />\n<i>Diesel, crude oil<\/i> - 931948 m³<br />\nA fire and explosion occurred at approximately 11:00 PM CDT, April 20, 2010 on the Deepwater Horizon,  a semisubmersible drilling platform,  with more than 120 crew aboard.  The Deepwater Horizon is located some 50 miles SE of the Mississippi Delta and contained an estimated 700,000 gallons of #2 Fuel Oil or Marine Diesel Fuel. (Related incidents: \"Deepwater Horizon -- Florida Commands\")\u000b\u000bEditor's Note: Initial notification reports are not necessarily post-edited and updated. However, in the Clean Water Act Trial, Judge Barbier ruled in the FINDINGS OF FACT AND CONCLUSIONS OF LAW PHASE TWO TRIAL on January 15, 2015, that 4 million barrels of crude oil were released from the reservoir, of which 3.19 million barrels or approximately 168 million gallons were released into the Gulf of Mexico.","<b>Amoco Cadiz; Brittany, France<\/b> 1978-03-16<br />\n<i>Arabian light crude, Iranian light crude, Bunker C<\/i> - 309134 m³<br />\nOn March 16, 1978, the Amoco Cadiz  ran aground on Portsall Rocks, three miles off the coast of Brittany due to failure of the steering mechanism.  The vessel had been en route from the Arabian Gulf to Le Havre, France when it encountered stormy weather which contributed to the grounding.  The entire cargo of 1,619,048 barrels, spilled into the sea.  A slick 18 miles wide and 80 miles long polluted approximately 200 miles of Brittany coastline.  Beaches of 76 different Breton communities were oiled.\u000bThe isolated location of the grounding and rough seas restricted cleanup efforts for the two weeks following the incident.  Severe weather resulted in the complete break up of the ship before any oil could be pumped out of the wreck.  As mandated in the \"Polmar Plan\", the French Navy was responsible for all offshore operations while the Civil Safety Service was responsible for shore cleanup activities.  Although the total quantity of collected oil and water reached 100,000 tons, less than 20,000 tons of oil were recovered from this liquid after treatment in refining plants.  Keyword: Adverse weather conditions,  boom, skimmer, vacuum truck, manual removal, high-pressure hot water washing, sub-surface oil, remote response, BP 1100X, Finasol OSR, BP 1100WD, Finasol OSR-5, chalk, low pressure washing, disposal..","<b>Sea Star; Gulf of Oman<\/b> 1972-12-19<br />\n<i>Crude Oil<\/i> - NA m³<br />\nEarly on the morning of December 19, 1972, the Sea Star and the Horta Barbosa collided in the Gulf of Oman.  Both vessels caught fire, and were abandoned by their crews.  The Horta Barbosa fire was extinguished within a day.  The Sea Star drifted SSE, leaking burning oil from a forty-foot hole in its side.  The Sea Star was taken undertow by Awal Contracting and Trading Company tug while still on fire on December 21.  Occasional explosions rocked the vessel, and eventually caused it to sink at 25 04 N, 058 12 E on December 24, 1972.  Keyword: International Tanker Owners Pollution Federation (ITOPF), collision, fire, sinking..","<b>M/V JAHRE SPRAY; Delaware Bay, Pennsylvania<\/b> 1988-10-07<br />\n<i>Nigerian crude oil<\/i> - NA m³<br />\nOn October 7, 1988, the M/V JAHRE SPRAY, a Liberian ship carrying 830,000 barrels of light Nigerian crude oil, was anchored in Big Stone Anchorage in Delaware Bay, trailing a sheen measuring approximately 150 feet by six miles.  The nature of the sheen could have been cargo, fuel, or lube oil.  USCG district 1.","<b>Nowruz Oil Field; Persian Gulf, Iran<\/b> 1983-02-10<br />\n<i>Crude oil<\/i> - NA m³<br />\nIn 1983, the Nowruz Oil Field in the Persian Gulf, Iran, was involved in a number of oil pollution incidents.  On February 10, 1983, a tanker collided with a platform.  The platform developed a 45-degree tilt and had to be shut down.  Wave action and corrosion apparently caused the riser to collapse into the wellhead causing a spill of approximately 1,500 barrels per day.  The well was not capped because the field was in the middle of the Iran/Iraq war zone. This platform was attacked by Iraqi planes in March and the resulting slick caught fire.  This well was capped by the Iranians on September 18, 1983.  Eleven people were killed during the operation.\u000bIn March 1983, a nearby platform was attacked with rockets by Iraqi helicopters.  The platform burned and spilled oil at an initial rate of approximately 5,000 barrels per day.  The rate slowed to about 1,500 barrels per day in the two years before the well was capped.  In May 1985, the fire was extinguished and the well was plugged with the assistance of divers.  Nine men died during these operations.  Approximately 733,000 barrels of oil spilled into the sea as a result of this incident.  It is estimated that the rate of oil leaking into the Persian Gulf in mid-May of 1983 was between 4,000 and 10,000 barrels per day due to more war-related activity or the collapse of burning platforms.  \u000bAs a result of this incident, a cooperative program for large-scale trajectory modeling was developed between the National Oceanic and Atmospheric Administration and Kuwait's Environment Protection Council under the Ministry of Public Health.  Keyword: Booms, skimmers, fire, collision..","<b>Urquiola; La CoruÃ±a, Spain<\/b> 1976-05-12<br />\n<i>Light Arabian crude oil, Bunker fuel<\/i> - 42006 m³<br />\nOn May 12, 1976, the Tank Vessel Urquiola struck a submerged object while approaching the CoruÃ±a Oil Terminal at La CoruÃ±a, Spain.  The vessel began to leak cargo from the damaged bow section.  Due to the threat of explosion and fire, the Port Commandant ordered the Urquiola out of the harbor, away from the refinery and town of 200,000 inhabitants.  While being assisted out of the harbor by two tugs, the leaking vessel grounded again, further rupturing the bow tanks.  All of the crew, except for the captain and pilot, abandoned the ship when it began to list.\u000bTwo hours later the vessel exploded, killing the captain.  Approximately 513,000 barrels of oil burned in the subsequent 16-hour fire.  Burning oil spread out from the vessel and was eventually extinguished by the cooling effect of the seawater.  Dense clouds of smoke were blown over the town of La CoruÃ±a.  A safety zone one mile in radius was established around the vessel after air monitors detected high levels of volatile gases.  Despite these precautions, a second explosion and fire rocked the vessel on the morning of May 14.\u000bBetween May 12 and May 21, oil was estimated to be leaking at a rate of 2,200 barrels per day.  An estimated 180,000-220,000 barrels of the cargo polluted the Spanish coast.  On May 21, a smaller tanker and tug began lightering the Urquiola.  About 50,000 barrels of crude oil had been removed from the vessel by May 25, when lightering operations were halted by rough seas.  Ten to fifteen foot seas detached a large section of the bow.  On June 8, the stern section, containing an estimated 22,000 barrels of bunker fuel, was towed to a more protected area five miles to the west.  The stern was partially lightered before developing a crack in one of the tanks that resulted in further, limited leakage.\u000bFollowing the fire, the Spanish Navy and a fleet of commercial vessels applied over 2,000 tons of chemical dispersants to the Urquiola and surrounding waters in spite of resistance mounted by Spanish oceanographers.  Cleanup of the oiled shoreline was primarily accomplished by manual labor.  Skimmers and booms were used for water recovery with mixed results.  Keyword: Adverse weather conditions, skimmer, boom, fire, explosion, manual removal, contingency plan, sawdust, reoiling, vacuum truck, lightering..","<b>Torrey Canyon; Lands End, England<\/b> 1967-03-18<br />\n<i>Kuwait crude oil<\/i> - 164114 m³<br />\nOn the morning of March 18, 1967, the T/V Torrey Canyon  ran aground on Pollard Rock on Seven Stones Reef off Lands End in England due to the master's negligence.  The entire cargo, approximately 860,000 barrels (references range between 857,600 and 872,300 barrels), was released into the sea or burned during the next twelve days.  Ships of the Royal Navy carrying detergents were en route to the scene within four hours of the grounding.\u000bThe response command post was established at Plymouth.  The Royal Air Force and the Royal Navy implemented an early warning system for oil movement.  A panel of expert scientists was assembled to consider scientific problems involved with the cleanup procedure.  Local authorities were instrumental in dealing with the oil beached within their jurisdictions.\u000bA detergent, primarily BP1002, was sprayed on much of the floating oil to emulsify and disperse it.  Manual methods were used for removal of oil on many of the sandy beaches, although the dissected nature of the shoreline made it impossible to clean the whole coastline.  The vessel lost structural integrity on March 26, releasing more oil into the water.   Since towing the vessel off of the reef was deemed impossible, the government decided to bomb the vessel.  Keyword: BP1002,  straw, chalk, bombing, fire, manual removal..","<b>Jakob Maersk; Leixoes, Portugal<\/b> 1975-01-29<br />\n<i>Iranian crude<\/i> - NA m³<br />\nOn January 29, 1975, the Jakob Maersk struck a sand bank while entering the port of Leixoes, Portugal.  Explosions followed the grounding.  The ship and cargo burned for two days before burning itself out.  The hull of the Jakob Maersk sank.  Keyword: Fire, explosion, sinking, straw..","<b>Khark 5; 400 miles north of Las Palmas, Canary Islands<\/b> 1989-12-19<br />\n<i>Iranian Heavy crude oil<\/i> - 86376 m³<br />\nOn December 19, 1989, the Iranian tanker Khark 5  bound for refineries in Northern Europe exploded and caught fire approximately 400 miles north of the Canary Islands.  An estimated 452,400 barrels (19 million gallons) of the 1,714,300 barrels (72 million gallons) on board spilled into the sea.  The 35 crew members were rescued by the passing Soviet vessel Sarny.  \u000bOcean currents carried the abandoned vessel south towards the Canary Islands.  A Moroccan Government Response Task Force consisting of members from the Moroccan Royal Navy, Interior Ministry, Ministry of Fisheries, and the Civil Defense Force responded to the incident.  According to a joint Spain/Morocco contingency plan, the Spanish government was prepared to provide aid if necessary.  The Moroccan government sent a formal request to the U.S. Coast Guard for technical assistance in evaluating the situation.  An Atlantic Strike Team (AST) representative was sent to the scene on January 4, 1990.  The International Tanker Owners Pollution Federation (ITOPF) provided cleanup equipment and an on-scene advisor.\u000bSmit Tak, a Dutch salvage company, repaired a 60 foot by 90 foot hole in the vessel's port side.  Early efforts to tow the damaged vessel away from the shore were hampered by 8-foot waves and high winds.  On January 1, a tug secured a line to the Khark 5  and began towing the vessel towards the Madeira Islands off Portugal as Morocco and Spain refused to allow the vessel close to their shores.  Fourteen aircraft and seven boats were used to spray detergents on the slick.  Keyword: International Tanker Owners Pollution Federation (ITOPF), Atlantic Strike Team (AST), manual removal, fire, explosion, evaporation, side looking airborne radar (SLAR), Infrared (IR), Finasol OSR-2..","<b>World Glory; 65 miles ENE of Durban, South Africa<\/b> 1968-06-13<br />\n<i>Kuwait crude oil<\/i> - 63645 m³<br />\nAt 1500 on June 13, 1968, the World Glory,  bound for Huelva, Spain, broke up approximately 65 miles ENE of Durban, South Africa.  At the time of the incident the weather consisted of southwesterly gale force winds, overcast skies, heavy swells, and poor visibility.  Only ten of the 34 crew members survived the accident.  The stern section of the vessel sank after about two hours, while the bow section drifted southwest with the Agulhas Current.  The bow was presumed to sink at 30 06 S, 031 54 E, approximately 40 miles from the initial breakup.  All the ship's cargo, 334,043 barrels of Kuwait crude oil, eventually spilled into the Indian Ocean.  \u000bThe response was led by the Port Captain of Durban.  Since the economy of Natal, South Africa, depended on the upcoming winter tourist season, the primary response goal was to keep the oil from impacting the mainly recreational shoreline.  Dispersant operations were organized by personnel from the Department of Fisheries and the Department of Industries.  Other parties involved in the response include the Department of Transportation, South African Defense Force, the Durban Corporation, the Oceanographic Research Institute, the Natal Anti-Shark Measures Board, and the Council for Scientific and Industrial Research.  Wildlife impacts were minimal.  Duration of response was approximately 20 days with an estimated cost of $420,000.  Keyword: Adverse weather conditions, sinking..","<b>Burmah Agate; Galveston Bay, Texas<\/b> 1979-11-01<br />\n<i>Nigerian Crude, blended crude (high naphtha content)<\/i> - 48643 m³<br />\nOn the morning of November 1, 1979, the Burmah Agate and the Mimosa collided at the entrance to Galveston Harbor.  The Mimosa  struck the Burmah Agate  on its starboard side, tearing an 8 by 15 foot hole in the hull near Cargo Tank No. 5.  An explosion occurred upon impact, and the leaking oil ignited.  The USCG immediately dispatched the Coast Guard Cutter Valiant  to begin search and rescue operations.  By 1230 all 26 crew members of the Mimosa had been found, but only 6 of the Burmah Agate's 37 crew members were accounted for.  The owners of the Burmah Agate assumed responsibility for the spill response.  They contracted Clean Water, Inc. for cleanup operations, and Smit International Inc. to fight fires on the Burmah Agate, and to assist in salvage.  The Burmah Agate burned until January 8, 1980 and was towed to Brownsville, Texas on February 1 for scrapping.  USCG district 8.  Keyword: Collision, explosion, fire, vacalls, vacuum truck, Open Water Oil Containment and Recovery System (OWOCRS), Open Water Oil Recovery System (OWORS), skimmers, U.S. Navy Superintendent of Salvage (NAVSUPSALV), Clean Water, lightering, salvage, Gulf Strike Team (GST), boom, manual removal..","<b>Texaco Storage Tank; Bahia Las Minas, Panama<\/b> 1986-04-27<br />\n<i>Venezuelan crude, Mexican Isthmanian crude<\/i> - 26731 m³<br />\nOn April 27, 1986, a Texaco storage tank at a refinery near Isla Payardi, Panama, ruptured, releasing approximately 240,000 barrels of medium-weight crude oil.  Some of the oil was contained within dikes at the facility.  Approximately 140,000 barrels of oil flooded through a dike and overflowed separators and a retaining lagoon and flowed into Bahia Cativa.  Refinery personnel reported that a total of 60,000 barrels of oil were recovered.  It is not known how much of this recovered oil was from the sea.  Keyword: Skimmer, vacuum truck, Corexit 9527, pressure washing, reoiling, manual removal..","<b>T/V Exxon Valdez; Bligh Reef, Prince William Sound, Alaska<\/b> 1989-03-24<br />\n<i>Prudhoe Bay Crude<\/i> - 49552 m³<br />\nOn March 24, 1989, the tanker Exxon Valdez, en route from Valdez, Alaska to Los Angeles, California, ran aground on Bligh Reef in Prince William Sound, Alaska.  The vessel was traveling outside normal shipping lanes in an attempt to avoid ice.  Within six hours of the grounding, the Exxon Valdez spilled approximately 10.9 million gallons of its 53 million gallon cargo of Prudhoe Bay Crude.  Eight of the eleven tanks on board were damaged.  The oil would eventually impact over 1,100 miles of non-continuous coastline in Alaska, making the Exxon Valdez the largest oil spill to date in U.S. waters.\u000bThe response to the Exxon Valdez involved more personnel and equipment over a longer period of time than did any other spill in U.S. history.  Logistical problems in providing fuel, meals, berthing, response equipment, waste management and other resources were one of the largest challenges to response management.  At the height of the response, more than 11,000 personnel, 1,400 vessels and 85 aircraft were involved in the cleanup.\u000bShoreline cleanup began in April of 1989 and continued until September of 1989 for the first year of the response.  The response effort continued in 1990 and 1991 with cleanup in the summer months, and limited shoreline monitoring in the winter months.  Fate and effects monitoring by state and Federal agencies are ongoing.  USCG district 17.  Keyword: Inipol, Customblen, skimmer, sorbent belt skimmer, rope mops, sorbents, boom, pompoms, Corexit 7664, Corexit 9580, Corexit 9527, BP 1100X, International Bird Rescue and Research Center (IBRRC), Regional Response Team, fingerprinting, lightering, manual removal, vacuum truck, disposal, high-pressure hot water washing, high-pressure washing, low pressure washing, water-washing, remote response, side looking airborne radar (SLAR), steam generators, volunteers..","<b>Venoil; Cape St. Francis, South Africa<\/b> 1977-12-16<br />\n<i>Iranian heavy crude oil, Bunker fuel oil<\/i> - NA m³<br />\nOn the morning of December 16, 1977, the Venoil and the Venpet collided 40 miles off Cape St. Francis, South Africa.  The Venpet was damaged, releasing burning bunker oil over the starboard deck of the Venoil and into the surrounding water.  The Venoil suffered serious fire damage.  The impact also holed two of the Venoil's tanks.  Both ships were abandoned, and began to drift towards the coast.  The fires on board both vessels went out as they drifted.  Keyword: Manual removal, straw,  suction operations, sub-surface oil, collision, fire, International Tanker Owners Pollution Federation (ITOPF)..","<b>Borag; Keelung, Taiwan<\/b> 1977-02-05<br />\n<i>No. 4 Fuel Oil<\/i> - 40778 m³<br />\nOn February 7, the Borag grounded on Hsin Lai Reef off Keelung, Taiwan while en-route to the Chinese Petroleum Corporation (CPC) oil terminal at Shen Ao.  On February 15, heavy weather caused the vessel to break up and sink, releasing more oil.  Approximately 213,690 barrels of No. 4 Fuel Oil leaked from the vessel.  Keyword: International Tanker Owners Pollution Federation (ITOPF), skimmer, boom, sinking, adverse weather conditions, oil mop machines, manual removal..","<b>Ekofisk Bravo oil field; Norway, North Sea<\/b> 1977-04-22<br />\n<i>Ekofisk crude oil<\/i> - NA m³<br />\nOn April 22, 1977, well B-14 on the Phillips Petroleum Company's \"Bravo\" production platform in the Norwegian Ekofisk field experienced an oil and natural gas blowout.  This platform is 180 miles southwest of the Ekofisk oil field center in approximately 230 feet of water.  The blowout resulted in the first major oil release in the North Sea.  A red-brown mixture composed of oil and mud spurted up to 180 feet into the air above the offshore drilling rig.  The \"blowout preventer\" had apparently been placed upside down on the wellhead during an earlier maintenance procedure.  The 112 crew members on the platform were safely evacuated.  The blowout resulted in a continuous discharge of crude oil through an open pipe 20 meters above the sea surface.  At an estimated rate of 1170 barrels per hour, approximately 202,380 barrels of oil escaped before the well was finally capped 7 days later on April 30th.  Considerably less oil entered the water due to rapid evaporation.  As much as 30-40% of the escaping oil may have evaporated before of shortly after hitting the water.  A higher than average air temperature (75?F) and the formation of small oil droplets contributed to rapid evaporation rate.\u000bFour to six foot sea conditions and below average sea surface temperature conditions existed in the area of the platform at the time of the blowout.\u000bRed Adair was contracted by Phillips to assist in capping the blowout.  Although weather conditions and hazardous gas accumulations slowed capping efforts, the rig was capped on April 30.  The Norwegian State Pollution Control Board declared that no major ecological damage resulted from the spill.  Following an inspection tour on the day of the capping, two U.S. Coast Guard experts recommended against sending any oil-skimming equipment to Norway.  Weather and wave action during the following days were predicted to eliminate any visible slick.  Keyword: Blowout, drift cards, evaporation, water washing..","<b>Funiwa No. 5; Niger Delta, Forcados, Nigeria<\/b> 1980-01-17<br />\n<i>Nigerian Crude<\/i> - 38187 m³<br />\nOn January 17, 1980, the Funiwa No. 5 well located 5 miles off the Niger Delta, Nigeria, blew out.  Approximately 200,000 barrels of oil spilled from the well.  On January 29 the oil ignited.  The flow of oil stopped on February 1 as the Funiwa No. 5 bridged.  Keyword: Gold Crew, International Tanker Owners Pollution Federation (ITOPF), blowout, relief well, fire..","<b>Wafra; Cape Agulhas, South Africa<\/b> 1971-02-27<br />\n<i>Arabian crude oil<\/i> - NA m³<br />\nOn the morning of February 27, 1971, the tanker Wafra was taken under tow off Cape Alghulas, South Africa after her engine room flooded.  Later that day the towline broke, and the Wafra drifted onto the Agulhas Reef, five miles from Cape Agulhas.  Cargo tanks were ruptured, and Arabian crude oil began to leak from the vessel.  On March 8, the vessel was pulled off the reef by the tug Oceanic, and towed to a position 200 miles from the coast where it was deliberately sunk on March 12.  Keyword: Sinking..","<b>Hurricane Katrina (LA General); LA<\/b> 2005-08-30<br />\n<i>Multiple<\/i> - 39233 m³<br />\nThis is a general Incident for information covering non-site specific pollution events in Louisiana.","<b>Power Plant Oil Spill; Beirut, Lebanon<\/b> 2006-07-31<br />\n<i>IFO 150<\/i> - 36369 m³<br />\nTHIS WEB SITE HAS BEEN MADE AVAILABLE AS A MEANS FOR SHARING OF INFORMATION BETWEEN FEDERAL AGENCIES.\u000b \u000b    On July 13 and 15, 2006, storage tanks serving a power plant 30 km south of Beirut, Lebanon, were damaged by military conflict.  Between 10,000 and 30,000 tons (2.5 to 8 Million Gallons)of heavy fuel oil was reported to have been released into the Mediterranean Sea.","<b>Schuylkill River Spill; Douglassville, Pennsylvania<\/b> 1972-06-22<br />\n<i>Waste oil and sludge<\/i> - 36278 m³<br />\nOn June 22, 1972, 140,000-190,000 barrels of waste oil and sludge from Berks Associates oil reclamation plant escaped into the Schuylkill River at Douglassville, Pennsylvania.  The release resulted from heavy rains and flooding of the entire lagoon complex.  Twelve to eighteen inches of rainfall from Hurricane Agnes on June 21-22 raised the Schuylkill River 20 feet over its banks and flooded the waste oil lagoons.  Agnes proved to be the worst natural disaster in the U.S. at the time.  Two billion dollars in damage and 100 fatalities were attributed to the storm.\u000bThe spilled oil was not sighted until June 23, due to the more pressing concerns of evacuation and property damage.  U.S. Coast Guard and Environmental Protection Agency personnel conducted an overflight of the area to assess the magnitude of the flood damage.  Black oil and several hundred drums containing hazardous chemicals were spread over much of the countryside along the Schuylkill River.  The Regional Response Team (RRT) was assembled and an on-scene coordinator was assigned by the EPA.  The National Contingency Plan revolving fund was opened under the \"Act of God\" provision.  On June 28, the Coast Guard National Strike Force and personnel from the Division of Oil and Hazardous Materials (DOHM) were called.\u000bThe rains stopped on June 30.  The top priorities at this point were to reduce the amount of oil leaching from the lagoons into the river and to protect the water intakes of downstream cities.  On July 4, three main contractors, Underwater Technics, Clean Water, and New England Pollution Control were tasked with cleaning up a 16 mile stretch of the Schuylkill River.  The spill area became a testing ground for clean-up methods.  The bulk of the cleanup was completed by early August.  By the conclusion of operations on September 30, the clean-up bill totaled $4.5 million.  USCG district 1.  Keyword: Boom, filter fence, sorbent granules, National Strike Force (NSF), manual removal..","<b>Argo Merchant; 29 miles southeast of Nantucket Island, Massachusetts<\/b> 1976-12-15<br />\n<i>No. 6 Fuel Oil, cutter stock<\/i> - 34941 m³<br />\nAt approximately 0600 on December 15, 1976, the Liberian tanker Argo Merchant went aground on Fishing Rip (Nantucket Shoals), 29 nautical miles southeast of Nantucket Island, Massachusetts in high winds and ten foot seas.  The vessel was carrying approximately 183,000 barrels of No. 6 Fuel Oil (80%) and cutter stock (20%).  The master of the Argo Merchant requested permission to dump cargo in an effort to control draft and re-float the vessel.  Permission was denied and attempts to lighter and re-float the vessel using emergency pumps and an Air Deliverable Anti-Pollution Transfer System (ADAPTS) were unsuccessful.  The following day the weather worsened and the crew of the Argo Merchant was evacuated.  On December 17 the vessel began to pivot clockwise and buckle.  On December 21 the vessel broke in two aft of the king post, spilling approximately 36,000 barrels of cargo.  The bow section split forward of the bridge and capsized on December 22, resulting in the loss of the remaining cargo.  The bow section floated 400-500 yards to the southeast and was eventually sunk by the USCG while the stern section remained aground.  Prevailing currents carried the spilled oil away from the shorelines and beaches of Nantucket.  Weather conditions and uncharted depths surrounding the wreck made salvage attempts difficult.  USCG district 1.  Keyword: Drift cards, Air-Deliverable Anti-Pollution Transfer System (ADAPTS), fingerprinting, sinking..","<b>Aragon; Madeiran Archipelago, Portugal<\/b> 1989-12-29<br />\n<i>Mexican Maya crude oil<\/i> - 33414 m³<br />\nWhile under tow, the Spanish tank vessel Aragon suffered damage during a storm on December 29, 1989, approximately 360 miles off the coast of Morocco. The damage resulted in the release of approximately 175,000 barrels of Mexican Maya Crude Oil into the Atlantic Ocean, near the Madeiran archipelago.\u000bThe Portuguese Navy was in charge of the response.  They monitored the initial movement of the oil until it made landfall.  Approximately three weeks after the spill, pollution occurred on the Portuguese Island of Porto Santo, with oil believed to have been from the Aragon.  This was later confirmed when oil samples were taken from the vessel.\u000bPortuguese authorities requested assistance from the International Tanker Owners Pollution Federation (ITOPF) and the European Economic Community (EEC) Task Force.  Specialists from the ITOPF and EEC Task Force recommended bringing additional equipment to the island, as there was no pollution response force already in place.  Keyword: International Tanker Owners Pollution Federation (ITOPF), boom, high-viscosity screw pumps, high-pressure washing, hot-water flushing, Inipol, reoiling, manual removal, fingerprinting, sub-surface oil, disposal..","<b>T/V Haven; Genoa, Italy<\/b> 1991-04-11<br />\n<i>Iranian heavy crude<\/i> - 27277 m³<br />\nOn April 11, 1991, the tanker Haven caught fire while anchored 7 miles off of Genoa, Italy.  The Haven suffered a series of explosions and broke into three parts.  A portion of the deck sank, and the rest of the vessel began to drift to the southwest.  The bow section sank in water 7 miles off Arenzano.  The rest of the vessel was towed to shallower waters 1.5 miles off Arenzano where it sank on April 14.  Keyword: International Tanker Owners Pollution Federation (ITOPF), volunteers, remotely operated vehicle (ROV), sub-surface oil, boom, containment boom, skimmers, suction operations, vacuum trucks, manual removal, preventative booming, fire, explosion, sinking..","<b>Kirki; Cervantes, Western Australia<\/b> 1991-07-21<br />\n<i>Light Murban crude<\/i> - 25776 m³<br />\nOn July 21, 1991, the Greek tanker Kirki caught fire 20 miles off the coast of Western Australia, near Cervantes. The vessel was en-route from the Arabian Gulf to Kwinana, Australia.  It was owned by Mayamar Marine Enterprises of Piraeus, Greece.  The Kirki's bow broke off in heavy seas, rupturing two of the forward tanks.  Approximately 135,000 barrels of light Murban crude were spilled, most of it on the first day.  Small amounts of oil leaked during the subsequent towing of the Kirki.  The salvage vessel Lady Kathleen was in the area of the incident and responded quickly to the Kirki's distress call.  The Lady Kathleen towed the vessel to the west away from the shore, preventing further casualties.  Keyword: Lightering, boom, fire, evaporation, Ardox 6120, Shell VTS, salvage..","<b>M/V Mega Borg; Gulf of Mexico, 57 miles SE of Galveston, Texas<\/b> 1990-06-08<br />\n<i>Angolan Palanca crude oil<\/i> - 19094 m³<br />\nOn June 8, 1990 at approximately 2330, while the Italian tank vessel Fraqmura was lightering the Norwegian tank vessel Mega Borg, an explosion occurred in the pump room of the Mega Borg.  The two ships were in the Gulf of Mexico, 57 miles southeast of Galveston Texas in international waters, but within the U.S. exclusive economic zone.  As a result of the explosion, a fire started in the pump room and spread to the engine room.  An estimated 100,000 barrels of Angolan Palanca crude was burned or released into the water from the Mega Borg during the next seven days. \u000bApproximately 238 barrels of oil was discharged when the Fraqmura intentionally broke away from the Mega Borg.  Explosions on the Mega Borg, caused the stern of the ship began to settle lower in the water and list to the port side.  A continuous discharge of burning oil flowed over the aft port quarter of the ship.\u000bLess than an hour after the explosions on the Mega Borg, the U.S. Coast Guard (USCG) in Galveston dispatched two USCG cutters to the scene.  \u000bWeather was calm throughout the incident.  Winds were generally around 10 to 15 knots and air temperature were between 80 and 90 degrees Fahrenheit.  USCG district 8.  Keyword: Corexit 9527, skimmer, Air-Eye aircraft, side looking airborne radar (SLAR), Atlantic Strike Team (AST), U.S. Navy Supervisor of Salvage (NAVSUPSALV), AE BioSea Process, explosion, fire, contingency plan..","<b>New Windsor Cargo Terminal; Hudson River, NY<\/b> 2005-07-29<br />\n<i>diesel<\/i> - 22730 m³<br />\nA storage tank ruptured at the New Windsor Cargo Terminal located approx. 10 miles north of West Point.  Approximately 5 million  gallons of diesel were released into a secondary containment area. No product has reached the river.","<b>Breton Sound Block 28; LA<\/b> 2005-06-28<br />\n<i>Unknown<\/i> - 0 m³<br />\nBetween 1615 and 1700 CDT approx. 60 gallons of oil were released from a\u000bpipeline within Breton Sound Block 28.  The coordinates of the release are 29&#730; 33â 40âN, 089&#730; 08â 36âW.  The slick is reported to be moving to the northeast at this time.","<b>Stuart Petroleum; Jacksonville, Florida<\/b> 1993-01-02<br />\n<i>Spgasoline<\/i> - NA m³<br />\nAt approximately 0400 on January 2, 1993, an explosion and fire at the Steuart Petroleum Company in Jacksonville, FL killed a security guard.  It is believed that a tank had been overfilled and when the security guard drove near it, a spark caused the explosion.  The tank contained approximately 4,500,000 gallons of gasoline.  Unburned product was contained in the berm area around the tank farm.  Steuart Petroleum is located in the Jacksonville Port Terminal and the St. Johns River runs within 1,000 feet of it.\u000bThe Jacksonville Fire Department responded to the fire and, in addition to land-side fire-fighting equipment, a fire-fighting boat was stationed on the St. Johns River as a precaution.\u000bThe USCG COTP Jacksonville, closed the channel from the Trout River Inlet through the southern end of the Long Branch range the morning of January 2.  Later that day, the channel was opened to one-way traffic that was restricted to the east side.\u000bThe fire department transferred product from the damaged tank to other tanks and the damaged tank was continuously cooled throughout the operation.  The fire was on top of the tank so the fire fighters blanketed that area with aqueous film forming foam (AFFF) attempting to smother the fire.  To maintain the integrity of the tank, water was continuously pumped into it keeping the level constant.  The resulting water-foam mixture was pumped from the berm area into the St. Johns River to sustain the necessary berm containment volume from January 4 until January 7 when the fire department declared the fire out.\u000bOn January 6, all water was drained from the tank and pure foam was introduced at both the top and bottom to completely extinguish the flames.  A protective blanket of foam was placed on top of it, and a reflash watch was maintained throughout the night.  The fire was declared out at 1400 on January 7.  USCG district 7.  Keyword: none.","<b>Hurricane Katrina Bass Enterprises; LA<\/b> 2005-09-06<br />\n<i>Heavy Louisiana Sweet Crude Oil<\/i> - 16821 m³<br />\nCrude oil spill into the Mississippi River from two damaged storage tanks at Bass Enterprises. Location is near mile marker 35 in Plaquemines Parish, LA. Each tank measures 16' high and 290' in diameter.  About 88,000 to 90,000 bbl have been released, with 10,000 bbl remaining in the tanks.  A large amount of oil is contained in the berm, but a significant amount of oil was lost to both the river and adjacent marsh.  Much of the oil ended up on the downriver side of the facility.  Cleanup in these areas was intense and in-situ burninig took place.  Stage 1 cleanup efforts were finished by 20DEC05.  All zones were in Stage 3 on 09FEB06.","<b>Santa Barbara Well blowout; Santa Barbara, California<\/b> 1969-01-28<br />\n<i>California crude oil<\/i> - 19094 m³<br />\nOn January 28, 1969, the Union Oil Company well number 21 under Platform A, located 5.5 miles southeast of Santa Barbara, California, in the Dos Cuadras field, experienced a blowout while drill bits were being changed.  A massive mixture of oil, gas, and drilling mud roared up the drill casing and spewed out onto the platform.  Well A-21 was capped on February 7 with 13,000 barrels of heavy drilling mud.  Oil continued to vent from natural faults several hundred yards from the platform, in tract 4042 between the coast and a chain of islands.  The faults released a total of 100,000 barrels of oil until December 1969.  \u000b\u000bA record-breaking storm immediately before the incident contributed to the large amount of oiled debris that needed to be collected as part of the spill response.  On February 2, the National Pollution Contingency Plan, instituted by President Johnson in 1968, went into effect for the first time.  The Federal Water Pollution Control Administration was on-scene to monitor the well-killing process and cleanup.  Red Adair was brought in to provide expertise capping the well.  To aid in predicting the slick movement, the National Weather Service set up a local station to monitor winds and tides.  Weather during the cleanup was moderate except for a storm on February 4 and 5 that temporarily halted cleanup by damaging booms that were protecting harbors and marinas.  \u000bThe majority of the cleanup was completed within 45 days.  Commercial fishing was completely closed in the area from February until April.  Although the environmental effects of the spill were relatively minimal, economic effects were extensive due to loss of fishing income, loss of recreational facilities, and damage to personal property.  USCG district 11.","<b>T/V  Margara; Tallaboa, Puerto Rico<\/b> 2006-04-27<br />\n<i>#6 HFO<\/i> - 59099 m³<br />\nDouble bottom Tank Vessel Maragara is hard aground outside Guayanilla Port with over 308000 Bbls of #6 fuel oil on board.","<b>Tanio; Brittany, France<\/b> 1980-03-07<br />\n<i>No. 6 Fuel Oil<\/i> - 18912 m³<br />\nOn March 7, 1980, the tanker Tanio, carrying 190,580 barrels of No. 6 fuel oil, broke in two off the coast of Brittany, France during a violent storm.  The master and seven crew members died as a result of the accident.  Approximately 98,955 barrels of oil spilled into the sea as a result of the breakup.  The bow section, which still contained 36,650 barrels of oil, sank in 300 feet of water.  Substantial amounts of oil continued to leak from the sunken bow until several small leaks in the bow were sealed in May.  The stern remained afloat and was towed to the port of Le Havre where its remaining 54,975 barrels of oil were offloaded.\u000bStrong northwest winds at the time of the incident moved the oil towards the Breton coast.  Due to the high viscosity of the oil and severe weather conditions, containment or dispersal at sea was impossible.  Because the spring tides in this region have an average tidal range of 26 feet, many areas along the coast could not be boomed effectively.  Consequently, the Breton coast (which had already received major oil impacts from the Torrey Canyon  spill in 1967 and the Amoco Cadiz  in 1978), was again severely oiled.  Approximately 45 percent of the Amoco Cadiz  spill area was affected by oil from the Tanio.  Approximately 125 miles of the coastline of the two Departments of Finistere and Cotes-du-Nord were oiled.\u000bBoth Departments implemented the Plan Polmar, the French national oil spill contingency plan, due to the severity of the coastal oiling.  This enabled them to use the national army for cleanup operations.  Personnel from the Civil Defense organization, fire service, local governments, commercial contractors, and local farmers were also involved in the cleanup.  The International Tanker Owners Pollution Federation (ITOPF) provided technical advice and monitored cleanup activities on behalf of the International Oil Pollution Compensation (IOPC) Fund.  Cleanup operations in the two Departments varied due to differences in the severity of the pollution, nature of the shoreline, and the cleanup policies that were implemented.  Cleanup was completed and all beaches except St. Guirec were in use by early July.  Damages and costs incurred during cleanup exceeded $50 million.  Keyword: Skimmer, vacuum truck, manual removal, high-pressure washing, sorbents, Finasol OSR 2,  International Tanker Owners Pollution Federation  (ITOPF), sinking, contingency plan, suction operations..","<b>Sea Spirit; Strait of Gibraltar<\/b> 1990-08-06<br />\n<i>Heavy Fuel Oil (HFO)<\/i> - 17093 m³<br />\nOn the evening of August 6, 1990, the Cypriot tanker Sea Spirit and the Norwegian Liquefied Petroleum Gas (LPG) carrier Hesperus  collided in the Strait of Gibraltar.  The Sea Spirit was holed on the starboard side above and below the waterline, causing approximately 48,875 barrels of oil to be spilled into the Mediterranean Sea.  Estimates of the total volume spilled ranged from 48,875 to 89,426 barrels.  The bows of the Hesperus were destroyed, but the vessel was still capable of sailing and did not leak any of her cargo.  Keyword: International Tanker Owners Pollution Federation (ITOPF), side looking airborne radar (SLAR), remote sensing, collision, manual removal, boom, straw..","<b>Arrow; Nova Scotia, Canada<\/b> 1970-02-04<br />\n<i>Bunker C Oil<\/i> - 15775 m³<br />\nOn February 4, 1970, at 0935, the steam tanker Arrow ran hard aground on Cerberus Rock in Chedabucto Bay off the coast of Nova Scotia, Canada.  The vessel had been traveling off course at nearly full speed when the grounding occurred.  The Arrow broke into two pieces on February 12, spilling between 77,000 and 82,500 barrels of Bunker C Oil into the  waters of the bay.  Visibility at the time of the grounding was between five and six miles, water temperatures were very cold and there was ice in the bays and inlets.  There were high winds and seas at the time of the spill.  This worked to spread the oil into Chedabucto Bay, and the oil eventually impacted approximately 300 kilometers of the bay's shoreline.","<b>Olympic Alliance; Dover Strait, Pas de Calais, English Channel<\/b> 1975-11-12<br />\n<i>Iranian light crude oil<\/i> - 2673 m³<br />\nShortly after midnight on the morning of November 12, 1975, the tank vessel Olympic Alliance and the Royal Navy Frigate, HMS Achilles collided in Dover Strait.  The collision occurred in the northeast traffic lane about 13 miles southeast of Dover, England.  One of the Olympic Alliance's cargo tanks was ruptured on impact resulting in the release of 14,000 barrels of Iranian crude oil.  The vessels were able to separate without assistance.  Visibility at the time of the collision was restricted by fog.\u000bResponse equipment and personnel were mobilized immediately in accordance with the local contingency plans.  Vessels from a variety of sources were obtained for use in the application of dispersant.  The Kent County Counsel (KCC) Oil Pollution Officer activated the county's contingency plan and arranged for three fishing vessels to be equipped with dispersant spraying equipment.  The District Councils, Southern Water Authority, Nature Conservancy Council, Ministry of Agriculture, Fisheries and Food Sea Fisheries Officer, as well as the coastal power stations were all alerted of the incident.  The forward base of operations was established at Dover.\u000bMuch of the resulting slick was dispersed by natural forces and the application of 2,000 metric tons of the hydrocarbon, solvent-based dispersant BP 1100X.  Dispersant was applied in offshore and nearshore areas by surface vessel spraying.  Shoreline oiling was estimated at 2,200 barrels.  Sand and coarse gravel recreational beaches were oiled.  Response activities were concluded on November 18.\u000bThe vessel was reported to have spilled an additional 73,000 barrels of oil between the site of the collision and Wilhelmshaven, West Germany.  Keyword: BP 1100X, skimmer, Shell Oil Herder, collision, International Tanker Owners Pollution Federation (ITOPF)..","<b>Brazilian Marina; Sao Sebastiao, Sao Paulo, Brazil<\/b> 1978-01-09<br />\n<i>Kuwait Crude Oil<\/i> - 14047 m³<br />\nOn the morning of January 9, 1978, the tanker Brazilian Marina grounded in the Sao Sebastiao Channel, Sao Paulo, Brazil.  Tanks ruptured and spilled approximately 73,600 barrels of Kuwait crude oil.  Approximately 18,000 barrels of the spilled product impacted the shoreline.  Personnel from the United States Coast Guard (USCG) and the United States Environmental Protection Agency (EPA) responded to the spill at the request of Brazilian Authorities.  Most of the organized shoreline cleanup was focused on the recreational beaches.  Cleanup personnel initially used dispersants to combat the oil on some beaches, but this proved to have negative ecological effects and was stopped.  Keyword: Pacific Strike Team (PST), Gulf Strike Team (GST), manual removal, BRAS-X-plus, disposal..","<b>U.S. Strategic Petroleum Reserve; West Hackberry, Louisiana<\/b> 1978-09-21<br />\n<i>Arabian Light crude oil<\/i> - 6092 m³<br />\nThe U.S. Strategic Petroleum Reserve is a one-billion barrel store of imported crude oil.  The Hackberry facility is one of three active storage sites in the U.S.  The sites consist of caverns that are leached out of subterranean salt domes and are filled with oil by barges, tankers, and pipelines.  The oil contained in these domes is injected under pressure and, if any of the domes are vented, they will discharge until depressurized.\u000bAt 1600 on September 21, a major oil spill and fire occurred at the U.S. Strategic Petroleum Reserve (SPR) in West Hackberry, Louisiana.  At the time of the accident, the storage facility at Hackberry contained roughly 14.2 million barrel.  At the time of the accident, the storage facility at Hackberry contained roughly 14.2 million barrels of crude oil.  During the removal of a well string for maintenance, the plug used to cap the well was released, sending drilling mud and crude oil out the top of the string.  The low-flash point crude oil was ignited by nearby diesel engines and the resulting fire burned for five days.  The release of 72,000 barrels of oil was initially contained within a containment dike.  A breach of the dike the next day spilled 32,000 barrels of the oil into nearby Black Lake.\u000bContainment of the spill in the lake was accomplished with redundant tiers of boom.  After the fire was extinguished, skimmers were used to recover the contained oil.  Consistent winds and good weather greatly aided the recovery efforts.  Coast Guard personnel were involved in deploying boom and other recovery operations.  Cleanup operations were concluded on October 11, following an on-site inspection by the Regional Response Team (RRT).  USCG district 8.  Keyword: U.S. Strategic Petroleum Reserve, blowout, fire, boom, skimmer, vacuum truck, Regional Response Team, contingency plan..","<b>TB DBL 152; Offshore, LA<\/b> 2005-11-11<br />\n<i>#6 Fuel Oil, Slurry Oil<\/i> - 22958 m³<br />\nOn 11 November 2005, an Integrated Tug/Barge System -ITB DBL 152 and the T/V REBEL- allided with an unknown submerged obstruction approximately 32 miles offshore of the Western Louisiana Coast.  The obstruction, apparently, was a rig owned by Dynegy that had been toppled during Hurricane Rita.  The barge was holed on the starboard bow.  The hole was reported to be 30' x 5' and an estimated 7,200 bbls of #6 oil was lost from #1 Starboard Storage Tank.","<b>Citgo Refinery; Calcasieu River, LA<\/b> 2006-06-21<br />\n<i>Slop Oil<\/i> - 6683 m³<br />\nOn June 19th,2006, a waste oil tank at the CITGO Refinery on the Calcasieu River, near Sulfur, LA was compromised during a violent rain storm. The spilled oil was initially contained by oil booms. Those booms subsequently failed and oil spread down the Calcasieu River and into Calcasieu Lake. Up to an estimated 71,000 barrels (approximately 3 million gallons) of waste oil was released into the containment. The exact amount of oil spilled and the amount reaching the water is still unknown","<b>Ocean Eagle; San Juan, Puerto Rico<\/b> 1968-03-03<br />\n<i>Venezuelan light crude oil<\/i> - 13366 m³<br />\nOn the morning of March 3, 1968, the tanker Ocean Eagle grounded in the harbor of San Juan, Puerto Rico.  The vessel broke in two several hours after the grounding, spilling Venezuelan light crude oil into the harbor.  The aft section of the vessel drifted farther into the harbor and grounded, while the forward section was anchored in place.  Three days later, U. S. Navy tugs tried to tow the forward section out of the harbor.  Adverse weather hindered the operation, and eventually drove the forward section farther into the harbor.  On March 10, the forward section broke open in heavy seas and released more oil into the water.  By the first week of April, both parts of the tanker were lightered and towed out to sea where they were sunk.  USCG district 7.  Keyword: Sorbents, manual removal, emsulfier, sinking..","<b>M/V Alvenus; Calcasieu River bar channel, 11 miles SE of Cameron, Louisiana<\/b> 1984-07-30<br />\n<i>Venezuelan Merey, Pilon Crude<\/i> - 12502 m³<br />\nOn July 30, 1984 at 1236 the U.K. Tank Vessel Alvenus grounded in the Calcasieu River Bar Channel 11 miles southeast of Cameron, Louisiana.  The vessel suffered a structural failure which ruptured the hull near the No. 2 tanks.  The resulting spill of approximately 65,500 barrels of Venezuelan Merey and Pilon crude oil was carried in a westerly direction by wind and currents.  Offshore recovery was hampered by rough weather and the magnitude of the spill.  The water temperature was 80?F and winds were from the east and northeast 15-20 knots.\u000bThe spill moved slowly westward, coming ashore near High Island, along the Bolivar Peninsula, and into Galveston Bay, Texas between Aug. 2-5.  Oil impacts were severe at Rollover Inlet and Crystal Beach, and on Aug. 4 more oil was pushed ashore further south along the Galveston Island coast.  The spill affected 90% of Galveston's West Beach, including 80% of the Galveston seawall and the associated rock groins and pilings.  Oil in the seawall area was a concern due to the oils smothering effect on marine organisms.  Organisms in this area were determined to be a minor part of the entire ecosystem and due to their transient nature were able to move to more suitable habitats.  Several dead crabs, rays, and fish were recovered along the seawall but could not be directly attributed to the spill.  \u000bAlso oiled were marsh grass areas in East Bay (10-20 barrels) and 2 small lagoons.  Some oil which entered Galveston Channel did affect several small sand islands used as nesting sites for birds, although no affected birds or eggs were reported.  One oiled sea turtle was cleaned and released.  Tourism losses were estimated at $1 million per day. Commercial shrimp fishermen filed a suit for $10 million.  By October 1 the oiled beaches of Bolivar Peninsula and Galveston Island had been cleaned by the removal of oiled sand.  USCG district 8.  Keyword: Corexit 9527, hydro-blasting, reoiling, International Tanker Owners Pollution Federation (ITOPF), sub-surface oil, manual removal..","<b>MT Hebei Spirit; Korea<\/b> 2007-12-07<br />\n<i>Crude oil<\/i> - 14547 m³<br />\nA crane barge owned by Samsung collided with the M/V HEBEI SPIRIT on December 8, 2007, 10 km (6.2 miles) off the coast of South Korea, west of Taean county.  The M/V HEBEI SPIRIT sustained 3 large punctures and subsequently released an estimated 2.8 million gallons of crude oil.  The vessel is currently anchored and has temporary patches on all of the punctures.  Over 160 km (100 miles) of coastline have been impacted, with the heaviest concentrations of oil being Teaen county and points 30 miles to the north.\u000b\u000bReports from the joint USCG/NOAA team assisting the Korean Coast Guard.","<b>Chevron Main Pass Block 41; 11 miles E of the Mississippi River delta, Louisiana<\/b> 1970-02-10<br />\n<i>crude oil<\/i> - NA m³<br />\nThe Chevron Main Pass Block 41C platform caught fire on February 10, 1970 and burned until March 10.  Oil and gas flowed from the well until March 31.  Chevron hired Red Adair of Houston to put out the fire.  USCG district 8.","<b>M/V ALVENUS; Gulf of Mexico, Calcasieu Pass<\/b> 1984-07-30<br />\n<i>Unknown<\/i> - NA m³<br />\nBritish tanker Alvenus grounded about 6 miles S of Lake Calcasieu. Ship has 35' crack aft of bow. Cargo was 4,400,000 gallons of Venezualian Crude. About 2,300,000 gallons was lost.","<b>Eleni V; Norfolk, southeast coast of England<\/b> 1978-05-06<br />\n<i>Heavy Fuel Oil<\/i> - 10047 m³<br />\nOn the morning of May 6, 1978, the Greek tanker Eleni V was cut in two by the French vessel Roseline in foggy conditions off the southeast coast of England.  The Eleni V was loaded with 117,280 barrels of Heavy Fuel Oil.  The collision caused the release of approximately 52,500 barrels of oil.    The aft section was towed to Rotterdam by five Dutch tugs.  The cargo remaining in the aft section was recovered by pumping it into storage tanks at Europort.  The forward section of the vessel drifted away from the collision site.  It went aground on May 8 on a sandbank near Lowestoft off the East Anglian coast with approximately 8000 barrels still on board.  Attempts to salvage the forward part failed, and authorities decided to blow it up.  The bow was towed to a position several miles offshore and blown up with two tons of explosives by Navy divers on May 30.  Following the explosion, a large part of the remaining oil burned.  Keyword: BP 1100D, Dasic LTD, collision, explosion, fire, fingerprinting..","<b>Staten Island Facility Fire; NY<\/b> 2003-02-21<br />\n<i>Gasoline<\/i> - 10911 m³<br />\n21 February 2003 -\u000bThe NOAA SSC was contacted multiple times around 1100 and requested to report to the \u000bUSCG Activities New York command center on Staten Island, NY. Upon arriving at the \u000bcommand center at noon the SSC was briefed about the barge explosion and \u000bsubsequent gasoline spill. The barge (what was left of it) and manifold system on the \u000bdock were still on fire. The location of the ExxonMobile facility was: 40deg 31.5 N / 74deg 14.5 \u000bW. Trajectory and weather support were requested ASAP as well as resources at risk. Oil \u000bweathering calculations determined that the gasoline would evaporate very quickly \u000b(about 90% in the first several hours). The two major biological concerns from the \u000benvironmental point of view were rafting waterfowl and potential fish kill. The SSC \u000brecommended that the fire be left burning as long as possible as long as it posed no \u000bfurther hazard to the facility or workers, to minimize the amount of gasoline released onto \u000bthe waterway. The other safety concern expressed was the potential for gasoline to \u000bbecome trapped under piers and docks creating the potential for other explosive \u000bconditions.\u000b\u000bThe two pipelines from the facility to the pier that were ruptured contained about 150,000 \u000bgallons each from the value to the end. One was on fire and the other leaking onto the \u000bfacility.\u000b\u000bAt 1530 the SSC and a MSRC representative went on an overflight of the area on a \u000bUSCG helicopter. The SSC took video footage and digital photographs of the event as \u000bwell as mapping the extent and quantity of oil observed in the Arthur Kill. At the time of \u000bthe flight the tide was ebbing to the south. Oil was noted at the entrance to the Kills, for \u000bthe most part remaining in the center of the waterway. The gasoline was mostly rainbow \u000band gray sheens extending up to the facility. North of the site there were two other \u000bsheens noted, one probably leaching from the landfill site and another mystery sheen. \u000bThe smoke plume was very visible. It wafted up about 125 feet to 300 feet and northward \u000bover Staten Island. The SSC returned to the command post and presented the video and \u000bobservations to the unified command. The gasoline was for the most part non-\u000brecoverable. It was estimated that the amount observed was in the thousands of gallons, \u000bnot tens of thousand or hundreds of thousands. Most of the fuel spilled was consumed in \u000bthe fire or evaporated.\u000b\u000bThe SSC notified Tri-State Bird Rescue of the spill and potential for oiled birds. No birds \u000bwere found to be oiled.\u000b\u000bThe SSC also converted video footage taken by the Vessel Traffic Service into a digital \u000bformat for distribution to the media and investigating agencies.\u000b\u000b22 February 2003 ? \u000bThe SSC was supposed to participate in a first light overflight with the USCG. However, \u000bthe rain and fog prohibited the aircraft from flying. \u000b\u000bAt the 0800 unified command meeting a situation update was given. The manifold was \u000bstill burning and would be attempted to inert and cap that morning. Joint investigations \u000bwere underway by the NYC Fire Department Fire Marshals, Police Department Arson \u000bInvestigations, US Coast Guard, and National Transportation Safety Board. The \u000binvestigators were attempting to map the location of all of the debris. DonJon Marine was \u000bpreparing a salvage plan. The Kills were still under one-way traffic with tug escorts. A \u000bsight safety plan was in place. NOAA was requested to continue weather updated for the \u000bnext couple of days.\u000b\u000bThe SSC participated in a news interview with the Staten Island Advance.\u000b\u000bShoreline assessment teams reported seen sparse sheens off shore. They describe \u000bthem as literally \"evaporating before our eyes.\" Heavy rains and wind were the weather \u000bof the day.\u000b\u000bThe SSC was contacted by the Coney Island Aquarium concerning the possibility of \u000bgasoline entering their water intakes. They were assured that the fuel would not travel \u000bthat far.\u000b\u000bThe SSC converted the video footage from the previous days overflight into a digital \u000bformat for distribution to the media and investigating agencies.","<b>Sivand; Humber Estuary, England<\/b> 1983-09-28<br />\n<i>Nigerian Forcados Crude Oil<\/i> - NA m³<br />\nVery early on the morning of September 28, 1983, the tanker Sivand grounded on a jetty at the Immingham oil terminal in the Humber Estuary.  Cargo tanks ruptured upon impact, and Nigerian Forcados Crude Oil spilled into the Humber River estuary.  Keyword: International Tanker Owners Pollution Federation (ITOPF), manual removal, boom, skimmer, vacuum truck, collision..","<b>Two Barges Adrift; Leeward Islands - West Indies<\/b> 2008-10-16<br />\n<i>IFO 380<\/i> - NA m³<br />\nAt 0805 PDT, USCG Sector San Juan called NOAA ERD in Seattle to report that two tugs, Station Trader and Station Reliance, reported loosing one barge each.  The tug Station Trader reported they lost their barge carrying 30 metric tonnes of IFO 380 at 0000 on 16OCT2008 at approximate position Lat-16deg 33.8'N, Lon-062deg 26.6'W. They were on a course of 132deg, speed 4 knots.  The tug Station Reliance reported they lost their barge carrying 7949 metric tonnes of IFO 380 at 0600 on 15OCT08 at approximate position Lat-16deg 39.0'N, Lon-062deg 12.5'W.  They were on a course of 120deg, speed 9 knots.   Precise locations are questionable as these positions plot near Monserrat, however the tug Captains reported their locations to be near St. Eustacious Island.","<b>Delta Fuels Storage Tank; OH<\/b> 2005-12-08<br />\n<i>gasoline<\/i> - 455 m³<br />\nA 2 million gallon storage tank at a fuel distribution company in Toledo, Ohio, was overfilled as a result of operator error causing gasoline to spill into secondary containment.  The containment wall was breached, releasing an unknown amount of gasoline beyond the facility.  NOAA HAZMAT was contacted for weather and evaporation rates. More information is available at http://www.epaosc.net/deltafuels","<b>M/V Prestige; Spain<\/b> 2002-11-15<br />\n<i>Heavy Fuel Oil<\/i> - NA m³<br />\nOn November 13, 2002, the T/V Prestige became distressed approximately 30 miles off the coast of the Galicia region of Spain.  On November 15, the tanker was towed offshore.  At that time an estimated 1500 tonnes of oil were reported to have been lost (later estimates were much higher). On November 19, the tanker was reported to have sunk 133 miles off the coast in almost 12,000 feet of water.  The tanker still contained an estimated 60,000 tonnes of oil.  The oil continued to leak over a period of time from the sunken vessel. Eventually robots were sent down to seal cracks and the oil was eventually removed.  The Prestige incident has been used as a poster child for Port of Refuge issues.","<b>Hackensack Estuary, Tank Farm; Hackensack, New Jersey<\/b> 1976-05-26<br />\n<i>No. 6 Fuel Oil<\/i> - 9092 m³<br />\nOn the morning of May 26, 1976, 47,619 barrels of No. 6 oil spilled into the Hackensack River estuary from the Wellen Oil Company tank farm in Jersey City, New Jersey.  The oil moved upriver on incoming tides, and oiled marshes, mudflats, and the banks of the Hackensack River.  Cleanup operations were supervised by the United States Coast Guard and the Hackensack Meadowlands Development Commission.  USCG district 1.  Keyword: Containment boom, vacuum truck, reoiling, vegetation cutting, disposal..","<b>Kurdistan; Cabot Strait, Newfoundland<\/b> 1979-03-15<br />\n<i>Bunker C<\/i> - NA m³<br />\nOn March 15, 1979, the British motor tanker Kurdistan, en route from Nova Scotia to Quebec, broke in two sections south of Cabot Strait, Newfoundland. The damage was attributed to a fracture initiated by a weld defect and aggravated by wave impacts on the bow at low temperatures.  Although the tanker remained intact for some time after the initial hull plate failure, the bow and stern sections eventually separated and spilled an estimated 43,900 barrels of Bunker C into Cabot Strait.  The bow and stern sections drifted towards Canadian waters.  Approximately 50,000 barrels of oil remained in the bow section while 115,000 barrels remained in the stern.\u000bA wide band of mobile pack ice initially prevented the spilled oil from reaching the shoreline.  The Environmental Protection Service (EPS) immediately initiated the formation of the Regional Environmental Emergencies Team (REET) to provide assistance and advice to the Canadian Coast Guard's (CCG) On-Scene Commander (OSC).  REET members included the Atmospheric Environment Service, Bedford Institute of Oceanography, and Fisheries Management Service.  The REET was divided into three sections to deal with the three distinct problems: the bow, the stern, and the oil spill cleanup.  Under Lloyds Open Forum, the stern section was towed to Port Hawkesbury, Nova Scotia, to recover remaining oil.  The bow section was towed to a deep water area 200 nautical miles off Nova Scotia and sunk by gunfire from the HMCS Margaree  on April 1, 1979.  Oil started coming ashore in April and two cleanup control centers were established at Low Point and Mulgrave, Nova Scotia.  The oil continued to contaminate shorelines along the eastern coast of Nova Scotia throughout the summer.  Keyword: Backhoes, boom, sorbents, manual removal, sub-surface oil, sinking, reoiling, disposal..","<b>Apex 3417 Barge, Apex 3503 Barge; near buoy 58 in Galveston Bay, Texas<\/b> 1990-07-28<br />\n<i>No. 5 Oil (Vacuum Oil / Catalytic Feed Stock)<\/i> - 3246 m³<br />\nOn July 28, 1990, at 1430, the Greek Tank Vessel Shinoussa collided with the tank barges Apex 3417 and Apex 3503 in the Houston Ship Channel (HSC) near buoy 58 in Galveston Bay, Texas.  All three cargo tanks of the Apex 3417 were damaged, as well as the aft tank of the Apex 3503, resulting in the release of nearly 17,000 barrels of  No. 5 oil (vacuum oil/catalytic feed stock) into Galveston Bay.  A third tank barge also under tow, the Apex 3510, was not damaged in the collision. \u000bThe Apex 3417 sank with its stern resting on the bottom of the channel and only its bow showing above the water.  It released nearly all of its cargo, over 15,000 barrels of oil, over the course of two days.  Apex 3503 was less damaged and ultimately released 1130 barrels of oil into the water.  The Apex 3510 was towed to Houston, discharged its 23,000 barrel cargo, and returned on July 30 to offload the remaining oil from the Apex 3503. \u000bThe USCG Marine Safety Office (MSO) Galveston closed the Houston Ship Channel to marine traffic from two miles north to two miles south of the incident site (between buoys 51 and 60).  Apex Towing Co., Inc. immediately accepted responsibility for the spill.  Apex hired Riedel-Peterson Environmental Services to contain the oil at the site of the barges, and T & T Marine Salvage to raise and remove the Apex 3417 barge from the channel.  \u000bOn July 29, Malin Environmental was hired for additional cleanup assistance, and the Clean Gulf Association provided skimmers for use by Apex.  In a meeting with the USCG On-Scene Coordinator (OSC), Apex was criticized for allowing the cleanup contractors to operate without direct supervision.  At the suggestion of the OSC, Apex hired O'Brien Oil Pollution Services to oversee the cleanup operations as well as Garner Environmental Services and Industrial Cleanup, Inc. for addition cleanup support.\u000bOn July 30, the cargo of theApex 3503 was lightered to the Apex 3510  which was then taken to Houston for offloading.  On July 31, the HSC was opened to inbound single-width barge tows only, under positive control of the Vessel Traffic Service, and with assistance from at least one tug when proceeding past the accident site.  These traffic restrictions remained in effect until August 3.  Following the movement of Apex 3417 from the middle of the channel on August 3, the HSC was restricted to one-way traffic only, with direction of travel being reversed every 8 to 12 hours.  After cleaning, gas freeing, and welding repairs, Apex 3417 was towed to Galveston.  The HSC was opened to all ship traffic without restriction on August 10.  Cleanup operations continued until the case was closed on August 17, 1990.  USCG district 8.  Keyword: Low pressure washing, vacuum truck, sorbent boom, containment boom, skimmer, shallow water recovery, Alpha Bio-Sea microbes, collision, sinking, salvage, Clean Gulf, lightering..","<b>Cabo Pilar; Punta Davis, Chile<\/b> 1987-10-08<br />\n<i>ENAP crude oil<\/i> - 7819 m³<br />\nOn October 8, 1987, the Cabo Pilar grounded in the Magellan Strait, while en-route from Clarencia-Gregorio to San Vincente, Chile.   Approximately 40,900 barrels of ENAP crude oil was spilled into the Strait off Punta Davis.  Dispersants and manual methods were used in cleanup operations.  The Cabo Pilar was refloated on November 3, and continued on its voyage.  Keyword: Manual removal, disposal, Corexit 9527, Slickgone LTE..","<b>Lakehead Pipeline Company; Grand Rapids, Minnesota<\/b> 1991-03-03<br />\n<i>Crude Oil<\/i> - 7637 m³<br />\nOn March 3, 1991, a pipeline owned by the Lakehead Pipeline Company, Inc. in Grand Rapids, Minnesota, ruptured and spilled over 40,000 barrels of crude oil into the surrounding area.  A resident in the area noticed the smell of oil and alerted the local fire department.  The initial estimates by the company placed the size of the spill at 15,000 barrels.  After rechecking volume figures, the company revised its estimate to 40,000 barrels.  The spill occurred approximately two miles north of Grand Rapids.  \u000bFollowing the initial notification, the company shut off the valve to the pipeline.  Approximately 300 people living in homes near the site were evacuated for safety, but were allowed to return to their homes later in the night.  It was almost an hour after they had been notified before the company shut the pipeline down.  It is believed that this delay caused a significant increase in the size of the spill.  \u000bRepresentatives from the U.S. Coast Guard (USCG), the Minnesota Pollution Control Agency (MPCA), the U.S. Environmental Protection Agency (EPA) Region V, the Minnesota Department of Emergency Management (DEM) and the Minnesota Department of Natural Resources (DNR) were on-scene and involved in the response.  USCG district 9.  Keyword: Vacuum truck, boom, skimmer..","<b>T/V PRESIDENTE RIVERA; Delaware River, South of Marcus Hook, Pennsylvania<\/b> 1989-06-24<br />\n<i>No. 6 Oil (heavy industrial grade)<\/i> - 1396 m³<br />\nOn June 24, 1989 at approximately 0500, the Uruguayan motor vessel Presidente Rivera ran hard aground in the Delaware River near Claymont, Delaware, south of Marcus Hook, Pennsylvania.  The grounding damaged four of the vessel's cargo tanks, resulting in the release of approximately 7310 barrels of No. 6 Oil into the river.  The weather at the time was cloudy with occasional thunderstorms, variable light winds, 71?F, and 2-3 miles visibility. The owners of the vessel assumed responsibility and hired a contractor to deploy booms around the ship.  Another company was hired as prime contractor for the entire cleanup operation.\u000bCleanup operations began immediately.  By mid-morning of the first day, the vessel had been boomed and lightering operations had commenced.  A Multi Agency Local Response Team (MALRT) meeting was held at noon on the first day at the Marine Safety Office (MSO) Philadelphia.  By the morning of June 25, the vessel had been refloated and moved to the Sun Oil Co. terminal at Marcus Hook, Pennsylvania for final lightering and inspection.  By June 28, there was no significant free-floating oil observed in the river.  The vessel was in dry dock in Philadelphia by July 8.  Cleanup operations continued into the spring of 1990.  USCG district 1.  Keyword: Atlantic Strike Team (AST), Open Water Oil Containment and Recovery System (OWOCRS), Goodyear boom, Sea Curtain boom, Delaware Bay and River Cooperative, stern trawl net, oil snares, National Guard, Tri-State Bird Rescue Center, Multi Agency Local Response Team (MALRT), vacuum truck, supersucker, skimmer, manual removal, weir/pump skimmer, reoiling, sub-surface oil..","<b>Zoe Colocotronis; Cabo Rojo, Puerto Rico<\/b> 1973-03-18<br />\n<i>Venezuelan crude oil<\/i> - 7183 m³<br />\nAt 0255 on March 18, 1973, the Zoe Colocotronis  en route to Guayarilla, Puerto Rico ran aground on a reef 3.5 miles off the La Parguera tourist area on the SW coast of Puerto Rico.  The master ordered water and cargo from the forward tank jettisoned to help get the vessel off the reef, so 37,579 barrels of crude oil were intentionally released.  The master later stated that the gyro compass, radar and depth sounder were not working properly.  No distress or notification calls were made, and the master initially insisted that no oil had been released.  Winds were 18-19 knots, and seas were 1-1.5 feet.  \u000bOil started coming ashore on the beaches of Cabo Rojo, on the Bahia Sucia side, by the evening of the grounding.  Efforts to minimize beach impacts began on March 19.  These efforts involved booming, digging sumps, and pumping the collected oil into tank trucks.  On March 21, a substantial number of sea cucumbers, conchs, prawns, sea urchins, and polychaete annelids washed ashore.  Organisms were dying in the Thalassia beds off-shore as well.\u000bOn March 23, the On-Scene Coordinator (OSC) activated the USCG Atlantic Strike Team (AST).  Wind shifts had caused more shoreline oiling, and an increase in pumping capability was needed.\u000bAfter receiving training from the AST, Underwater Technics personnel manually cleaned beaches until April 26, when it was decided to leave the beaches alone since new sand was accumulating rapidly.  An estimated 24,000 barrels impacted the shores of Cabo Rojo.  The final site inspection was on September 24.  USCG district 7.  Keyword: Weir/pump skimmer, boom, sorbents, skimmer, vacuum truck, contingency plan, remote response..","<b>General Colocotronis; Eleuthera Island, Bahamas<\/b> 1968-03-07<br />\n<i>Venezuelan crude oil, diesel fuel<\/i> - 7046 m³<br />\nOn March 7, 1968, the Greek tank vessel General Colocotronis ran aground on the east side of Eleuthera Island in the Bahamas.  The vessel was loaded with approximately 119,000 barrels of Venezuelan crude oil.  The hull was severely damaged during the grounding causing the vessel to spill approximately 37,000 barrels of oil into the Atlantic Ocean at a location one and one-half miles offshore.\u000bApproximately 72,500 barrels of oil were pumped from the vessel into another tanker, the Esso Margarita.  Steam lines were rigged to heat the cargo to facilitate pumping.  Moving the salvage vessels into position and offloading the remaining cargo was performed during extremely severe weather.  \u000bDive surveys reported that the keel was crushed and buckled and that there was extensive damage to the hull of the vessel.  Salvage and response personnel decided that the only feasible action was to sink the General Colocotronis.  Following the offloading operations, the cargo tanks were flushed with dispersants to remove the residual oil.  The vessel was then towed out to deep water and sunk.  USCG district 7.  Keyword: Enjay 7664, Magnus, Drew, Polycomplex A, boom, International Tanker Owners Pollution Federation (ITOPF), lightering, sinking..","<b>Simmsport Barge Fire; Simmsport, LA<\/b> 2000-02-25<br />\n<i>gasoline<\/i> - NA m³<br />\nAt 0100 on 25 February Coast Guard MSO New Orleans received a report that four tank barges pushed by the M/V Melinda Brent allided with the Simmesport R/R bridge located at mile 4.9 on the Atchafalaya River.  Location is 30 degrees 58.8 minutes North, 091 degrees 47.9 minutes West.  The four barges have broken loose from the towboat and three are on fire.  Barges are lashed together and are located at mile 14.5.  Total product onboard (unconfirmed) the four barges is 70,000 bbl (2,940,000 gallons) of gasoline.  Weather on scene - temperature 66 deg F, winds 10 mph from NE with gusts to 15 mph, chance of showers, foggy, current estimated at 5 mph.  USCG district 8.","<b>T/V Puerto Rican; San Francisco Bay, California<\/b> 1984-10-31<br />\n<i>Lube Oil, Lube Oil Additives, Bunker Fuel<\/i> - NA m³<br />\nOn October 31, 1984, at 0324, an explosion occurred on board the Tank Vessel Puerto Rican outside the San Francisco Bay Entrance Channel.  The vessel was loaded with 91,984 barrels of lube oil and lube oil additives and 8,500 barrels of bunker fuel. Two crewmen and the pilot from the vessel were thrown into the water by the blast. The pilot and one crewman were recovered with serious burns.  One crewman remained missing and was presumed dead after an extensive search.  The explosion caused a relatively minor release of oil.  Flames from the initial and subsequent explosions shot as high as 1000 feet into the sky.  The fires on board the vessel were extinguished by late afternoon on November 1.\u000bFollowing the explosion, the USCG On-Scene Coordinator (OSC) ordered the vessel towed out of the vicinity of San Francisco Bay.  The intent of the order was to minimize the potential for catastrophic environmental effect from a massive release of oil.  On the basis of trajectory forecasts, the National Oceanic and Atmospheric Administration (NOAA) recommended that the vessel be towed to the vicinity of a nearby ocean dumping site (37 32 N, 122 59 W).  This position is at the continental shelf break, 10 miles SE of the Farallon Islands.  The ongoing firefighting and cooling efforts were hampered as the vessel moved farther from shore. \u000bThe weather worsened on November 2, with seas as high as 16 feet and wind speeds up to 35 knots.  Salvage and inspection activities ceased for the day.  On November 3 at 0000, the Puerto Rican broke in two, releasing 25,000-35,000 barrels of its cargo and an undetermined amount of the 8,500 barrels of bunker fuel onboard.  The stern section sank one mile inside the boundary of the Point Reyes/Farallon Islands National Marine Sanctuary, taking most of the 8,500 barrels of bunker fuel with it.\u000bKeystone Shipping Co. of Philadelphia immediately assumed financial responsibility for the cleanup.  They maintained responsibility throughout the response.\u000bFrom November 3-18, personnel from the USCG, NOAA, the U.S. Environmental Protection Agency (EPA), the State of California, and numerous contractors and volunteers were involved with the response.  On November 18, the forebody of the Puerto Rican was towed into the San Francisco Bay for repairs.  USCG district 11.  Keyword: Corexit 9527, U.S. Navy Superintendent of Salvage (NAVSUPSALV), Pacific Strike Team (PST), Open Water Oil Containment and Recovery System (OWOCRS), boom, absorbents, vacuum truck, Intervention on the High Seas Act, International Bird Rescue and Research Center (IBRRC), fire, explosion, sinking..","<b>Hurricane Katrina Chevron Empire ; LA<\/b> 2005-09-06<br />\n<i>Heavy Louisiana Sweet Crude Oil/Diesel<\/i> - 6455 m³<br />\nSweet crude release from two damaged tanks at the Chevron Empire Terminal, across the river from Buras, in Plaquemines Parish, LA. Approximately 24,000 barrels of crude oil were lost -- most of the spilled oil is reported to be contained on-site.  Stage 1 was completed on 14NOV05.  Multiple burns were conducted in a few marsh areas including the Chevron Mobile/Exxon Mobile (XOM) site as well as along the berm where most of the oil spilled was contained.  The area was signed off to Stage 3 on 29NOV05.","<b>San Jacinto River Spill; Channelview, Texas<\/b> 1994-10-20<br />\n<i>gasoline, home heating oil, Arabian crude, and natural gas<\/i> - NA m³<br />\nBetween October 18 and 20, a strong low-pressure system stalled over the Houston area producing more than 30 inches of rain.   The San Jacinto River rose from its normal height of 2.5 feet to 24.3 feet.  The river overtopped its banks, cutoff a meandering loop, and scoured a new channel through a normally dry area containing pipelines.  As a result of the flooding, Houston had been declared a National Disaster Area and the estuarine environments of Galveston Bay were stressed because of the influx of fresh floodwaters.   As the flood waters began to recede, pipelines began to rupture.\u000bIt was surmised that large debris or some barges had broken free and were caught in the high-river currents and collided with the pipelines, causing four of them to rupture.  It is also possible that the new channel cut by the flooded river may have undercut the pipeline supports, which were not designed for water crossing.   \u000b\u000bThe ruptured pipelines contained gasoline, crude oil, heating oil, and natural gas.  Within hours of the ruptures, the spilled products ignited and, already caught up in the flood waters, become a burning mass moving downstream.  The fires destroyed many homes along the river banks.  However, as a result of the fire much of the spilled products were consumed.  After some time, the fire continued only at the source of the leaks.  The natural gas leak stopped, but a combination of the remaining products continued to leak.  USCG district 8.  Keyword: bioremediation, containment boom, Corexit 9580, in-situ burning, skimmers, sorbent boom, sorbent pompoms, vacuum trucks.","<b>Sansinena; Los Angeles Harbor, California<\/b> 1976-12-17<br />\n<i>Bunker C<\/i> - 5728 m³<br />\nAt 1938 on December 17, 1976, the Sansinena  exploded, caught fire, and sank during refueling at the Union Oil Terminal, Berth 46, in Los Angeles Harbor, California.  The vessel was loaded with 22,000 barrels of Bunker C at the time of the incident.  The apparent cause was a still-air situation that developed between the mid-ship house and the afterdeck house.  Vapors emitting from the cargo tank vents created a vapor cloud during ballasting.  These were ignited in the midship house and flashed back through the vent piping system.  The largest explosion took place in the number 10 center cargo tank.  The force of the explosion propelled the main deck over the cargo tanks into the air.  When the deck landed, it severed a 36-inch cargo line on top of the inshore isolation valve.  This severed line fed fuel to the fire until response personnel discovered and capped it on December 21.  Nine lives were lost as a result of the explosion.  Debris and oil scattered in all directions.  Approximately 400 boats in the vicinity were damaged by the fine mist of airborne oil, resulting in millions of dollars in property damage.  An estimated 30,000 barrels of oil were released into Los Angeles harbor from the ship and the severed pipeline.\u000bA U.S. Coast Guard boat and a Los Angeles City Fire Department boat arrived on-scene within five minutes of the explosion to assist in firefighting and rescue operations.  Pollution surveys were conducted after the fire was under control.  Initial reports concluded that much of the oil had burned off, but on December 19, underwater divers discovered a large quantity of oil on the bottom of the harbor.  The primary cleanup contractors were IT Corporation, Crowley Environmental Services, Crosby & Overton, Inc., and Fred Devine Diving and Salvage, Inc.  Boom deployment began within two hours of the explosion.  Boom and other containment gear were utilized for the next 120 days, while mechanical removal of oil from the bottom of the harbor continued for 16 months.  Total oil removal costs exceeded three million dollars.  USCG district 11.  Keyword: Boom, manual removal, self-contained skimming devices, sorbent pads, sub-surface oil, suction operations, fire, explosion, sinking..","<b>Barge Energy 11102 ; Bolivar Roads, Galveston, TX<\/b> 2008-05-09<br />\n<i>Diesel Fuel<\/i> - 19178 m³<br />\nOn May 9, 2008, the NOAA Emergency Response Division was contacted by US Coast Guard regarding a grounded barge \"Energy 11102\" at Bolivar Roads, TX.  The 420 foot barge is loaded with more than 100,000 bbls of #2 fuel.  There is no indication of a spill at this time but USCG requests weather and trajectory support.","<b>Deepwater Horizon -- Florida Commands; Gulf of Mexico<\/b> 2010-04-20<br />\n<i>Crude oil<\/i> - NA m³<br />\nFlorida commands, Deepwater Horizon response. See \"Deepwater Horizon\" incident for summary and stats.\u000b\u000bThe Florida Peninsula Incident Command Post (FPIC) was officially established on\u000b02 June 2010.  USCG Sectors St Petersberg,Key West, Miami, and Jacksonville are\u000bassigned as branches to the FPIC.  The ICP relocated from the USCG Seventh\u000bDistrict to a leased office space in downtown Miami at 1001 Biscayne Bay Drive (AON building) on 5 June.","<b>Hurricane Katrina Shell Pilot Town; LA<\/b> 2005-09-05<br />\n<i>Heavy Louisiana Sweet Crude Oil<\/i> - 4864 m³<br />\nDischarge of sweet crude oil from an above-ground tank into the Mississippi River at mile marker 3, caused by a microwave tower that fell and pierced the tank.  A pipeline was also breached.  The spill occured within the containment berm of the facility.  Much of the oil was most likely lost/released/dispersed during the hurricane.  Approximately 22,685 barrels were recovered.  The entire facility was moved into Stage 3 on 26OCT05.","<b>Hurricane Katrina Murphy Oil; LA<\/b> 2005-09-05<br />\n<i>Crude oil<\/i> - 16230 m³<br />\nMurphy Oil (Greater New Orleans, St. Bernard Parish LA) -- One storage tank with a 250,000 bbl capacity leaked an estimated 19,500 bbls of medium sour crude oil. Oil released from this tank breached secondary containment and was observed in residential neighborhoods adjacent to the facility.","<b>Katina P; 25 miles north of Maputo, Mozambique, 6 miles offshore<\/b> 1992-04-19<br />\n<i>#6 fuel oil<\/i> - 4773 m³<br />\nOn April 19, 1992, the master of the Greek-owned, Maltese-flagged vessel Katina P  intentionally grounded the ship 25 miles north of Maputo, Mozambique.  The vessel, en route from Venezuela to the Persian Gulf, had suffered structural damage during a storm.  Two tanks were reported to be holed and an estimated 25,000 barrels of #6 fuel oil released.  A Protection and Indemnity Club representative inspected the vessel the next day and estimated that the vessel would soon break up.  Keyword: contingency plan, manual removal, International Maritime Organization.","<b>LOOP Incident; Gulf of Mexico, LA<\/b> 2005-04-01<br />\n<i>Unknown<\/i> - NA m³<br />\nA mystery slick was observed N or the LOOP facility and a leak was discovered at\u000bone of the crude oil off-loading facilities from an apparent corrosion failure\u000bat a flange.  That flange failure created a slick some three miles long, but the\u000bsurface oil observed was mostly sheen.  The larger slick was reported by LOOP as\u000bbeing unrelated and not sourced from any failures at the facility.  The mystery\u000bslick was also mostly sheen, and was reported to cover an estimated 20 sq.\u000bmiles, but the cover was not continuous.  Dispersant aircraft were put on\u000bstandby status by the USCG, but no heavy surface oil that would justify\u000bdispersant use was observed.  The source at the flange was secured on the same\u000bday.","<b>Pacific Glory; Isle of Wight, England<\/b> 1970-10-23<br />\n<i>Nigerian crude oil<\/i> - 4728 m³<br />\nOn the evening of October 23, 1970, the tanker Pacific Glory and the tanker Allegro collided six miles off the Isle of Wight, England.  The Pacific Glory caught fire, and was taken under tow as firefighting tugs tried to control the fire.  Explosions ruptured a starboard tank, and led to the flooding of the engine space.  The next day, the tanker began to settle and eventually touched bottom at a point four miles from the shore.  The Allegro continued on from the collision site under her own power.  The initial leak stopped soon after the collision, but as explosions occurred on the Pacific Glory additional leaks started from a starboard tank.  The tank contained 35,400 barrels of Nigerian crude oil.  Some of the oil burned, but approximately 24,780 barrels of oil spilled from the tank, forming three slicks.  Very little oil came ashore, but some oil impacted Brighton and Selsey.","<b>Powell Duffryn Chemical Fire and Release; Savannah, Georgia<\/b> 1995-04-10<br />\n<i>crude sulfate turpentine, sodium hydrosulfide (NaSH), Antiblaze, Briquest<\/i> - NA m³<br />\nOn April 10, 1995, a fire and explosion occurred at the Powell Duffryn facility in Savannah, Georgia.  Powell Duffryn is a tank storage facility located about two miles east of downtown Savannah and one-half mile inland from the southern bank of the Savannah River.  The incident site is bordered  by industrial facilities on the north, a marsh on the northeast, a residential area on the south, and the Oak Tree Apartment complex immediately adjacent to the facility.\u000b\u000bSix storage tanks, contained within a bermed area, were involved in this incident. A combined total of 840,000 gallons of crude sulfate turpentine, a highly flammable liquid was contained in three of the tanks.  The other tanks contained 400,000 gallons of sodium hydrosulfide (NaSH), a strong basic solution that is a by-product of Kraft paper production; 150,000 gallons of Briquest, a pH2 solution used for plating; and 130,000 gallons of Antiblaze, a fire retardant.  USCG district 7.  Keyword: phosphine, personal protective equipment, evacuation, ATSDR.","<b>UMTB 283; Aleutian Islands, Alaska<\/b> 1988-12-26<br />\n<i>Diesel<\/i> - 9092 m³<br />\nOn December 26, 1988, the United Marine Tug and Barge, Inc. (UMTB) Tank Barge 283, towed by the tug Marine Explorer, began sinking stern down approximately 35 miles southeast of Simeonof Island, on the western side of the Gulf of Alaska.  The tug and barge, en route to Dutch Harbor with approximately 47,620 barrels of diesel on board, encountered extremely rough weather.  The pump room and starboard aft tanks, which had been empty, were now flooded, causing the barge to turn bow-up with approximately 80 feet of the barge above water and the remaining 200 feet below the surface.  The tug's crew members observed oil coming from the vicinity of the waste oil tanks in the stern area.  Although the barge owner speculated that the stern anchor had punctured the aft waste oil tank, the exact cause of the sinking was never determined.  The salvage vessel M/V Salvage Chief  hired by Seattle-based UMTB arrived on January 7 after an eight-day passage from Astoria, Oregon.  Meanwhile, the barge continued leaking diesel fuel as 50-60 knot winds and 20-25 foot seas pounded the area. The tug Salvage Chief arrived on-scene January 7 with divers and a remotely operated vehicle (ROV) to investigate the bottom of the barge.  Small cracks found in the port and starboard main decks were sealed with wooden plugs.\\\\After considering all the options, UMTB asked the USCG for assistance in sinking the barge.  The barge was sunk by the USCG Cutter Sedge  at 1246 on January 13, 1989, approximately 11 miles southwest of the Semidi Islands at 55 48 N and 156 46 W.\\\\Due to the location of the spill, on-scene weather conditions, and the rate of oil leakage, no cleanup action was performed.\u000bBy January 4, only 40 feet of the barge's bow remained above the surface.  From the attitude of the barge, the owner's naval architects and salvage master speculated that four tanks remained filled with diesel fuel while the other tank's cargo was displaced by water.\u000bInitially, the owner requested resource agency clearance to move the barge to Stepovak Bay for lightering and repair operations.  As the barge, with the tug and tow line still attached, drifted northeast parallel to the coast, evaluations of Stepovak, Castle, Devil's, and Kuiukta bays, along the southeastern side of the Alaska Peninsula, were requested of NOAA.  The upright-floating barge was extremely difficult to tow.  The vessels were caught in a clockwise back-eddy off of the southwesterly flowing Alaska stream which carried them towards the northeast.\u000bThe weather remained severe (Beaufort Force 9 with icy conditions) throughout the entire incident.  Even though the tug Marine Explorer remained attached to the barge, it was virtually impossible for it to influence their naturally drifting motion and trajectory.  On January 11, 1989, the owners requested USCG assistance in sinking the barge.  On January 13, the USCG Cutter Sedge  used 1500 rounds of 20 mm fire to sink Barge 283 in approximately 102 fathoms of water.  The case was closed on January 18, 1989.  USCG district 17.  Keyword: Adverse weather conditions, remotely operated vehicle (ROV), sinking, remote response, evaporation..","<b>Ashland Petroleum Company; Floreffe, Pennsylvania<\/b> 1988-01-04<br />\n<i>Diesel fuel<\/i> - 4546 m³<br />\nOne million gallons of diesel fuel was released due to a tank failure from a shoreside facility (Ashland Oil) in West Elizabeth, PA.  The location is 24 river miles upriver (SW) of the confluence with the Ohio River. The spill is presently an rp lead cleanup with the EPA as the lead OSC.  Coast Guard COTP has a backup role and has requested Jay Rodstein's presence on scene. A major concern is the impact of the oil on drinking water intakes which are approximately 15 feet below the river level.  USCG district 9.","<b>Suisun Slough Pipeline Spill; Suisun, CA<\/b> 2004-04-29<br />\n<i>Diesel<\/i> - 4546 m³<br />\nMSO San Francisco received a report of an unknown amount of diesel fuel released from a broken 14-inch subterranean pipeline in the vicinity of Suisun Slough, Solano County, CA.  MSO personnel responded and observed oil seeping into the Suisun Marsh.","<b>Tank Barge 283; Shumagin Islands, Western Gulf of Alaska<\/b> 1988-12-28<br />\n<i>Diesel<\/i> - NA m³<br />\nOn December 26, 1988, the U.S. Coast Guard Marine Safety Office, Anchorage, was notified that the tank barge 283, towed by the tug Marine Explorer, was sinking stern down in the western Gulf of Alaska.  The tug and barge were en route to Dutch Harbor with approximately 2,000,000 gallons of diesel when they encountered extremely heavy weather.  The void aft tanks were flooded, causing the barge to turn bow-up with approximately 80 feet of the barge above water and the remaining 200 feet below the surface.  The salvage vessel arranged for by the T/B 283's owner, United Marine Tug and Barge, Inc., of Seattle, would take approximately eight days to arrive from its location in Astoria, Oregon.  Meanwhile, the barge began leaking diesel as 50-60 knot winds and 20-25 foot seas racked this portion of Alaska.  USCG district 17.","<b>T/B 283; Shumagin Islands, Western Gulf of Alaska<\/b> 1988-12-28<br />\n<i>Diesel<\/i> - NA m³<br />\nREPORT FIVE, UMTB 283,POTENTIAL MAJOR DIESEL SPILL, SIMEONOF ISL AK  THE FOLLOWING IS A SUMMARY OF COTP WESTERN ALASKA POLREPS FOUR AND FIVE  1. SITUATION   A. 1530 LT, 30 DEC 88-TUG SKIPPER REPORTS THAT BARGE REMAINS IN THE SAME ATTITUDE AND ESTIMATES THAT 50 FT OF BARGE REMAINS ABOVE WATER.  ALSO REPORTS THAT BARGE MAY BE TAKING ON WATER AS IT DOES NOT APPEAR TO BE REACTING TO WAVES AS BEFORE.   B. M/V SALVAGE CHIEF, FORCED BY HIGH WINDS TO USE INSIDE PASSAGE HAS AN ETA OF 4 JAN 89.  TUG MARINE RETRIEVER AND BARGE 281 WITH SALVAGE AND LIGHTERING EQUIPMENT EXPECTED TO DEPART SEATTLE 31 DEC WITH AN ETA OF 11-14 JAN 89.   C. DUE TO BARGE'S PERSISTENCE IN SAME GENERAL AREA, OWNER BELIEVES STERN ANCHOR DEPLOYED AND DRAGGING ON BOTTOM.  OWNER TENTATIVELY PLANS TO FREE ANCHOR WITH SALVAGE CHIEF, SECURE P/V VALVES AND OTHER VENTS WITH DIVERS; THEN MOVE BARGE 283 TOWARD STEPOVAK BAY AND AWAIT ARRIVAL OF TUG MARINE RETRIEVER AND BARGE 281.  USCG district 17.","<b>Christos Bitas; Irish Sea, South Wales<\/b> 1978-10-12<br />\n<i>Heavy Iranian Crude Oil<\/i> - 4201 m³<br />\nAt 1634 on October 12, 1978, the Christos Bitas ran aground on rocks approximately 10 miles off Milford Haven, Pembrokeshire, Wales.  After about half of its tanks ruptured, the tanker floated free of the rocks.  The master of the vessel requested assistance from Her Majesty's Coast Guard in controlling the spilled oil, and the Christos Bitas continued for Belfast, its planned destination.  The tanker was stopped at 52 25 N, 005 40 W at the request of British Petroleum Tanker Company, the owner of the cargo, and H. M. Coast Guard.  \u000bThe tanker was carrying 257,250 barrels of heavy Iranian crude oil.  Approximately 21,990 barrels spilled into the Irish Sea.  Nearly all the cargo was offloaded to other vessels, and the Christos Bitas was scuttled in the North Atlantic on October 31, 1978.  Oil impacted some beaches in South Wales, as well as on Skomer Island, and the North Devon coast.  Dispersants were used throughout the spill response, which lasted until November 13.  Keyword: International Tanker Owners Pollution Federation Ltd. (ITOPF),  skimmer, lightering, containment boom, manual removal, high-pressure washing, suction operations,  BP 1100X, sinking..","<b>Barge e-24 Long Island Sound; Long Island Sound, NY<\/b> 1985-11-22<br />\n<i>Unknown<\/i> - NA m³<br />\nThe barge, e-24, sank in Long Island Sound after entering the Race, struck bottom and broke the hawser. there was 20,00 barrels of #6 in the tanks- an indetermined amount spilled. Intial slick spotted at 1420 PSt 11/22) was 2 Miles x 3/4 over Bartlet Reef Oriented in the NNW direction. Slick ( at 0430 PSt 11/23) was 1//4 x 1/2 mile./ Black oil globs were noted. Oil observed 11/24 on the Montank Shoreline, 5-6 pancake size peices- about 5 every 30 yds","<b>Barge Domar #6502; Aguirre, Puerto Rico<\/b> 1998-05-29<br />\n<i>#2 fuel oil<\/i> - 10501 m³<br />\nThe T/B Domar 6502, a single hull and bottom vessel ran aground off the south east coast of Puerto Rico at approximately 1400 (2PM local time).  The vessel's position is 17 degrees, 55.9 minutes north and 066 degrees, 15.9 minutes west. near the town of Aguirre which is approximately 25 miles east of Ponce.  The vessel is approximately 1000 yards offshore in about 17 feet of water.  The bottom is reportedly sand.\u000b\u000bThe barge is reportedly carrying 55,000 barrels of #6 fuel oil with a specific gravity of .852 and viscosity of 3 cs @ 100 degrees F.\u000b\u000bOn scene weather reported by MSO San Juan at 1700 local is winds 045/19 mph; seas 2 ft with a 4 foot swell.; barometer is 29.90.\u000b\u000bNOAA HazMat has been asked to provide trajectory and resources at risk information as well as a weather forecast, ADIOS oil fate information, tide information, and a preliminary evaluation of dispersant and in-situ burn countermeasure use in the event of a release.  USCG district 7.","<b>Barge North Cape; Narragansett, Rhode Island<\/b> 1996-01-19<br />\n<i>Number 2 fuel/home heating oil<\/i> - 3751 m³<br />\nAt 1430 Eastern Standard Time (EST) on January 19, 1996, MSO Providence received a call from Station Castle Hill that the tug Scandia was on fire.  The tug Scandia was located some three miles south and west of Point Judith, Rhode Island towing the barge North Cape, which was carrying 94,000 barrels of #2 home heating fuel  Weather was severe with sustained winds of more than 40 knots from the south-southeast and forecast to increase.  The tug Scandia was abandoned and USCG Search and Rescue teams were dispatched to assist the crew.  At approximately 2000 EST, a USCG helicopter reported that the barge North Cape was aground on Nebraska Shoals, directly adjacent to the Trustom Pond National Wildlife Refuge, owned and operated by the U.S. Fish and Wildlife Service (USFWS).  The helicopter further reported that the barge was releasing oil.  The barge North Cape spilled oil in two separate releases.  The first, released during the height of the initial storm, was 700,000 gallons and the second, less than a day later, was 125,000 gallons.  The combination of the type of oil released and the energy of the storm caused great dispersion into the water column.  As a result, in the days following the spill, great numbers of shellfish (mostly bivalves and juvenile lobsters) washed  ashore.  Subsequently, the Rhode Island Department of Health closed more than 200 square miles of commercial fishery in the area of the spill.  This closure was coordinated with the EPA Region One and with NOAA's National Marine Fisheries Service (NMFS), which closed federal fishing grounds using the Magnuson Act.  This is the first time federal fisheries have been closed due to oil contamination.  The emergency phase of the response lasted seven days and the on-scene command post was demobilized following the removal of the barge North Cape from the beach.  Active USCG spill response and assessment continued from the MSO, including re-survey of key impacted recreational and endangered piping plover nesting beaches.  The full re-opening of the Rhode Island fishery was not complete until the middle of June.  Organoleptic panels were established to certify that seafood, lobsters, and clams, in particular, were marketable.  USCG district 1.  Keyword: endangered species, ARTES.","<b>Enbridge Pipeline Failure, Kalamazoo River; Marshall, MI<\/b> 2010-07-26<br />\n<i>Crude oil<\/i> - 3723 m³<br />\nOn the morning of July 26, 2010, a failure occurred in a 30-inch diameter pipeline releasing approximately 19,500 barrels of crude oil into a tributary creek of the Kalamazoo River in Marshall, MI. EPA requested weather forecast information to assist with air monitoring. NOAA provided trajectory support to Coast Guard Sector Lake Michigan to determine if/when oil may reach the COTP zone on the Kalamazoo River.","<b>Olympic Glory; Houston Ship Channel, Texas<\/b> 1981-01-28<br />\n<i>Galeota crude<\/i> - 3819 m³<br />\nOn January 28, 1981, at 0940, the chemical tanker Lucor Wickliffe struck the Tank Vessel Olympic Glory on the port quarter, in the vicinity of the cargo tanks.  The collision occurred approximately two miles south of Morgan's Point.  After the Olympic Glory moored at Barbours Cut, an inspection diver confirmed the presence of a 6 by 12 foot hole in the vessel's No. 6 port wing tank.  Approximately 20,000 barrels of Galeota crude were lost before the damaged tank could be lightered by portable pumps.\u000bFirst day response efforts focused on containment of the spilled product.  Crowley Environmental was contracted by the owners of the Olympic Glory to lead the cleanup effort.  Crowley subcontracted four other cleanup companies to aid in the operation.  Cleanup operations were divided into three separated zones.   Zone 1 covered the areas between Morgan's Point  and the Houston Yacht Club Marina.  Zone 2 covered the northern areas from Morgan's Point to the Exxon Refinery at Baytown, and included Upper San Jacinto Bay.  Zone 3 covered Barbours Cut.  Barbours Cut also served as the location of the cleanup operation's command post.\u000bParties involved in the cleanup included the U.S. Coast Guard, Texas Department of Parks and Wildlife, Gulf Strike Team (GST), and Coast Guard Marine Safety Office, Houston.  Approximately 18,000 barrels of spilled product was successfully removed within 30 days.  The remaining 2,000 barrels were determined to be lost to natural dissipation.  USCG district 8.  Keyword: Gulf Strike Team (GST), containment boom, vacuum truck, vacuum pumps, adverse weather conditions, collision..","<b>Texas; Mile 43.4, Upper Mississippi River, Missouri/Illinois<\/b> 1986-03-07<br />\n<i>Western Crude Oil<\/i> - NA m³<br />\nOn March 7, 1986, the Tank Barges Kansas  and Texas, under tow from the M/V Edwin L. Kennedy, ran aground on the Grand Chain Rocks at Upper Mississippi river mile 43.4 while en route to Garyville, Louisiana.  The tow consisted of eight barges, all loaded with western crude oil.  Texas  and Kansas  were the two barges at the front of the tow which included six other barges.  The grounding occurred shortly after the pilot had navigated to clear the Thebes Railroad Bridge.  While the Kansas  appeared undamaged, the Texas  sustained heavy damage to the bottom of its number 1-6 starboard and 1-3 port cargo tanks.  USCG Group Upper Mississippi River was notified of the incident at 0308.\u000bEarly attempts to rig boom around the damaged barge failed due to rapid currents and river conditions.  Ingram Barge Company of Nashville, Tennessee, the owner/operator of the M/V Edwin L. Kennedy  and the Texas, hired Paducah Mutual Assistance Association (PMAA) as the primary cleanup contractor.  The owner representative also participated in overflights to provide a better summary of the situation.  Lightering operations of the Kansas  began at 1400.  By 0800, March 8, this barge floated free with no apparent damage.  Lightering of the Texas  began on March 8.  At 1420, March 9, the barge was free and repositioned at mile 43.4 left descending bank.  By 1615, the barge was drafting approximately five feet after ballasting.  No evidence of further pollution was noted.\u000bAfter a Permit to Proceed was issued to the Texas, the barge was allowed to continue on to New Orleans for offloading and repairs.  Simpson Environmental Services of Port Natchez, Texas, was brought in as a second cleanup contractor.  Soundings taken on March 12 revealed 17,055 barrels of oil were missing from the Texas.  Cleanup operations were completed by March 28.  USCG district 9.  Keyword: Boom, sorbents..","<b>BARGE MORRIS J. BERMAN; San Juan, Puerto Rico<\/b> 1994-01-07<br />\n<i># 6 fuel oil<\/i> - NA m³<br />\nOn January 7, 1994, the barge Morris J. Berman went aground in the surf zone off Escambron Beach in San Juan, Puerto Rico.  The barge grounded on a hard bottom consisting of rocky substrate with scattered coral after its towing cable parted.\u000b\u000bThe barge had a capacity of three million gallons but was reportedly only half full.  The cargo, a heavy #6 fuel oil, began spilling and impacted nearby shoreline and shallow intertidal habitats immediately.  No estimated leakage rate was available.  Due to strong northerly winds, the surf at the grounding site was quite strong creating a hazardous situation as they pounded the deck of the vessel. \u000b\u000bThe responsible party initially assumed responsibility for the spill, but very quickly expended the ten million dollar limit of their insurance policy.  Full federal funding of the spill occurred at 0600 on January 14 and it became a United States Coast Guard (USCG) directed response.\u000b\u000bThe USCG Gulf Strike Team (GST) was brought onscene and immediately began lightering operations for the barge.  Skimming and lightering operations were effective and removed an estimated 17,700 barrels of oil from the water and leaking barge.  Shoreline cleanup and assessment began almost immediately.  Little progress was made however due to continued leaking of fresh oil from the barge.  Cleaned areas became re-oiled and areas not yet cleaned became more heavily impacted.  Protection strategies were employed for areas at risk that were not yet oiled.  Intensive shoreline cleanup was postponed for the most heavily impacted areas until the sources of re-oiling could be stopped.  Two shallow lagoons near the grounding site were most heavily impacted.  Oil, in the form of large mats, accumulated on the surface and on the bottom of the lagoons.  Submerged oil posed a major cleanup problem during the response.  It was eventually partially removed by divers, vacuum transfer units, and a dredge.  Waste and oily water from dredging operations were collected and separated in a series of swimming pools arranged to decant and filter the effluent from the dredge before returning the filtered water to the sea. \u000b\u000bOn January 15, the barge was refloated, towed to a scuttling site 20 miles northeast of San Juan, and sunk.  This operation was carefully reviewed by the Federal On-Scene Coordinator (FOSC), Navy Superintendent of Salvage (SUPSALV), the GST, and NOAA.  The Regional Response Team (RRT) was consulted and on-scene trustee representatives were given an opportunity to discuss the operation and voice their concerns.  It was agreed by all that the sinking of the barge was the best alternative.  Continued re-oiling of the nearshore environment from the unrecoverable oil left onboard was delaying cleanup and preventing resource recovery.  Resource concerns offshore were minimal and it was hoped that the amount of residual oil left on the barge when it sank would be small and have little impact.  Shorelines at risk from any oil released during the scuttling operations were predicted to be on northwestern Puerto Rico, Mona Island, and Hispaniola.\u000b\u000bShoreline cleaning continued in earnest and was more successful with the barge removed.  Surface and buried oil along sand beaches was removed following cleanup guidelines.  Beachrock, riprap, and seawalls were cleaned with pressure washing and chemical cleaners as approved.  Some inaccessible areas were left to clean naturally.  Cleanup guidelines for oiled historical structures were developed and approved by trustees through the Heritage Resource Team.  These structures and resources were then cleaned according to those guidelines.\u000b\u000bOn February 3, oil impacts along northwestern Puerto Rico were reported.  A convergence zone at the northwest corner of the island concentrated debris and oil still being released from the scuttled barge.  Impacts were primarily along 12 miles of shoreline, from Isabella to Borinquen.  This oil was buried as oily sand layers and submerged as oil and sand mats in the protected areas or crenulate bays.  A separate command post was established on the west end of the island and assessments and cleanup operations began immediately.  Crews removed the stranded oil quickly to prevent additional burial.  Cleanup efforts were intensified in this area to minimize risks to nesting sea turtles, whose arrival was imminent. \u000b\u000bAll necessary cleanup guidelines and inspection criteria were in place by mid-February.  With the exception of nearshore reef fish and benthic organisms near the barge's grounding site, there were very few impacts to biological resources.   Seagrasses were oiled near the grounding site.  Very few birds were affected and no substantiated reports of spill related mortalities to reptiles or mammals were received.  The impacted shoreline was divided into 18 shoreline segments or zones.  Most of these zones were cleaned and inspected following the \"how clean is clean\" guidelines, and approved by the FOSC by April 4.  All other zones were signed off by April 25, with the exception of zone 18, which was completed on May 27.  Once approved as clean, each zone entered a monitoring and maintenance phase to address any additional oiling that may occur.  USCG district 7.  Keyword: endangered species, bioremediation.","<b>GALVESTON BAY BARGE, BUOY 58; GALVESTON BAY, TX<\/b> 1990-07-29<br />\n<i>vacuum oil<\/i> - 227 m³<br />\nSometime on the afternoon of Saturday, 28 July, the Tanker Vessel Shnoussa collided with 3 barges near buoy 58 in Galveston Bay (29 29.9N 094 52.2W).  One barge was undamaged and was towed to Houston.  The second barge was damaged and was put aground on a sand island near buoy 58. The third barge was damaged and sunk by the stern.  The bow is out of the water and two tugs are standing by.  Both the grounded and sunken barges have been boomed off, but there is a three mile long slick in Galveston Bay.  An estimated 50,000 gallons of vacuum oil (catylic feed stock) is in the water.  Pour point of the product is greater than 75 degrees F, API is 25.1. Chris Nelson, NOAA SSC was notified Sunday morning, 29 July and is enroute.  ETA Galveston is 1600L today.  MSO Galveston telephone is (409) 766-3687.  Winds are light and variable.  USCG district 8.","<b>SFI 41; River mile 43.7, Mississippi River, Missouri<\/b> 1985-11-24<br />\n<i>No. 6 Fuel Oil<\/i> - 3114 m³<br />\nOn the morning of November 24, 1985, the M/V Jimmie L and its tow, the SFI 41, struck the Thebes Railroad Bridge at mile 43.7 on the Mississippi River.  The barges broke free, and began to drift.  The barge SFI 41 struck a bridge span pier, rupturing two of the starboard cargo tanks, spilling 16,300 barrels of number 6 fuel oil into the river.  The SFI 41 was later retrieved by the M/V Charles Southern and pushed into the riverbank at mile 30.8.  The Captain of the Port (COTP) Paducah, Kentucky, was the On-Scene Coordinator (OSC) for the incident.  USCG district 9.  Keyword: Gulf Strike Team (GST), containment boom..","<b>Nord Pacific; Inner Harbor, Corpus Christi, Texas<\/b> 1988-07-13<br />\n<i>Beatrice (North Sea) crude oil<\/i> - 2932 m³<br />\nOn the night of July 13, 1988, the Nord Pacific suffered hull damage while docking at the Southwestern Oil and Refinery Dock #3, on the south side of the inner harbor, Corpus Christi, Texas.  The collision with the dock tore an 8 foot by 1 foot hole in the No. 6 port wing tank about one foot above the waterline.  The Nord Pacific was carrying 625,000 barrels of Beatrice crude oil, 15,350 barrels of which spilled into the harbor before the tank could be pumped down.  The spill response began immediately and lasted until July 22.  This spill was a textbook case of things that went well, including favorable weather conditions, no fire at the time of collision, rapid response, minimum resources at risk, direct access to all impacted areas, and small tidal range in a dead-end harbor.  USCG district 8.  Keyword: Atlantic Strike Team (AST), containment boom, vacuum truck, evaporation, propane cannons, air horns, volunteers, sorbents, filter fence, Regional Response Team, Elastol, low pressure washing..","<b>T/V STUYVESANT1; Sitka, AK<\/b> 1987-01-12<br />\n<i>North Slope crude oil<\/i> - 2864 m³<br />\nBetween January 6 an d January 12, the Standard Oil tanker, STUYVESANT, lost approximately 15,000 barrels of North Slope crude en route from Alaska to the Panama Canal Zone.  During this period, the vessel had moved from a position approximately 300 miles west of Sitka, Alaska, to about 120 miles offshore central California.\u000bThe vessel had departed from Valdez at 0805 on January 6 and encountered severe weather from noon on January 7 through January 12.  On January 9, the vessel was observed to be listing to starboard.  Weather conditions prohibited tank soundings until three days later, at which time it was confirmed that the port wing tank had lost roughly 15,000 barrels of oil.\u000bAt 1300 on January 12, the U.S. Coast Guard Marine Safety Office, Alameda, California was notified by the Coast Guard Captains of the Ports of Seattle and Anchorage or the incident.  USCG district 171113.","<b>Barge Hygrade 42; St Croix, US Virgin Islands<\/b> 2006-04-28<br />\n<i>diesel fuel<\/i> - 2864 m³<br />\nHygrade 42 Barge, St Croix, USVI\u000bFriday, April 28 2006\u000b\u000bHovensa Barge Hygrade 42 with tug Grape Tree Bay went aground North of Providence Cay in the WOPA channel.  Product Onboard is 15000 Bbls of diesel fuel.","<b>Betelgeuse; Bantry Bay, Ireland<\/b> 1979-01-08<br />\n<i>Mixed Arabian Crude Oil<\/i> - 2809 m³<br />\nIn the early afternoon of January 8, 1979, the tanker Betelgeuse exploded at the offshore pier of the Gulf Oil Terminal at Whiddy Island in Bantry Bay, Ireland.  The tanker broke in two and settled in 130 feet of water with 300,000 barrels of oil remaining onboard.  The fire burned throughout the day.  During the night the fire was extinguished and the stern section sank completely.  Approximately 14,720 barrels of oil leaked from the vessel, 3,680 barrels of which impacted the shoreline.  Keyword: Manual removal, suction operations, containment boom, skimmer, BP 1100WD, explosion, fire, sinking, sub-surface oil, salvage, lightering..","<b>Virgin Islands Water and Power Authority; Christiansted, St. Croix, U.S. Virgin Islands<\/b> 1989-09-18<br />\n<i>No. 6 Fuel Oil<\/i> - 191 m³<br />\nOn September 18, 1989, Hurricane Hugo hit the island of St. Croix with winds in excess of 140 miles per hour, damaging the steel containment walls around two of the main No. 6 fuel oil storage tanks at the Virgin Islands Water and Power Authority (VIWAPA) power plant in Christiansted Harbor on the north coast of St. Croix.  Oil leaked from a severed discharge line near the bottom of one or both of these 54,000-barrel capacity tanks.  It then overflowed the containment dike and moved toward the beach 250 feet away.  VIWAPA personnel constructed sand-based containment trenches and berms along the beach to contain the oil.  They also diverted oil to a diesel storage tank containment area.  Oil began to leak through the trenches, proceeding down the sloping base toward the shoreline.  U.S. Coast Guard (USCG) Marine Safety Office (MSO) San Juan personnel flew over the area on September 21 and estimated that approximately 48 barrels of oil had overflowed the trench and entered the harbor, impacting the sand beaches west of the facility.\u000bMSO and USCG Atlantic Area Strike Team (AST) personnel arrived on-scene on September 22.  They immediately began working with VIWAPA and contractor personnel to locate and stop the leak.  The Strike Team lowered the level of oil in the containment areas and secured the leak on September 25. The containment wall had been blown by the wind onto a ten-inch transfer pipe, rupturing the pipe.  An open valve had permitted the oil to escape through the broken pipe.  A total of 14,076 barrels escaped from this tank between September 18 and 25.  Approximately 1,000 barrels overflowed the containment area and entered the water.  Three miles of sand beaches were heavily oiled, with some impacts east of the power plant in the harbor area.  Some of the oil refloated, but local meteorological and oceanographic conditions isolated the resultant secondary impacts to previously oiled beaches.  Response efforts concentrated on the recovery and removal of the oil after it was on the beaches.  No dead fish or animals were reported.  USCG district 7.  Keyword: Atlantic Strike Team (AST), boom, vacuum truck, hydro-blasting, manual removal, sorbent boom..","<b>T/V Stuyvesant; Gulf of Alaska Off Dixon Entrance<\/b> 1987-10-06<br />\n<i>North Slope crude<\/i> - 2728 m³<br />\nOn October 2, 1987, the tanker Stuyvesant departed from the Valdez terminal, en route to Panama, with 1,500,000 barrels of North Slope crude on board.  The vessel encountered severe storms during October 3-5 while approximately 200 miles offshore of Prince of Wales and Queen Charlotte Islands.  \u000bAt approximately 1500 on October 6, the U.S. Coast Guard Marine Safety Office (MSO), Juneau, was notified that a leak had been detected in one of the Stuyvesant's starboard tank on October 4.  The leak was believed to have stopped on the evening of October 6 when the vessel was approximately 200 miles offshore the Columbia River mouth.  However, Coast Guard overflights identified oil slicks off the Washington/ Oregon coast and off Dixon Entrance.  A total of 600,000 gallons of North Slope crude is believed to have been lost between October 4-6.  USCG district 17.","<b>Witwater; Galeta Island, Canal Zone, Panama<\/b> 1968-12-13<br />\n<i>Diesel, Bunker C<\/i> - 2673 m³<br />\nOn December 13, 1968, the oil tanker Witwater broke up in heavy seas off the Atlantic coast of Panama.  The breakup of the vessel, and continued leaking of the wreck spilled 14,000 barrels of Bunker C and diesel oil into the water 5 miles from Galeta Island.  The oil eventually impacted Galeta Island.  Keyword: Fire.","<b>Diluted Bitumen (Tar Sands oil) Spill into Mill Creek, Devon, KS<\/b> 2023-01-06<br />\n<i>Diluted Bitumen<\/i> - 2673 m³<br />\nOn January 6th at 11am eastern time zone, GL SSC received a call from the EPA OSC on scene at the OPA TC Energy Mill Creek Incident, asking for a contact at the NWS for dedicated weather forecast support and river forecast products.  The support was for a December 7, 2022 pipeline spill of diluted bitumen.  The NOAA SSC called the Central Regional Operations Center and connected the on duty officer with the EPA OSC. No further products or support was requested. (lat/long are approximate)","<b>Exxon Bayway Refinery; Arthur Kill, New York<\/b> 1990-01-02<br />\n<i>No. 2 heating oil<\/i> - 2578 m³<br />\nOn January 2, 1990, at approximately 0300, an Exxon underwater pipeline located at the mouth of Morse Creek discharged approximately 13,500 barrels of No. 2 heating oil into the Arthur Kill waterway between New Jersey and Staten Island, New York.  Exxon personnel notified the U.S. Coast Guard (USCG) as well as other involved agencies, and activated the Clean Harbors Cooperative (Coop).  Exxon company volunteers had periodically received practical training on how to deploy boom and other Coop equipment.  This previous training expedited the decision-making process and allowed Exxon to begin response efforts immediately.\u000bInitial response efforts focused on containment of the spill as well as removal of the heaviest concentration of oil.  Environmentally sensitive areas were protected with boom and skimmers that collected the heavier concentrations of free-floating oil.  Since the incident occurred in January, few migratory birds were in the spill area.  Even so, Tri-State Bird Rescue treated over 100 oiled birds that were recovered during the incident.  Cleanup crews in the spill area found over 600 dead birds.\u000bA cleanup committee, consisting of representatives from USCG, Exxon, NOAA, New York State Department of Environmental Conservation (NY DEC), New Jersey State Department of Environmental Protection (NJ DEP), and New York City Parks and Recreation, monitored cleanup progress until the end of active recovery.  On February 14, substantial deposits of fresh oil were found in sediments above peat areas on Pralls Island.  Trenches were dug to collect oil for vacuuming.\u000bBy March 15, all areas were considered \"clean\" by the Federal On-Scene Coordinator (FOSC) except Pralls Island where further cleanup activity was postponed due to the arrival of wading birds that breed on the island.  Exxon received permission to apply Customblen, a nutrient enhancer for bioremediation, in this area after the fall migration.  USCG district 1.  Keyword: Customblen, Atlantic Strike Team (AST), Clean Harbors Cooperative, boom, self-propelled skimmer, Marco skimmer, JBF skimmer, vacuum truck, shop vacuum, sorbent boom, pompoms, trenches, New York State Department of Environmental Conservation (NY DEC), New Jersey State Department of Environmental Protection (NJ DEP), Tri-State Bird Rescue Center, volunteers..","<b>M/B VESTA BELLA; Barbuda, Trinidad<\/b> 1991-03-06<br />\n<i>#6 fuel oil<\/i> - 2546 m³<br />\nOn March 6, 1991, the motor barge VESTA BELLA, containing 560,000 gallons of #6 fuel oil, sank about 30 miles southeast of Barbuda, Trinidad. Oil was seen bubbling up from the sunken barge; U.S. Coast Guard (USCG) overflight observers reported a slick containing patches of sheen with some brown areas extending 15 by 5 nautical miles.  USCG district 7.","<b>Inland pipeline leak; Bolona Creek, CA<\/b> 1986-02-14<br />\n<i>Unknown<\/i> - NA m³<br />\nInland pipeline leak in Bolona Creek near Santa Monica, CA of 500,000 gallons diesel and water mixed.","<b>T/V Amazon Venture; Savannah River, Garden City, Georgia<\/b> 1986-12-04<br />\n<i>No. 6 Fuel Oil<\/i> - NA m³<br />\nOn December 4, 1986, at 2330, an oil spill of unknown origin at the Garden City, Georgia container berths on the Savannah River was reported to the U.S.  Coast Guard (USCG) Marine Safety Office (MSO) in Savannah, Georgia.  As the responsible party had not been identified, the On-Scene Coordinator (OSC) declared a federally funded spill to facilitate response measures.\u000bEarly in the morning on December 5, before the source of the spill was known, personnel contracted by the USCG deployed containment boom at the Amoco and Southern Bulk Industries facilities.  At first light, the Amazon Venture was boarded and inspected as it was believed to be the most likely source of the spill.  The cause of the spill was later determined to be three malfunctioning valves in the ballast and cargo discharge piping of the Amazon Venture.  USCG district 7.  Keyword: Gulf Strike Team (GST), containment boom, National Wildlife Refuges, vacuum truck, manual removal, sorbent boom, high-pressure washing..","<b>Oil Spill near Lima, Peru<\/b> 2022-01-19<br />\n<i>Buzios Crude (from Brazil)<\/i> - 2272 m³<br />\nOn January 15, 2022, an oil spill occurred during offloading from the Italian tanker Mare Doricum to the REPSOL-operated La Pampilla refinery submarine terminal #2. Source of the spill was a broken manifold on the underwater pipeline. Cause of the break is still under investigation. An estimated 11,900 barrels (updated) of Buzios crude oil (from Brazil) was spilled. ERD deployed two Scientific Support Coordinators to represent NOAA on the nine-person U.S. National Response Team delegation that went to Peru. Other members of the US team included six from the United States Coast Guard and one from the Fish & Wildlife Service. The mission was to support the Government of Peru with satellite analysis, oil trajectory predictions, oil spill remediation techniques, oiled wildlife response and emergency management.","<b>M/V Athos I; Delaware River, NJ/PA<\/b> 2004-11-27<br />\n<i>Bachaquero Crude Oil<\/i> - 62281 m³<br />\nAt approximately 9:30 p.m. on November 26, 2004, the M/T Athos I, a 750-foot tanker, hit one (or more) \u000bobstructions in the Delaware River near Philadelphia, PA.  A 15-foot curved piece of pipe was ultimately found with the assistance of the NOAA Navigation Response Team.  After further examination, the hull showed evidence that the ship may \u000bhave hit more than one object.  The tanker, registered in Cyprus, was carrying 325,000 barrels (13.6 million gallons) of heavy \u000bcrude oil from Venezuela.  The collision(s) created three holes, the largest a 6-foot by 2-foot tear in the hull that breached \u000ba center cargo tank and port side water ballast tank, releasing approximately 264,000 gallons.  After the incident, a review \u000bof PORTS tide level recordings showed the collision(s) occurred at maximum spring low tide.  The oil from the ruptured \u000btank spread down river, ultimately oiling 57 miles of Pennsylvania, New Jersey, and Delaware shorelines.  The spill closed the \u000bDelaware River to commercial vessel traffic for over a week.  Submerged oil resulted in contamination of water intakes and \u000bthe closure of the Salem Nuclear Power Plant.","<b>T/V Grand Eagle; Delaware River, Marcus Hook, Pennsylvania<\/b> 1985-02-01<br />\n<i>Ninian Crude Oil<\/i> - 1982 m³<br />\nAt 2330 on September 28, 1985, the Panamanian Tank Vessel Grand Eagle, loaded with 530,659 barrels of Ninian Crude oil, ran aground in the Delaware River near Marcus Hook, Pennsylvania.  A cargo tank ruptured causing the release of 10,370 barrels of oil into the waterway, impacting a 12 mile section of the river and the surrounding shoreline. The weather at the time of the accident was clear with broken cloud coverage. Winds were NNW at 17-21 knots and the temperature was 68?F.\u000bThe U.S. Coast Guard (USCG) was notified immediately. The On-Scene Coordinator (OSC) supervised all response and cleanup operations from September 28 to November 8, 1985.\u000bThe Grand Eagle was freed from its grounding site at 0040, September 29 and was moved to the Sun Oil Company Refinery at Marcus Hook where the remaining cargo was offloaded. \u000bThe OSC authorized movement of the vessel with tug escort to Pennsylvania Shipbuilding in Chester, Pennsylvania to begin repairs on the damaged cargo tank.  Oil was boomed away from the vessel before beginning the moving operation, and a skimmer remained with the vessel to collect any oil lost during transit.  The vessel was moved without incident, and there was no significant loss of oil from the containment area.  USCG district 1.  Keyword: Vegetation cutting, water-washing, high pressure washing, low pressure washing, Tri-State Bird Rescue Center, New Jersey State Department of Environmental Protection (NJ DEP), Delaware Bay and River Cooperative, U.S. Navy Superintendent of Salvage (NAVSUPSALV), manual removal, boom, disposal, sorbent pads, vacuum truck..","<b>Peck Slip; Cabo San Juan, Puerto Rico<\/b> 1978-12-19<br />\n<i>Bunker C<\/i> - 2100 m³<br />\nOn the morning of December 19, 1978, in unusually heavy seas, the T/B Peck Slip  struck the bottom near Cabo San Juan off the northeast corner of Puerto Rico.  The barge, carrying 80,000 barrels of Bunker C crude oil, suffered structural damage and immediately began to spill oil.  The barge was towed back to Yabucoa Harbor.  The owner of the barge reported a spill of a few barrels to the Marine Safety Office (MSO) San Juan.  Approximately 2 hours after the spill was reported, a Coast Guard helicopter, en route to St. Croix, Virgin Islands, observed dark oil in the water off Cabo San Juan.  An investigation determined that an estimated 11,000 barrels spilled from the Peck Slip.  The Captain of the Port (COTP) San Juan, Puerto Rico, was designated as On-Scene Coordinator (OSC).  Sun Oil Company assumed responsibility for the incident and contracted Muratti Construction Company and Crowley Environmental Services for cleanup operations.  The Clean Caribbean Co-op was activated by Sun Oil Company.  Cleanup operations were directed by the Sun Oil Company until December 29, when the OSC assumed control.  Operations ended on January 19, 1979.  USCG district 7.  Keyword: Vacuum truck, high pressure washing, Corexit 9527, Gulf Strike Team (GST), National Strike Force (NSF), sorbents..","<b>T/V Grand Eagle; Delaware River, Marcus Hook, DE<\/b> 1985-09-28<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V Grand Eagle grounded in the Delaware River at Marcus hook Bay. it lost approximately 11,000 barrels of Ninian Crude. The Tanker was then towed to the Sun Oil Facility ar Marus hook.","<b>V882, V883, V884, V885; Mile 179.0 Upper Mississippi River, St. Louis, Missouri<\/b> 1983-04-02<br />\n<i>Montana Mix sour crude oil<\/i> - NA m³<br />\nAt approximately 2315 on April 2, 1983, the M/V City of Greenville  with a tow of four tank barges struck the Illinois pier of the Poplar Street Bridge near downtown St. Louis, Missouri, on the Mississippi River.  Weather at the time was cloudy and overcast with light rain.  Visibility was 8 miles with winds gusting from the northwest to 25 miles per hour.  Crew error was the primary cause of the accident.  The barges, V882, V883, V884, and V885, were laden with a total of approximately 65,003 barrels of Montana Mix sour crude oil.  One of the barges exploded on impact and burst into flames.  As the fire continued to spread, the tow broke, setting three of the burning barges adrift down the river.  The tug and attached barge V885 were moved to the Peabody Coal facility at mile 179.2 for lightering and inspection.\u000bThe three drifting barges caused extensive damage to facilities and other barges along the left descending bank on the Illinois side of the river.  While traveling downriver, one of the barges struck the Pillsbury Grain dock facility.  The fire spread to the dock, the grain elevator, and trees and bushes on the shoreline.  Three grain barges nearby caught fire as well.  A coal barge on the Missouri side of the river ignited from contact with one of the barges.  The Monsanto dock caught fire after being struck by one of the barges, and the impact ruptured a pipeline on a walkway, releasing approximately 100 pounds of monochlorobenzene into the river.\u000bBarge V884 suffered the most damage, both the barge and its discharged cargo on the river's surface were in flames.  After drifting downstream, V884 sank at mile 178.2 Upper Mississippi River (UMR) near the Cahokia Power Plant.  The barge continued to release its total cargo of 10,882 barrels of crude oil.  While burning out of control, barge V883 lodged bow first into the bank above the Cahokia Power Plant.  The fire spread uncontrollably onto the shore.  An hour later, V883 broke loose and continued drifting down the river, still engulfed in flames.  The M/V Katie  eventually grounded V883 by pushing it into the bank at the Pillsbury Facility.  The leading barge, V882, was forced into the Arsenal Island barge fleet area after being controlled by the M/V Gary D. Partridge.  \u000bThe USCG Cutters Obion  and Cheyenne  fought the fire on V883 as well as the fire at the Phillips facility.  The cutters used all but two of their fire fighting foam cans.  To reduce the probability of reflash, the Cheyenne  applied a low-velocity water fog to V883.  The M/V Tom McConnel  used her propwash to keep burning oil on the water from reaching the Cheyenne  during firefighting operations.  By 1330 on April 3, the fires on the three escaped barges, the three grain barges, and the Pillsbury dock were out.  \u000bValley Towing Service, Inc., the owners of the tug and barges, assumed financial responsibility for the cleanup.  Three pollution cleanup sites were established at mile 177.6, 176.6, and 176.2 UMR.  A joint Regional Response Team (RRT) Region V and VII meeting was held in St. Louis on April 5, 1983.  USCG district 9.  Keyword: Adverse weather conditions, Gulf Strike Team (GST), deflection booms, vacuum truck, sorbents, airboats, manual removal, oil snares, fire, explosion, reoiling..","<b>T/V Eagle Otome-Barge Collision; Port Arthur, TX<\/b> 2010-01-23<br />\n<i>Crude Oil, H2S<\/i> - 2291 m³<br />\nAt 0915 on 23JAN2010, NOAA Emergency Response Division was notified by the NWS Weather Forecast Office (WFO)in Lake Charles, LA of a collision between a crude oil tanker (T/V Eagle Otome) and a barge in Port Arthur, TX.  The contents of the barge are not currently known.  USCG informed the NOAA SSC that they suspected H2S had been released.  The tanker was reported to contain crude oil with a capacity of several hundred thousand barrels.  According to local news reports, the collision occurred shortly before 10:00 AM local time.  Local law enforcement informed the WFO that noxious fumes were coming from both vessels and that they have initiated evacuations of residents and workers in and around the Port of Port Arthur. The WFO has produced a dilution contour plume footprint using HYSPLIT.  The Sabine-Neches Ship Channel and Intracoastal Waterway have been closed.  Local Emergency Management will be conducting a helicopter overflight to get photographs and video.  Two NOAA SSCâs are en route.","<b>Barge DM932; New Orleans, LA<\/b> 2008-07-23<br />\n<i>#6 fuel oil<\/i> - 1718 m³<br />\nOn July 23, 2008, the T/V Tintomara collided with the tug/barge (M/V Mel Oliver and DM932) near downtown New Orleans, LA, resulting in a spill of more than 9000 barrels (380,000) gallons of #6 fuel oil. The incident occurred at approximately 0130 local time.  The barge was reported \"ripped in half,\" discharging its entire contents. US Coast Guard, State of Louisiana and NOAA responders are on-scene.","<b>MV Westchester; Mississippi River, mile marker 38 Empire, LA<\/b> 2000-11-28<br />\n<i>light crude<\/i> - 2519 m³<br />\nAt 1840 CDT, 28 November 2000, MSO New Orleans was notified that while transiting the Mississippi River at Mile Marker 38, the M/V Westchester lost steerage and struck something (possibly her own anchor) and was leaking oil.   It is estimated that between 9000-10000 barrels of light crude may have been spilled.   Mile Marker 38 is south of New Orleans near Empire, Louisiana.  USCG district 8.","<b>Bayou Lafousche /Barge PC 2901; Upper Galveston Bay, Houston Ship Channel, Texas<\/b> 1973-03-09<br />\n<i>Louisiana crude, Bunker C<\/i> - 1909 m³<br />\nOn March 9, 1973 at approximately 1326, the tank vessel T/V Mayo Lykes collided with the Bayou Lafousche/Barge PC 2901.  The bow of the T/V Mayo Lykes, penetrated the port bow of the barge at a 45-60 degree angle, and almost cut the barge in two.  Only the starboard outer skin of the barge held the vessel together.\u000bA large quantity of the 23,000 barrels of Louisiana crude oil and Bunker C spilled into the water upon impact.  Later estimates reported 10,000 barrels of pollutant spilled into the water.  Part of the spilled amount was released in the collision while the remainder leaked from the damaged tanks over the next several days.  \u000bWeather conditions at the time of the accident were extremely adverse.  Extensive fog, winds of 30-35 knots with 40 knot gusts, and seas of 3-4 feet hampered early containment attempts.  Since the owner and operator of the damaged barge denied any responsibility in cleaning up the oil, U.S. Coast Guard (USCG) personnel began cleanup operations using the Oil Spill Contingency Fund.  Brine Service Company was the primary cleanup contractor from March 12 until March 18 when Clean Channel Industries became the principal contractor, focusing on beach cleanup.  After March 12, the USCG took on a strictly supervisory and monitoring role while contract personnel performed the actual cleanup.\u000bTwo days after the spill, the local Audubon Society, with USCG assistance, collected and cleaned approximately 400 oil soaked Eared Grebes.  The 320 surviving birds were released in an unpolluted area selected by the Texas Parks and Wildlife Department.  The Texas Department of Health, EPA Region 6, and Texas A&M University conducted ecological and pollutant studies in the affected area.  Preliminary results showed little long-term adverse effect to the environment.  Active cleanup continued until April 6 when the case officially closed, however cleaning on Atkinson and Bulkhead Reef Islands to the east of the Houston Ship Channel continued until the week of April 9.  USCG district 8.  Keyword: Collision, boom, vacuum truck, vacalls, oil mop machines, hand mops, sawdust, Sorbent C, sorbent pillows, skimmer, filter fence, adverse weather conditions, contingency plan..","<b>PetroEcuador pipeline release; Ecuador<\/b> 2020-04-29<br />\n<i>Unknown<\/i> - NA m³<br />\nIn response to an official request of the Government of Ecuador via the U.S. Department of State, the US National Response Team was activated to share their expertise for an April 7, 2020 pipeline spill into the Coca River on the border between the Napo and SucumbÃ­os Provinces.  A sinkhole undercut the right of way three pipelines resulting in a spill of approximately 10,000 barrels of crude oil and 1245 barrels of gasoline into the Coca River. PetroEcuador has requested technical assistance to strengthen the methodologies that are currently being applied and also to improve practices for future spill responses.","<b>T/V Western Lion; Galveston, Texas<\/b> 1997-10-08<br />\n<i>Nigerian crude oil<\/i> - NA m³<br />\nAt 2012, October 8, 1997, the T/V Western Lion reported a sheen in the water approximately 60 miles offshore Galveston Texas.  The Western Lion was carrying 1,700,000 barrels of Nigerian crude.  \u000b\u000bEvidently the vessel had suffered a stress crack in at least one tank and was leaking \"saucer-sized globs\" of oil as she moved with the swells.  USCG district 8.  Keyword: potential.","<b>Ohio River Barge Collision; Mount Vernon, Indiana<\/b> 1999-08-09<br />\n<i>gasoline<\/i> - 314 m³<br />\nThree barges were involved in a collision on the Ohio River at Mile 828 at 0845 Monday morning.  Two Barges carrying gasoline were transiting the river where the pushing tug lost steerage and rammed into a fleeted barge nested near the river bank on Kentucky State side. The resultant collision caused approximately 69,000 gallons of gasoline to spew into the river from the leading barge and an unknown amount from the second barge.  There was additional damage to the nested barge which carried cumene and is believed that some product is also leaking but is considered minimal.  A water intake was secured and a diversion boom deployed for the city of Mount Vernon, Indiana.  Monitoring and sampling of water quality is in progress to determine when it is safe to open up the intake to replenish the city's water supply.  USCG district 8.  Keyword: boom, evaporation.","<b>Amerada Hess Oil Co. storage tanks; Port Alucroix, Limetree Bay, St Croix, US Virgin Islands<\/b> 1989-09-20<br />\n<i>Heavy crude oil<\/i> - 1909 m³<br />\nOn September 18, 1989, Hurricane Hugo hit the island of St. Croix with winds in excess of 140 miles per hour.  Five large oil storage tanks were destroyed and several severely damaged at the Hess Oil Virgin Islands Corporation (HOVIC) power plant in Port Alucroix, St Croix.  Of the 10,000 barrels released, approximately 9,000 barrels were contained within earthen berms on the facility's grounds.\u000bCoast Guard personnel of the Marine Safety Office (MSO) San Juan participated in an overflight of the area on September 21.  The overflight was conducted to assess damages to two affected facilities.  Members of the USCG Atlantic Strike Team and the Federal On-Scene Coordinator arrived on-scene September 22 to inspect the damaged storage tanks.  Approximately 1,000 barrels of heavy crude oil were in HOVIC's main tanker harbor.  HOVIC employees had already begun countermeasures to contain the oil.  HOVIC personnel appeared to need little assistance from the Coast Guard.  Coast Guard personnel continued on to Virgin Islands Water Power Authority (VI WAPA) to assess the damages and needs at that facility.  USCG district 7.  Keyword: Atlantic Strike Team (AST), adverse weather conditions, boom, skimming pump, oil snares, clamshell bucket..","<b>Colonial Pipeline; Reston, VA<\/b> 1993-04-05<br />\n<i>#2 HEATING OIL<\/i> - 1527 m³<br />\nAT 0848 HOURS THIS DATE, A 36-INCH PIPELINE TRANSPORTING #2 HEATING OIL RUPTURED AND RELEASED APPROX. 8000 BARRELS OF PRODUCT TO THE ENVIRONMENT.  USCG district 5.","<b>T/V American Trader; Huntington Beach, California<\/b> 1990-02-07<br />\n<i>Alaskan North Slope Crude Oil<\/i> - 0 m³<br />\nOn February 7, 1990 at 1620, the single-hull tank vessel American Trader  grounded on one of its anchors while approaching the Golden West Refining Company's offshore mooring.  Two holes were punctured in one of the vessel's cargo tanks, releasing 9458 barrels of heavy crude oil into the water approximately 1.3 miles from Huntington Beach, California.\u000bThe master of the vessel immediately reported the incident to the USCG Marine Safety Office/Group Los Angeles-Long Beach (MSO/Group LA-LB).  The master moved the American Trader into deeper water one mile to the south.  The commanding officer of the MSO/Group assumed the role of the Federal On-Scene Coordinator (FOSC).  The responsible parties assumed full financial responsibility for the spill and sent representatives to the Long Beach area.\u000bOil began to come ashore on February 8 in light concentrations around Newport Pier.  By February 9, oil was ashore at Huntington Beach; in some instances, oil in the surf zone here appeared to be in heavier concentrations than observed earlier at Newport Beach. Calm seas and fair weather for most of the response period resulted in a rapid and successful cleanup.  All of the beaches were cleaned by March 2.  The FOSC concluded all cleanup operations by April 3.\u000bThe 22,000 barrels of crude remaining in the damaged cargo tank were lightered by personnel from the USCG Pacific Strike Team and the responsible party using the USCG Air-Deliverable Anti-Pollution Transfer System (ADAPTS).  By 1200 on February 9, the oil from the damaged tank plus 90,000 barrels from the mid-body tanks had been transferred into barges to decrease the draft of the vessel.  Temporary patches were applied to the holes in the hull and the American Trader was moved to an oil transfer facility in Long Beach Harbor to off-load the remaining 470,000 barrels of crude oil.  The vessel was moved to San Francisco on February 18 for drydocking and repair.  USCG district 11.  Keyword: Boom, Open Water Oil Containment and Recovery System (OWOCRS), U.S. Navy Superintendent of Salvage (NAVSUPSALV), sorbent pompoms, sorbent boom, sorbent pads, California Department of Fish and Game (CA DFG), International Bird Rescue and Research Center (IBRRC), Air-Deliverable Anti-Pollution Transfer System (ADAPTS), Expandiboom, vacuum truck, Marco skimmer, hot-water flushing, Clean Coastal Waters, Clean Seas, Pacific Strike Team (PST), National Wildlife Refuges, manual removal..","<b>Mississippi Canyon 209 Pipeline Discharge; Offshore Louisiana<\/b> 2017-10-13<br />\n<i>Crude oil<\/i> - 3055 m³<br />\nOn October 13, 2017, a discharge reported as 49.2 gallons of crude oil/saltwater mix occurred from a pipeline in Mississippi Canyon 209.  Pipeline has been shut in, and RP (LLOG Exploration) is deploying an ROV to evaluate repair needs.  MSU Morgan City requested an analysis of sheen fate and direction.  Phone support provided.  The spill volume was later updated to 7,950 to 9,350 barrels (or 333,900 and 392,700 gallons)","<b>Pac Baroness; 12 miles southwest of Point Conception, California<\/b> 1987-09-21<br />\n<i>Bunker Fuel (IFO 180 and diesel), lube oil, hydraulic oil<\/i> - NA m³<br />\nOn September 21, 1987 at 0600, the Liberian bulk carrier Pac Baroness and the Panamanian freighter Atlantic Wing collided in foggy, high sea conditions, twelve miles southwest of Point Conception, California.  The Pac Baroness was carrying 21,000 metric tons of dry bulk copper concentrate consisting of 30% copper, 30% iron, 30% other oxides and approximately 9,200 barrels of bunker fuel (IFO-180 and marine diesel fuel) as well as quantities of  lube oil and hydraulic oil. The Atlantic Wing was carrying automobiles and was bound for Long Beach.\u000bThe Pac Baroness sustained damage to the number 4 and 5 cargo holds and the Atlantic Wing suffered a 25 foot by 10 foot gash in her bow.  The Chief Engineer on board the Pac Baroness activated the vessel's bilge pumps and a tug attached a towline to the vessel to prevent the Pac Baroness from drifting toward the shoreline.  By 1607, the Pac Baroness was still  taking on water and was  close to sinking.  The Pac Baroness sank at 1618 on September 21, resulting in a release of approximately 9,200 barrels of oil and quantities of copper ore over the next 20 days.  The currents at the time of the incident were to the northwest at 3-4 knots; winds in the area were from the N-NW at 10 knots.  The seasonal Davidson Current flows north along isobaths at about 0.25 knots.\u000bThe Clean Seas Co-op was originally conducting cleanup on behalf of the owners of the Pac Baroness.  On September 24, Clean Seas notified the U.S. Coast Guard's (USCG) Federal On Scene Coordinator (FOSC) that they would no longer be continuing operations due to disagreements over their contract with the owners.  The FOSC declared the incident a Federal response and opened the 311 (k) fund.  The USCG began negotiations to contract Clean Seas as part of the Federal response.  By September 28, Clean Seas had resumed working for the owners of the Pac Baroness, with the agreement that the owners would finance the Clean Seas response inclusive of the period from September 24 to September 28.  USCG district 11.  Keyword: International Bird Rescue and Research Center (IBRRC), adverse weather conditions, Elastol, Davidson Current, side looking airborne radar (SLAR), skimmer..","<b>Bayport Channel Collision, Houston Ship Canal near Bayport, TX; Houston Ship Channel, TX, USA<\/b> 2019-05-10<br />\n<i>Reformate (gasoline blending stock)<\/i> - 4773 m³<br />\nOn May 10, 2019, the NOAA Emergency Response Division was notified by the USCG of a vessel collision at approximately 3:20pm near Houston, TX. Information is preliminary at this time, but the M/V Genesis River collided with two tank barges in the Houston Ship Channel near Bayport Texas. Each barge has a capacity of 25000 bbls (approx 1 million gallons) of a gasoline blending stock. Amount released is unknown at this time. The M/V Genesis River, loaded with butane and propane, is reportedly taking on water but not spilling any petroleum or cargo at this time. ERD is providing weather and trajectory products.","<b>Buckeye Pipeline 1; Lima, Ohio<\/b> 1986-02-19<br />\n<i>Diesel<\/i> - 1659 m³<br />\nAt 2230 on February 13, 1986, an underground pipeline running from Toledo, Ohio to Lima, Ohio, ruptured, releasing an estimated 8,700 barrels of diesel fuel into a corn field along the east branch of the Huron River, about ten miles upstream from Lake Erie and Huron, Ohio.  Although most of the spilled oil remained in the field, up to 900 barrels may have drained into the Huron River.\u000bThe U.S. Coast Guard Captain of the Port, Toledo, was requested by the U.S. Environmental Protection Agency (EPA) On-Scene Coordinator to deploy an icebreaker to open the Huron River, so that boom could be used to control the oil moving downstream.  USCG district 3.","<b>Well Blowout; Bayou Perot, LA<\/b> 2007-01-21<br />\n<i>Crude Condensate<\/i> - NA m³<br />\nOn January 21, 2007, the NOAA SSC was notified of a suspected well head or pipeline blowout in Lake Perot, LA.  The source is unconfirmed and may be an abandoned wellhead or pipeline.  There is a significant plume of oil condensate jetting into the air and a trailing plume of brown condensate on the water","<b>BP Pipeline Spill; Mississippi River Delta<\/b> 1998-10-01<br />\n<i>crude oil<\/i> - 1623 m³<br />\nAt 1200 CDT, 1 Oct. 1998, the NOAA D8 SSC (Henry) was notified of a pipeline spill which originated near the Mississippi River delta between lat. 28?-51.5'N, long. 88?-55.5'W and  lat. 28?-51.2'N, long. 89?-02.5'W during the night of 30 Sept.  The spilled oil was characterized as a light crude.  The initial volume spilled was estimated at 850 bbl.  Since the initial notification, the RP has increased this value by a factor of ten, 8500 bbl may have been lost.  Dispersants were applied to a 4 mile long slick in the preapproval zone.  Visual observations suggest the application was successful and dispersion was observed.  A total of 3000 gallons were applied.  A request to continue dispersant application, pending the results of the morning overflights, is expected.  Jerry Galt is scheduled to accompany the morning SLAR flight from Corpus Christi, TX and brief MSO Morgan City.  The SSC arrived on-scene for the evening tactical-operations meeting.  Additional information to follow.  USCG district 8.","<b>Hurricane Ike:  Response Information; Houston/Galveston, TX<\/b> 2008-09-07<br />\n<i>Oil and Hazardous Materials<\/i> - NA m³<br />\nHurricane Ike made landfall during the early morning hours of Sept. 13, 2008, in the Galveston/Houston area of Texas as a Category Two/Three Hurricane (~110mph winds).  Storm surge was 20-25ft in some areas.  There is severe wind, storm surge and flooding damage in large regions of Texas. USCG, FEMA, EPA, and National Guard personnel are responding.","<b>M/V Selendang Ayu; Unalaska-Aleutian Islands, AK<\/b> 2004-12-08<br />\n<i>IFO-380 Fuel oil, marine diesel and small amount of lube oil<\/i> - 2023 m³<br />\nDuring early December of 2004, a huge storm drove the floundering M/V Selendang Ayu onto the rockly shoals on the west side of Unalaska Island, where the vessel broke in two releasing over 75%  (337,000 gallons) of its total petroleum fuel products of IFO-380 and marine diesel.   Nearly all the oil was driven onto the mostly rocky shorelines of Makushin and Skan Bays.  Within two weeks the bow section had sunk; however, the stern section remained afloat with the balance of the fuel.    From early January, 2005, until mid-February, 2006, a heavy lift helicopter was used to lighter this fuel from the stern section with over 70 round trips to Dutch Harbor, 25 miles away, and using a 2000 gallon steel sling-loaded cube.   Due to the potential for an additional release during this period, skimmers and dispersants (Corexit 9500) were maintained as standby response measures.   Reasonable weather during these operations allowed for reconnaisance SCAT evaluation and some modest manual shoreline cleanup. 2005 winter operations were halted around mid February due to deteoriating weather conditions.    \u000b    In mid-April, 2005, SCAT and full shoreline cleanup teams returned to Unalaska Island and worked into October, 2005, until again winter weather shut down the operation with only a couple dozen of over one hundred shoreline segments needing further cleaning and/or inspection.   Modest SCAT personnel and shoreline cleanup folks returned in May, 2006, to complete the final shoreline cleanup and inspections.    Manual shoreline cleanup was the dominate technique utilized; however dry mechanical tilling and berm relocation were used quite successfully on the appropriate shorelines. \u000b     One of the key peripheral issues involved possible oiling of the commercial sea food harvest that is caught around and processed on Unalaska Island.  Heightened monitorning and inspections resulted in the finding of no oiled fish products.   Another issue was the oiling and tainting of traditional and subsistence food harvested by the Alaska natives who live on the island.   Task forces of federal, state,  local, and industry representatives were established to deal with these issues.     \u000b     \u000b","<b>Barge Bouchard 155; Tampa Bay, Florida<\/b> 1993-08-10<br />\n<i>#6 fuel oil<\/i> - 1527 m³<br />\nOn August 10, 1993, at approximately 0545, the freighter Balsa 37, the barge Ocean 255, and the barge Bouchard 155 collided in the shipping channel west of the Skyway Sunshine Bridge south of Mullet Key in Tampa Bay, FL.  MSO Tampa closed the port to vessel traffic.  This collision caused three separate emergencies:  1) the Balsa 37,  which was carrying a cargo of phosphate rock, was severely damaged on the starboard side, was listing at an increasing rate, and was in danger of capsizing in the channel; 2) the Ocean 255, which was loaded with jet fuel, gasoline, and a small amount of diesel fuel was burning out of control just south of Mullet Key; and 3) the Bouchard 155  was holed at the port bow spilling approximately 8,000 barrels of #6 fuel oil into Tampa Bay.\u000bStabilizing the vessels was the first priority of responders.  By 2200 the Ocean 255 barge fire was extinguished and the GST was conducting cooling procedures and maintaining a fire watch.  Lightering operations were well underway on the Bouchard 155 barge in preparation for moving it to dockage in the Port of Tampa where it would be cleaned before dry docking.  The Balsa 37 was intentionally grounded outside the shipping channel to prevent it from capsizing and to open the channel for traffic while repairs and stability evaluations were conducted.\u000bAugust 10 overflight observations showed a three- to six-meter wide band of oil along the beaches.  By the next day, this band appeared to be about half its original width.  Systematic shoreline surveys were conducted and oil was found buried by two to eight inches of clean sand deposited during high tide.  Cleanup crews focused on manually removing the band of surface oil high on the beach.  A plan was developed to remove the subsurface oil without generating large volumes of sediment for handling, disposal, and replacement.  The plan called for mechanical removal of the heavy buried layers, manual removal of moderately oiled sediments, and mechanically pushing stained sand onto the lower part of the beach for surf washing.  Pompoms were strung along the surf zone to collect any oil refloated during the surf washing.\u000bBy August 11 the status of the vessels had improved substantially.  The response focus began to change from  emergency issues to skimming operations, protection strategies, forecasts, and planning.\u000bMeanwhile, cleanup crews were contending with very thick oil that had been deposited around some mangrove islands.  Tarmats formed when sediment was mixed with oil along the shallow flats surrounding the islands.  Large thick mats coated mangrove roots, oyster and seagrass beds, and tidal mud flats.  Most of this oil was vacuumed out using vacuum transfer units on grounded barges staged around the islands and shallow areas.  Seawalls within the bay were being washed using high-pressure water heated to 110 degrees.\u000bThe GST was onscene throughout the spill response.  They provided support with the Vessel of Opportunity Skimming System as well as the fire fighting, monitoring, and lightering of the Ocean 255 barge.\u000bRoughly 14.5 miles of fine-grained sand beach from St. Petersburg Beach north to Redington Shores Beach were affected by this spill.  Sand beaches on Egmont Key at the entrance to Tampa Bay were also oiled.  Additionally, four mangrove islands inside the entrance to Boca Ciega Bay at Johns Pass and two small areas of Spartina marsh were oiled.  Jetties, seawalls, and riprap within the bay and at Johns Pass and Blind Pass were also oiled to varying degrees.  It is estimated that over 30 miles of residential seawalls were oiled within Boca Ciega Bay.  Some impact also occurred on the northern side of Mullet Key at Bonne Fortune Key in fringing mangroves.\u000bSeawalls, jetties, walkways, and riprap were cleaned by high-pressure hot-water washes.  PES-51 was considered for some of these cleaning needs, but after observing comparison tests performed by the manufacturer, the RP decided against its use.\u000bCleanup of submerged tarmats offshore is ongoing.  NOAA is working with the  RRT, the GST, the Army Corps of Engineers, the FOSC, State officials, and various scientists and engineers to develop a sound method for dealing with the tarmats.  Additional on-scene participation by NOAA is anticipated.  USCG district 7.  Keyword: sorbent pompoms, high-pressure warm-water washes, sorbent boom.","<b>Trinimar Marine Well 327; Gulf of Paria, Venezuela<\/b> 1973-08-08<br />\n<i>Venezuelan crude oil<\/i> - NA m³<br />\nOn the afternoon of August 8, 1973, the Trinimar Marine Well 327 blew out.  Oil spilled from the well at a rate of 2,000 barrels per day until August 12 when the well sanded up.  Keyword: Shell Dispersant L.T., International Tanker Owners Pollution Federation (ITOPF), blowout..","<b>Hurricane Sandy - Spills in the Arthur Kill; Arthur Kill, NJ<\/b> 2012-10-31<br />\n<i>Diesel, bio-diesel, slop oil<\/i> - 1585 m³<br />\nUSCG Sector New York requested scientific support from NOAA Emergency Response Division on 31Oct2012 for Hurricane Sandy related pollution incidents.  The USCG is currently responding to oil spills in Arthur Kill, NJ/NY. NOAA personnel are on-scene at the USCG command post.","<b>T/B OCEAN 255; Sarasota, Florida<\/b> 1991-02-15<br />\n<i>diesel, gasoline<\/i> - 48643 m³<br />\nAt approximately 0800 EST a barge carrying 255,000 barrels of diesel and gasoline broke free from its tow at location 27 17.7 N, 83 00.2 W.  That location is approx. 25 miles west of Sarasota, FL.  The barge number is 255 and is approx 500 feet in length. The barge appears to be undamaged but is riding low in the water with waves breaking onto the deck. On-scene weather is reported as winds from the WNW at 40 kts with seas of 10-12 feet.  Attempts to secure the vessel have been hampered by the prevailing weather conditions.  The Coast Guard Strike Team has been called in.  Predictions based on the observed drift indicate that the barge will enter 10 fathom water at approximately midnight EST 2/16. NOAA SSC, Gary Van Den Berg is enroute to Tampa to assist the Coast Guard. MASS has been notified and is providing trajectory support as required.  USCG district 7.","<b>Z-102; Ensenada de Boca Vieja, San Juan, Puerto Rico<\/b> 1975-12-09<br />\n<i>Bunker C, Diesel Fuel<\/i> - 1468 m³<br />\nOn December 9, 1975, the tank barge Z-102 grounded at the mouth of the Ensenada de Boca Vieja, northwest of the entrance to San Juan Harbor.  The unmanned barge was loaded with 10,476 barrels of Bunker C and 2,403 barrels of diesel fuel oil when its tow line broke.  Attempts to free the vessel from the surf line failed.  Heavy surf pounded the vessel for over a week, eventually damaging all ten of the cargo tanks.  An estimated 7,679 barrels of Bunker C and diesel fuel were released during the next 30 days.  The barge was eventually lightered and beached.\u000bOil released from the barge affected the beaches within the Ensenada de Boca Vieja.  Beaches at Punta Salinas and Levittown were the most heavily oiled.  The release of oil and subsequent cleanup operations occurred over a prolonged period, from December 9 to February 5, 1976.  Beach restoration in the form of sand replacement continued until April 2, 1976.\u000bAgencies involved in the response included the U.S. Coast Guard (USCG), Gulf Strike Team (GST), U.S. Navy Supervisor of Salvage (NAVSUPSALV), U.S. Army Corps of Engineers (COE), U.S. Environmental Protection Agency (EPA), Commonwealth Department of Natural Resources (CDNR), Puerto Rico Environmental Quality Board, and a host of commercial companies.\u000bResponsibility for the spill and cleanup was initially accepted by McAllister Towing.  On December 15, McAllister announced that it would no longer undertake or fund any further cleanup.  The Coast Guard then requested and received funding under the Federal Pollution Control Fund.  USCG district 7.  Keyword: Gulf Strike Team (GST), U.S. Navy Supervisor of Salvage (NAVSUPSALV), vacuum truck, manual removal, lightering, weir sump..","<b>Navy carrier Coral Sea and T/V; Cuba<\/b> 1985-04-18<br />\n<i>Unknown<\/i> - NA m³<br />\nThe Navy carrier Coral Sea and a tanker collided S. of Cuba @ 1900 on 4/11. An estimated 7600 bbls of #6 crude was lost. The tanker went into Guantanamo Bay the whereabouts of the carrier is unknown. CG had oil sightings on 4/17 and 4/18.","<b>Lake Barre, Pipeline Spill; Houma, Louisiana<\/b> 1997-05-16<br />\n<i>Eugene Island crude<\/i> - 1432 m³<br />\nAt 1542 on  May 16, 1997,  a 16-inch Texaco pipeline released crude oil into Lake Barre, Louisiana.  The pipeline was located approximately 6 miles from shore, 27 miles southeast of Houma, Louisiana.  At 1740 a slick was observed by a Texaco observer during an overflight.  The leak was secured at approximately 1800.  The slick was estimated to be \u000b1 mile long by 900 feet wide.  From the color of the oil, observers assumed a 0.1-millimeter (mm) thickness and estimated that 277 barrels had been released.  Later estimates of the spill volume were between 5,000 and 7,500 barrels.  USCG district 8.  Keyword: boom, saltwater marsh, skimmers, sorbent.","<b>Al Rawdatain; Genoa, Italy<\/b> 1977-10-29<br />\n<i>Kuwait crude oil<\/i> - 1405 m³<br />\nOn October 29, 1977, a valve was left open during the offloading of the Al Rawdatain at the Genoa-Multedo dock.  Seven thousand three hundred fifty barrels of Kuwait crude oil spilled from the vessel over a period of several hours.  The spill was mitigated with chemical dispersants.  No shoreline impacts occurred.  Keyword: Gamlen LT126, Finasol OSR2, Chimisol TC 66, Saros Meltout M, Urruty Dispersol, Rochem, skimmer..","<b>Commonwealth Oil Refining Company; Guayanilla Bay, PR<\/b> 2005-03-21<br />\n<i>#6 Fuel Oil<\/i> - 1337 m³<br />\nAt approximately 2330 March 20, 2005 a spill of 6000 to 7000 BBL (250,000-300,000 gallons) of #6 fuel oil was lost from a ruptured pipeline at the Commonwealth Oil Refining Company, Guayanilla Bay, PR. (NRC report 753234).  The oil spill occured during a transfer operation when the pipeline supplying fuel to a vessel apparently ruptured due to corrosion.  The rupture occured 5000 yards inland.  An estimated 50 gallons of oil entered the waterway.  The remainder of the release (7000 Bbls or 294,000 gallons) was mostly contained on land in a containment area of pipes and an adjacent ditch.  USCG D7 requested NOAA develop weather forecast, tide and current predictions, and resources at risk information in the event of a significant release into the waterway.  Recovery operations were effective, and little oil entered the waterway and the oil has remained effectively contained primarily in a land ditch. The only wildlife impacts reported were one egret oiled, but mangrove habitat along the ditch was oiled.\u000b\u000b","<b>Globtik Sun; Gulf of Mexico<\/b> 1975-08-15<br />\n<i>Arabian Crude oil<\/i> - 1337 m³<br />\nAt 0130 on August 15, 1975, the M/V Globtik Sun  struck an unmanned Chevron Oil Company oil production platform approximately 100 miles from Galveston while en route from Aruba to Baytown, Texas.  The platform, designed for 12 oil wells, was unmanned because it was not yet in operation.  Approximately 7,000 barrels of oil spilled into the Gulf of Mexico after the vessel's port bow tank ruptured.  As flames engulfed the vessel, the master gave the order to abandon ship.  Forty of forty-six crew members were rescued, three charred bodies were found on board the ship August 17, and three crew members were lost at sea.  Weather at the time was mild with clear skies, wind at 10 knots out of the SW, and seas 1-2 feet.  \u000bApparently, the ship was on autopilot with the radar turned off when the watch was relieved at midnight.  The charts that were in use were not up-to-date and showed no fixed structures on the ship's trackline.  When the radar was turned at 0030, nothing was visible.  At 0045, the radar revealed an object approximately 9 miles away on the starboard side of the vessel.  The Captain of the vessel claimed that he saw no navigational lights on the platform even though a Chevron spokesman said they were functioning properly.  The mate failed to plot the object.  At 0130, the port bow of the vessel struck the eastern side of the platform, opening up a gash 2 feet wide by the length of the bow tank.  The cargo ignited and the fire spread towards 15 drums of lube oil.  An emergency call was made and the ship was abandoned while fire and smoke engulfed the forward port section of the ship.\u000bPersonnel working on other platforms in the area immediately responded to the accident.  Six utility boats surrounded the Globtik Sun within 30 minutes.  Two Coast Guard cutters and four aircraft arrived on-scene on August 15.  The charred vessel was towed by McAllister Towing to Galveston on August 18.  The Globtik Sun was later sold for scrap.  USCG district 8.  Keyword: Fire, collision, salvage, lightering..","<b>Diesel Spill along Mississippi River Gulf Outlet, New Orleans, LA<\/b> 2022-01-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 27,  2021,  over 7,000bbl of diesel was discharged from a pipeline into impoundments along the  Mississippi River Gulf Outlet. USCG Sector New Orleans has determined that the diesel does not have nexus to a navigable waterway and the State is providing oversight of cleanup efforts.  On January 12, 2022, the NOAA SSC was notified and is supporting NRDA coordination.","<b>T/V World Prodigy; Newport, Rhode Island<\/b> 1989-06-23<br />\n<i>No. 2 heating oil<\/i> - 1318 m³<br />\nAt 1640 on June 23, 1989, the Greek Tank Ship World Prodigy ran hard aground on Brenton Reef near the entrance to Narragansett Bay, approximately four miles south of Newport, Rhode Island.  The vessel was loaded with 8.2 million gallons (over 195,000 barrels) of No. 2 home heating oil.  The grounding tore a 200-foot gash in the hull of the ship, ruptured 9 of the 23 cargo tanks and released approximately 6,900 barrels of oil into the waters of Rhode Island Sound.  Immediately before the accident, the vessel was observed operating out of the shipping channel, closer to the Brenton Reef than it should have been.  The accident occurred during daylight hours with partly cloudy skies, calm seas, winds NW at 5-10 knots, and visibility 6-8 miles.\u000bThe response began immediately.  Seven rescue ships and several USCG vessels with boom arrived at the scene of the grounding within eleven minutes.  The USCG Atlantic Strike Team (AST) was activated within thirty minutes.  The pre-designated Federal On-Scene Coordinator (OSC) was the Captain of the Port (COTP), Providence, Rhode Island.   The OSC assumed federal responsibility for the spill response within two hours, following the determination that the incident was beyond the control of the ship's captain and the owners, Ballard Shipping of Monrovia, Liberia.  A $50,000 ceiling on the pollution fund was established, which was later raised to $3.4 million.  The OSC immediately hired cleanup contractors and requested boom and other cleanup equipment.  The COTP Providence established a 500 yard safety zone around the grounded vessel.\u000bThe vessel was surrounded with three layers of containment boom.  The remaining cargo onboard was offloaded into barges beginning June 24.  The area within the boom was cleaned with skimmers beginning on June 26.  The booms remained in place until the vessel was cleared by the OSC to sail on July 2.  The T/S World Prodigy arrived at New York Harbor on July 3.  USCG district 1.  Keyword: Centers for Disease Control (CDC), Food and Drug Administration (FDA), skimmer, vacuum truck, boom, volunteers..","<b>Sunshine Bridge; New Orleans, LA<\/b> 1993-04-10<br />\n<i>#6 fuel oil, diesel<\/i> - 1050 m³<br />\nAt about 2315, April 9, 1993, a barge pushed by the tug Dave Brassel struck the Sunshine Bridge at mile marker 167 on the Mississippi River, north of New Orleans, LA.  Approximately 5,500 barrels of #6 fuel oil from the Texaco Convent Refinery, reportedly cut with diesel oil, was released from a forward tank of the barge.  The damaged barge was placed on the west bank of the Mississippi and boomed quickly.  The oil remaining onboard was transferred to a second barge.\u000bAt about 1500, April, 10 1993, the leading edge of the oil passed through downtown New Orleans and was expected to continue south to the mouth of the Mississippi River.  The oil continued down the river through April 13.  Deflection boom was used in an attempt to collect some of the oil as it moved downriver, but response tools were ineffective.  USCG district 8.  Keyword: none.","<b>MV Savage Voyager; 99 Lock and Dam Rd, Dennis, MS 38838, USA<\/b> 2019-09-08<br />\n<i>diluted bitumen (Cold Lake Blend)<\/i> - 1279 m³<br />\nOn September 8, 2019, the USCG Nashville MSD contacted the NOAA SSC regarding a release of crude oil blend from a barge at mile marker 411 within the Bay Springs Lock and Dam on the Tombigbee River near New Site, MS.   All oil is believed to be contained within the lock. Barge sustained damage to the #1 cargo tank and is estimated to have released all 6,700 bbls (281,484 gallons).","<b>T/V Viking Osprey; Delaware River, Pennsylvania<\/b> 1986-09-08<br />\n<i>Isthmus crude oil<\/i> - 1227 m³<br />\nAt 1500 on September 8, 1986, the 749 foot tanker, Viking Osprey, carrying approximately 550,000 barrels of Isthmus crude oil, touched bottom just below Marcus Hook, Pennsylvania while en route to the Mobile Oil Refinery at Psulsboro, New Jersey.  Approximately 270,000 gallons were released from a breach in the hull of the No. l center tank until midnight, when the tank was emptied at the refinery.  The ship was boomed by Mobil personnel as soon as it docked.  USCG district 3.","<b>MV New Carissa; 2.7 miles off Coos Bay, Oregon<\/b> 1999-02-04<br />\n<i>number 2 fuel oil<\/i> - NA m³<br />\nAt 0900 PST on February 4, 1999, the M/V New Carissa, a 639-foot bulk freight ship of Panamanian registry, went hard aground in heavy seas about 150 yards off a stretch of remote, undeveloped sandy beach three miles north of Coos Bay, Oregon. Heavy surf and high winds throughout the next several days made boarding the vessel difficult and dangerous. While the preferred option was to salvage the vessel with the oil on board, the Unified Command requested that contingency plans for vessel lightering, cleanup and pollution response be developed. The longer the ship remained grounded, the greater the risk of it leaking its load of nearly 400,000 gallons of fuel oil. Moreover, a small group of endangered snowy plover was located approximately 800 yards south of the vessel.  In fact, on February 8, shipboard personnel observed oil burping out alongside the ship from a small crack in the hull and on the beach near the ship.  On February 9, a tug tried to pull the ship off the beach. But by then winds and waves had driven the New Carissa approximately 600 feet further shoreward, beyond the operational reach of the salvage vessel and its ability to safely anchor near the surf zone. The bow section was towed and sunk on March 11, 1999 in 1,811 fathoms of water 282 nautical miles off the Oregon coast.  58 Federal, state, county, and local agencies took part in the month-long response. NOAA, Oregon Fish and Wildlife, Oregon Parks and Recreation, DOI Bureau of Land Management, U. S. Fish and Wildlife, U. S. Forest Service, Oregon Dunes National Recreation Area and South Slough National Estuarine Research Reserve identified and prioritized sensitive environments potentially at risk.  A total of 537 birds died (239 oiled; no endangered snowy plovers), with 201 birds at the rehabilitation center (172 oiled; no snowy plovers) as of March 1999.  Media interest remains high.\u000b\u000bThirteen months after the spill, NOAA and the Coast Guard continue to maintain the following incident web sites, which contain public press release information, Coast Guard pollution reports, and digital photographs:  http://www.uscg.mil/d13/units/grunbend/airstation/grounding  http://www.uscg.mil/d13/dpa/news  As of March 8, 2000, these web sites had totalled over 45,800 hits.  USCG district 13.  Keyword: In-situ burning, salvage, endangered species.","<b>M/V NAUTILUS; KILL VAN KULL, NJ<\/b> 1990-06-07<br />\n<i>#6 fuel oil<\/i> - 1182 m³<br />\nAt 0520 EDT this morning the M/V Nautilus ran aground in the middle of the Kill Van Kull.  At that time, or shortly after, approximately 260,000 gallons of #6 were lost into the water.  It is unknown at this time what the total cargo is.  USCG district 1.","<b>Pipeline Gasoline Spill; Galveston Bay<\/b> 2011-02-24<br />\n<i>gasoline<\/i> - 1146 m³<br />\nA gasoline release of estimated 6000 Bbls was released from a ruptured pipeline in Texas City, TX. Reports are the gasoline is entering a creek that feeds to Galveston Bay. Responders are on scene. NOAA SSC is standing by to assist if requested.","<b>STC-101; Chesapeake Bay, Northampton County, Virginia<\/b> 1976-02-02<br />\n<i>No. 6 Fuel Oil<\/i> - 1137 m³<br />\nOn February 2, 1976, the petroleum transport barge STC-101, under tow by the Allied Towing Company Tug Falcon, partially sank during stormy weather in Chesapeake Bay approximately 3.5 miles off Smith Point Light.  The bow, protruding at a 30? angle, was approximately 30 to 40 feet out of the water while the stern rested on the bottom in approximately 105 feet of water.  The STC-101, loaded with 19,531 barrels of No. 6 Fuel Oil, was en-route from the AMOCO Refinery in Yorktown, Virginia, to the AMOCO Terminal in Baltimore at the time of the incident.\u000bInitially, only a small rainbow sheen, believed to be from deck machinery diesel and lube oil, was observed around the barge.  Clean Water Inc. was contracted by  Steuart Transportation, the barge owner, to stage pollution abatement equipment near the scene in the event of a spill during salvage operations.  An underwater survey of the barge on February 4 reported no oil leaking from the barge, however, oil patches and light sheen were reported in the surrounding area on February 5.  After the STC-101  was refloated on February 6 by the McLean Construction Company, the barge was intentionally grounded in Ingram Bay for dewatering operations.  Extensive damage to the port side was discovered.  Severe wind and weather conditions as well as poorly maintained and improperly secured cargo hatches may have contributed to the oil spillage.\u000bAfter the U.S. Coast Guard Marine Safety Office Hampton Roads received several reports of oil and birds washing up on surrounding shorelines, a Federal spill was declared on February 8.  On February 19, the AMOCO Terminal in Baltimore, Maryland, concluded that 5,959 barrels of oil were missing from the STC-101  barge.\u000bBeach and marsh areas of both the eastern and western shores of Chesapeake Bay were contaminated.  Large areas of dormant oiled marsh grasses were cut, leaving the root systems intact.  Virginia authorities estimated that between 20,000 and 50,000 waterfowl were killed as a result of the spill.\u000bThe bulk of the cleanup was completed by mid-March.  A final inspection on November 5 revealed little evidence of oil remaining in the affected areas.  USCG district 5.  Keyword: Vacuum truck, manual removal, high pressure washing, vegetation cutting, sub-surface oil, salvage, boom, disposal..","<b>M/V Bahia Paraiso; Palmer Station, Antarctica<\/b> 1989-01-28<br />\n<i>Diesel fuel arctic (DFA)<\/i> - 17 m³<br />\nOn January 28, 1989, the 4,325-foot Argentine Navy transport BAHIA PARAISO, ran aground on rocks two miles from the U.S. scientific base at Palmer Station, Antarctica, and immediately began leaking oil into this pristine ecological environment.  The transport was carrying fuel to resupply an Argentine station in Antarctica when it grounded and gashed a 30-foot hole in its double hull.  National Science Foundation scientists reported that the oil floating ashore had already begun to kill krill, small, shrimplike crustaceans which are a major part of the diet of the whales that visit Antarctica in the winter.  The oil also affected gulls, giant petrels, penguins, and possibly other wildlife near the station.  The 234 crew members and 81 tourists were removed from the grounded vessel and taken to Palmer Station.","<b>T/B 2514; Houston Ship Channel, Bay Port, Texas<\/b> 1989-06-24<br />\n<i>Slurry Oil<\/i> - 1087 m³<br />\nAt 1820 on June 23, 1989, the empty tanker RACHEL B collided with Coastal Towing tank barge 2514 in Galveston Bay.  Both vessels were damaged, with about 5,700 barrels of heavy \"slurry\" oil spilling from the barge.  The collision occurred at the junction of the Houston and Bay Port Ship channels.\u000bThe oil moved rapidly westward and diversionary booming operations funnelled an estimated 5,600 barrels of the oil into the west end of the Bay Port Ship Basin by mid-day on June 24.  Vacuum equipment was staged at the southwest margin of the basin; recovery operations and containment of the damaged barge 2514 were begun in the Basin.  The RACHEL B was reported not to be leaking and was allowed to proceed into Houston Harbor for inspection and repairs to her damaged bow and hull.  USCG district 8.","<b>T/B NESTUCCA; Grays Harbor, Washington<\/b> 1988-12-23<br />\n<i>Bunker C<\/i> - 1050 m³<br />\nIn the early morning of December 23, 1988, the tug Ocean Service collided with its tow, the barge Nestucca, while trying to replace a broken tow line.  Both the barge and tug were owned by Sause Brothers Ocean Towing Co. of Coos Bay, Oregon and were en route from Ferndale, Washington to Portland, Oregon when the collision occurred approximately 3 kilometers off the coast of Washington, near Grays Harbor.  The barge was carrying over 69,000 barrels of Number 6 fuel oil.  The tug punctured a cargo tank, releasing an estimated 5500 barrels of the heavy marine fuel into the ocean.  It was an overcast, moonlit night and the vessels were reportedly rolling in 6 to 10 foot swells.  USCG district 13.  Keyword: International Bird Rescue and Research Center (IBRRC), volunteers, oil snares, pompoms, sub-surface oil, manual removal, vegetation cutting, collision, disposal..","<b>Barge Nestucca; 8 miles off Columbia River Bar<\/b> 2010-05-20<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 2145 on May 19, 2010, NOAA ERD in Seattle was notified of a lost tow from the Tug Mikihana off Ledbetter Point, WA, near the mouth of the Columbia River.  The barge Nestucca was carrying 400 gal #2 diesel and 7000 tons construction material.  USCG requested ADIOS and trajectory.  Shortly before midnight the tug managed to recover the barge and regain the tow.  No spill reported.  Note that the barge Nestucca was involved in a large oil spill in December 1988 when the tow cable parted between the tug Ocean Service and barge Nestucca, spilling 231,000 gallons of heavy fuel oil off the Washington coast.","<b>BARGE 2514; HOUSTON, TX<\/b> 1989-06-25<br />\n<i>slurry oil<\/i> - 57 m³<br />\nAt approximately 1820 CDST the US Coast Guard received a report of a collision between the T/S Rachel B and Coastal Towing T/B 2514 at or near the junction of the Houston Ship Channel and the BayPort Ship Channel in the North West part of Galveston Bay.  Both vessels were reported to have been damaged.  T/B 2514 was also reported to be leaking oil.  T/B 2514 was reported to be carrying approximately 6,000 BBLS of \"slurry oil\" in 3 tanks (tank no. 4p,5p and 6p). All three tanks were reported damaged and all but an estimated 2-300 BBLS remaining in tank no. 4p was spilled.  The T/S Rachel B was reported as having sustained damage to her forepeak but was able to move to Barbours Cut.  T/S Rachel B was reported as empty at the time of the collision and appeared not to be leaking any oil. T/B Coastal 2514 in tow of Towboat Gayolyn Ann Griffin pushed aground east of the Houston Ship Channel on a spoil area south of Atkinson Island.  Coastal Towing has contracted Garner Environ- mental for cleanup operations. Weather for the approximate time of the incident was overcast with rain, temp. 80 deg.F winds SE at 10-15 kts, waves 2-4 ft. and widely scattered thunder showers.  USCG district 8.","<b>St. Simons Sound Incident; Brunswick, GA 31323, USA<\/b> 2019-09-08<br />\n<i>Fuel oi, diesel, gasoline, lube oils<\/i> - NA m³<br />\nOn September 8, 2019, the USCG contacted the NOAA SSC to report a RORO vessel, the Golden Ray had capsized off Brunswick, Georgia. The vessel was on fire. USCG was conducting rescue operations. NOAA will provide an initial trajectory analysis and Resources at Risk report. The NWS is providing spot forecasts for the incident.","<b>Patmos; Straits of Messina, Sicily, Italy<\/b> 1985-03-21<br />\n<i>Kirkuk Crude Oil<\/i> - 1014 m³<br />\nOn March 21, 1985, the Patmos and the Castillo de Montearagon collided in the Straits of Messina.  The Patmos was carrying 828,300 barrels of Kirkuk crude oil while the Castillo de Montearagon was in ballast.  The Patmos caught fire and was grounded on the beach of Villagio Torre Faro, Sicily.  Firefighters subsequently towed the vessel off the beach to maneuver it for firefighting efforts.  The fire was extinguished on March 23, and the Patmos was brought to dock at Messina, Sicily. Approximately 5,300 barrels of Kirkuk crude oil spilled from the Patmos.  The majority of the spilled oil moved south through the Straits of Messina.  Most of the oil broke up in the variable currents of the strait, forming separate slicks that moved south at different rates.  Some of the oil initially released moved to the north due to tidal currents.  By March 23, most of the oil to the north had dissipated, but there was some sheen and mousse in the area.  As the oil moved south it incorporated garbage,  amounts of which typically exist in the waters east of Sicily.  A slick of about 750 barrels remained off the coast near Taormina in spite of onshore winds, for two days.  Small amounts of oil impacted the shore near Agnone Bagni, Capo Campolato, and Pozzillo.  The rest of the oil moved to the southeast away from Sicily and dissipated in the sea.  Keyword: Containment boom, skimmer, manual removal, collision, fire, International Tanker Owners Pollution Federation (ITOPF)..","<b>Barge 565; Chesapeake Bay, Virginia and Maryland<\/b> 1988-08-24<br />\n<i>Used fuel oil<\/i> - 764 m³<br />\nOn August 24, 1988, the Barge 565 suffered a tank fracture while en route to Richmond, Virginia with its cargo of used fuel oil.  A passing ship radioed the tow tug that the barge appeared to be sagging in the middle.  Personnel on the tug reportedly smelled oil and believed that the barge was leaking.  The barge was still underway at two knots when the U.S. Coast Guard Marine Safety Office (MSO), Hampton Roads, was notified around 0800.  USCG district 5.","<b>F/V Adriatic Sea; American Samoa<\/b> 1998-01-25<br />\n<i>diesel<\/i> - 1000 m³<br />\nOn January 23, 1998, the port propeller shaft assembly popped out of the F/V ADRIATIC SEA.  The vessel began taking on water and eventually sank 90 nm north of American Samoa.  The crew abandoned ship and were observed safe in life boats by a C130 aircraft sent to assess the situation.   A total of 200 metric tons or approximately 118,000 gallons of diesel was on board the vessel carried in 4 cargo holds, as well as an unknown quantity in the vessels fuel tanks.  When the vessel sank, the entire 200 metric tons from the cargo holds was released.  On scene weather was reported to be calm seas and wind, with a 4 foot sea swell.  A weather front was expected to move through the area within the next 24 hours.  The NOAA SSC was contacted at 1830 on January 23 and provided spill trajectory and expected fate/behavior of the oil.\u000bThe following assumptions were made:  On January 23, the 200 ft fishing vessel ADRIATIC SEA sank approximately 90 nm north of American Samoa (12-46.9 S and 170-34.9 W).  After interviewing the crew, the fuel on board was reported to be approximately 220,000 gallons (vice 118,000) of diesel in four fishing holds and an unknown quantity in vessel fuel tanks.  Catastrophic release of the diesel from the four fishing holds occurred when the vessel sank.  On scene weather reported by C130 pilot overhead after the sinking was calm winds and seas with a 4 ft swell.  This weather has continued throughout January 24.  The equatorial current moves westerly at approximately 1 knot.  Trade winds are normally out of the SE 10-20 knots.  USCG district 1.","<b>Buffalo 292; Galveston, Texas<\/b> 1996-03-18<br />\n<i>IFO 380<\/i> - 955 m³<br />\nThe barge Buffalo 292 suffered a major structural failure in the early afternoon of March 18, 1996, and discharged approximately 5,000 barrels of IFO 380 approximately one mile north of Pelican Island.  Weather on-scene was windy with gusts to 60 knots.  Evening northwest winds blew a majority of the product into the Gulf of Mexico.  USCG district 8.  Keyword: containment boom, Corexit 9500, Corexit 9527, skimmers, IR, sorbent boom, sorbent pompoms, vacuum trucks.","<b>Tug Southern Cross; Mamaroneck, NY<\/b> 2005-01-18<br />\n<i>marine diese<\/i> - 23 m³<br />\nAt 1352 EST January 18th Tug Southern Cross was reported grounded in Mamaroneck Harbor, NY.  The vessel was reported to be carrying 5,000 gallons of marine diesel.  Some fuel was in the water contained within surrounding boom.  The vessel was expected to swamp on the incoming tide.","<b>Texaco Puget Sound Refinery; Anacortes, Washington<\/b> 1991-02-23<br />\n<i>North Slope Crude Oil<\/i> - 38 m³<br />\nNOAA SSC notified at 0135, February 23, by LCDR Mike Smith, MSO Puget Sound of a spill at the Texaco refinery at March Point near Anacortes, Washington.  Tom Sheehan, Skagit DEM reported that 200 bbl North Slope Crude lost, of which an estimated 50-75 bbl are in the water on the Fidalgo Bay side of March Point, approximatley halfway between the RR trestle and the Texaco dock.  The incident occurred at approximately 2330, February 22.  A Coast Guard team is enroute to the site (CDR Beech, PO Whipple, PO Reese).  The NOAA SSC was requested to be on scene for a 7 am overflight. SSC notified Debbie Payton (SSC on call), Genwest, and RPI to be available if overflight showed significant oil in the water.  RPI to provide initial resources at risk at 0800  USCG district 13.","<b>Barge Apex 3512; Norco, Louisiana<\/b> 1995-10-11<br />\n<i>heavy fuel oil<\/i> - 877 m³<br />\nOn October 11, 1995, the tow of the M/V Sondra B collided with the tow of the M/V Theresa F near Mississippi River Mile Marker (MM) 126.  Sondra B was pushing five tank barges containing .5 API oil; Theresa F was pushing one empty ocean-going, bulk-solid barge.  After the collision, the Theresa F pushed up on the right descending bank and the Sondra B pushed up on the left descending bank at MM 125  to evaluate damage.  Extensive damage was sustained by the empty bulk-solid barge and one of the tank barges, Apex 3512.  Apex 3512 discharged approximately 4,600 barrels of slurry oil from the forward tank.  At the time of the collision the weather was clear and the current in the channel was approximately two knots.\u000b\u000bDuring preliminary surveys on October 11 and 12, large pockets of oil were found where the barge was pushed against the bank.  The currents in this area are slight and the bottom topography levels out after a 45-degree, 35-foot slope from the bank.  Sheening was seen over the area.  The area was marked with buoys by representatives of the RP and the State of Louisiana.  USCG district 8.  Keyword: sorbents.","<b>T/V Arco Anchorage; Port Angeles Harbor, Port Angeles, Washington<\/b> 1985-12-21<br />\n<i>Alaska North Slope Crude Oil<\/i> - 1087 m³<br />\nAt 1626 on December 21, 1985 the Tank Vessel ARCO Anchorage ran aground while anchoring in Port Angeles Harbor, Washington.  The vessel was carrying 814,000 barrels of Alaska North Slope Crude Oil en route from Valdez, Alaska to the Cherry Point Refinery in Bellingham, Washington.  Weather conditions at the time of the incident were calm with a visibility of 3 miles.  The vessel was holed in two cargo tanks resulting in the loss of 5690 barrels of oil into Port Angeles Harbor.  Internal transfer of cargo from the holed tanks stopped the discharge of oil into the water by 2052, December 21.  The ARCO Anchorage remained aground until 0244, December 22 when it was refloated and moved to deeper anchorage within Port Angeles Harbor.\u000bThrough discussions with the Canadian Coast Guard it was decided that invocation of the joint U.S.  Canadian response plan (CANUSPAC) was not necessary, but that close contact would be maintained.  An ARCO spill response team was activated from Long Beach, California.  Under the influence of wind and tides, the oil was carried to the west almost to Neah Bay and to the east to Dungeness Spit.  No impacts were observed in Canada from this incident.  Cleanup activities were suspended on April 7, 1986.  USCG district 13.  Keyword: National Wildlife Refuges, adverse weather conditions, International Bird Rescue and Research Center (IBRRC), volunteers, skimmer, vacuum truck, reoiling, sub-surface oil, Open Water Oil Containment and Recovery System (OWOCRS), Air-Deliverable Anti Pollution Transfer Systems (ADAPTS), boom, sorbents, manual removal.","<b>UNKNOWN BARGE; BUZZARDS BAY, MA<\/b> 1990-06-18<br />\n<i>#2 fuel oil<\/i> - NA m³<br />\nLate on the evening of 17 June or early on the morning of the 18th, a barge was reported aground in Buzzards Bay, Mass at 41 degrees, 38 minutes, 8 seconds north latitude: 070 degrees, 41 minutes, 57 seconds west longitude.  Cargo is number two fuel oil.  Total on board is five million gallons (5,000,000 gallons).  One tank containing 1.8 million gallons (1,800,000 gallons) has been holed. A small amount of oil has been observed in the water.  An attempt will be made to refloat the barge at high tide (about 1700 local). NOAA SSC Steve Lehmann is on-scene.  Cellular phone (617)974-7880.  USCG district 1.","<b>Chevron - Point Wells Tank Farm; Edmonds, WA<\/b> 1990-08-30<br />\n<i>Asphalt charge stock<\/i> - 18 m³<br />\nAugust 30, 1990, at 2332 the U.S. Coast Guard Marine Safety Office (MSO) Puget Sound was notified by the Chevron Point Wells Tank Farm that one of their shore side storage tanks had ruptured during a cargo transfer from the tank vessel CHEVRON WASHINGTON. Tank farm personnel had improperly aligned the valves on the shoreside piping, allowing cargo to enter a full tank and rupture it. Approximately 4,200 barrels of asphalt charge stock were estimated to have been lost, with most of the product believed to have been contained by the dike around the tank. An unknown quantity of product was known to have sprayed out of the rupture at the top of the tank, over the containment dike, and into the riprap and intertidal zone adjacent to the facility. \u000b\u000bThe asphalt charge stock was characterized by Chevron as a very heavy, thick petroleum material used in asphalt production that had been cut with 20 percent diesel to allow it to be handled without having to be heated.","<b>Shell Oil Complex; Carquinez Straits, Martinez, California<\/b> 1988-04-23<br />\n<i>San Joaquin Valley heavy crude oil<\/i> - 1659 m³<br />\nOn April 23, 1988, the Shell Oil Complex at Martinez, California released approximately 8,700 barrels of San Joaquin Valley crude oil into Peyton Slough and Shell Marsh.  Some oil travelled through Peyton Slough into Suisun Bay and Carquinez Strait.  Oil was first sighted in the water near the Shell dock in Carquinez Strait.  The United States Coast Guard (USCG) was notified and the source of the leakage was secured.  Shell Oil Company  accepted responsibility for the spill and contracted Clean Bay, Inc. to initiate cleanup operations.\u000bCleanup operations began on April 23 on the marshes, shorelines, and waters of the Martinez area, including Peyton Slough, Pancheco Creek, Shell Marsh, Suisun Bay, and Carquinez Strait.  The cleanup involved personnel from the USCG, National Oceanic and Atmospheric Administration (NOAA), Environmental Protection Agency (EPA), U.S.  Navy (USN), and the California Department of Fish and Game (CA DFG).  Members of various city, county, and state governments were also involved.  Cleanup was completed on August 8.  USCG district 11.  Keyword: Clean Bay Inc., vacuum truck, weir/pump skimmer, sorbent pompoms, vegetation cutting, high-pressure warm-water washing, sorbent boom, filter fences, siphon dams, U.S. Navy Superintendent of Salvage (NAVSUPSALV), International Bird Rescue Research Center (IBRRC), California Department of Fish and Game (CA DFG), Marco skimmer..","<b>M/T  Julie N; Portland, Maine<\/b> 1996-09-27<br />\n<i>#2 fuel/home heating fuel\tintermediate fuel oil 380<\/i> - 818 m³<br />\nOn the afternoon of September 27, 1996, the motor tanker, Julie N, owned and operated by Maritime Overseas Corporation,  entered Portland Harbor under pilotage carrying a cargo of #2 home heating fuel (HHF).  The pilot prepared for passage through the \"Million Dollar Bridge,\" an extremely narrow draw bridge, affording less than five feet of clearance on either side of the vessel's mid-section.  Accounting for a rising tide and southwesterly winds, the pilot approached the opening from the northern portion of the Fore River and misspoke the helm command.  By the time the order could be corrected, less than a minute later, the vessel was committed and allision (a moving object hitting a stationary one) imminent.\u000b\u000bThe Julie N struck the southern side of the bridge,  a sharp buttress damaged her just below the waterline  The exposed part of the bridge opened a 15-foot hole into the forward port bunker tank, the forward void space, and the number one port cargo tank.  The gash in the cargo tank was small by comparison to that of the bunker tank,  less than a foot wide and approximately three feet  high.  The bunker tanks were carrying intermediate fuel oil (IFO) 380.\u000b\u000bThe vessel reported the allision immediately to the U.S. Coast Guard (USCG) and asked permission to proceed to the Sprague Terminal, some 1,000 yards downriver.  Permission was granted.  The Julie N headed for the terminal, leaking oil as she went.  The local oil spill cooperative, Clean Casco Bay, Inc., was notified as were state and federal authorities.  As the ship was tying up to the Sprague pier, state and spill cooperative personnel were deploying a variety of booms around the injured vessel.  During that time, USCG personnel on-scene, estimated that the vessel was leaking at a rate of 500 to 700 gallons per minute.  Over the course of the next 12 hours, the Julie N would lose a total of 180,000 gallons of oil, 88,200 gallons of HHF and 93,450 gallons of IFO 380.   At times during the night, oil was estimated to be seven inches deep inside the boom.  USCG district 1.  Keyword: Clean Casco Bay, Inc., Corexit 9580, high pressure/hot water wash, State fishery closure, vacuum trucks.","<b>BARGE 865; Chesapeake Bay<\/b> 1988-08-24<br />\n<i>Gasoline/Diesel No. 2 mixture<\/i> - 764 m³<br />\nAt 0900 EST the people on Barge 865 called the Coast Guard with a report that they smelled Diesel and the middle of the barge was sagging. The SSC was notified and called Seattle requesting Trajectories, Information Management and Resources at Risk support.  At noon the barge was sinking and requested permission to beach it, the barge was heading for Indian Creek on the Western Shore of Chesapeake Bay when it ran aground in 16 feet of water at 37'40\"5 N, 70'18\"7 W.  The barge is carrying 18919 bbls of a Gasoline/Diesel No. 2 mixture, approx. 4,000 bbls have spilled.  A number of oil sightings were reported throughout the day.  USCG district 5.","<b>Hamilton Trader; Liverpool Bay, England<\/b> 1969-04-30<br />\n<i>No. 6 Fuel Oil<\/i> - 764 m³<br />\nEarly on the morning of April 30, 1969, the Hannes Knuppel collided with the tanker Hamilton Trader in Liverpool Bay in the Irish Sea.  The Hamilton Trader was anchored near the Bar Light Vessel at the time of the collision.  A starboard tank on the Hamilton Trader was holed and approximately 4,000 barrels of No. 6 Fuel Oil was spilled.  The spilled oil impacted approximately 50 miles of shoreline.  Cleanup was accomplished primarily with chemical dispersants on the oil slicks at sea.","<b>Gasoline Pipeline- Helena, AL; Helena, AL, USA<\/b> 2016-11-01<br />\n<i>gasoline<\/i> - 1364 m³<br />\nOn October 31, 2016 at 4:56 p.m. EDT the National Response Center received a report of a 168,000 gallon (4,000 barrel) discharge of gasoline from a 36â steel transmission pipeline. The incident was discovered in Helena, Alabama at 2:55 p.m. CDT. The pipeline was reportedly struck by a third party contractor resulting in the discharge.","<b>Texas City \"Y\" Incident, (ICW); Port Bolivar, TX<\/b> 2014-03-22<br />\n<i>IFO 380 or RGM 380<\/i> - 764 m³<br />\nOn March 22, 2014, the USCG Sector Houston-Galveston (MSU Texas City) notified the NOAA SSC that the 585 foot bulk carrier 'M/V Summer Wind' collided with an oil tank-barge, containing 924,000 gallons of fuel oil. The tank barge was towed by the 'M/V Miss Susan' and owned by Kirby Inland Marine. The collision occurred  in Galveston Bay near the Texas City dike on Saturday March 22 at approximately 12:30 p.m. The cargo of the barge, an intermediate fuel oil (RMG-380), has been spilled.  The USCG has requested on-scene support from NOAA to provide trajectories, shoreline assessment, common operational picture, overflight, weather, and natural resource information services. The Texas General Land Office and other agencies are responding.","<b>Jet fuel ruptured at Chevron Facility; Point Wells, Seattle, WA<\/b> 1985-12-20<br />\n<i>Unknown<\/i> - NA m³<br />\nPipeline rupture at Point Wells Chevron Oil facility; 168,000 gallons Jet A spilled. SPill at 1215, At 1400 ut had just reached Puget Sound. Early estimates were that 10% would reach the sound. 1500: gase from John Robinson: only 100-150 gallons reached the Sound","<b>Intermar Alliance; Marcus Hook, Pennsylvania<\/b> 1986-03-21<br />\n<i>Ninian crude oil<\/i> - 191 m³<br />\nAt approx 1000 hrs 21 Mar 86, the T/V INTERMAR ALLIANCE struck a pier at Sun Oil Facility at Marcus Hook, PA. . Initial report is a 12 foot gash, 3 feet above the water line was made in the #1 port tank. . Inital report is that 1,000 bbls of Ninian Crude was spilled into the Delaware River. . At approx 1100 hours the leak was reported to have been stopped.  Total time of the leak was reported to be 50 minutes. . NOAA RESPONSE . Based upon the above information, the spill would have occured near slack water and not moved much upstream. . The downsteam excursion would be estimated at 5 miles for this tidal cycle. . Winds reported from the NW would tend to move the floating crude oil onto the New Jersey shore in the Penns Grove areas. . Recommend that Oldmans Creek receive priority attention for booming. . After the tide changes, Raccon Creek should receive booming attention. . Deflection booming or stnadby booming for the Christina River should be made available if overflight observations indicate enough oil has escaped Sun Oil's efforts at booming the spill at the source. . Future planning for boom deployment downriver in the Salem River areas should be considered.  These expensive actions would depend on observations made both today March 21st and tomorrow March 22.  USCG district 3.","<b>Mobiloil; Warrior Rock, Columbia River, near Portland, Oregon<\/b> 1984-03-19<br />\n<i>Heavy residual oil, industrial fuel oil, No. 6 Fuel Oil<\/i> - 750 m³<br />\nThe Tank Vessel Mobiloil, while en route from Ferndale, Washington to Portland, Oregon, suffered a steering failure at 0005 on March 19, 1984 which resulted in the grounding of the vessel near Warrior Rock in the Columbia River approximately 10 miles downstream from Portland, Oregon. Punctures and gashes ruptured the number 1-5 starboard cargo tanks releasing 3,925 barrels of heavy residual oil, industrial fuel oil, and No. 6 fuel oil.\u000bThe vessel remained grounded perpendicular to the current until March 26, when it was refloated and escorted to dry dock in Portland. At the time of the spill the wind was from the south and the river current velocities were 1.5-3.0 knots. The incident occurred in a turbulent area of the river that experiences some tidal influence.  USCG district 13.  Keyword: Volunteers, sub-surface oil, boom, manual removal, reoiling, International Bird Rescue and Research Center (IBRRC), contingency plan, canonball diaper sampler..","<b>Craney Island Tank Farm; Norfolk, Virginia<\/b> 1991-08-31<br />\n<i>fuel oil<\/i> - 736 m³<br />\nOn August 31, 1991, a valve failed during a fuel transfer at the U.S. Navy's Craney Island Tank Farm.  Approximately 162,000 gallons of fuel oil was released, but was held within the containment area surrounding the tanks.  USCG district 5.","<b>Shell Pipeline; Atchafalaya Bay, Louisiana<\/b> 1999-07-23<br />\n<i>light condensate with an API of 35<\/i> - 705 m³<br />\nAt 1000 on Friday 23 July, the NOAA SSC was notified of spill in the Gulf of Mexico.  The incident occurred when a jack-up drilling rig set up on top of a Shell Oil pipeline at location 28?26.4N/91?02.4W in Block 241 of the Ship Shoal Block.   This location is approximately 30 miles offshore and SSE of Atchafalaya Bay in Louisiana.  The oil is a light condensate with an API of 35 and the amount spilled is potentially 3700 barrels.  A slick of 2 miles by 4 miles has been observed in the vicinity of the incident.  USCG district 8.  Keyword: none.","<b>Sanko Harvest; Esperance, Western Australia<\/b> 1991-02-13<br />\n<i>Fuel Oil<\/i> - 668 m³<br />\nOn the night of February 13, 1991, the Panamanian bulk cargo carrier Sanko Harvest grounded on a submerged rock pinnacle 23 miles south of Esperance, Western Australia.  The vessel, out of the shipping lane at the time of the incident, was loaded with 30,000 metric tons of fertilizer, diammonium phosphate, and triple superphosphate.  The double hull of the vessel was ripped open in the grounding and the freighter began leaking its fuel oil.  On February 18, the ship broke in two in a storm and sank with its entire cargo and bunker fuel.  Approximately 3,500 barrels of fuel oil were spilled during the incident.  The remaining 900 barrels of oil sank with the ship.  Keyword: Sorbents, sinking, International Tanker Owners Pollution Federation (ITOPF), Corexit 9527.","<b>Santa Clara River Pipeline; Santa Clarita, California<\/b> 1994-01-17<br />\n<i>San Joaquin Valley Crude  - Blended (API 27)<\/i> - 668 m³<br />\nThe Northridge Earthquake of January 17, 1994, caused the rupture of a crude oil pipeline owned by ARCO/Four Corners near the city of Santa Clarita, California (approximately 35 miles north of Los Angeles).  Approximately 3,500 barrels of San Joaquin Valley Crude exited the pipeline and traveled through a culvert to a drainage ditch and then into the Santa Clara River.  The oil traveled downstream (west) roughly 15 miles to a point where the river runs subterranean.  The impact site was located 35 miles inland of the Pacific Ocean in the U.S. Environmental Protection Agency's (EPA) zone.  USCG district 11.  Keyword: containment boom, drum skimmers, endangered species, filter fences, International Bird Rescue Research Center, shallow water recovery, skimmers, sorbent boom, sorbent pompoms, vacuum trucks, vegetation cutting, watercress, weed cutters.","<b>Unknown Oil Slick; Cameron, Louisiana<\/b> 1991-05-01<br />\n<i>oil<\/i> - NA m³<br />\nOn May 1, 1991, the United States Coast Guard Marine Safety Office (MSO) Port Arthur, Texas received reports of a large oil slick in the Gulf of Mexico about 120 nautical miles due south of Cameron, Louisiana.  An overflight confirmed the presence an oil slick measuring approximately 20 miles long by 1 mile wide near the sunken research vessel GECO APOLLO.  The GECO APOLLO had been lost earlier in the year with 144,000 gallons of diesel fuel onboard.  Wind at the scene was out of the east-southeast at 15 to 25 knots, swinging more to the east as the day progressed.  USCG district 8.","<b>Adak Petroleum tank release; Adak Island, Aleutian Isls, Alaska<\/b> 2010-01-11<br />\n<i>Diesel<\/i> - 21576 m³<br />\nNOAA Alaska SSC was notified at 1930 on January 11 that  3200 barrels of diesel was released from an underground tank operated by Adak Petroleum from an underground tank on the west side of Sweeper Cove, upslope from the small boat harbor.  Fuel was being transferred from a tanker at the adjacent loading dock, when overflow of the tank occurred discharging the diesel into an adjacent oil/water separator.  This unit was also overwhelmed and  the fuel entered Helmet Creek which flows into the small boat harbor portion of Sweeper Cove.  Initially, two areas of hard boom with sorbent boom were placed along the creek and a vac truck was deployed at the oil/water separator.  As of the morning of Jan. 12, it is believed that the vast majority of the diesel was confined to or collected in the stream, and only an estimated 1000 gallons had entered the small boat harbor.   Apparently conditions are fairly calm in Sweeper Cove.   The Coast Guard is planning on chartering a flight out to Adak to ascertain the situation.   Current weather at Adak Island is NW winds at 30 kts, seas 9 feet; however, Sweeper Cove is in the wind shadow on the eastern side of the island. The SOSC requeste that the NOAA SSC join with Bob Petit from ADEC to conduct a SCAT survey of the entire length of Helmet Creek along which most of the oil traveled enroute Sweeper Cove and the small boat harbor.   That SCAT survey report is appended. Due to the variety of fauna associated with Sweeper Cove and Helmet Crk, all the trustees decided to conduct a NRDA survey.  Their initial report is also appended. \u000b","<b>Hurricane Katrina Shell Nairn; LA<\/b> 2005-09-05<br />\n<i>Heavy Louisiana Sweet Crude Oil<\/i> - 16411 m³<br />\nA 20 inch diameter pipeline near Port Sulfur (MM35), supported by a berm that lost 150 feet in the hurricane, ruptured with a 2-inch by 6-inch hole. An unknown amount of oil has been released into a nearby marsh and created a sheen 5 to 6 miles long. Drum skimmers are being used in the marsh and 7,000 feet of boom has been deployed in the marsh.","<b>Swanson Creek; Benedict,MD<\/b> 2000-04-07<br />\n<i>#6 fuel oil and #2 fuel oil<\/i> - 632 m³<br />\nOn Friday, 7 April 2000, at approximately 6pm, a rupture was confirmed in a 12-inch diameter, 51.5 mile oil pipeline that feeds the Chalk Point Generating Station of the Potomac Electric Power Company (Pepco) in southeastern Price George's County, Maryland.  An estimated 126,000 to 139,000 gallons of oil were actually released into Swanson Creek Marsh on the Chalk Point property.  The leak occurred in a section of the pipeline that supplies No. 6 fuel oil to the Chalk Point facility.  The pipeline was being cleaned with an internal cleaning tool and No. 2 fuel oil when the release occurred.  USCG district 5.  Keyword: pipe line, marsh, trenching, replanting, wildlife rehabilitation.","<b>CHAMPION TRADER; Mississippi River<\/b> 1998-10-29<br />\n<i>IFO-180 and palm kernel oil<\/i> - 14 m³<br />\nOn October.29, 1998, a crewman welding aboard the 557-foot tank ship Champion Trader triggered an explosion in the #7 port-side cargo tank.  The explosion tore a 40 x 30-foot hole in the side of the ship.  The explosion killed one crew member and injured four others and caused the release of approximately 3000 gallons of IFO 380 and 3,100 barrels of palm kernel oil, stearin.  USCG district 8.  Keyword: vegetable oil.","<b>MV S. Zakariadze; San Juan Harbor, Puerto Rico<\/b> 1999-11-18<br />\n<i>fuel oil, lube oil<\/i> - 2319 m³<br />\nAt 0930, 18 November 1999, the cement carrier M/V Sergo Zakariadze ran aground at the entrance to San Juan Harbor, Puerto Rico.  The actual amount of fuel and lube oil onboard is unknown, however the vessel's fuel oil capacity is 480,000 gallons and lube oil capacity  is 30,000 gallons.  At this time, it is not known if the vessel is leaking petroleum product.  No sheens have been reported.  The vessel has sustained hull damage to three ballast tanks and the engine room.  The vessel is currently exposed to eight foot seas and is being pushed against the rocks.  There are three tugs made fast at this time.  USCG district 7.","<b>T/V Glacier Bay; Kenai, Cook Inlet, Alaska<\/b> 1987-07-02<br />\n<i>North Slope Alaskan crude<\/i> - 3 m³<br />\nAt 0334 on July 2, 1987, the tanker vessel Glacier Bay grounded and suffered hull damage south of the mouth of the Kenai River while en route to Nikiski from Valdez to unload approximately 16,380,000 gallons of North Slope Alaskan crude oil at the refinery.  Initial reports indicated that 10-15 barrels (420-1,600 gallons) of oil had been lost.  USCG district 17.","<b>Craney Island Fuel Farm; Norfolk, Virginia<\/b> 1996-01-17<br />\n<i>JP-5 jet fuel<\/i> - 577 m³<br />\nOn January 17, 1996, a Navy fuel depot crew started transferring jet fuel, JP-5, from one tank to another to make room for an incoming shipment.  During the transfer, valves were misaligned and the fuel was inadvertently pumped into tank 276,  which was already full.  For approximately two hours, the JP-5 fuel overflowed tank 276.  \u000b\u000bIt was initially reported that approximately 1,000 gallons of JP-5 had been spilled into the primary fuel farm containment area.  This large containment area is drained by an extensive culvert and special drainage system.  Initial investigation by MSO Hampton Roads showed that Navy personnel were responding to the incident.  No product was observed in the containment area's culverts and drainage canals.  No product was expected to reach navigable waters.  USCG district 5.  Keyword: sorbent boom, sorbents.","<b>LeBeouf Towing Company; New Orleans, Louisiana<\/b> 1988-09-10<br />\n<i>Louisiana crude<\/i> - 573 m³<br />\nAt approximately midnight on September 10, 1988 during Hurricane Florence, a LeBeouf Towing Company tugboat was attempting to move four barges loaded with Louisiana  sweet crude oil into the Mississippi River.  The tugboat and barges were separated during the height of the storm.  Two of the four barges were grounded on the jetty adjacent to the Mississippi River outflow area at light number 61 (approximately 45 miles east-southeast of New Orleans).   Barge B-15 was stranded on the jetty as storm-surge waters receded.  Barge Ellen was aground by her starboard bow on the same jetty.  Both barges were damaged and leaking.  The combined load carried by the two barges was reported as 17,000 barrels of Louisiana crude; 3,000 barrels were lost.  \u000bThe U.S. Coast  Guard Marine Safety Office (MSO), New Orleans, was notified of the spill later that morning and launched a surveillance overflight that discovered a rainbow sheen slick measuring approximately 5 miles long by 1 mile wide adjacent to and downstream of the grounded barges. The two remaining barges from the original tow were still adrift in the outflow area.  USCG district 8.","<b>Sea Speed Arabia; New York Upper Harbor, New York<\/b> 1979-06-30<br />\n<i>No. 2 Diesel, No. 6 Fuel Oil<\/i> - 573 m³<br />\nOn June 30, 1979, the Seaspeed Arabia grounded in the Kill Van Kull off Bayonne, New Jersey.  Two port fuel tanks were ruptured and approximately 3,000 barrels of combined No. 2 diesel fuel and No. 6 heavy fuel oil spilled into the New York Upper Harbor.  The vessel proceeded to Bethlehem Steel Corporation's dock at the Military Ocean Terminal in Bayonne for repairs.  USCG district 1.  Keyword: Boom, skimmer, vacuum truck, Corexit 9527.","<b>Oil Pipeline Discharge into Cahokia Canal, Edwardsville, IL<\/b> 2022-03-14<br />\n<i>Unknown<\/i> - 573 m³<br />\nOn March 14, 2022, USEPA Region 5 contacted the NOAA SSC regarding a 3,000 barrel oil pipeline discharge into the Cahokia Canal (trib to Miss River) near Edwardsville, IL on 11 MAR.  USEPA requested spot forecast and any available information on forecasted water levels. NOAA SSC requested spot forecast from NWS St. Louis and provided links and synopsis of water gauges.","<b>BARGE CIBRO SAVANNAH; LINDEN, NJ<\/b> 1990-03-06<br />\n<i>#2 fuel oil<\/i> - 3228 m³<br />\nAt 1400 on March 6, the barge Cibo Savannah exploded as it was being pulled from the dock at Linden, New Jersey.  710,000 gallons of number two fuel oil have been lost from two tanks.  Potential is a total of 4,000,000 gallons in twelve tanks.  The barge is owned by Montauk Oil Transportation.  The barge has been moved up against the Citgo dock.  The resulting fire has not been contained and the barge is not under command.  Local fire departments are on-scene and the EPA has established an air monitoring station.  USCG district 1.","<b>Rig Falcon 17; Amelia, LA<\/b> 1999-06-25<br />\n<i>natural gas condensate, drilling mud, and crude oil<\/i> - NA m³<br />\nAt approximately 0830 CST the NOAA SSC received a report from MSO Morgan City that the  crew of the RIG FALCON 17 had evacuated the rig as a result of extremely high pressure readings and the potential for a blowout.  The well has the possibility of spilling natural gas condensate, crude oil and drilling mud.  Numerous environmental clean up contractors have been hired and are on scene to respond.  The COTP Morgan City has closed the ICW from MM 84 to MM 87 in the Bayou Chene area.  The location of the incident is just south of Amelia, LA. MSO Morgan City has personnel on scene to assist.  \u000b\u000bAt 0920 MSO Morgan City notified the SSC that the rig has blown and requested a plume trajectory.  SSC Charlie Henry is enroute.  USCG district 8.","<b>APEX 3508 ; Lower Mississippi River MM 937<\/b> 2015-09-03<br />\n<i>Slurry Oil<\/i> - 1137 m³<br />\nOn September 3, 2015, the USCG District 8 notified the NOAA SSC of a collision between two towing vessels on the Lower Mississippi River at MM 937 in the vicinity of Columbus, KY.  One barge of slurry oil was severely damaged and discharged one tank's entire contents.  USCG requests NOAA to provide product fate and effects.","<b>Chevron Pipeline; Waiawa Wildlife Refuge, Honolulu, Hawaii<\/b> 1987-05-18<br />\n<i>Jet A fuel<\/i> - 546 m³<br />\nAt 1000 on May 13, 1987, Chevron, Hawaii reported to the U.S. Coast Guard Marine Safety Office, Honolulu, that 120,000 gallons of Jet A fuel had leaked from a ruptured pipeline.  The pipeline ruptured over Waiawa Spring, a stream which drains into the Middle Loch of Pearl Harbor.  The Jet A spread in Middle Loch and was driven to the southeast side of the Loch and into a mangrove swamp.  Fuel was also pumped from a freshwater resupply system on Waiawa Spring into the U.S. Fish and Wildlife Service (USFWS) Waiawa Refuge established for endangered Hawaiian ducks and stilts.  Approximately 40,000-60,000 gallons were trapped in the mangrove swamp.  One Hawaiian duck and one Hawaiian stilt were killed at the refuge.\u000bChevron assumed responsibility for the spill and began cleanup.  The Coast Guard Marine Safety Office, Honolulu, assumed a monitoring role.  USCG district 14.","<b>La Moure County; Chile<\/b> 2000-09-15<br />\n<i>Diesel<\/i> - 546 m³<br />\nAt 0530 on the morning of 12 September 2000 the USNavy LST La Moure County struck a submerged rock near Pta Artigas, Bahia Lavata, Chile.  This Bay is near the village of Cifuncho.  An unknown volume of fuel was released at the grounding site and subsequent anchorages in the small bay near the village of Cifuncho.  The area is locally defined as Bahia Lavata.  The initial estimate was 40,000 gallons spilled, but it was later determined that a larger volume had been lost.  The best \"guess\" is between 80,000 and 120,000 gallons of fuel.  While marine diesel (DFM F-76) was the dominant product spilled, several of the damaged compartments also carried JP-5 and mogas (gasoline). NOAA had two scientists on-scene to assist the US Navy in developing a proactive response strategy.","<b>Roosevelt Roads JP5; Roosevelt Roads Navy Base, Puerto Rico<\/b> 1999-10-20<br />\n<i>JP5 (jet fuel, Navy formulation)<\/i> - 509 m³<br />\nAt approximately 0100 on October 20, 1999 personnel at the US Navy Base Roosevelt Roads, Puerto Rico reported a spill of JP5 fuel from a day-tank near hanger 200.  The cause is under investigation by USN, including the Judge Advocate General's office, but it is clear that a valve was left open which overfilled a day tank, fed from a larger storage facility.  Initially, the USN reported to the National Response Center that 1,000 gallons of fuel had been spilled.  Soon after that report, the amount was updated to 20,000 gallons and then to 100,000 gallons.  The official spillage finally was determined to be 112,000 gallons.  The oil flowed from the day tank into an underground drainage pipe, which runs under a runway and several roads for several hundred yards.  The pipe empties into an open drainage ditch, which drains to a 29-acre mangrove forest.  This forest drains through a culvert into Ensenada Honda Bay (a.k.a.: Ensenada Bay).  The USN's primary environmental concern was the bay.  In the face of an approaching hurricane, USN Construction Battalion (a.k.a.: Sea Bees) personnel constructed a dam or plug at the culvert between the first impacted mangrove (later named \"mangrove A\") and the mangrove adjacent to the bay (later named \"mangrove C\").  This dam trapped the water in mangrove A, creating a buffer between the oil and the mangrove pneumatophores.  USCG district 7.  Keyword: NOSC, mangrove, JP5, underflow dam.","<b>F/V Jin Shiang Fa; Rose Island, 150 miles east of America Samoa<\/b> 1993-10-14<br />\n<i>marine diesel, lube oil<\/i> - 500 m³<br />\nThe United States Coast Guard (USCG) Marine Safety Office (MSO) Honolulu was notified by the MSD office in America Samoa that the fishing vessel Jin Shiang Fa ran aground on Rose Island, approximately 150 miles east of America Samoa sometime after midnight on October 14.  The crew abandoned ship and were rescued by another fishing vessel in the area.  The Jin Shiang Fa , a 137-foot, Taiwanese flagged fishing vessel, was carrying 10,000 gallons of diesel in its internal fuel tanks, as well as an additional 100,000 gallons (2,390 barrels) of diesel in its forward cargo holds when it went aground.  A Coast Guard overflight reported the vessel hard aground on the west side of Rose Island, south of the narrow opening into the inner lagoon.  A sheen, two miles long by 200 yards wide, trailed from the vessel in a northwesterly direction away from the island.  An overflight the following day indicated that the vessel had a 30 degree list to port and an 11-mile by 200-yard wide sheen trailing to the northwest.  USCG district 14.  Keyword: coral reef, salvage.","<b>M/V Fern Passat; Mayport, Florida<\/b> 1987-02-27<br />\n<i>Intermediate fuel oil<\/i> - 491 m³<br />\nAt 2020 on February 26, 1987, the U.S. Coast Guard Marine Safety Office (MSO) in Jacksonville was notified by the Jacksonville Pilot's station that the Fern Passat, carrying approximately 325,000 gallons of an intermediate fuel oil, had run aground on the south jetty at the entrance to the St. Johns River, and immediately began losing oil.  Early reports from the ship's master indicated that currents and wind had pushed the 510 foot car carrier into the jetty.  Tugs pulled the Fern Passat off the jetty before midnight.\u000bThe Coast Guard On-Scene Coordinator (OSC) ordered the vessel to anchor outside of the sea buoy to minimize the effect of oil onshore, given the forecasted strong easterly winds.  The ship was ordered in subsequent days to anchor 34 and 54 miles offshore to further minimize the chances of more oil coming ashore.  This placed the ship in the Gulf Stream current which would carry the oil north.  USCG district 7.","<b>T/B MORANIA 440; Hells Gate, East River, New York<\/b> 1989-09-14<br />\n<i>Unleaded gasoline<\/i> - 491 m³<br />\nAt approximately 2142 on September 13, 1989, the tank barge MORANIA 440 grounded on a steep embankment of rocks just north of the Triboro Bridge at Hell's Gate, in the East River.  The barge, under tow by the tug EAST COAST, was carrying about 3.8 million gallons of unleaded gasoline from New Jersey to a terminal in New Haven, Connecticut.  An investigation of the hull revealed a hole measuring 6-feet long by 1 to 2-feet wide, through which 108,405 gallons of gasoline had leaked.  USCG district 1.","<b>Pipeline Rupture; Texas<\/b> 1998-01-22<br />\n<i>Sweet Texas Crude<\/i> - 477 m³<br />\nAt 1914CST, 22JAN98, Amoco Pipeline recorded a pressure drop indicative of a pipeline rupture.  The rupture occurred somewhere along a line running from mid-Galveston Island (on a course of 151 degrees true) out to a point approximately 90 miles offshore.  Calculations by Amoco, based on the pressure drop, indicated a worse case release of 2500 barrels of Texas Sweet Crude, having an API of 39.4.\u000b\u000bOvernight SLAR overflights by a USCG Falcon Jet revealed a slick in position 28-25.0N, 94-25.0W, approximately 50 miles offshore.  The Region 6 Dispersant Preapproval Checklist was completed, USCG Gulf Strike Team SROMP was notified and the RP placed aerial dispersants on standby.\u000b\u000bA morning overflight revealed a 1/2 - 1 mile x 4-5 mile slick of broken coverage (40%sheen), leading edge in position 28-24.8N and trailing edge in position 28-30.5N, 94-27.6W.  The slick contained one patch of heavy brown oil measuring 1/4 mile by 1/4 mile.  calculations by observers on the overflights estimated the amount of product in the water to be 300 barrels.  USCG district 8.","<b>MCN-5; Guemes Channel, Shannon Point, Washington<\/b> 1988-01-31<br />\n<i>Heavy Cycle Gas Oil, Intermediate Fuel Oil, Marine Diesel Oil<\/i> - 477 m³<br />\nAt approximately 0330 on 31 January 1988, the master of the tug James T. Quigg reported that his tow, the Tank Barge MCN-5 had turned onto its port side.  At the time of the incident, the tug and barge were turning to the south around Fidalgo Head, near Shannon Point, Washington.  The barge was loaded with 9,874 barrels of Heavy Cycle Gas Oil (HCGO) and some residual lighter fuel oils when it departed the Texaco Facility at Anacortes, Washington, three hours earlier.\u000bAt 0530, the MCN-5 partially sank in an inverted position approximately three hundred yards off Shannon Point.  The stern rested on the bottom in about 120 feet of water and the bow remained above the surface, supported by an air bubble in the forward rake.  The barge remained in this position for more than a week while cleanup and salvage operations were organized.  On February 8, the barge sank completely, coming to rest on its port side at an angle of 17 degrees to the bottom.\u000bLess than 2,500 barrels of oil were released into the water.  Because the high specific gravity of the cargo made it sink, there was little observed environmental damage.  USCG district 13.  Keyword: Washington Department of Natural Resources (WA DNR), Washington Department of Ecology (WA DOE), Pacific Strike Team (PST), Airspace Request Zone, Flight Restricted Area, skimmer, cannonball diaper sampler, sub-surface oil, sinking, salvage, boom, vegatation cutting..","<b>T/B Peter Hearne; Hudson River, New York<\/b> 1987-02-17<br />\n<i>Premium unleaded gasoline<\/i> - 464 m³<br />\nThe grounding of the tank barge Peter Hearne on February 17, 1987 released 102,000 gallons of premium unleaded gasoline into the Hudson River, approximately two miles north of the Bear Mountain Bridge, immediately south of West Point, New York.  The total volume of cargo carried by the barge was approximately 800,000 gallons.\u000bThe Coast Guard cutter Penobscot Bay was near the scene and represented the U.S. Coast Guard Captain of the Port (COTP), New York, on-scene.  The barge's owner took necessary actions to minimize the quantity released.\u000bObservers from the Coast Guard and the New York Department of the Environmental Conservation (NYDEC) reported that the pollutant was flowing down the middle of the river.  During the spill, the river experienced a full tidal excursion, the flow shifting from south to north.  Observers noted no visible product on the water greater than 4 miles from the spill site.  Conditions on scene were normal winter conditions for the Hudson, 10-knot winds from the north, temperature of 0 degrees Celsius, and ice covering the shores and slower moving areas.  USCG district 3.","<b>Teppco Pipeline; Port Arthur, TX<\/b> 2001-11-27<br />\n<i>JP-8<\/i> - 459 m³<br />\nThe NOAA SSC arrived on scene the evening of 29 Nov. 2001 in response to an estimated 2,400 bbl JP-8 pipeline release just N of the Bessie Heights marsh.  The released occurred two days before and an estimated 12-14 inches of rain significantly affected containment and recovery efforts during the initial response.  The SSC is developing a mass balance of the spilled products which estimates recovery, natural weathering, and the amount of product estimated to remain in the environment.  Lisa DiPinto with NOAA DARC will arrived on-scene the morning of 30 Nov.  Attached  are a series of pics:  01-containment at Anderson Gully, 02-adsorbent pads, 03-weathered JP-8, and 04-skimmer operations.  USCG district 8.","<b>Fieldwood Grand Chenier (Quarter North); Cameron Parish, Louisiana<\/b> 2022-02-24<br />\n<i>Crude condensate (API >45<\/i> - 458 m³<br />\nDuring Hurricane Laura (08/25/20), an estimated 2,400 barrels of crude oil condensate was discharged from a storage tank at the Fieldwood Grand Chenier separation facility, breached the containment area, and contaminated the surrounding marsh.  The RP recovered much of the oil in the containment area and was working on the surrounding marsh when operations were suspended due to the arrival of Tropical Storm Beta (09/19/20).  In February of 2022, MSU Lake Charles contacted NOAA SSC for input on the feasibility of an in-situ burn (ISB) to address the residual contamination. The ISB is tentatively scheduled for late April, pending RRT concurrence.","<b>JP5 Spill; Naval Air Station Roosevelt Roads, Cieba, Puerto Rico<\/b> 1999-10-20<br />\n<i>JP-5 fuel<\/i> - 455 m³<br />\nOn Oct. 20  the SSC was informed of a 100,000 gallon JP-5 fuel spill at the Naval Air Station Roosevelt Roads, Cieba PR in approximate position 18 13.5 N   065 37.5 W.  The cause of the spill is suspected to be a misaligned valve at the pump station.  MSO San Juan is on scene monitoring Naval Spill Response Team operations.  Booms and sand bags have been placed in an attempt to prevent fuel from reaching Ensenada Harbor.  Clean up operations are ongoing and are concentrated in a mangrove forest.  It is estimated that 1.5 square miles of mangroves have been affected so far.  USCG district 7.","<b>Dublin Express Oil Spill, Staten Island, New York; Arthur Kill, Staten Island, NY<\/b> 2019-03-28<br />\n<i>#6 bunker fuel<\/i> - 455 m³<br />\nOn March 28, 2019, the USCG Sector New York notified the NOAA SSC that the Container Vessel Dublin Express's hull was damaged by a container that fell from her deck in heavy sea conditions. It is reported that between 12 and 16 containers were lost. As the vessel was docking, crew members observed an oil sheen behind the vessel.  Areas along the shoreline of Elizabeth NJ have been impacted. An unknown amount of #6 bunker fuel was released. The USCG is on-scene. USCG has requested a NOAA trajectory.","<b>Crowley Tug Pathfinder; Bligh Reef, Prince William Sound, Alaska<\/b> 2009-12-23<br />\n<i>diesel<\/i> - 196 m³<br />\nOn the evening of December 23, 2009, the tanker escort tug Pathfinder ran aground on Bligh Reef, Prince William Sound, Alaska. The vessel has 127,000 gallons of diesel on board.  The center bottom tank, containing 22,000 gallons, is ruptured and an unknown amount has spilled. Bligh Reef was the site of the 1989 grounding and spill of the tanker Exxon Valdez.  USCG has requested scientific support including trajectory of the spilled fuel oil.","<b>Lucky Buck; Puget Sound, WA<\/b> 2000-06-10<br />\n<i>diesel fuel<\/i> - 423 m³<br />\nAt approximately 0030 PDT the F/V Bowfin collided with the Fish Processing Barge Lucky Buck while transiting south into Puget Sound, Washington.  The barge sustained damage to its port side stern and began taking on water.   The barge was escorted to Point Wells fuel dock south of Edmonds, WA for an initial diver survey.  The divers discovered a large hole with flooding progressing forward on the barge.   The vessel began to sink at the dock so the decision was made to beach the vessel on a sand and gravel beach just south of the fuel docks.  \u000b\u000bThe vessel is carrying 93,000 gals of diesel fuel and a undetermined amount of lube oil.  An early morning overflight detected no evidence of oil in the water along the vessel's transit route and presently there is only light sheening in the vicinity of the vessel.  USCG district 13.","<b>M/V JARAMA; Gravesend Bay, New York<\/b> 1988-12-26<br />\n<i>Ekofisk crude oil<\/i> - 455 m³<br />\nEarly on the morning of December 26, 1988, the U.S. Coast Guard Captain of the Port of New York (COTPNY) was notified of heavy black oil in Gravesend Bay Anchorage.  Subsequent Coast Guard helicopter overflights reported sheen heading out to sea, into Coney Island Creek, and in Lower New York Bay.  The sheen was identified as Ekofisk crude oil.  USCG district 1.","<b>Long Is Lighting Co Release; Long Beach, NY<\/b> 1985-02-11<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 2030 on 2/10 EST Long Island Lighting Co reported a release of about 100,000 gal of #2 oil from a storage tank at their facility near Long Beach, NY capacity of tank is about 450,000 gal. at 0300 EST 2/11 85 18 inch booms were reported deployed at both ends of Barnum Channel (36\" boom reported enroute to scene) current weather on scene: winds E less than 5kts but increasing tonight and tomorrow up to 25-35 kts w/strong gusts.","<b>M/V Kuroshima; Unalaska Island, Alaska<\/b> 1997-11-26<br />\n<i>IFO 380<\/i> - 55 m³<br />\nNOAA SSC John Whitney was notified on Wednesday evening, 26 NOV 97, that the M/V Kuroshima, a 370' coastal freighter, had run aground on rocks during a heavy storm near Dutch Harbor, AK.  The position of the vessel is 53-54' N, 166-25.5' W.    Approximately 12,000 gallons of Bunker C oil have reportedly been released into the water.  The vessel has a potential capacity of 6,500 barrels; it is unknown at this time how much oil was onboard.  On-scene winds are currently from the NW at 40-50 knots, gusting to 90 knots.  Observers from the US Coast Guard report that the oil moved into a small bay to the northeast of the grounding site and splashed over a berm into a freshwater lake.    Personnel from the USCG Pacific Strike Team are en route to the scene.  USCG district 17.  Keyword: power washing units, weed cutters, salvage,  in-situ burning.","<b>M/V Kate Maersk; Offshore Louisiana<\/b> 1985-10-25<br />\n<i>Bunker C fuel oil<\/i> - 91 m³<br />\nAt approximately 0340 on October 18, 1985, a collision between the Kate Maersk, a tanker which had just concluded discharging cargo to the Louisiana Offshore Oil Port (LOOP) terminal, and the barge Ocean Trader, which was bunkering the Kate Maersk, resulted in the release of an estimated 20,000 gallons of Bunker C fuel oil about six miles southeast of the LOOP platform.  USCG district 8.","<b>Long Island Lighting Co.; Long Beach, New York<\/b> 1985-02-10<br />\n<i>#2 oil<\/i> - 455 m³<br />\nLONG ISLAND LIGHTING CO (LILCO) REPORTED TO NRC A RELEASE OF #2 OIL FROM A STORAGE TANK ON THEIR FACILITY NEAR LONG BEACH, NY. * INITIAL REPORT IS TANK WAS NEAR CAPACCITY AT 450,000 GAL OF #2. LEACK WAS FROM A FLANGE NEAR THE BOTTOM OF THE TANK.  OIL WAS CONTANED WITHIN A 10 TO 12 FOOT DIKED CONTAINMENT AREA, HOWEVER, THE SEALS ON THE BOTTOM OF THE DIKE LEAK. * INITIAL ESTIMATE IS THAT AT LEAST 100,000 GALLONS OF PRODUCT HAS LEAKED FROM THE CONTAINMENT AREA.  THE TANK AND CONTAINMENT AREA IS SAID TO BE AN ESTIMATED 50 FEET FROM THE SHORELINE.  USCG district 1.","<b>F/V Tenyo Maru; Neah Bay, Washington<\/b> 1991-07-22<br />\n<i>Intermediate fuel oil, diesel oil, lube oil, bilge oil, fish oil<\/i> - 1641 m³<br />\nAt approximately 0815 on July  22, 1991, the fish processor vessel Tenyo Maru and the Chinese freighter Tuo Hai collided in the Pacific Ocean, approximately 20 miles west of Cape Flattery, Washington, and 20 miles south of Vancouver Island, British Columbia, Canada.  Ten to fifteen minutes after the collision, the Tenyo Maru sank in an estimated 350 feet of water.  The Tenyo Maru, carrying 6,500 barrels of intermediate fuel oil, 2,166 barrels of diesel oil, and some quantity of lube, bilge and fish oils, began leaking oil shortly after it sank.  There were conflicting reports of the weather at the time of the collision, several reports claiming that the weather was clear, while others maintained that it was foggy.\u000bThe incident occurred in Canadian waters very near the Canadian/United States boundary.  The Canadian Coast Guard (CCG) and the United States Coast Guard (USCG) implemented the Canadian/U. S. Joint Marine Pollution Contingency Plan.  Since the spill occurred in Canadian waters, the CCG took the lead role in coordinating the spill response.  Ultimately, the majority of shoreline oiling occurred in the United States.  The USCG federalized the U.S. cleanup effort, accessing funding through the Oil Spill Liability Trust Fund, on July 30 when the owner of the Tenyo Maru discontinued funding the cleanup.\u000bThe Tenyo Maru continued to leak oil after it sank, with the largest amount released shortly after the sinking.  Response to the incident continued into late August.  The bulk of the response effort was scaled down by August 29, as the amount of oil being released from the sunken vessel on a daily basis had reduced significantly.  The Canadian and U.S. Coast Guard planned to monitor the spill site for at least another month with regularly scheduled overflights and beach surveys as warranted.  USCG district 13.  Keyword: Collision, remotely operated vehicle (ROV), boom, skimmer, suction operations, International Bird Rescue Research Center (IBRRC), pompoms, sorbents, manual removal, sinking..","<b>JP-4 Pipeline Spill; Burlington County, New Jersey<\/b> 1988-08-02<br />\n<i>Jet fuel<\/i> - 455 m³<br />\nAt approximately 1000 on August 2, 1988, a municipal work crew digging holes for telephone poles struck an eight-inch underground jet fuel transfer pipeline.  The product leaked for about 25 minutes before the valves could be turned off.  The local fire department contained the spill and contractors removed the product.  USCG district 1.","<b>Tamano; Casco Bay, Maine<\/b> 1972-07-22<br />\n<i>No. 6 Fuel Oil<\/i> - 455 m³<br />\nIn the early morning of July 22, 1972, the tanker Tamano grounded on Soldier's Ledge in Casco Bay, Maine, tearing a 20-foot hole in a starboard tank.  The tanker continued to its anchorage in Casco Bay before the leak was noticed.  The tanker was carrying 550,000 barrels of No. 6 Fuel Oil, 2,380 barrels of which spilled into Casco Bay.  The Captain of the Port (COTP), Portland, Maine, was the On-Scene Coordinator (OSC) for the incident.  The response ended on October 16.  USCG district 1.  Keyword: Atlantic Strike Team (AST), sorbent boom, boom, skimmer, vacuum truck, hay, manual removal, high-pressure warm water washing, disposal..","<b>Bouchard Barge 120; Buzzards Bay, MA<\/b> 2003-04-27<br />\n<i>Number 6 Fuel Oil<\/i> - 446 m³<br />\nAt approximately 5:30 pm on Sunday April 27, 2003, the US Coast Guard's Marine Safety Office in Providence, Rhode Island received a report of a discharge from the barge \"B No. 120\" owned by the Bouchard Transportation Company of Hicksville, NY.   The barge grounded, outside of the shipping lanes, at the entrance to Buzzard Bay in southern Massachusetts.  Following the grounding, the tug and barge continued to anchorage LIMA, where it officially reported the discharge to the USCG.\u000b\u000bThe barge B-120 had a capacity of 97,000 barrels (4,074,000 gallons) and discharged approximately 2,333 barrels (98,000 gallons) of heavy number 6 fuel. \u000b\u000bOverall, more than 90 miles of coast line were impacted (40 miles of direct impact and 50 miles of tar ball impacts), 415 birds were killed, and the habitats for three endangered species (roseate tern, piping plover and NE tiger beetle) were oiled.  Clean up costs exceeded $23 million.","<b>PACIFIC SHARAV Drilling Mud Release; GoM<\/b> 2018-12-01<br />\n<i>drilling mud<\/i> - 382 m³<br />\nOn December 1, 2018, the USCG notified NOAA SSC of a release of synthetic oil based mud to the seafloor. Drilling Rig Pacific Sharav made an emergency disconnect from the well head (6,800ft depth) due to rough seas and 90kt winds. Approximately 2282bbl of mud was released from the bottom of the riser. The drill ship later hooked back into the well without further incident.  No sheen or evidence of product at the surface has been reported.","<b>Pipeline Break (Poseidon Pipeline Spill); Gulf of Mexico<\/b> 2000-01-22<br />\n<i>Med. Crude<\/i> - 351 m³<br />\nAt 1159 CST on Friday, 22 January 2000. the NOAA SSC was notified of an oil spill in the Gulf of Mexico off the Louisiana coast.  The location of the spill was 60 miles offshore.  The spill resulted when an anchor from a semi-submersible drilling rig dragged across and damaged a 24\" pipeline at both the impact site and at a platform more than a mile away.  Oil was released from both locations.  The water depth was greater than 400 feet.  The initial release volume, based on the amount of oil transferred between the time of the incident and shut in was 1839 bbl.  The line was owned by Equilon Pipeline and identified as part of the Poseidon Pipeline System.  The NOAA SSC relocated to the Shell Command Post at the request of the USCG to support the on-scene incident commander.  Preliminary trajectories suggested that the oil would move west and north.  Landfall was not predicted for several days.  The type of oil was a medium sour crude with an API gravity of 31.5.  Such oils may form persistent tarballs and be transported long distances.  Skimmers were activated.  Given the potential for environmental injury from the spill, dispersants were evaluated and approved under the RRT6 preapproval guidelines by the COTP Morgan City.  The sea state (10-15 knot winds and 4-5 foot seas) was ideal for oil dispersion.  Between 1530 CST and dusk, a total of 3000 gallons were applied (1000 gallons by DC-3 and 2000 gallons by DC-4).  The SMART team from USCG Gulf Strike Team was launched and provided visual monitoring.  Observers clearly observed a dispersant plume and not just surface herding.  It was estimated that 75% of the surface oil had been dispersed.  Dispersant operations ended due to darkness.  During the evening and night, overflights were conducted with both IR and SLAR to maintain contact with the oil.  USCG district 8.","<b>Roosevelt Roads Spill; Ensenada Honda Bay, Puerto Rico<\/b> 1986-12-01<br />\n<i>JP-5<\/i> - NA m³<br />\nOn Thursday, November 27, the U.S. Navy Base at Roosevelt Roads in Puerto Rico discovered a spill of JP-5 in Ensenada Honda Bay (NOAA chart 25666).  The source of the leak was traced back to a tank which held 907,000 gal. of JP-5. The tank (#85) was discovered leaking fuel out of an old flange.  Workman had just completed installing a new tank bottom by installing it several feet above the old bottom. In between the two bottoms was filled with sand. The tank passed a standard vacuum test and then was filled with fuel on Wednesday.  Best guess is that the leak began late Wednesday night or early Thursday.  Fuel was found pouring out of the flange to the old tank bottom on Thursday morning. Apparently the new tank bottom leaked allowing fuel to flow down to the old bottom.  A shut off valve to the old tank bottom was in an open position which allowed the fuel to pour out onto the ground. The tank is located approximately 1/4  mile from the bay. The fuel filled a depression in the ground and then overflowed into an area which contained a drainage pipe.  The fuel flowed down this  drainage pipe directly into the bay.  USCG district 7.","<b>Tug Valour; NC<\/b> 2006-01-18<br />\n<i>Diesel<\/i> - 409 m³<br />\nThe Tug Valour was forced to cut lose the Maritrans Barge M-192 in heavy seas off the Coast of the Carolinas in the very early morning hours of 18 Jan 06. The Valor subsequently sank, and the crew was rescued with one exception by the Coast Guard. The tug is presently on the bottom and not known to be leaking (1/18/06).  A separate hotline incident for the Maritrans Barge M-192 has also been opened.","<b>Hurricane Rita (General); LA/TX<\/b> 2005-09-21<br />\n<i>Unknown<\/i> - NA m³<br />\nContains documents and files related to incidents caused by Hurricane Rita.","<b>UNOCAL Dock No. 1; Port Neches, Texas<\/b> 1993-04-20<br />\n<i>Kuwaiti light crude oil<\/i> - 191 m³<br />\nAt 0853 on April 20, 1993, a watchman making early morning rounds reported a crude oil spill at the UNOCAL Neches River facility to the USCG MSO Port Arthur.  Pollution investigators confirmed the spill and overflight personnel reported that a marsh to the east of the spill site had been impacted.  UNOCAL initially reported that 100 barrels had been released, but USCG overflight personnel estimated the spill at 1,000 barrels.  The final calculation by UNOCAL was 2,100 barrels.  The spill location was boomed and UNOCAL hired four contractors to cleanup the marsh.\u000bThe cause of the spill may have been valve failure while crude was being transferred from a holding tank on the facility to an off-site tank.  Reports indicated that the transfer may have been switched to an inappropriate pipeline, which subsequently overflowed.  There were no alarms on the system.\u000bUNOCAL immediately accepted responsibility for the incident and the cleanup of the impacted river banks and marsh.  Cleanup activities were monitored by MSO Port Arthur until April 25, 1993, when the FOSC turned final oversight function over to Texas General Land Office personnel.  USCG district 8.  Keyword: skimmers.","<b>T/B COASTAL 2509; Houma, Louisiana,<\/b> 1990-11-04<br />\n<i>Reduced Crude oil<\/i> - 384 m³<br />\nSometime late Friday night, the M/V Nancy D. Spanier with three barges in tow experienced a grounding accident near mile marker 60 in the Inter Coastal Waterway West near Houma, Lousiana.  Coastal Barge 2509 has been holed in the number 1 port tank releasing the total contents of 2012 bbl (84,504 gallons).  The product is a reduced crude with an API of 21.7.  The Coast Guard has shut down the ICW and double boom has been deployed between mile markers 59 and 64.  Product is reported in marsh grass areas.  A meeting has been scheduled for 1100 on Monday, November 5th to formulate a cleanup strategy.  SSC Chris Nelson has requested information and resources assistance on-scene.  USCG district 8.","<b>T/S Dua Mar; Kill Van Kull, Bayonne, New Jersey<\/b> 1986-02-11<br />\n<i>Coconut oil<\/i> - 386 m³<br />\nThe tank ship Dua Mar, in tow by the tug Eugene Moran, was struck by the tug boat Linsey Frank II while transiting the Kill Van Kull at Bayonne, New Jersey.  The Dua Mar's no. l port tank was holed, releasing the tank's cargo of 85,000 gallons of coconut oil.  USCG district 3.","<b>PR Diesel Spill; Catano, Puerto Rico<\/b> 1998-02-23<br />\n<i>diesel, jet fuel<\/i> - NA m³<br />\nAN UNDERGROUND PIPELINE AT THE GULF FACILITY IN CATANO, PR IS\u000bSPILLING OIL INTO A CREEK THAT EMPTIES INTO SAN JUAN HARBOR. THE LEAK\u000bIN THE PIPELINE WAS DETECTED BY FACILITY PERSONNEL AFTER THE T/S DION\u000bHAD COMPLETED TRANSFERRING DIESEL TO FACILITY. FACILITY PERSONNEL\u000bESTIMATE THAT APPROX 2000 BBLS OF PRODUCT IS UNACCOUNTED FOR. OIL IS\u000bBUBBLING UP THROUGH THE SOIL IN A CREEKBED AND FLOWING INTO THE\u000bHARBOR. BOOM IS DEPLOYED ACROSS THE MOUTH OF THE CREEK AND IS\u000bCONTAINING THE MAJORITY OF THE SPILLED OIL. A SECOND LINE OF BOOM IS\u000bDEPLOYED AROUND THE TANKSHIP AND THE SOUTHWESTERN CORNER OF SAN JUAN\u000bHARBOR. APPROXIMATELY 300 BBLS HAS ESCAPED THE PRIMARY CONTAINMENT\u000bAND IS WITHIN THE SECONDARY CONTAINMENT. VAC TRUCKS ARE RECOVERING\u000bOIL FROM THE CREEK. THE FACILITY HIRED CROWLEY ENVIRONMENTAL AND\u000bINDUCHEM TO CLEAN-UP SPILL AND ISOLATE LEAK.  USCG district 7.","<b>Gum Hollow Creek; Corpus Christi, Texas<\/b> 1994-10-08<br />\n<i>Nueces Bay crude<\/i> - 382 m³<br />\nOn October 8, 1994, lightning struck a pipeline valve, causing it to overpressurize.  The pipeline failed, discharging about 2,000 barrels of crude oil into Gum Hollow Creek, a tributary of Nueces Bay.  The oil flowed across Nueces Bay, impacting shoreline on islands in the bay, Indian and Rincon points, and continued across Corpus Christi Bay.  On October 9,  the oil began impacting the beach at Oso Fishing Pier, Oso Bay Causeway Park, and three miles of private beach-front property north of Oso Pier.  Oso Bay, a highly sensitive area, had been boomed effectively.  An  Incident Command Post (ICP) was established with the RP, Koch Gathering; the Texas General Land Office (TGLO); and the USCG.  Cleanup operations were completed on November 4 after an estimated 470 barrels were recovered.  USCG district 8.  Keyword: containment boom, in-situ burning, low-pressure washing, propane cannons, skimmers, sorbent booms, vacuum trucks, volunteers, weed cutters, drum skimmer.","<b>T/B 256; Amchitka, Island, Aleutian Island Chain, Alaska<\/b> 1989-01-18<br />\n<i>Diesel<\/i> - 382 m³<br />\nAt approximately 0800 on January 17, 1989, the Foss Company's tank barge 256 holed itself at Bird Cape, Amchitka Island during heavy weather.  The vessel was transferring diesel fuel to the U.S. Navy facility at Bird Cape when approximately 70 knot winds pushed the barge and the tug DANIEL FOSS over rocks, ripping holes in several cargo tanks.  The total capacity of the barge was approximately 1,800,000 gallons of diesel.  The DANIEL FOSS, with the barge in tow, moved from Bird Cape to Chitka Cove.  As the weather permitted, the fuel transfer was completed by January 25.  The barge apparently lost approximately 84,000 gallons of diesel.  U.S. Navy personnel surveyed the beach from Bird Cape to Chitka Cove and found no evidence of the the spill on the beach.  The case was closed on January 26.  USCG district 17.","<b>Stone Barge Facility Release in Mesa Gulf Bayou; LA 70083, USA<\/b> 2021-07-22<br />\n<i>Oil and unknown Chemicals<\/i> - NA m³<br />\nOn July 22, 2021, the  Sector New Orleans IMD notified the NOAA RRO of oil discharge on a cement barge. ES&H and USCG representatives were on scene and reported an estimated 2000 gallons of unknown chemical on the barge and 1500 - 2000 bbls of crude leaking out of a storage container. The responsible party is currently undergoing liquation, so USCG has federalized this case. ES&H has boomed off the site, USCG requested resources at risk and other support.","<b>McGrath Lake Spill; McGrath Lake, Ventura, California<\/b> 1993-12-25<br />\n<i>crude oil (API 16-17)<\/i> - 382 m³<br />\nOn the morning of December 25, 1993, a failure of a pipeline belonging to Berry Petroleum was reported.   The failure occurred below the ground near a pipe junction on the east side of Harbor Boulevard just south of Ventura, California.  Approximately 2,000 barrels of a heavy crude produced from a local field, percolated through the ground to the west and underneath the road.  The oil surfaced 50 yards west of Harbor Boulevard and entered a creek,  traveled along this creek approximately 150 yards to the south where it entered McGrath Lake.\u000bMcGrath is a freshwater lake (approximately 800 by 100 yards) situated amongst medium-coarse grained sand dunes and is located 100 to 200 yards inshore of the intertidal zone.  The lake serves as a drainage basin for the surrounding agricultural fields and has no natural communication with the ocean.  To control the lake level, water is routinely pumped out of the lake and into the Pacific Ocean through a pipeline running through the dunes and onto the beach.  When the oil entered the lake, the pump was on and oil was discharged onto the sand beach and into the nearshore environment.  Less than 100 barrels of oil entered the ocean; the majority was contained in the lake, the creek, or was saturated in the sediment.\u000bThe mouth of the Santa Clara river was bermed to prevent oil from entering the estuary.  To control the amount of water flowing through the spill site, water was diverted from the creek to the Santa Clara River via pumps.  Underflow dams and filter fences with sorbent pompoms were installed along the creek.  The vegetated shoreline of the creek and the lake, consisting mostly of tules, was heavily coated with oil.  Because all pumping operations had ceased, the water level in the lake was rising and began covering over already impacted shoreline and affecting more habitat as it rose.  After consulting with the Regional Water Quality Control Board, pumping the lake into the ocean began again and the water level was lowered to where it had been before the spill.  USCG district 11.  Keyword: containment boom, International Bird Rescue Research Center, propane cannons, shallow water recovery, siphon dams, skimmers, sorbent boom, sorbent pompoms, tule, vacuum trucks, vegetation cutting, volunteers, weed cutters, weir/pump skimmer.","<b>M/V Cape Mohican; San Francisco, California<\/b> 1996-10-28<br />\n<i>IFO 180<\/i> - 368 m³<br />\nAt about 1530, October 28, 1996, the M/V Cape Mohican, a 725-foot Maritime Administration  (MORAD) vessel, discharged an estimated 1,950 barrels (about 81,000 gallons) of IFO 180.  The discharge occurred while the vessel was in Drydock #2 of the San Francisco Drydock Shipyard at pier 70, San Francisco Bay.  Most of the oil was retained within the drydock, with an estimated 200 barrels (about 8,000 gallons) released into the waters of San Francisco Bay.  The discharge is believed to have resulted from transfer from a stabilization tank, where an open valve discharged stored fuel through a seachest.  Weather at the time of release was winds south-southwest at about 14 knots and getting dark.  The weather changed soon after, with winds increasing up to 25-knot gusts and heavy rain.  USCG district 11.  Keyword: containment boom.","<b>Bouchard #65; Buzzards Bay, Massachusetts coast<\/b> 1977-01-28<br />\n<i>Number 2 home heating oil<\/i> - 18 m³<br />\nOn the afternoon of January 28, 1977, the barge Bouchard #65 grounded in a water depth of 17 feet in the ice covered waters of Buzzards Bay, Massachusetts.  The barge was carrying 76,191 barrels of Number 2 heating oil.  The grounding ruptured four of the seven tanks, initially spilling 95 barrels of oil.  The Bouchard #65 was towed 4 miles north to Wings Neck where it was grounded intentionally to prevent its sinking and the further release of oil.  On the morning of January 29, the Bouchard #85 arrived to begin offloading the oil remaining on the barge.  Later that day the Atlantic Strike Team (AST) arrived to assist in the offloading operations.  The Bouchard #65 continued to leak oil during the tow to Wings Neck and during lightering operations.  The barge was then towed to the Massachusetts Maritime Academy on January 29 where offloading operations continued.  On January 30, the barge was finally towed to Boston, Massachusetts where the remaining cargo was offloaded.  USCG district 1.  Keyword: Atlantic Strike Team (AST), skimmer, vacuum truck, adverse weather conditions, suction operations, lightering..","<b>Green Canyon 248; Green Canyon Block 248, Gulf of Mexico<\/b> 2016-05-12<br />\n<i>Louisiana Crude<\/i> - 401 m³<br />\nOn May 12, 2016, NOAA was contacted by the USCG Marine Safety Unity in Morgan City, Louisiana, regarding a discharge of approximately 2100 barrels(88,200 gallons) of crude oil in the Green Canyon block of the Gulf of Mexico during drilling operations. The source was reported to be secure by the RP.  The USCG has requested NOAA trajectory,  oil fate, and resources at risk at this time.  The incident is approximately 100 miles offshore","<b>Ship Shoal 332 Pipeline Break; Gulf of Mexico<\/b> 2000-01-21<br />\n<i>sour crude oil<\/i> - NA m³<br />\nAt 1000 CST a semi-submersible drilling platform dropped an anchor on an Equilon pipeline in the Gulf of Mexico some 60 miles off the Louisiana coast (approximate location - 28?07'N, 90?47'W).  The pipeline has been shut in.  The potential release is estimated at just under 2000 bbls.  Dispersants are being considered.  The NOAA SSC(Henry) has been contacted and is responding.  USCG district 8.","<b>MV Bethesda-Barge MMI-612; Helena, AR at Helena Bridge on Miss R.<\/b> 2011-03-17<br />\n<i>Unknown<\/i> - 563 m³<br />\nNOAA ERD Duty Officer received a call that during the early morning of 17Mar2011 that the Towboat-Barge combination struck the Hwy 46 Mississippi R. Bridge at Helena, AR resulting in a 50 ft. long gash in the starboard side of the barge, and puncturing the #3 starboard cargo tank.  This tank contained approximately 2950BBL of aviation alkyates.  The towboat/barge combination continued down river 3 miles and has been secured to the right descending bank of the river.  An unknown amount of the material has been released into the river but as of this morning, all but 1116BBL have been lightered from the damaged cargo tank.\u000b\u000bNOAA ERD is providing scientific support to the USCG Sector Lower Mississippi for safety and environmental issues. \u000b\u000bMajor concern is safety, not environmental. Flash point of alkylate is 20F according to Flat Hills Research MSDS.","<b>Olympic Pipeline Barek; Tukwila, WA<\/b> 1986-05-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOlympic pipeline broke at 0130 and lost 1800 barrels some running in thte Green River to the Dewamish Waterway. CG concerned about booming strategy and trajectory. At 0730 sheen at I-5 bridge.","<b>Concho; Kill Van Kull, New York<\/b> 1981-01-19<br />\n<i>No. 6 Fuel Oil<\/i> - 341 m³<br />\nOn the afternoon of January 19, 1981, the tank vessel Concho grounded in the eastern end of Kill Van Kull, off the northeastern tip of Staten Island.  The bottom port side of the ship suffered damage.  As the vessel continued down the Narrows towards New York Lower Bay, crewmen noted that it was listing to port.  The vessel was deliberately grounded in Gravesend Bay off Brooklyn to prevent its sinking.  The Concho was carrying 207,269 barrels of No. 6 Fuel Oil.  Approximately 1,786 barrels of oil were spilled into the water.  USCG district 1.  Keyword: Atlantic Strike Team (AST), self-propelled skimmer, boom, Air-Deliverable Anti-Pollution Transfer System (ADAPTS), lightering, volunteers..","<b>Buckeye Pipeline; Knapp Run, Pennsylvania<\/b> 1990-03-30<br />\n<i>TransMix  (Gasoline, Kerosene, No. 2 Fuel Oil)<\/i> - 342 m³<br />\nAt 2300 on March 30, 1990, a landslide caused a pipeline break and the subsequent release of approximately 1,790 barrels of TransMix into the Allegheny River at Knapp Run, located two miles above Freeport, Pennsylvania.  The spill was reported to the Marine Safety Office (MSO) Pittsburgh on the morning of March 31.  The spill posed a potential threat to local drinking water intakes as well as sensitive habitats in back channels, shoals, embayment areas, and tributaries.\u000bThe Regional Response Team was activated from April 1-4.  The USCG Atlantic Strike Team (AST) monitored cleanup and provided site safety.  The AST and MSO personnel formed two shoreline cleanup monitoring teams on April 2.  The Pennsylvania Emergency Management Agency (PEMA) promulgated information on potential alternative water supplies.  The Ohio River Sanitation and Navigation Commission (ORSANCO) collected water samples and used fluorometry to analyze concentrations of the pollutant in the river.  River velocities were used to estimate the arrival time of pollutant at several water intakes on the Ohio River.  Several water intakes on the Allegheny River were closed from April 2-4.  Increasing the flow of the Allegheny River to dilute the contaminant was considered and rejected.  No significant wildlife impacts were reported.  USCG district 2.  Keyword: Siphon dam, filter fence, skimmer, sorbent booms, collection boom, vacuum truck, Atlantic Strike Team (AST), Regional Response Team..","<b>M/V LORNA B; Upper Cook Inlet, Alaska<\/b> 1989-08-21<br />\n<i>Diesel<\/i> - 364 m³<br />\nThe tugboat LORNA B was towing a barge through Cook Inlet when it became entangled in the towing cable and sank at 1800 on August 19, 1989.  The tug, under charter to Marathon Oil Company to support the offshore Steelhead Oil Platform reconstruction, sank one-half mile north of the platform in 220 feet of water.  The vessel contained approximately 80,000 gallons of diesel and had 11 people on board, all of whom safely escaped.  The vessel slowly leaked some diesel, and a small slick was noted north and south of the location for several miles.  Marathon Oil Company and the Cook Inlet Resource Organization (CIRO) responded to the spill by dragging sorbent booms through the rapidly dispersing slick.  USCG district 17.","<b>Barge CTCO-211; Darrow, Louisiana<\/b> 1998-06-27<br />\n<i>Louisiana crude<\/i> - 364 m³<br />\nA spill of Louisiana crude occurred from the tank barge CTCO-211  when she was holed in the #3 port tank in a collision with a raft of grain barges at 0245, June 17, 1998.  The barge, owned by Cenac Towing Co., had a capacity of 11,000 barrels.  It was estimated (by sounding) that approximately 1904 barrels  of Louisiana Light (API 41) was discharged into the Mississippi River at MM 179.  The barge was beached on the right descending bank.  \u000bFor the next several days, salvors attempted to stabilize the barge, assess the extent of damage, and limit residual release.  There was great concern that the CTCO-211 may suddenly shift and damage the fully loaded barge that was grounded alongside her.\u000b\u000bOil from this release was seen as far down river as New Orleans.  Extensive surveys were made to check for oil migrating to the marshes at the mouth of the river, but no oil was detected.  USCG district 8.  Keyword: none.","<b>Caterpillar Facility; Joliet, IL (Des Plaines River)<\/b> 2009-02-08<br />\n<i>Waste Oil<\/i> - 318 m³<br />\nThe Caterpillar Company in Joliet, Il reported a release of 70,000 gallons of waste oil and other waste products into the Des Plaines River.  The USCG received a report via the NRC at 1200 CST.  Apparently a holding facility overflowed allowing an estimated (by the facility) of 10% to sheet-flow over the ground into the river. The time of this overflow is unknown at this writing.  Reports indicate sheening and âgray clumpsâ as far as 6 miles downriver (1430 CST).","<b>E-25 BARGE; Constable Hook, NY/NJ<\/b> 1990-02-28<br />\n<i>#6 oil<\/i> - 318 m³<br />\nAn estimated 60,000 to 70,000 gallons of #6 oil was spilled sometime between midnight and 0400 today (2/28/90). The spill location is a pier at Constable Hook (New York/New Jersey area). Constable Hook is located where Kill Van Kull runs into Upper Bay. The spill resulted from overfilling the barge as it was being loaded.  No further spillage of oil is expected. The owner of the barge is Ekloff Marine.  It is not known if the owner has assumed responsibility for the incident. Ed Levine observed the spill area on a morning overflight today.  USCG district 1.","<b>Sabine Bank pipeline leak; Sabine Bank, TX<\/b> 2007-11-05<br />\n<i>Crude Oil, API Gravity 55<\/i> - 1489 m³<br />\nMSO Port Arthur reports a pipeline release 5 nm offshore between the Sabine River and Galveston, TX.  Amount and product reported to be 750 bbl condensate crude, API 55.  A sheen of undefined dimensions has been reported on the water.","<b>Hurricane Katrina Sundown; LA<\/b> 2005-09-05<br />\n<i>Crude oil<\/i> - 147 m³<br />\nSundown East: Ruptured tanks and piping. Estimated spill volume: cumulative 450 bbl. Remote site with difficult access, located at Potash, LA, E bank of Mississippi R, mile marker 40. Sundown West: Ruptured tanks and piping. Estimated spill volume: cumulative 320 bbl medium crude oil. Remote site, located at Potash, LA, just N of Port Sulphur on W bank of Mississippi.","<b>M/V CHIL BO SAN #6; Unalaska Island, Aleutian Islands, Alaska<\/b> 1989-01-11<br />\n<i>Lube oil, diesel<\/i> - 318 m³<br />\nOn January 11, 1989, the CHIL BO SAN #6, a 283-foot fish carrier owned by Korea Wonyang Fisheries, reported itself in distress on the west side of Unalaska Island.  The CHIL BO SAN had a broken propeller shaft and was drifting in severe weather conditions.  With anchors dragging, the vessel grounded two miles south of Spray Point.  The vessel was carrying 4,565 gallons of lube oil, in drums and tanks, and approximately 65,000 gallons of diesel.  On January 15, a surveyor observed a sheen around the vessel extending two miles south.  Apparently, the vessel came over a reef and settled onto the rocks sideways, beaching in a small cove.  USCG district 17.","<b>Hobby Airport JP-8 Discharge; 7714 Airport Blvd, Houston, TX 77061, USA<\/b> 2019-02-03<br />\n<i>JP-8<\/i> - 291 m³<br />\nOn February 3, 2019, Sector Houston-Galveston IMD responded as first Federal on-scene to a reported discharge (NRC#1236649) of 64,000 gallons of jet fuel (JP-8) into the containment area of a fuel storage area at Hobby Airport.  Houston Fire Department also responded.  Incident occurred within EPA response zone, but a reported 10-30 gallons was discharged into a storm drain system which leads to Sims Bayou, a feeder stream to the Houston Ship Channel.  Storm drain outfalls were boomed, and storm drains were flushed by the OSRO.  On-scene teams noted sheen on water, no fish kills or other injured wildlife were observed.  Sector Houston-Galveston IMD issued a Notice of Federal Interest (NOFI) regarding the product in the water.  NOAA SSC was contacted, and provided phone support regarding environmental sensitivities for Sims Bayou.\u000bSector Houston-Galveston is working with the OSRO to determine final amount of product discharged to the waterway.","<b>Mid-Valley Pipeline; Kentucky River, Carrollton, KY<\/b> 2005-01-26<br />\n<i>light crude oil<\/i> - 286 m³<br />\nOn 1/26/05 (Wednesday), a pipeline broke and spilled an estimated 63,000 gallons of light crude oil into the Kentucky River near Carrollton, KY.  NOAA SSC assistance has been requested.\u000bFeb 14 2005 the FOSC made a boat survey from the Kentucky River past Louisville\u000band saw no evidence of oil.  Feb 15 2005 he made an overflight of the same area and saw no sheen.  It appears that the high water on the Ohio River has removed any sign of oil.","<b>Naval Air Station, Brunswick (NASB); Brunswick, ME<\/b> 1993-03-28<br />\n<i>jet petroleum #5 (JP-5)<\/i> - 286 m³<br />\nOn March 27 or 28, 1993, it is speculated that a large mass of snow fell from the roof of a NASB fuel storage tank actuating a lever that opened a valve.  With the valve open, some 63,000 gallons of jet petroleum #5, commonly known as JP-5, poured into the bermed area into an open-water drain.  This drain led to a stream off site, eventually running into the Androscoggin River through a small cattail marsh.  The open valve went undetected until passing motorists contacted local officials because of the strong petroleum odor.  Local officials tracked the fuel to the NASB tank and secured it, then notified the responsible state and federal agencies.  USCG district 1.  Keyword: in-situ burning, sorbent boom, vacuum trucks.","<b>Central Crude Valentine Terminal; Lockport, LA<\/b> 2007-02-23<br />\n<i>Crude Oil<\/i> - 286 m³<br />\nOn 22 February 2007, a crude oil spill was reported near Lockport, Louisiana.  More than 100 bbls of oil have been reported in Bayou Lafourche.  The actual amount of oil released from the tank was greater than 1500 bbls, but most of the oil was contained at the facility.  The NOAA Scientific Support Coordinator has been in touch with both the USCG and LDEQ.\u000b","<b>Barge Piney Point; James River, VA<\/b> 2005-11-28<br />\n<i>Asphalt<\/i> - NA m³<br />\nThe Barge PINEY POINT being towed by tug BARBARY COAST ran aground near Kingsland Reach on the James River, VA.   The capacity of the barge is 22,000 bbls.","<b>Alliance Rig Collapse; Cameron, Louisiana<\/b> 1991-06-04<br />\n<i>crude oil<\/i> - 382 m³<br />\nOn June 4, 1991, the Alliance Operating Consolidation and Production Platform located in the Gulf of Mexico suffered structural failure.  The platform, located about 7 nautical miles east-southeast of Cameron, Louisiana, supports a 5,000-barrel consolidation tank that serves as an intermediate holding reservoir for three or more wells that produce a very light (API 47) sweet oil.   Pipelines (8- inch and smaller) are part of the facility leading to and from the tank and are used to collect product and transfer it to shore.\u000bAbout 1020 on June 4, 1991, the fishing vessel LADY FRAN, operating east of the rig reported a large (1.5 to 2 miles) slick coming from the west.  The report indicated that the rig had collapsed and dumped the large deck into about 10 feet of water.  Investigation verified the incident.  Steems Oil Production Company of Lafayette, Louisiana reported that the tank had been sounded the previous day and had contained 5,033 barrels.  More than half had been transferred ashore before the collapse.  USCG district 8.","<b>Chevron Bulk Storage Terminal; Point Wells, Washington<\/b> 1985-12-20<br />\n<i>Jet A fuel<\/i> - 275 m³<br />\nOn December 20, 1985, 1,440 barrels of Jet A fuel were released into a culvert with drainage into Puget Sound when a Burlington Northern Railroad crew inadvertently ruptured a pipeline from the Chevron Bulk Storage Terminal at Point Wells.  USCG district 13.","<b>T/B Edgar O. Sikes; Shallotte River, North Carolina<\/b> 1986-03-19<br />\n<i>No. 6 oil<\/i> - 273 m³<br />\nAt 2030 on March 17, 1986, the tank barge Edgar O. Sikes was underway in the Atlantic Intracoastal Waterway when it struck a submerged object thought to be an anchor for a nearby dredge.  The 212-foot vessel was carrying approximately 9,000 barrels of No. 6 oil in each of its six tanks.  The No. 1 starboard tank was holed following the collision and an estimated 60,000 gallons of oil were released.  USCG district 5.","<b>M/V Cosco Busan; San Francisco Bay, CA<\/b> 2007-11-07<br />\n<i>IFO380<\/i> - 264 m³<br />\nThe container ship M/V Cosco Busan struck the Bay Bridge in San Francisco Bay, CA at 08:30 PST 7NOV07.  An approximate 100' gash in the hull of the vessel resulted, and 58,000 gal of fuel oil (IFO 380) was released into the water.  An Incident Command Post is located at Treasure Island, on-water cleanup activities have largely concluded, shoreline assessment teams continue to survey oiling conditions, and shoreline cleanup is well underway across the affected area.  Many oiled and closed beaches have been cleaned and re-opened.","<b>T/B LMI-150; Off Tarpon Springs, Florida<\/b> 1996-11-09<br />\n<i>#2 diesel<\/i> - 254 m³<br />\nThe tank barge LMI-150 lost a 14- to 18-inch deck fitting while en route from Pascagoula, Mississippi to Tampa, Florida spilling approximately 1,332 barrels of #2 diesel fuel.  The deck fitting was discovered missing at 0600 on November 9;  it was last seen in place at 1800 on November 8.  The vessel had traveled 60 nautical miles when the spill was discovered; the release could have happened anywhere along this track.  Water depths along the track were between 60 and 70 feet.  Three separate USCG overflights were conducted to search for oil on the surface.  Forward-looking infrared radar (FLIR) was used on two night flights.  A visual overflight was conducted on the morning of November 9; no oil was observed during any of the overflights. \u000b\u000bThe weather was winds from the north at 20 to 25 knots and the seas were 5 to 7 feet.  USCG district 7.  Keyword: none.","<b>Hurricane Katrina Chevron Port Fourchon Pipeline; LA<\/b> 2005-09-05<br />\n<i>Heavy Louisiana sweet crude oil<\/i> - 244 m³<br />\nRuptured pipeline that has discharged oil into marshland; located near Houma, LA. Response crews are flushing the marsh to allow oil to be skimmed and transferred into vac trucks.","<b>Tank Vessel Solar 1; Guimaras, Philippines<\/b> 2006-08-21<br />\n<i>Heavy Fuel Oil<\/i> - 2400 m³<br />\nOn August 11, 2006, the tanker M/T Solar 1 sank offshore of Guimaras Island, near Iliolo, in the central Philippines.  The vessel was carrying an estimated 2 million liters of bunker fuel for a local powerplant.  The vessel is reported to be sunken in 700 meters of water. A substantial but unknown amount of oil has leaked from the vessel, oiling shorelines on Guimaras Island.  The USCG Pacific Strike Team is responding and has requested NOAA HAZMAT support.","<b>TV Posavina; Boston Harbor, MA<\/b> 2000-06-08<br />\n<i>#6 fuel oil<\/i> - 227 m³<br />\nAt 0830 EDT a tug and the T/V Posaviana collided while maneuvering towards the pier in the Chelsea River in Boston Harbor at location 42?23'07.2N\"/71?01'24.6\"W.  Initial report is that the collision holed a tank above the waterline but that 50,000 gallons of #6 fuel oil may have been released into the river. \u000b\u000bThe cleanup contractor, Clean Harbors is on-scene conducting booming and skimming operations.  \u000b\u000bThe NOAA SSC is enroute and NOAA/HAZMAT is providing trajectory analysis, weather forecasts, Resources at Risk and other support.  USCG district 1.","<b>TB M&M 100; Port Fourchon, LA<\/b> 1999-01-12<br />\n<i>diesel<\/i> - NA m³<br />\nOn 12 Jan. 1999,  the OSV Elk Horn River allided with T/B M &M 100 moored at L&L fuel dock in Fourchon.  No injuries reported, but fuel was leaking out of the barge at a steady rate.  The fuel was boomed off by L & L Environmental.  The tank barge is not currently leaking fuel and will be lightered. Bayou Lafourche is closed to traffic until the spill is cleaned up.  LT Bridgeman (SSC) will accompany the USCG OSC during a morning overflight followed by a planning meeting on 14 Jan.  USCG district 8.","<b>Steuart Petroleum; Anacostia River, Washington, D.C.<\/b> 1992-01-19<br />\n<i>#4<\/i> - 16 m³<br />\nOn January 19, 1992, a frozen valve at the Stewart Petroleum facility cracked and allowed 51,000 gallons of oil to flow into the facility's containment area.  An open valve allowed approximately 3,500 gallons of product to drain from the containment area into an oil/water separator, into a storm drain, and into the Anacostia River.  The weather was clear and cold, temperature 2?F.  The U.S. Coast Guard (USCG) Marine Safety Office (MSO) Baltimore directed the spill response and cleanup conducted at Stewart Petroleum.  The Federal Pollution Fund was opened.  USCG district 5.  Keyword: containment boom, sorbent boom.","<b>Four Bayous Pass; Barataria Bay, LA<\/b> 1999-11-24<br />\n<i>MARS Crude<\/i> - 162 m³<br />\nAt approximately 3:15 AM on 24 Nov. 1999, a pipeline release occurred just east of East Grand Terre Island off Barataria Bay, Louisiana.  The cause of the release is still under investigation.  Between 850 and 1200 bbls of a deep well production oil was released.  The oil was identified as MARS Blend, a relatively high sulfur, low asphaltene crude oil.  The initial trajectory predicted the oil would move south of Four Bayous pass and sustained north winds would move most of the oil offshore.  The winds were less than the forecast and the spill coincided with a spring tide (not the season Spring, but the description of the time in the tide cycle characterized by the greatest high and low tides, derived from spring up or rise).  Much of the oil moved back into Four Bayous and Barataria Pass.  The next morning.  Heavy concentrations of oil were observed on shorelines and on water.  The NOAA SSC participated in a morning overflight (pre-SCAT survey) on Thanksgiving morning to delineate oiled shorelines and surface oil.  Heavy surface oil concentrations north of Grand Terre and south of Four Bayous Pass were identified and skimmers repositioned.  Heavy oil was observed on the barrier islands of Barataria Bay.  The barrier islands impacted were Elmer's Island, Grand Isle, Grand Terre, and East Grand Terre.  The latter two were the heaviest impacted and the most remote (no road access).  Stranded oil was heaviest near the passes and on the eastern end of each island.  At least one marina at Grand Isle was impacted.\u000b\tBy Friday (two days after the spill), overflights looked encouraging.  Very little oil was visually observed on the beaches and on-water sheens were significantly reduced; unfortunately, most of the oil was buried by depositional sand and the lower tide level was preventing remobilization of stranded oil.  \u000b\tThe SCAT team used the aerial pre-SCAT survey to aid shoreline assessments since the heavily oiled beach areas were previously identified, but now mostly hidden by over-laying sand.  SCAT was an essential element in the response and used by the Unified Command to define areas which required cleanup as well as monitoring cleanup activities to insure that the cleanup recommendations were both adequate and adhered to by field crews.  More than 100 cleanup works were engaged in this response.  Cleanup objectives and endpoints were developed within the SCAT organization.  SCAT recommendations developed a balance between preserving beach sand (a valued state resource) and minimizing potential environmental threats.  \t\u000b\tAt the end of the day (Sunday, 28 Nov.), only five sites are still being cleaned.  Of particular interest are a small marsh on the interior of East Grand Terre and a Gobi revetment (riprap) along the Conoco facility on the north side of Grand Isle (see Hotline #15 pictures, EGT and GIC, respectively).  Both sites contain free oil.  Both sites present unique cleanup problems.  The interior marsh is highly isolated and composed of very soft sediments which restrict access without causing environmental injury.  Each of the Gobi blocks is an Ãegg crate-like\" structure with spaces which hold trapped fluid oil.  USCG district 8.","<b>Barge St. Thomas; St. Thomas, US Virgin Islands<\/b> 1986-02-06<br />\n<i>Intermediate fuel oil<\/i> - 229 m³<br />\nAt  1730 on February 6, 1986, the barge St. Thomas, in tow by the Todd W. Boudreaux, struck a submerged piling as it was entering port in Crown Bay, St. Thomas, U.S. Virgin Islands.  Approximately 1,200 barrels of an intermediate fuel oil leaked through a four-foot long hole in the barge's no. 1 starboard tank, approximately 50 feet away from the bulkhead in crown Bay.  The owners of the oil, Statis Terminals, immediately began deploying boom around the leaking barge.  Later, a diver applied a temporary patch to the leaking barge.  USCG district 7.","<b>North Shore Spill; Long Island, NY<\/b> 2001-03-26<br />\n<i>#6 fuel oil<\/i> - NA m³<br />\nAt about 0645 PST 26 March, NOAA HAZNAT was contacted by USCG MSO Long Island Sound, New Haven, CT, concerning tarballs and tar patties which were reported washing up on the north shore of Long Island from Stonybrook, NY to Wading River, NY on 23 March.  The oil is suspected to be from the Tank Barge Rhode Island.   \u000b\u000bThe T/B Rhode Island had loaded 48300 bbl of #6 fuel oil in Bayonne, NJ the evening of 19 March.  At first light 20 March the facility noticed a spill.  That afternoon a 6x1/2 inch crack was found in the starboard #1 tank of the barge while it was located offshore of Bridgeport CT.  The tank had held 4716 bbl of oil and was found to now have 6 to 8 inches of water in the tank.  The barge moved to anchorage off New Haven CT and was lightered.  Lightering was completed 0915, 21 March.  USCG district 1.","<b>Star  Terminal; Providence, Rhode Island<\/b> 1994-06-22<br />\n<i>gasoline<\/i> - 227 m³<br />\nDuring a transfer operation at the Star Terminal tank farm, a valve gave way, releasing 50,000 gallons of unleaded gasoline into a bermed area.  The Providence Fire Department responded and applied a thick blanket of protein foam.  The USCG, Rhode Island Department of Environmental Management (RIDEM), and Rhode Island Emergency Management Agency (RIEMA) were notified.  Clean up contractors were hired.At a meeting with the responsible party, State OSC, RIEMA, FOSC and contractors, concerns about making evacuation decisions based solely on the ALOHA results (the inputs to which were from a water/oil interface model, extrapolated to a ground-containment problem) were expressed along with the recommendations of ASTDR.The EPA Technical Assistance Team was requested through the FOSC to conduct air monitoring.  Action level readings as specified above were not found.  USCG district 1.  Keyword: none.","<b>Capital Terminal; East Providence, RI<\/b> 2011-08-31<br />\n<i>diesel<\/i> - 727 m³<br />\nOn the morning of Aug 31st, a construction vehicle struck a high pressure oil transfer line at the Capital Terminal in East Providence, RI while a barge was off-loading and created a geyser of oil that first sprayed approximately a 1 acre area and then, once the valves were closed (5-6 minutes), leaked onto the ground.  The estimated aerial release was approximately 40-50 thousand gallons of diesel fuel and the remaining flow is yet to be determined, but could bring the total to over 100K.  Virtually the entire release is confined to the land, either in the spray area or in a quickly constructed dike area.  Only minor sheens have been reported in the Seekonk River.  Gross oil recovery is nearly complete and gauging is in progress to determine the amount released.  Assessments are in progress o determine the amount of oil remaining in the soil on top of the water table.  NOAA is assisting in estimating the evaporation amounts and ultimately the mass balance so that the amount remaining in the nearby soil can be approximated.","<b>M/V Alexia and M/V Enif; Southwest Pass, Louisiana<\/b> 1995-07-01<br />\n<i>diesel, IFO 180<\/i> - 227 m³<br />\nOn July 1, 1995, at 0030, the 754-foot Greek-flagged cargo ship Alexia collided with the 514-foot Singapore-flagged ship Enif approximately six miles south of Southwest Pass, Louisiana, near the entrance of the Mississippi River into the Gulf of Mexico.  The Alexia's bow was imbedded in the Enif, just aft of amidships and approximately halfway through her beam. The weather at the time of the accident was seven-knot winds from the north, one-foot seas, and ten-mile visibility.  The Enif spilled approximately 50,000 gallons of mixed diesel and IFO 180 at the time of the collision.  The Alexia reported a 12-foot gash below the waterline, but no spills.  On the morning of July 4 the ships were separated with only sheens reported around the Enif.  The ships were surveyed, lightered, and allowed to enter Mobile for repairs.  USCG district 8.  Keyword: Corexit 9527, salvage, potential spill.","<b>Tennessee River; Knoxville, Tennessee<\/b> 1999-02-10<br />\n<i>diesel<\/i> - 205 m³<br />\nThis spill occurred sometime after midnight on February 10, 1999,  when a 10-inch pipeline burst open on top of a hill overlooking Fort Loudoun Lake on the Tennessee River.   Phone calls soon began to filter into the local fire station describing a strong diesel smell within a cluster of homes at Scottish Pike in South Knoxville, Tennessee.   When a fire truck arrived on-scene, a fountain of diesel fuel was spewing heavily onto an adjacent house and an immediate evacuation of six homes took place.   At the same time notification to shut down its pipeline was given to Colonial Pipeline (RP).  They were also told to boom off Goose Creek, at the junction of the creek and the Lake.  The diesel had flowed down an embankment to Goose Creek then into the lake and river creating a slick 60 feet wide  and several miles long.  The USCG was notified and dispatched a team from MSD Nashville and three members of the USCG GST.  EPA arrived on-scene the morning of February 13 and assumed the Federal On-Scene Coordinator (FOSC) position since the spill originated from shore.  The cause of the spill will be investigated by the National Transit Safety Board (NTSB).  The spill occurred at river mile (RM) 647.5, which is below the City of Knoxville's  water intakes.  Additionally the river is controlled by a dam ( Fort Loudoun Lake Dam) that shut down operations soon after notification of the spill.  By midmorning the RP and contracted response organizations had boomed off three locations down river.  Because it was dyed red the diesel produced a very noticeable slick. The current in the area was flowing at 1 knot and a little faster in the river bend just a couple of miles downstream from Goose Creek in the area called Sequoyah Hills.  From there the river opens up wider and the current drops off significantly.   As the diesel spread out, rainbow sheens developed.  This was prevalent between Sequoyah Hills and a mile down river to Looney Island.  As the spilled diesel weathered, silver sheens became more prevalent after day two and even more on day three.  Additionally silver steaks could be seen from the air  leeching off a point at RM 645.  South of Looney Island to Sequoyah Park the diesel was observed to be in streaks and patches.  On shore the diesel penetrated deep into the riprap shorelines and maybe an inch into the fine-grain sand shores from Goose Creek to Sequoyah Hills.  Oil film and a brown frothy mousse could be seen downstream of Sequoyah Hills. Additional shoreline impacts were at the booming site at Sequoyah Park where unweathered diesel pooled at the junction of the boom and shoreline.  Some oiled debris was located at RM 639 near Maxey's Boat Dock.  Fortunately half the area is guarded by bedrock bluffs resulting in less shoreline impact and probably accounted for a high percentage of recovery noted by the RP.  Officially, 45,000 gallons of diesel was released and 90% was recovered by skimmers and vacuum trucks.  The initial report of the spill indicated that there had been 80,000 gallons of diesel released.  In which case the mass balance breaks down to 50% recovered, 30% evaporated, 15% Goose Creek soils, and 5% other shoreline impacts.  USCG district 8.  Keyword: boom, skimmers, low-pressure washing, vacuum trucks.","<b>Planes Pipeline; Offshore, TX<\/b> 2006-12-24<br />\n<i>Medium to Heavy Crude Oil<\/i> - 191 m³<br />\nMSU Galveston notified the NOAA Scientific Support Coordinator (SSC) of \u000ba reported 500 bbl spill of a medium-heavy crude oil spill offshore of \u000bSE Texas. The volume and product was later upgraded to 1000 bbl of light crude (See hotline entry on 12/27). The location is roughly 20 miles offshore. The spill was the result of a pipeline failure discovered at 0640 hrs local time. The pipeline was immediately shut in.","<b>O'Niell Tank Batt.; Golden Meadow, LA<\/b> 1999-07-04<br />\n<i>crude oil<\/i> - NA m³<br />\nAn abandoned oil production and storage tank facility near Golden Meadow, Louisiana released an unknown amount of crude oil as a result of rain water displacement.  Residual oil in the storage tanks has been pumped out and removed from the site.  NOAA was contacted by the USCG and asked to participate in assessing cleanup options as well as cleanup criteria.  The site is adjacent to a residential area and Bayou Lafourche.  A preliminary site visit by NOAA was conducted on Friday (2 July) and a tactical planning meeting is scheduled for Thursday (8 July).  Site photos to follow.  USCG district 8.","<b>Barge RTC320; Arthur Kill<\/b> 1997-05-15<br />\n<i># 2 fuel oil<\/i> - 194 m³<br />\nAt approx. 0040 5/15/97, a barge being loaded with No. 2 fuel oil overfilled spilling an estimated 1014 bbls (42,588 gallons) into the Arthur Kill.  The spill location coordinates are 40 deg. 35 min. 17 sec. N, 74 deg. 12 min. 33 sec. W.  The apparent cause of the spill was the deckhand fell asleep during the loading operation.  The barge was boomed prior to fuel transfer operations; most of the oil was contained within the boom.  Response contractor is on-scene.  Some oil has moved south to just north of the Outer Bridge Crossing.-  - Trajectory/Forecast: - The tide will change at 1100.  Forecasted winds should push the oil towards the Staten Island side of the kill.  Trajectory, ADIOS, and weather analysis predicts a 90% evaporation of the oil within 12 hours. -  - No NOAA personnel are anticipated to respond on-scene at this time.  USCG district 1.","<b>W. Lake Verette; Atchaflaya Basin, Morgan City, LA<\/b> 2001-09-18<br />\n<i>Condensate crude oil<\/i> - 191 m³<br />\nDue to an operator error, 1000 bbl of condensate crude (API gravity 47-48) was released from a facility in the Atchaflaya Basin some 8 miles NNW of Morgan City, Louisiana.  The impacted area is a cypress swamp.  Rapid response by both the company and a hired response company (Oil Mop Inc.) resulted in the \"containment\" of most of the spilled oil in a canal system within 0.5 miles of the facility.  Oil in the containment area was greater than 0.5 inches thick in many locations.  High levels of benzene forced the responders to take a defensive approach, but by the end of the day, two shallow water skimmers were working the edge of the spill.  At dusk, additional boom was being moved to the site to enhance containment.  Oops Inc. is on scene for company spill management.  USCG district 8.","<b>Rosarito Facility; Rosarito Beach, Mexico<\/b> 1999-05-13<br />\n<i>IFO 380<\/i> - 191 m³<br />\nAt approximately 1500, May 13, 1999, a tank vessel approximately 1700 meters offshore Rosarito Beach, Mexico noted an oil leak from the shore-based pipeline they were pumping to.. Weather at the time of the incident was winds at 10 knots from the south. An estimated 1000 barrels of a heavy fuel oil were released offshore..  The RP hired contractors to clean shorelines in Mexico.  The USCG arranged for an overflight in Mexican airspace using a USCG helicopter.  USCG district 11.  Keyword: endangered species, evaporation.","<b>RTC 380; Carteret, New Jersey<\/b> 1997-05-15<br />\n<i>#2 fuel oil<\/i> - NA m³<br />\nAt 0040 on May 15, 1997, the USCG ACT NY  was notified of an oil spill at the GATX  facility in Carteret, New Jersey. The discharge was the result of a tankerman falling asleep and overfilling the barge RTC 380. \u000b\u000bThe weather was overcast and temperature was 50?F.\u000bAn estimated 1,000 barrels of #2 fuel oil spilled into the water of the Arthur Kill. At the time of loading, the barge was surrounded by containment boom. The majority of the oil was held within the boom. Within 24 hours most of the oil was skimmed from within the boom.\u000bACT NY acted as FOSC, Reinhauer Transportation, Inc. was the designated RP, and New Jersey and New York spill response agencies responded to form the Unified Command.  Two cleanup contractor companies were hired to deploy boom and remove the oil.  USCG district 1.  Keyword: containment boom, evaporation, skimmers, vacuum trucks, weir/pump skimmer.","<b>Buffalo 286; La Porte, Texas<\/b> 1996-05-26<br />\n<i>IFO 380<\/i> - 191 m³<br />\nThe single-hulled barge Buffalo 286 suffered a major structural failure on May 26, 1996, and discharged approximately 1,000 barrels of IFO 380 from damaged tanks into Galveston Bay, Texas.  The #3 port and starboard wing tanks were damaged with 5,000 barrels of product divided equally between them.  The barge carried 16,000 barrels of product.  Weather onscene was southeast winds at 15 knots.  \u000bProtective booming was in place at the Houston Yacht Club, Little Cedar Bayou, parts of Atkinson Island, and sensitive areas along the shoreline between Morgans Point and Eagle Point in accordance with the Area Committee Plan.\u000b\u000bThe USCG directed the towing vessel to transit into the Bayport Ship Channel and position on the north bank to minimize the extent of oil impact.  On May 27 the barge was against the north side of the channel.  USCG district 8.  Keyword: containment boom, skimmers, Corexit 9580, sorbent boom, sorbent pompoms, vacuum trucks.","<b>Chevron Pipeline Spill; Pearl Harbor, Hawaii<\/b> 1996-05-14<br />\n<i>#6 fuel oil<\/i> - 191 m³<br />\nOn May 13, 1996, approximately 1,000 barrels of #6 fuel oil was spilled from a leak in Chevron's black oil pipeline into the Waiau fresh water tributary, located west of Hawaiian Electric Company's (HECO) power plant in Pearl City, Oahu.  The oil flowed from the fresh water tributary into the East Loch of Pearl Harbor.  Before the leak, oil was being transported from the Chevron Hawaii Refinery through the company's 22.6-mile long pipeline to the Chevron Marine Terminal.  Initial analysis indicated that the leak was caused by external corrosion of the pipeline.  The pipeline was inspected by U. S. Department of Transportation (Office of Pipeline Safety) between May 23 and May 31.  Following replacement of the damaged section of pipeline and internal inspection of its entire length, the pipeline was returned to service on May 25 at 80 percent of its pre-spill operating pressure with approval from federal and state agencies.  USCG district 14.  Keyword: endangered species, hot-water high-pressure washing, International Bird Rescue and Research Center, sorbent pom poms.","<b>T/V Anitra; Big Stone Anchorage, Delaware Bay<\/b> 1996-05-09<br />\n<i>Nemba and Kabinda (Angolan) crude oils<\/i> - 191 m³<br />\nOn  May 9, 1996, the  846-foot T/V Anitra, carrying 41.9 million gallons of crude oil, reported approximately 200 gallons of oil bubbling from below her waterline.  The vessel was anchored at Big Stone Anchorage in Delaware Bay.  The on-scene weather was light winds, air temperature 49?F, with overcast skies and calm seas.\u000bThe DBRC's two skimmers, Del River and Del Bay, and the National Response Corporation (NRC) skimmer Patriot response vessels, dispatched to the scene, boomed off the vessel and began skimming operations. Initially, it was believed that the oil was leaking from the sea chest, indicating the possibility that cargo was leaking into the ballast water piping.  Observers on an overflight the next morning reported a steady stream of product extending from the vessel's stern to sea in a south-southeast direction for 3.5 miles, followed by a 3.8-mile sheen.  After the first day, the estimate of oil spilled was raised to approxiÃ±mately 10,000 gallons; after 10 days the estimate was 42,000 gallons.  Diver surveys were conducted to identify the source of the leak. Approximately 600 barrels of an oil/water mixture were recovered by skimmers.  USCG district 5.  Keyword: endangered species, shallow water recovery, skimmers, tourism losses, Tri-State Bird Rescue.","<b>Oily water discharge Theodore Ship Channel; Theodore, AL 36582, USA<\/b> 2018-02-12<br />\n<i>oily water<\/i> - 191 m³<br />\nOn February 12, 2018, the National Response Center received a report of 1000 barrels of oily waste discharged into the Middle Fork of Deer River (aka Theodore Ship Channel). The USCG Sector Mobile is enroute to determine extent of discharge. Source is secure, facility is responding. \u000b.","<b>Main Pass 25, Bison Energy; 16 miles north of Venice, LA<\/b> 2014-01-30<br />\n<i>Presumably South LA Crude<\/i> - 191 m³<br />\nOn January 30th, 2014, the USCG Sector New Orleans contact the NOAA SSC about a oil spill reported in Main Pass 25 (NRC 1072522). The spill is originating from a 1,000 bbl tank on a facility. There is no known rate of discharge and the facility is attempting to secure the source. At this time, the sheen is reported to be 3 mi by 10 feet with black oil covering 0.5 mi by 5 ft (report from facility). An overflight is underway to verify these reports. Efforts are being made to deploy 1,000 ft or hard boom and 800 ft sorbant material. USCG is requesting a trajectory at this time to assist with current and future overflight operations.","<b>Westshore Pipeline; Palos Heights, IL<\/b> 2012-08-27<br />\n<i>JP-5<\/i> - 191 m³<br />\nOn August 27, 2012 at 0910 (eastern), USCG contacted the SSC to report the release of 1000 barrels of JP-5 jet fuel from a leaking or broken pipeline that had occurred earlier that morning at 0631 (eastern).  At the time of SSC contact, an accurate lat/long was not available but was reported to be near the intersection of Illinois Highway 83 and South 86th Ave in Palos Heights, IL.  JP-5 has reportedly reached a nearby creek and threatens the Cal-Sag Channel.  Although USEPA is the lead agency, the USCG FOSCr has requested information on fate and toxicity.  SSC contacted the OOD and has provided phone support.  USCG and/or USEPA may request additional support as this spill progresses.\u000b\u000bNRC Incident Report #'s 1022270 and 1022271","<b>Storage Tank Rupture; Mobile River, AL<\/b> 2011-09-01<br />\n<i>Heavy fuel oil<\/i> - 191 m³<br />\nAt approximately 0800ET on September 1, 2011 the NOAA SSC was contacted by Sector Mobile regarding a spill of an estimated 1000 bbls of heavy fuel oil.  Source is a ruptured storage tank at an asphalt company in Mobile, AL.  The tank was reported to have 3000 bbls of product released with 1000 bbls going into the Mobile River.  Time of occurrence was 0030 Sept. 1 local time.  The USCG has closed the waterway to vessel traffic from Cochrane Bridge(MM 5) HWY 90 to McDuffie Coal Terminal (MM 0).  The USCG has requested a spill trajectory, tides and currents, and resources at risk summary.","<b>Pelto Number 1; offshore of Whiskey Pass, Louisiana<\/b> 1998-05-20<br />\n<i>crude oil<\/i> - NA m³<br />\nAt about 0630 local time 20 May, a leak was discovered in a pipeline on the oil lease Pelto Number 1 west of the Mississippi delta offshore of Whiskey Pass, Louisiana.  A brown oil slick 3/4 mile by 2 1/2 mile is at 29 degrees 00 minutes 31 seconds North, 090 degrees 44 minutes 46 seconds West.  Winds are south 10 knots, seas 2 feet.  An overflight is in progress.  USCG district 8.","<b>Johnsons Bayou Pipeline Leak; Johnsons Bayou, LA<\/b> 2000-02-24<br />\n<i>natural gas condensate<\/i> - 1 m³<br />\nThe NOAA SSC was notified by MSO Port Arthur on the afternoon of 24 Feb., 2000 of a pipeline spill in a marsh near Sabine Pass.  The spill was reported to be 800 yards east of the pass in Cameron Parish, Louisiana.  The nearest town is Johnsons Bayou.  The initial report was a spill of 5 bbl and in-situ burning is being considered.  The spill is still being investigated.  NOAA was requested to provide technical assistance.  USCG district 8.","<b>Unocal Neches River; Port Arthur, TX<\/b> 1993-04-20<br />\n<i>crude oil \"rock\" oil<\/i> - 191 m³<br />\nApproximately 1,000 barrels of crude spilled from the Unocal facility located on the Neches River sometime during the night of April 19-20, 1993. It is speculated that the spill might have originated at a sump.  The specific gravity of the oil is between .75 and .90, the oil is being referred to as \"rock oil\".  Most of the oil appears to be in Gray's Bayou, some has been reported 3 to 4 miles down the Neches River (from the spill site).  The Unocal facility is located at 30 degrees, 00 minutes, 06 seconds North, 93 degrees, 58 minutes, 04 seconds West.  NOAA SSC Mike Barnhill is on scene.  Charlie Henry from LSU and members of the BAT team are planning to go on scene.  USCG district 8.","<b>T/B CIBRO PHILADELPHIA; Albany, New York<\/b> 1989-09-16<br />\n<i>Mexican crude oil<\/i> - 727 m³<br />\nAt approximately 0300 EST on Friday, 12/15/89 the Barge Cibro Philadelphia experienced some leakage of #6 Fuel Oil.  The estimated maximum amount spilled is 160,000 gals.  The barge is currently located at the Bay Ridge Anchorage at Lat. 40 deg. 39' 37\", Long. 074 deg. 02' 21\". SSC is on scene. Phone numbers are: 212-668-7936 and 212-668-7938.  The barge is carrying approx. 4,536,000 gals. and has a 1/4 inch crack that runs for over 25 ft. around the hull and down across the bottom.  Ken Finkelstein is en route to NY.  USCG district 1.","<b>Hess Oil Refinery; Limetree Bay, St. Croix, US Virgin Islands<\/b> 1989-09-22<br />\n<i>Number 6 fuel oil<\/i> - NA m³<br />\nOn September 18, 1989, Hurricane Hugo hit the island of St. Croix with winds in excess of 140 miles per hour, severely damaging the Hess Oil Refinery in Limetree Bay, on the island's south coast.  Twelve tanks were damaged; three of the twelve ruptured, spilling oil into their containment areas.  Some number 6 fuel oil leaked into the north end of Limetree Bay in the Hess pier area, where it was held in by the weather conditions.  Hess discovered the spill immediately after the passage of the hurricane.  They responded with containment boom and recovery equipment.  USCG district 7.","<b>Cold Springs Harbor Barge; Arthur Kill, NY/NJ<\/b> 2005-03-24<br />\n<i>#2 Fuel Oil<\/i> - 450 m³<br />\nAt about 1955 EST the barge Cold Spring Harbor was holed and released approximately 40,000 gallons of #2 fuel oil.  It is reported that a significant amount of the oil has been boomed. The location is in the southern section of Arthur Kill about 2.5 miles from Raritan Bay. This is at Motiva C1 dock in New Jersey.","<b>Coastal Oil Eagle; Deptford, New Jersey<\/b> 1995-07-22<br />\n<i>Rabbi crude<\/i> - 382 m³<br />\nAt 1645 on July 22, 1995, the T/V Jahre Spray parted transfer lines and manifold connections at the Coastal Eagle Point refinery in Deptford, New Jersey. The cause of the accident was reportedly strong winds during the transfer operation. Wind speeds recorded in the area were 25 knots from the east, with local tornadoes reported. Air temperature was 82? F with rain.\u000b\u000bApproximately 2,000 barrels of Rabbi crude oil were released from the facility pipeline. It is estimated that 600 barrels spilled onto land containment areas and 1,400 barrels into the Delaware River.  USCG district 5.  Keyword: Delaware Bay and River Coop, containment boom, evaporation, ground truth, low-pressure washing, skimmers, sorbent boom, Tri-State Bird Rescue, vacuum trucks, volunteers, weir/pump skimmer..","<b>BARGE INTERSTATE 53; ARTHUR KILL, NJ/NY<\/b> 1990-07-18<br />\n<i>#2 heating oil<\/i> - 177 m³<br />\nSometime on the morning of 18 July, the Barge Interstate 53 was holed below the waterline as it was being pulled away from the Exxon pier near Elizabeth, NJ in Arthur Kill. Initial information was provided by NOAA SSC Ed Levine who was on-scene at the time of the accident.  Approximately 39,000 gallons of number 2 heating oil are in the water and the leak has not yet been contained.  262,000 gallons are in the damaged tank.  MASS has provided initial current and weather information.  On-scene telephone number is (201) 474-6465.  FAX is (201) 474-6557.  USCG district 1.","<b>Howard Star; Tampa Bay, Florida<\/b> 1978-10-05<br />\n<i>Bunker C, Light diesel<\/i> - 182 m³<br />\nSometime between October 4 and 5, 1978, the dry bulk carrier Howard Star discharged approximately 952 barrels of bunker C and light diesel into the Port Sutton Channel.  The incident most likely occurred while the vessel was deballasting at the International Mineral and Chemical Corporation (IMC) Phosphate Terminal in Tampa, Florida.  The oil spread to East Bay, Tampa Bay and Hillsborough Bay and impacted 15 widely separated shorelines over a distance of approximately 20 miles.\u000bPersonnel aboard the Howard Star failed to notify authorities of the discharge.  The  Coast Guard Marine Safety Office (MSO) Tampa was first notified by IMC on October 4 at 2025 that approximately 15 gallons of oil was in the water at the IMC terminal.  The Coast Guard discovered large quantities of floating oil streaming into Hillsborough Bay from the Port Sutton Canal.  The Environmental Coastal Pollution Cleanup Service (ECPCS) was notified of the spill and began mobilizing all available boom and cleanup equipment on October 5.  An additional cleanup contractor, Need-A-Diver, was contracted by the Coast Guard.  The Regional Response Team (RRT) was activated at 1115 on October 5, and the USCG Gulf Strike Team was requested.  \u000bBecause the entire transit system was affected, the port was closed to help contain the oil.  The MSO and cleanup contractors deployed four sections of boom to prevent the oil from spreading further into the surrounding bays.  By October 9, approximately 643 barrels of oil had been recovered by the contractors and the Coast Guard.  Since the populations of migratory waterfowl are low in October, there were only 14 known bird fatalities.  Several dead crabs were found along Whiskey Key and E.G. Simmons Park, but the population appeared to recover within 60 days of the incident.  Several mangrove trees died as a result of the oiling.  USCG district 7.  Keyword: Boom, vacuum truck, manual removal, sorbents, skimmer, low-pressure washing, disposal, fingerprinting, Gulf Strike Team (GST), Regional Response Team..","<b>Ryuyo Maru No. 2; Village Cove, St. Paul Island, Bering Sea, Alaska<\/b> 1979-11-08<br />\n<i>No. 2 Fuel Oil<\/i> - NA m³<br />\nOn November 8, 1979, the fishing vessel Ryuyo Maru No. 2 grounded in 60-knot winds and 30-foot seas in Village Cove, St. Paul Island, Bering Sea, Alaska.  The vessel initially spilled about 950 barrels of light oil and continued to leak for the duration of the incident.  An initial survey found nine of 12 tanks holed.  The ship's refrigeration system failed, releasing toxic levels of ammonia gas in the interior.   Access to the vessel was complicated by the rough seas and a 200-foot high cliff at the grounding site.  A makeshift, 90-foot highline was rigged from the base of the cliff to the ship.  The only alternative mode of access was by helicopter, which was not always available because of weather.\u000bThe Commanding Officer, Marine Safety Office (MSO), Anchorage, the predesignated On-Scene Coordinator (OSC) for the spill, sent a representative to the site on November 9.  The owners of the vessel initially assumed responsibility for cleanup operations, but abandoned their responsibility on November 15, at which time the OSC took full control of the spill response.  Explosives were used to vent dangerous accumulations of ammonia gas on November 20, and also to finally destroy the vessel on November 22.  The response ended on December 5.  USCG district 17.  Keyword: Pacific Strike Team (PST), U. S. Naval Explosive Ordinance Detachment (EOD), Crowley Environmental Services, adverse weather conditions, manual removal, sorbents, boom, low pressure washing, demolition, toxic fumes, remote response..","<b>Ehime Maru; 8-10 miles south of Waikiki Beach, Honolulu, HI<\/b> 2001-02-09<br />\n<i>diesel fuel<\/i> - 95 m³<br />\nLate this afternoon (Friday, 9 Feb. 2001) a US submarine collided with a 190ft Japanese Training Vessel approximately 8-10 miles south of Waikiki Beach, Honolulu, HI (21 03.7'N/157 51.8'W).  The vessel had just refueled and was carrying at least 21000 gals of diesel fuel oil.  It is believed that the sub surfaced under the vessel causing it to sink in 1800ft of water. Although its likely there was a release of oil focus right now is on search and rescue.  There is fear that some passengers are missing.  USCG district 14.","<b>T/B LBT 62; Chalmette, Louisiana<\/b> 1994-12-22<br />\n<i>Alabama sweet crude<\/i> - 174 m³<br />\nAt 0530 on December 22, 1994, USCG MSO New Orleans received notification of an oil spill at mile marker (MM) 88 on the Mississippi River.  The wake from the M/V Medicine Bow forced tank barge LBT 62 onto a piling, holing the barge on the aft starboard side of tank #5.  The total cargo of LBT 62 was 20,000 barrels of Alabama sweet crude oil, with 1,800 barrels in tank #5.  The initial rate of release was estimated to be 10 barrels per minute.  Shoreline impacts were reported by 0700; at 0730, the source of the spill was reported secured.  An estimated 911 barrels had been released into the water.  The USCG established a safety zone between MMs 89 and 75.\u000bOn-scene weather was overcast, temperature 50?F, winds north-northwest at 6 knots, and current 3 knots.  An ICP was established at the MSO with members of USCG, state, and the RP.  Also at the MSO were the NOAA SSC and state and Federal refuge managers.  USCG district 8.  Keyword: containment boom, vacuum truck, skimmers, FLIR.","<b>Gordon Terminal Service; Bayonne, New Jersey<\/b> 1987-11-23<br />\n<i>Motor oil, automatic transmission fluid, ethylene glycol, florosil dye<\/i> - 173 m³<br />\nOn the night of November 22, 1987 Gordon Terminal Service, an oil and anti-freeze storage and packaging facility in Bayonne, New Jersey, caught on fire.  Firefighting efforts to contain and extinguish the blaze resulted in runoff from water pumped onto the site.  This runoff contained motor oil, automatic transmission fluid, ethylene glycol (antifreeze), and florosil dye.  An estimated 38,000 gallons was spilled into the Kills (the area between Staten Island, New York and Bayonne) from approximately 2300 on November 22 till 0900 on November 24.  USCG district 1.","<b>Berge Banker; Galveston, Texas<\/b> 1995-02-05<br />\n<i>Bunker C<\/i> - 172 m³<br />\nOn February 5, 1995, the M/V Berge Banker collided with the M/V Skaubay when preparing for lightering operations in the Galveston lightering area.  The M/V Skaubay sustained a 25-foot gash on her port bow about 25 feet above the waterline.  The Berge Banker sustained damage to a forward cargo tank.   Based on tank soundings, the Berge Banker released 900 barrels of Bunker C into the water.  On February 16, tarballs from this spill began coming ashore on the beaches near Corpus Christi, Texas, 140 miles away.  USCG district 8.  Keyword: satellite-transmitting buoys.","<b>Greenhill Petroleum Corporation Well Blowout; Timbalier Bay, LA<\/b> 1992-09-29<br />\n<i>South Louisiana crude<\/i> - NA m³<br />\nThe rig caught on fire at approximately 1200 CST.  The fire initially was burning oil and gas, but the oil fire went out after a short time. Although the fire appears not to be damaging the rig, one person was injured due to burns.  Debra Simecek-Beaty, NOAA, overflew over the spill area (H-65) from 1220 to 1320.  On scene winds were about 15 knots from the NE.  The rig was on fire and a slick extended from the rig to the western end of East Timbalier Island.  The slick contained mostly silver and rainbow sheen with a narrow band of dark colored streamers.  Burn residue was also observed in the slick.  Shoreline impacts on East Timbalier Island extended from the western tip and along the northern shore to the radio tower.  No impacts were observed east of the radio tower.  Two subsequent overflights mapped the shoreline features in greater detail since there had been more than a dozen breaks in the island due to Huricane Andrew.  Winds had increased to greater than 20 knots and a significant sea swell was forming, resulting in 5 -7 foot breakers on the Gulf side of the island.  Although visibility had diminished due to the lower sun angle, it appeared that the amount of oiling in the marshes had decreased significantly.  Only one small pocket of black pooled oil was observed in contrast to yesterday. The oil did not appear from the overflight to have undergone any significant emulsification.  A flight restricted zone with a radius of 5 miles and an altitude of 3000 feet was established around the rig at 1511 for all non- response aircraft.  The zone restriction will last for 6 hours.  The 36 inch boom that was deployed around the rig was destroyed in the fire.  The Coast Guard has deployed two more booms to the west of the rig.  The Coast Guard was unable to deploy the Open Water Containment and Recovery System (OWOCRS) because the water is too shallow.  USCG district 8.  Keyword: blowout, Boots And Coots, wellhead fire, booms, skimmers, rapid evaporation.","<b>M/V New Amity; Upper Galveston Bay<\/b> 2001-09-23<br />\n<i>IFO 380<\/i> - 166 m³<br />\nOn Saturday evening (22 Sept. 2001), the NOAA SSC was notified of a collision and oil spill in Upper Galveston Bay.  The M/V New Amity, a tanker vessel, was holed and an estimated 138.5 cubic meters, or 36,600 gallons, of oil was released.  The leaking vessel was directed into Barbers Cut Port Facility.  NOAA was initially requested to provide weather and an oil trajectory as well as to begin to evaluate cleanup issues related to several oiled commercial vessels scheduled to leave the port facility.  With respect to the latter, the use of surface washing agents as used in the Genmar Hector response was reviewed as an option to enhance cleanup.  USCG district 8.","<b>COLUMBUS AMERICA / NEPTUNE JADE; Norfolk, VA<\/b> 1990-07-02<br />\n<i>#4 fuel oil<\/i> - 159 m³<br />\nAt 1842 on the evening of Sunday, July 1st, the container ships NEPTUNE JADE and COLUMBUS AMERICA collided during a thunder storm in the area of the Hamp- ton Roads Bridge-Tunnel,  (37 00.2N & 76 17W).  The NEPTUNE JADE proceeded to to Norfolk International Terminals (NIT) and the COLUMBUS AMERICA proceeded to NORSHIPCO, docking there at approximately 2300. . The COLUMBUS AMERICA damaged at least one fuel tank containing 140,000 gallons of #4 fuel oil, and possibly another fuel tank of the same type and a double bottom tank containing 80,000 gallons of diesel.  Oil has been streaming from the collision site to NORSHIPCO.  An overflight was scheduled for this morning. . SSC's (AnnHayward Walker and Gary Ott) are in route and will arrive Norfolk at about 1200 EDT.  Contact SSC at MSO Hampton Roads (804-441-3314). . THE COLLISION OCCURRED ON A HIGH TIDE GOING INTO EBB, WITH NW WINDS 8-15KTS LAST NIGHT. TODAY'S FORECAST IS WINDS OUT OF THE NORTH 15-20 KTS, AIR TEMPS IN THE MID-80'S. THE WINDS MAY VARY SOME N/NW AND N/NE.  SEAS 2-3'. TOMORROW THE WINDS WILL BE OUT OF THE SOUTH 5-10 IN THE AM, AND 15 KTS IN THE AFTERNOON. . Initial trajectory estimates are that the oil will stay inside the bay area for the immediate tidal cycle.  The immediate concern is if, and when, the oil may head around Cape Henry and possibly impact the Virginia Beach area.\u000b37 00.2N & 76 17W  USCG district 5.","<b>USS TRUXTON Fuel Spill, Offshore Virginia Beach, VA; Atlantic Ocean<\/b> 2021-06-04<br />\n<i>Marine Diesel Fuel<\/i> - 159 m³<br />\nOn June 4, 2021, the USCG Sector North Carolina notified the NOAA SSC that the Navy vessel, USS TRUXTUN, while conducting an internal fuel transfer discharged an estimated 35,000 gallons of fuel oil approximately 60 miles east of Virginia Beach, Virginia. USCG requested a trajectory model and additional supplementary information.","<b>USS JASON DUNHAM; Cape Hatteras, NC<\/b> 2014-03-12<br />\n<i>#2 Diesel Fuel<\/i> - 159 m³<br />\nOn March 12, 2014, the USCG Sector North Carolina notified the NOAA SSC that the US Navy vessel USS JASON DUNHAM accidentally discharged approximately 35,000 gallons of #2 diesel fuel. Discharge took place on 11 March at 1800 hours. The discharge occurred approximately 22 miles offshore of Cape Hatteras. USCG Sector North Carolina has requested fate and trajectory from NOAA.","<b>M/V Stone Fueler; Belle Pass, Louisiana<\/b> 1998-01-07<br />\n<i>diesel<\/i> - 14 m³<br />\nThe M/V Stone Fueler sank and subsequently broke up sometime after midnight 7 January 98.  The 65 foot vessel sank in 25-30 feet of water in Belle Pass, 1/2 mile off the coast of Louisiana at position 29? 04.6\" N, 090? 11.0\" W.  The vessel was carrying approximately 3,000 gallons of diesel fuel all of which is believed to have been lost.  USCG district 8.  Keyword: dispersants.","<b>Olympic Pipeline; Des Moines, Washington<\/b> 1985-11-29<br />\n<i>JP-5 fuel<\/i> - 155 m³<br />\nAt 2100 on November 28, 1985, Olympic Pipeline reported a leak at their storage facility near Seattle-Tacoma International Airport.  A malfunctioning valve on a storage tank had allowed 34,000 gallons of JP-5 fuel to flow into a containment area and, through a storm drain system, into Des Moines Creek.  Washington State Department of Ecology (WDOE) was notified and a cleanup contractor was contacted to initiate the cleanup.  Although a series of booms and vacuum trucks  was placed along the creek to contain and pick up the product, fuel reached the mouth of the creek and flowed into Puget Sound.  USCG district 13.","<b>T/V Panda; Newport, Rhode Island<\/b> 1994-05-10<br />\n<i>#6 oil<\/i> - NA m³<br />\nA USCG helicopter, on a routine training flight, reported a sheen extending from the T/V Panda transiting Narragansett Bay.  USCG Station Castle Hill dispatched personnel who reported that the sheen contained tar balls.  A diver was dispatched and reported that heavy oil appeared to be \"bubbling\" up from beneath the vessel.  The USCG estimated that 800 barrels had been released.   Initially it was thought that the spill was a mystery because no point of origin could be found on the Panda; it was later learned that the gas inerting system had failed and caused the release of an unknown quantity of oil.  USCG district 1.  Keyword: none.","<b>Texaco Caribbean; St. Croix, U.S. Virgin Islands<\/b> 1988-05-22<br />\n<i>Diesel, gasoline<\/i> - 153 m³<br />\nOn May 22, 1988, an oil spill occurred at the Texaco Caribbean terminal at St. Croix, U.S. Virgin Islands.   The spill resulted from a 1/4-inch hole in a 16-inch feeder line that runs from the offshore terminal to the inland storage tanks.  Approximately 400 barrels of diesel and 400 barrels of gasoline escaped before being detected. Although the majority of the spilled oil remained in the sand near the rupture, an undetermined amount did enter the water.  USCG district 7.","<b>C/V American Legion; Apra Harbor, Guam<\/b> 1985-12-13<br />\n<i>Bunker C fuel oil<\/i> - 153 m³<br />\nAt approximately 2200 on December 13, 1985, the container ship American Legion grounded on Spanish Rocks on the north side of the entrance to Apra Harbor, Guam.  The vessel was holed and 800 barrels of Bunker C fuel oil were spilled.  USCG district 14.","<b>Pipeline Leak; Miss. Delta Block 69, LA<\/b> 2004-09-23<br />\n<i>sweet crude<\/i> - 67 m³<br />\nA pipeline leak occurred in Mississippi Block 69 offshore of Louisiana.  350 gallons of dispersant were applied to help mitigate the impacts to birds (estimated at 2000.  Heavy impacts the the environment and wildlife occurred.","<b>T/V Mormac Star; Sandy Hook, New Jersey<\/b> 1995-02-10<br />\n<i>#2 fuel oil, Jet A fuel<\/i> - NA m³<br />\nAt approximately 1930 on February 10, 1995, the USCG Group New York  received a call from the Vessel Traffic Service informing them that the inbound T/V Mormac Star was hard aground next to Sandy Hook Channel between buoys 4 and 6 with her port side extending into the channel.  The vessel was carrying 112,000 barrels of Jet A fuel and 135,000 barrels of #2 fuel oil.  USCG district 1.  Keyword: containment boom, evaporation, forward-looking infrared radar (FLIR).","<b>Containership American Legion; Apra Harbor, Guam<\/b> 1985-12-13<br />\n<i>BUNKER C<\/i> - 153 m³<br />\nAT APPROX. 2200, DECEMBER 13,1985, A U.S. REGISTRY CONTAINER VESSEL WENT AGROUND ON SPANISH ROCKS, THE NORTH SIDE OF THE ENTRANCE TO APRA HARBOR, GUAM.  800 BBLS OF BUNKER C ARE REPORTED TO BE IN THE WATER WITH A POTENTIAL FOR AN ADDITIONAL RELEASE OF 2300 BBL.  USCG district 14.","<b>Rockaway Fuel Oil Spill; Rockaway Point, New York<\/b> 1978-07-31<br />\n<i>No. 6 Fuel Oil, No. 2 Fuel Oil<\/i> - NA m³<br />\nOn July 31, 1978, the dredge Pennsylvania and its tug Gracie Moran ran aground while entering Rockaway Inlet, New York under heavy weather.  The tug managed to free itself, but the dredge sank in 30 feet of water.  The Pennsylvania was carrying 140 barrels of No. 2 oil and 880 barrels of No. 6 oil.  Oil continued to leak from the vessel until August 7.  A number of birds were oiled and recovered.  Oil came ashore at beaches at Coney Island, New York; Rockaway, New York; and in lesser amounts at Sandy Hook, New Jersey.  USCG district 1.  Keyword: Containment boom, salvage, skimmer, vacuum truck, Open Water Oil Containment System (OWOCS), boom, Navy boom, Goodyear boom, Bennett boom..","<b>Sun Pipeline Spill; North Louisiana<\/b> 2000-11-16<br />\n<i>oil<\/i> - 143 m³<br />\nOn 16 November, the NOAA SSC was notified by the Louisiana Oil Spill Coordinators Office (LOSCO) of a 750 bbl spill in N. Louisiana which resulted from a pipeline leak.  The oil is contained in a rice field at approximately 32? 54 N Lat. and 91? 31 W Long.  Burning is being considered as a mitigation option.  NOAA is providing scientific support.  Lt. Steve Thumm is in route to the scene.  USCG district 8.","<b>Barge E2MS 303; Mile Marker 154, Lower Mississippi River<\/b> 2014-02-22<br />\n<i>Bakken crude oil<\/i> - 4773 m³<br />\nOn February 22, 2014, USCG Sector New Orleans (NOLA) contacted the NOAA SSC regarding an oil spill on the Lower Mississippi River.  At approximately 15:30 Central Time, the Tank Barge E2MS 303 collided with the towboat Lindsay Ann Erickson, which was pushing grain barges and was moving out of the shipping lane and into a fleeting area.  The Tank Barge was being pushed by the Towboat Hannah C. Settoon.  The collision occurred at mile marker 153.7 on the Lower Mississippi River.  The collision resulted in a gash in one tank, which released crude oil into the river.  The tank is reported to contain Bakken crude oil.  Reports of actual amount of oil discharged are not yet available.  USCG requested for trajectories for both the breached tank and the full potential (25,000 barrels) of all tanks.\u000b\u000b","<b>West Cameron Block 198; Cameron, Louisiana<\/b> 1995-12-15<br />\n<i>crude oil<\/i> - NA m³<br />\nOn December 15, 1995, crude oil leaked from an offshore production platform located in West Cameron Block 198 approximately 35 miles south of Cameron, Louisiana.  The spill was caused by a valve malfunction.  \u000b\u000bBy noon December 16, the RP, state, and USCG officials decided to use dispersants.  That afternoon, the dispersant application was completed in about an hour using two aircraft contracted by the RP.  USCG district 8.  Keyword: Corexit 9527.","<b>Chevron Facility; Sewarren, NJ<\/b> 2006-02-13<br />\n<i>Doba Crude sweet low sulfur<\/i> - 6683 m³<br />\nDuring a product transfer of Dabo crude oil between the Chevron Perth Amboy Facility on the Arthur Kill and the T/B Energy 8001, oil was discharged from a 1/4\" hole in a manifold pipe 30 feet inland.  As of 1400 on 13 February, 733 bbl (30,786 gal) are unaccounted for, with an unknown portion of this on land in and under snow, and in the water.   A morning overflight reported a slick of approximately 20' x 2 mi, with a mix of oil patches and sheens.  The Arthur Kill is closed to vessel traffic between Outerbridge Crossing and Fresh Kills, and facilities and sensitive areas have been boomed.","<b>H. C. Cole Milling Co.; Chester, Missouri<\/b> 1988-02-17<br />\n<i>Diesel fuel<\/i> - 136 m³<br />\nOn February 16, 1988,  approximately 30,000 gallons of diesel fuel was spilled by the H.C. Cole Milling Company along the Mississippi River, in Chester, Missouri (River Mile 110).  Although the surface slick was discontinuous by the time it reached River Mile 84, concern shifted to the potential for impact to water supplies at Cape Girardeau, Missouri, at River Mile 52.  USCG district 9.","<b>Pan American airlines Flight ll34; San Mateo, California<\/b> 1985-11-07<br />\n<i>JP5 fuel<\/i> - 136 m³<br />\nOn November 7, 1985, the U.S. Coast Guard Marine Safety Office, Alameda, was notified that a Pan American Airlines jet had lost a chunk of its wing 100 miles offshore of California.  En route to San Francisco International Airport for an emergency landing, the plane jettisoned about 30,000 gallons of JP 5 fuel over a 25-30 mile stretch approximately five miles off the coast between Santa Cruz and Half Moon Bay.  USCG district 11.","<b>Seawitch; Baltimore Harbor, MD<\/b> 2003-08-21<br />\n<i>Diesel, asbestos, debris<\/i> - 91 m³<br />\nA sunken vessel began leaking with a potential of 20,000 gallons of diesel/bunkering oil onboard.  The sunken vessel is former destroyer escort which was partially disassembled and used to hold fuel offloaded from aircraft carrier coral sea in late 1990's during coral sea's disassembly. The company disassembling both vessels went bankrupt.  Sunken vessels has been abandoned since 1997. No responsible party.","<b>NWS Earle; Leonardo, NJ<\/b> 2000-09-14<br />\n<i>Diesel<\/i> - NA m³<br />\nAt 1630 on 14 September, 2000 the USCG Activities New York received notification of a diesel spill at Naval Weapons Station Earle from the USS Detroit. The supply ship Detroit was approaching the pier in Leonardo, NJ and was struck by a tug attempting to assist the ship to dock. At the time of the accident, the weather was clear, winds from the south at 5 to 10 knots, temperature about 70 degrees F.   The USS Detroit proceeded to the pier and moored up. Navy personnel pumped down the remaining fuel from the affected tank, securing the release.  Boom was deployed around the vessel and pier. Contractors were called and boom deployed to protect sensitive areas in Sandy Hook Bay. Skimmers were used to collect oil near the piers and vessel. The Navy, under an memorandum Of Understanding (MOU) with the US Coast Guard (USCG) allowed the USCG to act as the Federal On Scene Coordinator (FOSC) for this response. The incident was over after 4 days.  USCG district 1.","<b>M/V Shirley L. Stapp; Robinsville, Mississippi<\/b> 1997-01-15<br />\n<i>gasoline<\/i> - 909 m³<br />\nOn January 15, 1997, the USCG MSO Memphis received a report from the M/V Shirley L. Stapp that her forward of four barges being pushed ahead was aground on a dike (on the Arkansas side) at River Mile 717.2 on the Lower Mississippi River.  The barge contained approximately 1.1 million gallons of gasoline in ten tanks.  Initial observations indicated that the forward two tanks were holed.  Total potential from these two tanks was about 200,000 gallons.  It was later confirmed that four forward tanks were holed.  USCG district 9.  Keyword: potential.","<b>Diesel Release at Virgin Islands Water & Power Authority Facility; St. Thomas, USVI<\/b> 2023-11-02<br />\n<i>diesel<\/i> - 136 m³<br />\nOn November 2, 2023, the USCG was informed that the Virgin Islands Water & Power Authority had a 30000 gallon release of #2 diesel fuel from a tank at their facility at Havensight, St Thomas, USVI on Oct 25, 2023. Cleanup is progressing but there is concern that diesel that has saturated the soil could leach into the waterway. No reports of sheen in the water has been reported however at this time. The responsible party is considering bioremediation application once gross fuel removal has been accomplished. EPA is evaluating bioremediation options to provide information and recommendations. NOAA's Scientific Support Coordinator has provided a resources at risk and preliminary assessment of oil fate and movement should the release migrate into the adjacent waterway.","<b>Sitka Power Plant; Sitka, Alaska<\/b> 2015-08-17<br />\n<i>diesel<\/i> - 136 m³<br />\nOn August 15, USCG received a report of a diesel release at the Sitka, Alaska, Power Plant.  Approximately 30,000 gallons of diesel was released to secondary containment; some diesel flowed from secondary containment into a local storm drain.  Sheen and a strong odor of diesel was reported at a storm drain outfall at Eagle Beach.  USCG requested a fates analysis for the diesel in secondary containment in order to estimate how much diesel was released through the storm drain.","<b>Nikiski gasoline spill; Nikiski Upper Cook Inlet Ak<\/b> 2009-05-27<br />\n<i>Gasoline<\/i> - 318 m³<br />\nThe Alaska SSC was notified early Wednesday morning that the 262 foot Barge SCT282 came into hard contact with the 113 foot Tug Pacific challenger, owned and operated by K-Sea Transportation.  This collision cracked the #1 cargo tank causing an approximate 4-6 inch X 3/16 inch crack two to three feet above the water line and releasing unleaded gasoline into Cook Inlet, approximately 1 mile SSE of the KPL dock at Nikiski.  The barge had a total of around 70,000 BBL of unleaded gas that it was delivering to several south-central ports.   The crack is very close to the top of the tank and was seeping gasoline into the water.  There no injuries to report.  The vessels were expected to arrive in Homer on Wednesday night, May 27th, where actual measurements will determine the size of the spill.\u000b\u000b","<b>Super Typhoon Ioke; Wake Island<\/b> 2006-08-29<br />\n<i>JP-5<\/i> - NA m³<br />\nPotential JP-5 Fuel Storage tank damage incurred from impending SuperTyphoon Strike.","<b>The Casitas; NW Hawaiian Islands, HI<\/b> 2005-07-02<br />\n<i>gasoline, diesel, lube oil<\/i> - 151 m³<br />\nThe night of July 2, 2005 a 145 foot NOAA chartered vessel, the M/V Casitas, ran aground in the Northwest Hawaiian islands.  The Casitas is hard aground on the northeast side of Pearl and Hermes Atoll at coordinates 2757.694 N and 17546.282 W.  Sea conditions are 4-6 foot south swell with 15-20 knot winds.  The vessel is carrying 16 marine debris divers plus crew for a Marine Debris recovery mission.  All passengers and crew are reported safe with no injuries. The vessel contains approximately 30,000 gallons of diesel fuel, 3000 gallons of gasoline, and 200 gallons of lube oil aboard.  A morning overflight by the USCG C-130 Hercules observed rainbow sheen from the aft portion of the vessel moving southwest, approximately a half nautical mile long by 200 feet wide.  \u000b\u000b","<b>OSV Lee III; LA<\/b> 2004-02-21<br />\n<i>diesel fuel<\/i> - 136 m³<br />\nTwo ships collided in Southwest Pass approximately 8 miles south of Head of Passes, LA  -  Lat 29, 2.4N, Long 89, 19.6W, at 5:30 CST.  The freighter Zim Mexico collided with the OSV Lee III.  \u000bThe OSV Lee III sunk with 5 people on board.  The people crew were not rescued.\u000bThe OSV LEE III had the capacity to hold 30 thousand gallons of diesel.  .  A light sheen was seen by the NOAA SSC 2 miles  south of the sunken vessel.  Little diesel was released from the vessel.  Clean-up was completed Feb 22. Salvage was completed Feb 25.","<b>M/V SWALLOW; Dutch Harbor, Aleutian Islands, Alaska<\/b> 1989-02-27<br />\n<i>Bunker C, diesel, lube oil, frozen crab<\/i> - 136 m³<br />\nOn the morning of February 27, 1989, the SWALLOW, a 287-foot Japanese refrigerant fish cargo vessel, grounded just south of Ulakta Head, roughly ten miles north of Unalaska.  The vessel was carrying approximately 65,000 gallons of Bunker C; 30,000 gallons of diesel; l 3,000 gallons of lube oil; and over 200 tons of frozen crab.  Within a few days most of the diesel and some of the Bunker C had been lost.  Because the vessel lost generating capability shortly after it grounded, the Bunker C fuel thickened, so that little fuel was actually lost.  Booms were of little use in the surf zone where the vessel was grounded.  USCG district 17.","<b>Mistryski Power Plant; Detroit, Michigan<\/b> 1994-02-09<br />\n<i>#4 Fuel Oil<\/i> - 4 m³<br />\nOn February 9, 1994, there was a pipeline leak at the Mistryski Power Plant along the Detroit River in Detroit, Michigan.  The power plant is approximately two miles downriver of the Ambassador Bridge in Detroit.  The leak was continuous and occurred from approximately 2230 on February 9 to 0330 on February 10 and was described as flowing at the rate of a fire-hose discharge.  Oil had broken through a corroded portion of a 10-inch supply line, ran into a storm sewer, and then traveled about 100 feet to enter the river.  When the incident occurred, the Detroit River was 95 percent ice-covered.\u000bOriginally the released product was thought to be a #6 oil, but laboratory analysis proved it was a #4 fuel with density of 0.93.  The original estimate of 10,000 to 30,000 gallons proved a conundrum as only about 300 gallons was observed in the river.  Later volume refinements had the number at officially  less than 900 gallons and most likely around 300 gallons.  The City of Detroit assumed responsibility for the spill and immediately hired Marine Pollution Control.  Only a limited response was possible due to the ice.  A portion of the spilled oiled was recovered by removing the oil-stained ice accessible from the shorelines.  The Detroit City Laboratory performed the first analysis on the oil, determining that it was a #4 rather than a #6, and that it was a \"floater\".  The City immediately hired Tri-State Bird Rescue to assess the threat to nearly 5000 birds in the oiled area and to establish a rehabilitation center, if necessary.\u000bThe Joint U.S./Canada contingency plan was invoked and a unified command was formed among the USCG, the City of Detroit, the State of Michigan, and the Canadian Coast Guard.  All activities took place at the MSO Detroit office.\u000bThe active response lasted for only four days.  On the fifth and sixth days, the temperature rose into the 40s and the wind shifted to from the east allowing more of the oil-stained ice to migrate to the shoreline where it could be removed.  The increased temperatures caused an ice jam that flushed all the remaining oiled ice down the Trenton Channel into still frozen Lake Erie.   Only two oiled birds died as a result of the spill.  USCG district 9.  Keyword: none.","<b>Unknown Oil Spill1; Off Grand Isle, Louisiana<\/b> 1989-04-22<br />\n<i>Oil<\/i> - NA m³<br />\nOn the morning of April 22, 1989, an oil spill was reported off Grand Isle, Louisiana.  At 0920 helicopter reports indicated that the slick, which measured approximately eight miles long and 1-1/2 miles wide, was about 21 nautical miles south of Grand Isle.  Subsequent reports from a Conoco oil platform air dispatcher indicated that the slick was oriented along an east-west axis and that it contained patches of dark \"pudding-like\" oil and silver to rainbow sheen.  A Coast Guard overflight confirmed the sighting and reported that the slick was moving west and appeared to be breaking up.  A Coast Guard vessel passing through the area described the material as somewhat stringy.  USCG district 8.","<b>Barge B-35; Hudson River, NY<\/b> 2005-04-28<br />\n<i>Gasoline<\/i> - 2864 m³<br />\nOn 28 April 2005 at approximately 1530 the USCG Activities NY was notified of a release of gasoline from the barge B-35. The barge was moored at the Dynergy facility in Roseton, NY. It reported slight sheen around it and believed the damage was to the #1 and #2 port tanks (each containing 7,500 barrels of gasoline). ACTNY requested NOAA support for weather and trajectory information. \u000b\u000bThe barge initially had 75,145 bbls of gasoline.  Using the figures provided by the RP the amount lost would be 683 bbls or 28,686 gallons.  The amount of product and water combined is 89,823 bbls which means that during the several times they lightered they took on an additional 7,803 bbls of water (the barges total capacity is only 82,020 bbls).\u000b\u000bThe barge was single hulled and they believed it sustained an impact with the bottom near Diamond Reef (NE of buoy #56) while heading up river. \u000b\u000bWeather at time of incident was winds 12 knots from the SW, air temperature 41F, and visibility 10NM.\u000b\u000bThe waterway remained open to all traffic with a Safety Broadcast for no-wake speed in the vicinity of the incident. The contractor conducted air monitoring of LEL and benzene levels. None were detected. Protective boom was deployed at the mouth of Wappinger Creek.","<b>Gwynn's Falls Underground Incident; Baltimore, Maryland<\/b> 1987-10-01<br />\n<i>Diesel oil<\/i> - 123 m³<br />\nNOAA/OMA's involvement with this underground oil spill case continues from the discovery of the spill in 1985.  The incident is a diesel oil seepage from a stream embankment at the base of Gable Avenue in Baltimore.  The oil has leaked into Gwynn's Falls, a tributary that drains into the Patapsco River.  Approximately 27,000 gallons of product have been recovered to date.\u000b Since 1985, NOAA has provided scientific support on this incident to the U.S. Coast Guard Marine Safety Office (MSO) in Baltimore.  Based on a NOAA report prepared by Research Planning Institute in 1986, the MSO constructed a passive recovery system in January 1987.  Since that time, 1,000 gallons of oil have been recovered.  USCG district 5.","<b>F/V HUI FENG NO. 1; Palmyra Atoll, Pacific Ocean<\/b> 1991-06-19<br />\n<i>Diesel<\/i> - 7 m³<br />\nOn June 19, 1991, the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Honolulu was notified that the fishing vessel HUI FENG NO. 1 had run aground on the coral reef at the entrance to Palmyra Atoll (5Â° 52' N, 162Â°7' W).  Initial reports told of sheen coming from the vessel that was supposedly carrying 27,000 gallons of diesel.  The USCG requested that the Pacific Strike Team respond to the scene.  USCG district 14.","<b>Aleutian Islands National Wildlife Refuge; U.S. Navy Base, Adak Island, Alaska<\/b> 1986-12-10<br />\n<i>JP-5 fuel<\/i> - 123 m³<br />\nOn December 8, 1986, at approximately 1800, 27,000 gallons of JP-5 fuel overflowed a storage tank onto the tundra at the U.S. Navy Base on Adak Island.  A portion of the fuel traveled 50 yards to a small stream and flowed approximately 700 yards downstream into a small boat harbor, where fuel reached a National Wildlife Refuge.  USCG district 17.","<b>Lower New York Bay, Brooklyn, NY; 399 Bay 38 St, Brooklyn, NY 11214, USA<\/b> 2017-03-31<br />\n<i>Diesel Fuel<\/i> - 123 m³<br />\nOn March 31, 2017, USCG Sector New York notified the NOAA SSC  about a 27,000 gallon diesel fuel spill from Bayside Fuels, into Gravesend Bay, Brooklyn, NY.  The incident occurred at approximately 0245 hours on March 30, 2017.  The USCG requested a NOAA trajectory.","<b>Sun Anchorage T/S Torm Mary; Port Neches, TX<\/b> 2004-08-02<br />\n<i>IFO 380<\/i> - NA m³<br />\nAt 0530 on August 2, 2004, the NOAA Scientific Support Team was requested by MSO\u000bPort Arthur for an oil spill in the Natchez River in Texas. \u000bThe T/V Torm Mary was struck by a fuel barge readying to load, leaving roughly a\u000b5'x 1' crack in the Torm Mary .  The area hit covered part of the engine room and part of a fuel tank, spilling some of the IFO 380 into the engine room.  The 258 metric ton fuel container that was cracked was estimated at 95% full before the collision and twenty minutes later, at 0040\u000bonly 50% full, with an estimated 110 metric tons of oil outside the vessel. \u000bOn-water recovery and shoreline clean up was employed.  280 bbls of oil were recovered and miles of shoreline were cleaned over a 3 week period.","<b>Delta Flight 159 Fuel Dump; Leelanau County, MI, USA<\/b> 2017-05-25<br />\n<i>Jet A Fuel<\/i> - 120 m³<br />\nOn May 20th, 2017, Delta flight 159 was in a holding pattern at 28,000 feet over Lake Michigan for the purpose of dumping fuel before diverting back to DTW.  The flight dumped approximately 177,300 lbs / 26,462 gallons of Jet A fuel. USCG Sector Sault Ste Marie is requesting information about the fate of jet fuel released at altitude.","<b>Crowley Marine Services Barge 101; Guemes Island, Puget Sound, Washington<\/b> 1994-12-31<br />\n<i>marine diesel<\/i> - 118 m³<br />\nThe Crowley Marine Services Barge 101 under tow by the tug Mercury from Vancouver, British Columbia to Guemes Island, Washington for bunkering operations, lost approximately 26,000 gallons of marine diesel somewhere en route.  The barge and tow departed Vancouver at 1500 on December 30 and the spill was detected by personnel on the tug as they moored alongside the barge upon reaching Guemes Island at 0100 on December 31.  Sheen was seen bubbling up from the bottom of the barge near the #6 starboard tank.  Crowley deployed boom around the barge and started recovery operations within the boom using portable disk skimmers.  Divers surveyed the vessel and discovered a 4-foot by 4-inch gash in the #6 starboard tank 18 feet below the water line, and a 6-inch long crack in the #4 starboard tank; no oil was seen leaking from either damaged tank.  The #5 starboard tank showed signs of damage but had not been holed.  Divers patched the holes in both damaged tanks and operations to lighter the entire 63,000 barrels of cargo before moving the damaged barge were begun.  Lightering took place in three separate off-loading operations using a second tug and tank barge that subsequently off-loaded to the T/V Ocean Spirit anchored nearby.  Lightering was completed at 1300 on January 1, 1995, and Barge 101 was towed by tug Mercury to Terminal 115 in the Duwamish Waterway, Seattle, Washington, to await inspection in a dry dock.  USCG district 13.  Keyword: portable disk and skimpac skimmers, International Bird Rescue and Research Center.","<b>NRG Energy Fuel Diesel Fuel Spill, Dagsboro, DE<\/b> 2021-09-08<br />\n<i>Diesel Fuel<\/i> - 130 m³<br />\nAt 4:00 pm on 8 September, USCG Sector Delaware Bay and USEPA, both notified the NOAA SSC about a 26,000 gallon pipeline diesel fuel spill from the NRG Energy facility, located adjacent to the Indian River, Delaware. At this time, all product has been contained within secondary containment, but USCG and EPA concerned about potential overflow into Indian River as a result of a storm moving into the area this evening. Purpose of the call was to notify SSC, no products requested at this time.","<b>Abandoned Facility; Bayou Bernard, Louisiana<\/b> 1999-02-17<br />\n<i>crude oil<\/i> - 115 m³<br />\nNOAA was notified of this incident on February 17, 1999, by MSO Morgan City who requested help with the assessment of the spill.  The area was extremely low energy (almost zero) so the oil was easily recovered by the skimmers.  By the evening of February 19, 1999, approximately 500 barrels of the estimated 600 barrels spilled had been recovered.  Due to the season and low energy of the environment, impacts from this release were low.  By 1330 February 22, 1999, 720 barrels were recovered exceeding the initial estimate of 600 barrels.  Mechanical recovery of the oil continued.  Although the well was abandoned, it continued to produce oil filling both holding tanks.  A pipe burst causing the tanks and the well to drain into an adjacent ditch that led to the bayou.  The EPA was investigating options to fully dismantle and cap the well.  USCG district 8.  Keyword: berm, boom, skimmers.","<b>Sandfer Offshore Petroleum; Off Morgan City, Louisiana<\/b> 1989-02-15<br />\n<i>Louisiana crude oil<\/i> - 115 m³<br />\nEarly on February 15, 1989, Sandfer Offshore Petroleum discovered that approximately 600 barrels of Louisiana crude oil had spilled during the night from their \"Alpha\" platform in an offshore lease approximately 60 nautical miles south-southwest of Morgan City, Louisiana.  The platform collection tank that had overflowed and caused the spill was secured and was no longer leaking oil.       A U.S. Department of the Interior, Minerals Management Service overflight reported a 50-yard wide slick extending 35 miles to the northwest.  A U.S. Coast Guard overflight at 1500  observed that the slick, which was proceeding northwest in a long streamer measuring 21 miles long, showed signs of breaking up.  USCG district 8.","<b>Halls Canyon Pipeline; Ventura, CA<\/b> 2016-06-23<br />\n<i>Unknown<\/i> - 115 m³<br />\nOn June 23, 2016, a fire fighting crew near Ventura, CA, reported a leaking pipeline in Halls canyon, about 3 miles from the coast near Ventura, CA.  The spill was initially estimated at 5000 barrels but was later revised to 600 barrels.  The oil is reportedly contained in a dry gulch and efforts are underway to build a containment berm.","<b>Cygnet Ohio Pipeline spill; Portage River, Ohio<\/b> 2009-02-19<br />\n<i>Crude Oil<\/i> - 115 m³<br />\nOn Wednesday, Feb. 18, 2009 at 1700 CST a pipeline mishap resulted in about 600 bbls of crude oil being spilled into the Rocky Ford Creek in Cygnet, Oh.   EPA is the FOSC and asked us for river flow information.  Booming efforts to hold the oil in the creek failed and the oil has entered the Portage River.","<b>South Marsh Block 243 Oil Spill; Gulf of Mexico, LA<\/b> 2009-02-01<br />\n<i>Suspected Crude Oil Release<\/i> - NA m³<br />\nShortly after noon (local time) on 1 Feb. 2009 (Super Bowl Sunday), the NOAA HAZMAT Duty Officer notified the regional Scientific Support Coordinator (SSC) of a request for support from USCG Marine Safety Unit Morgan City, LA.  The MSU was notified of a reported observed slick some 20 miles off Marsh Island in the vicinity of South Marsh Block 243.  The observed slick was reported as 1 x 6 miles in size an estimated by the observer as 600 bbls of crude oil (note this value was an estimate only).  No additional information is known at this time other than the suspected source is thought to be a pipeline failure.","<b>Eugene Island Pipeline Spill; GOM, LA<\/b> 2009-07-26<br />\n<i>33.7 API Gravity Crude Oil<\/i> - 2482 m³<br />\nOn Sunday afternoon, 26 July 2009, NOAA was notified of an oil spill 33 miles offshore and 60 miles southwest of Houma, LA that occurred on Saturday afternoon. The leak was from the Eugene Island Pipeline System and approximately 63,000 gallons of oil was released.  Pre-approved dispersant was applied to the heaviest concentrations of the spill. On water recovery was also initiated. NOAA is providing on-going trajectory and weather support.","<b>USS New Orleans; Strait of Hormuz<\/b> 2009-03-20<br />\n<i>Unknown<\/i> - 114 m³<br />\nThe USS New Orleans, a US Navy amphibious ship, collided with the USS Hartford, a US Navy submarine in the Strait of Hormuz on Friday morning at about 0100 local time.  The collision resulted in an estimated release of 25,000 gallons of marine diesel oil.\u000b\u000bUS Navy Supervisor of Salvage contacted the NOAA SSC as per a joint contingency plan and modeling estimates are being prepared.  \u000b\u000b","<b>M/V Northern Wind; Sequam Island, Aleutian Island chain, Alaska<\/b> 1995-07-24<br />\n<i>diesel<\/i> - 114 m³<br />\nThe M/V Northern Wind, a 178-foot fish processing vessel, ran aground on the northeastern side of Seguam Island holing the #1 port and starboard fuel tanks containing approximately 60,000 gallons of diesel fuel.  The vessel owner, Arctic Alaska Seafoods in Dutch Harbor, sent a spill response team with equipment to the grounding site by the F/T American Enterprise.  Within 12 hours the vessel floated free from the rocks and anchored one-half mile from the grounding site.   An estimated 20 to 25 thousand gallons of diesel were lost, and the response vessel pumped another 20 to 25 thousand gallons from the two damaged tanks.   An additional 75 thousand gallons of diesel remained in the undamaged stern tanks.  The USCG Cutter Morgenthau was on-scene throughout the incident.  USCG permission was granted to move the vessel 70 miles  west to a sheltered bay on the east side of Atka Island for temporary repairs.  Initially the winds were  northwest to 20 knots but diminished to light and variable for the duration of the incident.  The response lasted for approximately five days  USCG district 17.  Keyword: none.","<b>FV Captain Lee II; South Texas coast<\/b> 2001-07-20<br />\n<i>Diesel<\/i> - 114 m³<br />\nAt approximately 1500 hrs NOAA was notified of a burning fishing vessel off South Texas coast.  At 1315 hrs, the vessel was located at 26? 48.527 W Lat. 094? 07.969 N Long. and a drift and burning.  The vessel is reported to be a 93' steel hulled boat with 25,000 gallons of diesel aboard.  The crew have abandoned ship.  MSO Corpus Christi has asked for a trajectory forecast for both the vessel and any spilled diesel.  The NOAA SSC notified the Padre Island National Seashore Superintendent and the NOAA DAC Coordinator of the situation.  USCG district 8.","<b>T/V Yupex; Honolulu Harbor, Hawaii<\/b> 1991-11-20<br />\n<i>oil<\/i> - 114 m³<br />\nAt 0630 on November 20, 1991, the U. S. Coast Guard (USCG) Marine Safety Office (MSO) Honolulu received a report from the USCG Cutter Sassafras of a strong odor of diesel near their berth on Sand Island in Honolulu Harbor.  USCG pollution investigators identified the tank vessel Yupex, as the source of the spill.  The Yupex is a small Panamanian-flagged tanker owned by a Korean company that provides fuel to fishing fleets.  While taking on fuel at the Pacific Resources Incorporated (PRI) terminal at pier 29, a valve was left partially open allowing diesel being loaded into the tanker's #1 ballast tanks to leak out into the harbor.  The diesel continued to leak as the vessel transited to pier 35 where it docked to take on more cargo.\u000bAn independent marine surveyor gauged the tanks on board the Yupex and found 21,500 gallons less than what the vessel reported to have on board when it left pier 29.   The Yupex had also filed a protest with the PRI terminal indicating that they received 5,000 gallons less diesel than the terminal claims they pumped.  On the basis of this information, the USCG estimated that the volume of diesel spilled was about 25,000 gallons.\u000bCleanup was initiated at 0700 on November 20 by the USCG contractor Pacific Environmental Corporation (PENCO).  The vessel's owners accepted responsibility for the cleanup later the same day.  Cleanup was completed at 0900 on November 23, 1991.  USCG district 14.  Keyword: containment boom, endangered species, evaporation, sorbent boom, vacuum trucks, skimmers.","<b>Oil Spill Results from Break in Transmission Line, Gulf of Mexico, LA<\/b> 2022-07-01<br />\n<i>crude<\/i> - 113 m³<br />\nOn 1 JULY 2022, the NOAA SSC was contacted by USCG Sector New Orleans regarding an oil spill as a result of a break in a transmission line. The release occurred at 2346 on 30 JUNE 2022. Worst case discharge is 593 barrels.  The release has been secured. USCG requested trajectory and RAR.","<b>Hurricane Katrina Dynegy Venice; LA<\/b> 2005-09-05<br />\n<i>Light crude oil<\/i> - 115 m³<br />\nDischarge of sweet crude oil near the main channel leading into the Gulf. Incident location is in Pass Tante Phine Pass at the Venice Energy Service Co., 5 miles SW of Venice. Oil is contained in the berm, with 3 inches of freeboard. Containment and sorbent boom have been deployed and skimmers and barges are on scene.","<b>Grand Isle Area Pipeline Incident; Barataria Bay, LA<\/b> 2005-04-20<br />\n<i>Sweet crude<\/i> - 115 m³<br />\nA pipeline leak was reported in Barataria Bay, north of Mendicant Island near the eastern edge of Grand Isle, LA.  Lat 29d 19â30âN, 089d 58â35âW.  The release consisted of roughly 600 bbls of sweet crude oil.","<b>Pipeline Spill Huntington Beach, CA; United States<\/b> 2021-10-02<br />\n<i>Crude Oil<\/i> - 112 m³<br />\nAt 0840 hrs on 02-OCT-2021, USCG Sector Los Angeles/Long Beach contacted their NOAA SSC regarding a spill report.  NRC Report No. 1318437 described an unknown sheen in the water at 1813 hrs local time on 01-OCT.  Roughly 45 minutes later, a SENTINEL 1-A satellite image was obtained that became the basis for a NESDIS Marine Pollution Surveillance Report (MPSR) issued at 0015 hrs local (0815 UTC) on 02-OCT.  USCG field teams investigating the reports in the morning, observed a large area of thick in the vicinity of the NRC and MPSR reports, black oil roughly 3.25 NM offshore and requested trajectory support.","<b>M/V Star Evviva; South Carolina Coast<\/b> 1999-01-14<br />\n<i>6 fuel oil<\/i> - 109 m³<br />\nBy January 16, 1999, USCG offices in Charleston, South Carolina and Wilmington, North Carolina began receiving reports of a number of oiled birds washing up along the beaches.  By January 29 approximately 186 birds were retrieved along the Carolina coasts served by MSOs Charleston and Wilmington..  The birds were predominantly loons, but ganats, cormorants, sea gulls, ducks, and a pelican were also impacted.\u000bOil samples were taken from a number of vessels that had transited the area by a number of MSOs including New Orleans, Mobile, Wilmington, and Charleston.  Samples taken from the bilges of the M/V Star Evvivn by MSO Mobile matched samples taken from feathers of  the oiled birds along the Carolina coasts.  Additional information received during the investigation suggested that possibly 24,000 gallons of #6 fuel oil was discharged by the M/V Star Evviva into the Atlantic off the South Carolina coast on January 14, 1999.  USCG district 5.  Keyword: COIL match.","<b>Newtok Tank Farm; Newtok, AK<\/b> 2018-10-24<br />\n<i>diesel<\/i> - 68 m³<br />\nOn October 6,2018, the Newtok, Alaska, Tank Farm reported a home heating oil leak into secondary containment. A follow-up site inspection of the site by USCG revealed that two 12000 gallon tanks are leaning and could potentially tip over releasing 24000 gallons of home heating oil into the Kealavik (aka Newtok) River. The USCG has requested a summary of the resources at risk to a fuel spill at this site.","<b>Tank Vessel East Point; Offshore, Atlantic Ocean<\/b> 2007-03-02<br />\n<i>Waste Oil<\/i> - 109 m³<br />\nOn March 2, 2007, USCG Sector San Juan contacted ERD regarding a report of 24,000 gallons of waste oil spilled from the Tank Vessel East Point.  The incident occurred approximately 450 NM NE of St Croix.  USCG requested potential fate and potential for impacts to US waters.","<b>Saratoga Lobo Black Bay Spill; LA, USA<\/b> 2020-10-31<br />\n<i>Unknown<\/i> - NA m³<br />\nHurricane Zeta (28 OCT 20) impacted Saratoga Resources Test Facility (NWF561) operated by Lobo Operating (NRC Report # 1291052).  An estimated 500bbl crude oil was lost from one of three tanks on the platform.  The remaining two tanks are damaged but only one tank continues to discharge.  The leaking tank contains approximately 57bbl crude oil and 557bbl produced water.  The tank is discharging onto the platform and into the water. Sheen is minimal.  USCG has not identified any areas of shoreline impact. NOAA providing fate/trajectory and resources at risk.","<b>T/B ST-85; Buzzards Bay, Falmouth, Massachusetts<\/b> 1986-09-17<br />\n<i>Gasoline<\/i> - 105 m³<br />\nAt approximately 1500 on September 17, 1986, the tank barge ST-85, under tow by the tug Seastar, grounded near Cleveland Light at the approaches to the Cape Cod Canal.  The barge was carrying about 80,000 barrels of gasoline en route from New Jersey to a terminal in Revere, Massachusetts.  Port tanks no. 1 and no. 2 sustained damage of approximately 15 holes and a gash 60 feet long. Initial gasoline losses were estimated at 23,000 gallons.  USCG district 1.","<b>Mystery Spill; Savannah River, GA<\/b> 2006-07-17<br />\n<i>possibly heavy fuel oil<\/i> - 132 m³<br />\nAt 0640ET a mystery spill was reported in the Savannah River, seaward of Savannah, GA (near the LNG facility). Sheen an oil cover several miles of river.  An estimate of 8,000 gallons of heavy fuel oil has been reported.  USCG is conducting an assessment.","<b>Barge RTC380; Avery Point, CT<\/b> 1992-12-21<br />\n<i>diesel<\/i> - 100 m³<br />\nNOAA was notified of this incident at 0915 on December 21, 1992, and reported onscene at 1300 after receiving an initial briefing by telephone.  The SSC provided trajectory assessments, tide information, and daily weather forecasts.  The SSC advised that priority protection should be given to areas of restricted flow and low energy if the oil moves toward them.  NOAA also reported the long-term impacts to natural resources that might be expected.  The SSC participated in two overflights, produced several overflight maps, and provided graphic representation of oil fate and weather effects (evaporation).\u000bNOAA told responders that the cold air and water temperatures could cause the spilled diesel to persist longer on the water's surface resulting in higher potential for dissolution and dispersion of lighter fractions into the water column.  Should a plume of dispersed/dissolved oil enter shallow embayments and river mouths, it could penetrate sediment and damage salt-marsh vegetation.\u000bNOAA was onscene for three days.  USCG district 1.  Keyword: evaporation, exposed rocky shores, ground truth, salvage, skimmers, sorbent boom, and sorbent pompoms.","<b>Amoco Platform Anna; Upper Cook Inlet, Alaska<\/b> 1989-01-31<br />\n<i>Crude oil, contaminated water<\/i> - 21 m³<br />\nOn the morning of January 31, 1989,  Amoco oil platform Anna accidentally released approximately 520 barrels of an oil-water mixture into the ice-filled Upper Cook Inlet.  Apparently, a valve malfunction caused a tank to overflow.  An overflight by Amoco and U.S. Coast Guard personnel sighted crude oil approximately one mile south of the platform between leads and on the ice in seven patches measuring 15 feet by 50 feet).\u000bDue to extreme cold weather and heavy ice conditions, mechanical cleanup was not deemed feasible.  USCG district 17.","<b>M/V Genmar Alexandra; Mississippi River, LA<\/b> 2003-02-19<br />\n<i>heavy fuel oil<\/i> - 99 m³<br />\nOn the evening of 19 February 2004, the NOAA Scientific Support Coordinator was\u000bnotified by MSO New Orleans of an allision between the Freighter BRIGHT STATE\u000band the Tanker GENMAR ALEXANDRA. The spill volume was later estimated at 518 bbls of a heavy fuel oil.  The cause of the accident remains under investigation.  The impact resulted in several gashes into the port side of the tanker ship and damage to a heavy fuel oil tank.  The SSC immediately responded on-scene at the request of the USCG and requested weather and trajectory modeling support from the NOAA HAZMAT  Active cleanup was completed at the Avondale location on 29 February and at the Belair site on 5 March 2004.  \u000b\u000b","<b>Barge MF12; Mississippi River<\/b> 1996-06-21<br />\n<i>IFO 180<\/i> - 95 m³<br />\nAt approximately 0420 CDT 21 June 1996, the barge MF12 released an estimated 500 barrels of heavy marine diesel fuel (IFO 180) into the Mississippi River near Mile Marker 62.  This is approximately 20 nm south of New Orleans.  The downbound Barge MF12 was being pushed by the towing vessel REGINA H.  The upbound CREOLE RIVERS pushing two barges collided with the barge MF12 causing a ~25 ft gash in the #2 cargo tank.  SSC LCDR Ilene Byron stated that there was a 4000 barrel potential spill from MF12.  The towing vessels and the upbound barges are apparently not leaking.  The US Coast Guard has classified this as a potential major spill. -  - NOAA HAZMAT's Scientific Support Coordinator, LCDR Ilene Byron, is responding to the Coast Guard's request for scientific support for this spill incident.  USCG district 8.","<b>Barge SFI 61; Houma, Louisiana<\/b> 1989-02-14<br />\n<i>Number 6 fuel oil<\/i> - 95 m³<br />\nOn February 6, 1989, the barge SFI 61 ran aground while being moved on the Intracoastal Waterway near Houma, Louisiana, spilling an estimated 500 barrels of a potential 6,000 barrels of number 6 fuel oil.  Efforts to stop the fuel leak and contain the spill began shortly thereafter.  Cool temperatures and rainy weather hampered containment and cleanup, and the oil began disappearing below the surface of the canal.  \u000bCleanup operations were discontinued a week later when approximately 150 barrels of the material had been recovered from a six-mile section of the waterway.  However, during the next few days, daytime temperatures increased with clearing skies and the U.S. Coast Guard Marine Safety Office (MSO), Morgan City, was inundated with spill reports from up and down the Intracoastal Waterway near Houma.  USCG district 8.","<b>T/V Thompson Pass; Alyeska Terminal, Port Valdez, Alaska<\/b> 1989-01-03<br />\n<i>North Slope crude<\/i> - 95 m³<br />\nAt 2400 on January 2, 1989, oil was observed leaking into the boom around the tanker Thompson Pass as it had completed loading North Slope crude at the Alyeska Terminal at Valdez, Alaska.  The capacity of the tanker was approximately 1,170,000 barrels of oil.  The U.S. Coast Guard Captain of the Port (COTP) for Prince William Sound had earlier received reports of a light sheen emanating from the Thompson Pass while the ship was in Panama discharging cargo.  \u000bOn the return voyage to Valdez, the Thompson Pass stopped in Long Beach, California, where a surveyor found no cracks in the suspect tank.  However, as a loading requirement, the COTP Prince William Sound required the vessel to be boomed off while loading its cargo.  An estimated 500 barrels of a potential 1.1 million barrels of crude oil was lost.  Alyeska crews moved immediately to deploy skimmers, booms, and sorbents to begin collecting the contained oil.  USCG district 17.","<b>Refugio Incident; Santa Barbara, CA<\/b> 2015-05-19<br />\n<i>crude oil<\/i> - 95 m³<br />\nOn May 19, 2015 the NOAA was notified of a 24-inch pipeline rupture that occurred earlier today near Refugio State Beach in Santa Barbara County, CA. An estimated 500 barrels (21,000 gallons) of crude oil was released on the shoreside of Hwy 101 which then flowed into the Pacific Ocean. The source has since been secured. USCG personnel estimated the size of the sheen to be 3.5 NM along the beach and 50-100 yards into the water. Oil Spill Recovery Organizations are on-scene to conduct cleanup operations. California Department of Fish and Wildlife has ordered beach closures. The US Coast Guard has stood up Incident Management Team and is conducting overflights. NOAA has been requested to provide fate and effects of the crude oil and Resources at Risk information.","<b>Vermillion 16; Freshwater City, Louisiana<\/b> 1997-06-21<br />\n<i>light condensate<\/i> - 95 m³<br />\nOn June 21, 1997, the Vermillion 16 oil line, a six-inch line owned by Apache Oil of Houston, Texas began leaking product approximately three miles west of Freshwater City, Louisiana.  The spilled material was a weathered light condensate leaking from a pencil-sized hole.  Apache Oil reported that no more than two barrels were spilled, but after measuring the affected area, which was 400 by 700 feet and about 0.125 inches thick, the amount spilled was increased to at least 500 barrels.  The product was contained on eight to ten acres of privately owned coastal marsh.  The oil had been leaking for sometime, perhaps as long as four months.  The spill had not yet been reported to the NRC or any Federal agency.  \u000b\u000bThe freestanding product thickness in the affected area was 25 inches and, using an evaporation rate of 50 percent, the amount of product spilled was estimated to be more than 2,000 barrels.  The marsh vegetation was saturated with product.  USCG district 8.  Keyword: evaporation.","<b>Rig Mallard; Lake Washington, LA<\/b> 1998-09-22<br />\n<i>condensate and crude<\/i> - NA m³<br />\nAt approximately 0530 CDT, 22SEPT98 the Rig \"Mallard\" located in Lake Washington, Louisiana experienced a blowout.  The rig is located at approximately, latitude 29?-21.6'N, longitude 89?-47.5'W, or about 8 miles SW of Port Sulphur, LA.\u000b\u000bInitial reports had indicated very little condensate or crude release and a gas plume 200'-300' tall.\u000b\u000bAir monitoring throughout the day has failed to detect and significant levels of H2S.\u000b\u000bAfternoon overflights are contradicting earlier overflight reports of very little impact from a crude/condensate release.  This afternoons reports indicate potentially 25 sq/miles of rainbow and silver sheen impacted area and 3-4 miles of oil impacted shoreline to the SE of the blowout location.  The oil is possibly migrating subsurface before rising and impacting the shore.  Areas impacted include Billet Bay, Garden Bay, Long Bay and Lake Washington.  USCG district 8.","<b>USS Inchon; Norfolk Naval Base, Norfolk, Virginia<\/b> 1994-12-16<br />\n<i>diesel<\/i> - 91 m³<br />\nOn December 16, 1994, the USS Inchon spilled approximately 20,000 gallons of diesel fuel while refueling at the pier at Naval Base Norfolk.   The Navy conducted the cleanup and removed most of the spilled material.  The USCG overflights and waterside surveys showed minimal impact.  USCG district 5.  Keyword: none.","<b>Barge Umpqua Fisher; Cape Nome, N side of Norton Sound<\/b> 1994-08-10<br />\n<i>diesel<\/i> - 91 m³<br />\nThe open-deck barge, Umpqua Fisher owned by Peter Kiewit Sons Co., was being  used to move small quantities of rock at the Cape Nome rock quarry when brisk south-southeast winds caused it to run aground on the west side of the causeway extending from Cape Nome.  The grounding occurred very early August 10 and fuel tanks were immediately breached.  The barge had 20,000 gallons of diesel onboard.  The weather continued to deteriorate as winds increased to 30 to 40 knots, with high  seas and heavy breakers pounding the barge and Cape Nome.  The owner believes that most of the 20,000 gallons was lost during the first 12 hours.  The responsible party was very cooperative with the USCG and was very proactive in attempts to salvage the barge.  The continuation of high winds, however, caused further deterioration and damage to the barge, so it was towed offshore and scuttled.  The owner saved a large crane onboard and used temporary patches to ensure the barge's flotation en route to the scuttle area.  Heavy weather persisted as the barge was towed offshore.   Finally, in 135 feet of water, explosive charges were detonated and the barge was sunk at 64?28.37', 169?25.14'.  This response lasted 16 days.  USCG district 17.  Keyword: none.","<b>Alameda County Transit Company; Emeryville, California<\/b> 1989-04-13<br />\n<i>Diesel fuel<\/i> - 91 m³<br />\nOn April 12, 1989, a fuel line ruptured at the Alameda County Transit Company in Emeryville, California, releasing an estimated 20,000 gallons of diesel fuel into a storm drain that empties into a marsh.  By the time the leak was discovered on April 13, the ground had become saturated and the oil-water separator on the facility had malfunctioned.  USCG district 11.","<b>T/V Kate Maersk; Offshore Louisiana<\/b> 1985-10-21<br />\n<i>Bunker C<\/i> - 91 m³<br />\nVESSEL NAME KATE MAERSK, DANISH REG. 330,000 DWT TANKER. FULE TANK HOLED BY LIGHTERING BARGE AT 0230 AM OCT 21, 1985. HOLE LOCATED 10 INCHES ABOVE WATER LINE, 4-6 INCHES WIDE, SPILL RATE ESTIMATED AT 1800 GAL PER HOUR. FUEL TYPE IS BUNKER C. ESTIMATED TOTAL SPILL VOLUME AFTER DRAW-DOWN AND FUEL TRANSFER EFFORTS IS 20,000 GAL. . INITIAL SPILL POSITION 28/47N  89/57W.  USCG district 8.","<b>M/V Vagabond; Virgin Gorda, BVI<\/b> 2006-10-16<br />\n<i>Diesel<\/i> - 91 m³<br />\nThe M/V Vagabond, a 180 foot coastal freighter, is aground and leaking in Virgin Gorda, British Virgin Islands. The vessel is reported to have 20,000 gallons of diesel onboard.   Vessel location is 18 degrees 24.3'N by 64 degrees 27.7'W. This is off Round Rock Island at the SW end of Gorda I. USCG San Juan requested trajectory assistance from NOAA ERD regarding whether the diesel might affect US waters.","<b>Savoonga AVEC Tank Farm; Savoonga, St. Lawrence Island, AK<\/b> 2021-03-01<br />\n<i>#1 diesel<\/i> - 91 m³<br />\nOn 1-Mar-2021, Sector Anchorage notified NOAA of a 20,000 gallon spill at the AVEC fuel tank farm in Savoonga. The fuel is overflowing the containment berm and migrating below the snow surface. Sector Anchorage is requesting phone support only at this time.","<b>Vermilion Parish Well Blowout; Vermilion Parish, LA<\/b> 2007-06-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 11, 2007 ERD was notified of a well blowout 15 miles south of Intercoastal City, LA.","<b>Gatlin Oil; Bayboro, North Carolina<\/b> 1994-03-14<br />\n<i>#2 diesel, gasoline, lube oil<\/i> - 91 m³<br />\nMSO Wilmington received notification on March 14, 1994, of a fire and oil spill from Gatlin Oil.  Oil was reported outside the facility and in drainage ditches leading to North and South Prong creeks.  The North Carolina Department of Environmental Management reported that the fire and spill may have been the result of vandalism.  The maximum potential release based on the amount of tankage was 80,000 gallons.  USCG district 5.  Keyword: sorbent boom, sorbent, hot water/steam.","<b>F/V All Alaskan; St. Paul Island, Pribilof Islands, Bering Sea<\/b> 1987-03-20<br />\n<i>Diesel<\/i> - 582 m³<br />\nMASTER INDICATES VSL IS AGROUND ON ST PAUL IN THE VICINITY OF THE BEACH NORTH OF BIG LAKE.  EXACT POSITION UNKNOWN DUE TO PROXIMITY TO SHORE AND LOW VISIBILITY. VSL IS APPARENTLY PARALLEL TO THE BEACH WITH ITS STERN TO THE WIND. .2 WEATHER ON-SCENE IS REPORTED TO BE 50-60KT WINDS FROM THE NE, 6 FT SEAS, 1/2 MILE VISIBILITY, FULL BLIZZARD. 3. MASTER REPORTS #4P AND #4C TANKS HOLED AND FULL OF WATER. TANKS DID CONTAIN FUEL BUT NONE WAS FOUND AFTER THE TANKS WERE SOUNDED.  MASTER IS TAKING SOUNDINGS OF OTHER TANKS TO DETERMINE IF OTHER DAMAGE HAS OCCURRED.  TOTAL FUEL ON BOARD ESTIMATED AT 128,202 GALS, 500 GALS OF WASTE OIL AND LUBE OIL IDENTIFIED TO BE REMOVED.  USCG district 17.","<b>M/V Nosac Forest; Blair Waterway, Tacoma, Washington<\/b> 1993-04-20<br />\n<i>IFO 380<\/i> - 1 m³<br />\nAt 0800 on April 21, 1993, MSO Puget Sound was notified that the forward tank of the M/V Nosac Forest had been overfilled while bunkering at the Pierce County Terminal in Tacoma, WA.  Approximately 200 gallons of IFO 380 was spilled into the Blair Waterway.  It was later determined that approximately 4,000 gallons of fuel were spilled into the water, 1,500 gallons were contained on the deck, and 14,000 gallons were spilled and contained in the engine room bilges when a valve broke.  Personnel from the barge supplying the fuel quickly deployed a boom around the vessel to contain the spill and began skimming the oil.  At 2030, a shoreline survey found a 3,000-foot section of the northeast waterway shoreline covered with a two-foot wide ribbon of oil.  An overflight the following morning saw pockets of black oil trapped at the east end of the waterway, with heavy rainbow sheen and emulsified oil scattered throughout Blair Waterway.  A small quantity of light sheen was also seen in Commencement Bay.  Through a combination of southwest winds and a series of deflection booms deployed along the north shoreline, the majority of the oil was contained in the east end of the waterway where it either beached or was recovered.\u000bRecovery of pockets of free floating oil was completed April 27.  Active cleaning of impacted shorelines was completed May 2.  Passive cleaning using snare booms (pompoms) deployed along the more heavily impacted shoreline continued until June 1.  USCG district 13.  Keyword: containment boom, low-pressure flushing, skimmers, sorbent pompoms, high-pressure flushing.","<b>Jet Collision; Guam<\/b> 2008-07-21<br />\n<i>JP-8 fuel<\/i> - 86 m³<br />\nUSCG Sector Guam contacted the NOAA SSC the night of July 20 to request support for release of 19,000 gallons of JP-8 fuel 20 nautical miles northwest of Guam due to the collision of two military jets on July 21 at 1000. Information was requested on jet fuel persistence and likelihood of shoreline impact.","<b>Mobil 35; Kill Van Kull, NY/NJ<\/b> 1991-12-25<br />\n<i>unleaded and midgrade gasoline<\/i> - 86 m³<br />\nAt 1800 on December 25, 1991, the tank barge Mobil 35 grounded in the Kill Van Kull, between Elizabeth, New Jersey and Staten Island, New York.  The tug Terrocamo Girls and the barge Mobil 35 had moved out of the channel to avoid an on-coming tug and barge.  Dredging activities in the Kill Van Kull had reduced the vessel traffic lanes to half their usual width.  Mobil 35 was carrying 21,000 barrels of unleaded gasoline and 14,000 barrels of midgrade gasoline.  The barge suffered two holes in the hull near the #1 starboard tank spilling 450 barrels of unleaded gasoline.  The spill was carried to the west by wind and currents.  No recovery was attempted due to the volatile nature of the product.  Evaporative loss of over 50 percent was expected within the first hour, and 90 percent evaporation was expected by morning.  Water temperature was approximately 45?F, winds were from the north at 15 knots, and the air temperature was 30?F.  Breathalyzer and blood tests on the barges' personnel showed that drugs or alcohol were not involved in the accident.  USCG district 1.  Keyword: evaporation.","<b>Pipeline Leak; New Orleans, LA<\/b> 1985-02-21<br />\n<i>Unknown<\/i> - NA m³<br />\nPipeline leak SE of New Orleans about 350 bbls spilled over last weekend and has impacted between Breton Island and the Chandeleur Islands. Tomorrow 2/22, they will be sending a \"pig\" through the pike hoping to determien where the leak is. they expect the process to lose about 100 bbls more. Where do we expect the new oil to go?","<b>Irving Oil; Chelsea Creek, MA<\/b> 2006-03-09<br />\n<i>#2 fuel Oil<\/i> - 100 m³<br />\nA transfer accident resulted in a #2 fuel oil spill into Chelsea Creek at the Irving Oil Terminal in Revere, Mass.","<b>AMOCO Pipeline Break; High Island, Texas<\/b> 1991-09-06<br />\n<i>South Texas sweet crude oil<\/i> - 95 m³<br />\nAt approximately 2300 on September 5, 1991, a 10-inch pipeline ruptured  at the AMOCO Terminal on the Intracoastal Waterway off High Island, Texas.  The system was shut down as soon as the pressure change was noticed, probably no more than 15 minutes after the rupture.\u000bApproximately half of the pipeline's potential 1,000 barrels of South Texas sweet crude oil entered the Intracoastal Waterway about 1 1/2 nautical miles north-northeast of High Island.  The oil flowed west to the slip where the barge that had been loading was moored.  A hard boom was placed in the slip and several more were positioned across the Intracoastal Waterway to keep oil from entering East Bay.  The U.S. Coast Guard (USCG) Federal On-Scene Coordinator (FOSC) ordered the Intracoastal Waterway closed to all traffic and authorized placing hard boom across it in several locations.  With boom in place, the mechanical cleanup began using vacuum trucks attached to a skimmer in the marsh near the rupture.  USCG district 8.","<b>Pipeline Incident (NRC 936217); Delta Wildlife Refuge, Louisiana<\/b> 2010-04-06<br />\n<i>unk<\/i> - NA m³<br />\nAt 3:34 AM on 6 April 2010, USCG Sector New Orleans notified the NOAA Scientific Support Coordinator of a pipeline incident in the Delta National Wildlife Refuge, Louisiana.  The reported location is 29Â° 14â 52â N. Lat. 089Â° 11â 58â W Long.  This position places the reported pipeline release near the center of the refuge in an unnamed canal between Sabot Pond and Coon Outside Pond.  It is believed that a pipeline was struck causing a release of oil.","<b>T/V KRYMSK Oil Spill; Gulf of Mexico, Galveston Lightering Zone<\/b> 2009-10-20<br />\n<i>Bunker Fuel<\/i> - 546 m³<br />\nOn the evening of 20 October 2009, NOAA was notified by USCG Marine Safety Unit Galveston of an oil spill in the Galveston Lightering Zone.  The Tanker Vessel KRYMSK was reported leaking bunker fuel from a collision with a support vessel.  Details and initial information are sketchy, but it was reported that oil was leaking to the sea from one of the tankerâs fuel tanks.  The USCG has responded.  It was reported that on board operations to transfer fuel from the leaking tank to another tank to secure the spill source are in progress (and may have already been completed at the time of this entry).  NOAA is providing a support role to the Federal On-Scene Coordinator.","<b>Tank Barge Fire; Pas A Loutre, LA<\/b> 2006-02-17<br />\n<i>Crude oil<\/i> - 174 m³<br />\nAt 0340 this afternoon, USCG Sector New Orleans notified the NOAA SSC of an oil barge on fire near Pas A Loutre, LA.  Barge is reported to be carrying 410 bbls of crude oil with an additional 500 bbl storage tank very near to the burning barge.  Also on fire is the house barge/crew quarters.  Location is in a State Wildlife Management Area.\u000b","<b>Indian Point Energy Center; Buchanan, NY<\/b> 2015-05-10<br />\n<i>Transformer oil<\/i> - 77 m³<br />\nOn May 10, 2015, NOAA was notified by the USCG Sector New York that after a fire and explosion at the Indian Point Nuclear Power Plant in Buchanan, NY (along the eastern shore of the Hudson River) approximately 17,000 gallons of transformer oil had been released into a diked area. Initially no oil was reported in the Hudson River, but later a sheen was observed and the USCG requested trajectory support.","<b>St. Eustatius Refinery Terminal; St. Eustatius Island in the Caribbean<\/b> 1992-03-15<br />\n<i>#6 fuel oil<\/i> - 76 m³<br />\nOn March 15, 1992, the U.S. Coast Guard (USCG) Marine Safety Office (MSO) San Juan received a report of a broken 24-inch diameter pipe at the oil terminal on The Netherlands-owned island of St. Eustatius.  Except for a cold front coming through the spill area, the winds were normal trade winds. The flow rate at the time of rupture was 8,000 barrels per hour.  Terminal personnel were able to secure the flow about two minutes after the two-foot long rupture occurred.  The facility estimated that 200 to 400 barrels of #6 fuel oil had been released.  Initial reports of the slick ranged from 9 to 20 nautical miles long and an unknown width.  Dispersant operations were started immediately by applying Jan-Solv 60 from a tug.\u000bFederal agencies conferring daily via conference call included:  USCG, NOAA, Puerto Rico Department of Natural Resources, U.S. Virgin Islands Department of Planning and Natural Resources, U.S. Department of the Interior, U.S. Environmental Protection Agency, and the Gulf Strike Team.  USCG district 7.  Keyword: Corexit(tm) 9517 (or 9527), Caribbean RRT, Jan Solv-60, deflection boom.","<b>Grand Bayou Blue Well Blowout; Near Galliano, LA<\/b> 2008-09-17<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn the evening of 17 September 2008, the regional NOAA Scientific Support Coordinator (SSC) was notified of a well blowout in Grand Bayou Blue at 29Â° 28.011â N Lat. 090Â° 22.901â W Long.  This position places the release approximately 10 miles NNW of Galliano Louisiana.","<b>Nueces Bay Spill; Nueces Bay, Texas<\/b> 1994-10-11<br />\n<i>oil<\/i> - NA m³<br />\nCleanup Continues on all areas impacted by the spill. A total of 17 birds were taken to rehabilitation.  12 coots, 3 seagulls, 1 rail and 1 oyster catcher. Nine have been released.  3 Oiled Herons have been spotted, but not caught.  A significant fish kill has been observed and many dead fidler crabs and shrimp.  A total of 212 barrels of pure product has been recovered as reported by Koch's refinery.  An updated quanity of amount of oil spilled is expected.  Oso Bay Area  Oil impacted here on seawalls, rip rap and small shell beach.  USCG district 8.","<b>Bay Marchand Oil Spill; Offshore of Fourchon, LA<\/b> 2007-05-21<br />\n<i>Oil<\/i> - 76 m³<br />\nInitially reported as a 1 mile by 1/4 mile dark sheen.  E-SE winds\u000bmay bring some oil onshore.  The updated information is that the cause of the release is oil leaking from a flange at a wellhead located 1 mile off the Louisiana coast.  The spill release rate is reported as approximately 300 gallons per hour.","<b>T/V DELPHINA; Braintree, Massachusetts<\/b> 1991-05-03<br />\n<i>#2 fuel oil<\/i> - 75 m³<br />\nOn the afternoon of May 3, 1991, the 600-foot, Liberian-flagged tank vessel DELPHINA allegedly struck a submerged object while coming into the CITGO terminal in Braintree, Massachusetts.  The grounding occurred in the Fore River Waterway, approximately 200 yards from the terminal releasing an estimated 4,000 gallons of #2 fuel oil into the waterway (48 hours later this figure was increased to 16,500 gallons).  The U.S. Coast Guard (USCG) Marine Safety Office (MSO) Boston was notified of the incident at 1650, May 3, 1991.\u000bTerminal personnel responded immediately by booming the vessel and contacting Clean Harbors, Inc. as the cleanup contractor.  The spiller took full responsibility for cleanup activities.  USCG district 1.","<b>T/B Seaspan 824; Wrangell Narrows,Alaska<\/b> 1987-10-27<br />\n<i>Diesel<\/i> - 45 m³<br />\nEarly on October 27, 1987, the tank barge Seaspan 824, loaded with number 2 diesel, grounded in Wrangell Narrows in the vicinity of Battery Islets.  When the barge refloated at 0400 and moved north through Wrangell Narrows, approximately 10,000 gallons of diesel were missing.  \u000bAt 0610, the Seaspan 824 was tied to a log boom approximately three miles south of the town of Petersburg.  U.S. Coast Guard Marine Safety Detachment, Ketchikan, and Alaska Department of Environmental Conservation (ADEC) personnel made overflights of the Narrows.  The Coast Guard completed inspection of the barge by 1200 and determined that 16,500 gallons of diesel were missing.  USCG district 17.","<b>F/V Eric H; Offshore St. Petersburg, FL<\/b> 2005-10-05<br />\n<i>Diesel, lube oils, Search and Rescue Operations<\/i> - 73 m³<br />\nOn October 5, 2005 the shrimping vessel F/V Eric H, was reported \u000bon fire and adrift offshore of west Florida.  Crewmen were in the water and Coast Guard Sector St. Petersburg requested trajectory and weather information.\u000b","<b>F/V TAE WOONG; Uliaga Island, Aleutian Islands, Alaska<\/b> 1987-05-06<br />\n<i>Diesel, lube oil<\/i> - 477 m³<br />\nThe fishing vessel TAE WONG grounded this morning about 0635 on Oliaga Island, one of the \"Islands of 4 mountains\", position 53-06N, 169-44W...these islands are part of the Aleutian Island National Wildlife Refuge...there are 105,000 gallons (approx) of diesel fuel onboard, 1 tank has ruptured...fuel leaking at 1321 gallons/hour... master reports lives are in danger...CUTTER RUSH is enroute and should be on scene as I type...the vessel is South Korean, 210 ft long, 1500 gross tons, and 49 people onboard...the OSC is conferring with USFWS... . Captain Haines, former OSC for that area and Co-Chairman of the ARRT, reports that the vicinity of the grounding is extremely inaccessible and any response action will be severely limited, if any at all... Captain Roussel, as OSC, is evaluating the situation. . On scene weather:  cloudy, ceiling 1,000ft, swells 4 ft, winds 10-15 kts from the northwest, visibility 2-3 miles.  USCG district 17.","<b>Independenta; Istanbul, Turkey<\/b> 1979-11-15<br />\n<i>Es Sider Crude Oil<\/i> - 136383 m³<br />\nOn the morning of November 15, 1979, the Independenta and the Evrialy collided at the southern entrance of the Bosphorus.  The Independenta exploded and both vessels began to burn.  The Independenta grounded a half of a mile from the port of Hydarpasa.  The tanker burned until December 14.  The Independenta was carrying 714,760 barrels of Es Sider crude oil.  Keyword: Booms, International Tanker Owners Pollution Federation (ITOPF), collision, explosion, fire..","<b>M/V James K. Ellis; Ohio River, MM 638<\/b> 1998-04-01<br />\n<i>Diesel<\/i> - 70 m³<br />\nThe Tug M/V JAMES K ELLIS sank along the left descending bank of the Ohio River, MM 638.  The vessel hit a rock bottom and opened a 2-3 foot hole in #2 fuel tank and possibly #3 fuel tank.  Worse case discharge was 15,500 gallons of diesel fuel.  A six mile sheen was reported (MM 638 - 644).  The sheen was breaking up.  On scene weather is partly cloudy, temperatures in the mid 50's and the river current is 2.0 knots.  USCG district 8.","<b>Pipeline spill; Barataria Bay, LA<\/b> 2003-12-02<br />\n<i>crude oil<\/i> - 67 m³<br />\nAt approximately 10:30 AM (local time), an estimated 50 bbl oil spill was \u000bobserved in Barataria Bay, South Louisiana.  The location was reported as N 29 deg \u000b19.67' Lat. W 089 deg 58.67' Long.  The source of the leak was initially unknown.  \u000bLater the pipeline was identified and shut in, but not until a reported 350 bbl \u000bof crude oil was released.  At the request of the USCG, NOAA provided a \u000btrajectory, a Resources and Risk analysis and on-scene support.","<b>Hurricane Ivan Oil Spills; Mississippi Delta, LA<\/b> 2004-09-23<br />\n<i>Unknown<\/i> - NA m³<br />\nNOAA assisted with multiple incidents on the Mississippi Delta in Louisiana resulting from Hurricane Ivan.","<b>M/V Monterrey; Chiniak Bay, Kodiak, AK<\/b> 2012-06-09<br />\n<i>diesel<\/i> - 36 m³<br />\nAt 0600 ADT on June 9, Sector Anchorage notified the Alaskan SSC that the 175', 495 gross tons, M/V Monterrey landing craft had grounded adjacent to Puffin Island located in Chiniak Bay, Kodiak, Alaska, at 0100, June 9. After striking an object, the vessel intentionally grounded rupturing the forward, starboard fuel tank which contained 1000 to 8000 gallons of diesel.  The vessel was immediately boomed off with harbor boom and Alaska CHADEX was hired to deal with the spill. The vessel is on lease to the Army Corp of Engineers from the Navy. Coast Guard personnel from MSD Kodiak are on scene.  A trajectory and weather forecast were requested from NOAA.","<b>R/V L'ARTENTEUR; OFFSHORE, LA<\/b> 2005-11-25<br />\n<i>Diesel, lube oils<\/i> - 68 m³<br />\nThe R/V l'Artenteur sank offshore LA last night at the position 28&#730; 36' 48\"N,\u000b091&#730; 59' 54\"","<b>Cape Fear River NC; near intersection w/ Brunswick River<\/b> 1997-11-14<br />\n<i>waste oil<\/i> - 23 m³<br />\nWaste Oil Spill  - Wilmington, NC - Initial Report received from Gary Ott at 0820 PST -  - Location:- On Cape Fear River near intersection w/ Brunswick River.  Refer to NOAA Chart #11537.  Facility where release occurred is located at end of railroad indicated in the NW (upper left) of the chart near the town of Navassa. -  - Spill reportedly occurred sometime Tuesday or Wednesday when a truck driver left the vehicle unattended.  Upon return found the hose on the ground resulting in a waste oil release estimated at 1,500 - 5,000 gallons.  -  - Approx. 3 mile stretch of Cape Fear River has been impacted.  A cypress marsh in this area has been impacted as well.  A priority issue is to determine how best to clean up the cypress marsh.  The impacted area is a State-designated primary nursery.  USCG district 5.","<b>AMOCO Collection Line; Hackberry, Louisiana<\/b> 1990-12-19<br />\n<i>Louisiana Medium Sweet Crude<\/i> - 67 m³<br />\nOn December 16, 1990, the Louisiana State Police reported an oil spill at the AMOCO production facilities near Hackberry, about 17 miles south-southwest of Lake Charles, Louisiana.  U.S. Coast Guard (USCG) Marine Safety Detachment (MSD) personnel, Lake Charles investigated and confirmed a spill estimated at 14,700 gallons.  The oil was characterized as Louisiana Medium Sweet Crude (API 31-32) and included more than 8 percent production waters.  Reportedly, an unidentified service vessel struck and severed a collection pipeline on December 15, 1990, causing the spill.  AMOCO officials reported that cleanup contractors had been called and that response was underway.  USCG district 8.","<b>Little Diomede Fuel Tanks; Little Diomede Island, Alaska<\/b> 1990-11-19<br />\n<i>#1 Fuel Oil, gasoline<\/i> - 67 m³<br />\nOn November 19, 1990, storm-induced 25-foot high waves tore open bulk fuel tanks at the village of Diomede on the north end of Little Diomede Island in the middle of the Bering Strait.  Four mobile fuel oil storage tanks were damaged and began leaking oil after being swept from the rocky shore of the island.  Three of the tanks contained an estimated 30,000  gallons of #1 heating oil and the fourth tank contained an estimated 4,000 gallons of marine gas.  An estimated 10,100 gallons of #1 fuel oil and 4,600 gallons of marine gas were lost.  USCG district 17.","<b>IMTT Bayonne; Bayonne, NJ<\/b> 2015-08-02<br />\n<i>#6 oil<\/i> - 67 m³<br />\nOn August 2, 2015, the USCG Sector New York notified NOAA of an oil spill from a pipeline into the Kill Van Kull, near Bayonne, NJ. The source of the oil is a pipeline owned by IMTT. It was estimated that 350 barrels of #6 oil was released at 2200 on the night of 1 August. The company reported that most of the oil was contained in boom. The USCG requested a trajectory to help locate any uncontained oil at first light.","<b>Discharge from Ingleside Dock 5, Ingleside, TX<\/b> 2022-12-27<br />\n<i>Eagle Ford shale oil (Ingleside 50)<\/i> - 64 m³<br />\nOn December 24, 2022, a crude oil spill occurred at Ingleside Dock#5 (NRC#1355879, 1355881, 135599) in Corpus Christi. TX. The volume was originally estimated at 3,800 gallons but was later updated to 14,000 gallons. Some of the oil remained in secondary containment, a portion was discharged into La Quinta Channel and transported to the dredge spoil islands south and southwest of the discharge location.  On December 27, 2022, Sector Corpus Christi contacted NOAA SSC with a request to support consultation activities.  NOAA SSC provided an initial verbal assessment, followed by a written assessment on December 28.","<b>Oil Platform Collapse, with Two Storage Tanks Compromised, Terrebonne Bay, LA<\/b> 2022-08-08<br />\n<i>crude oil<\/i> - 63 m³<br />\nOn August 8,  2022, pilings on Hilcorp Energy platform #2 in Terrebonne Bay gave way causing part of the platform to collapse. Two oil storage tanks are compromised.  The USCG requested trajectory and Resources at Risk.","<b>F/V MISS Rhianna; Brazos Santiago Pass, TX<\/b> 2008-11-24<br />\n<i>Diesel Fuel<\/i> - 68 m³<br />\nOn Monday evening, 24 Nov. 2008, NOAAâs Emergency Response Division was requested to provide a trajectory in support of a grounded vessel at the Brazos Santiago Pass Jetty near South Padre Island, TX.  The F/V MISS MARHANNA is reported to have grounded late on 22 Nov. 2008.  Heavy seas in the area have created a concern that the vessel could be further damaged and release diesel fuel in this highly sensitive area.  The vessel is reported to have 15,000 gallons of diesel onboard.","<b>Tug Miss Janice; New Orleans, LA<\/b> 2008-10-28<br />\n<i>Diesel<\/i> - 64 m³<br />\nOn October 28,  2008, at approximately 1530 EDT, the Tug Miss Janice was reported sinking on the Mississippi River near mile 97.8  (approx. location: 29Âº 55â 01.74âN, 90Âº 04â 45.587âW). The vessel is carrying approximately 14,000 gallons of diesel fuel and an unknown quantity of lube oil. The NOAA SSC was contacted for coordination and trajectory assistance.","<b>Cox Pipeline Discharge, Cameron Parish, LA<\/b> 2021-08-15<br />\n<i>Condensate (41-45 API)<\/i> - 63 m³<br />\nOn August 14, 2021, a natural gas pipeline discharged an unknown amount of condensate into a marsh in Cameron Parish, Louisiana.  An OSRO was activated and responded.  On August 15, MSU Port Arthur contacted NOAA SSC requesting input on Resources at Risk (RAR) in the marsh area, as well as fate information on condensate, which had been characterized as API between 41 and 45.  ADIOS fate profiles created and provided.  Discharge estimated by RP at 332 bbl condensate, and 356 bbl drilling brine (salt water and zinc salts). Coast Guard overflight on August 17 indicated condensate was contained in marsh area, and was evaporating.","<b>IGC T/B 503; Portland Maine<\/b> 1998-02-04<br />\n<i>#2 diesel<\/i> - 63 m³<br />\nAt approx. 0230 EST 04 February 1998 a leak was noticed from IGC Tank Barge #503 during a transfer operation on the Fore River's Star Terminal in Portland Maine in position 43-38.3'N  070-16.5'W.\u000b\u000bIt is estimated that approx. 332 barrels of #2 diesel (home heating) oil leaked into the water.  The barge was boomed at the time of the incident.  It is unknown how much oil remained in the boom.  USCG district 1.","<b>Leak of Heating Fuel from Storage Tank into Secondary Containment, Savoonga, AK<\/b> 2022-04-21<br />\n<i>heating fuel<\/i> - 61 m³<br />\nOn 21-Apr-2022, Bering Straits School District reported 13,500 gallons of heating fuel leaked from a storage tank into secondary containment. Secondary containment is covered with snow and ice. Conference call scheduled.","<b>Barge B&R #5; Port Clarence, Alaska<\/b> 1991-08-10<br />\n<i>#1 heating oil<\/i> - 61 m³<br />\nNOAA  was notified of the incident on August 10, 1991, by the U.S. Coast Guard Marine Safety Office, Anchorage.  No response was possible because of the weather.\u000bThe remaining cargo was off-loaded to another barge after the B&R #5 reached Shishmaref.  After the tanks were sounded, it was estimated that approximately 13,375 gallons of #1 heating oil was lost before the leak was discovered.  No further action was taken.  USCG district 17.","<b>Barge CBR 2017; Port Arthur, TX USA<\/b> 2018-08-29<br />\n<i>Diesel - Non Marine<\/i> - 60 m³<br />\nOn August 29, 2018 , the USCG MSU Port Arthur contacted the NOAA SSC regarding a collision of a two vessels. The incident occurred at  ~ 1555CDT. The USCG is requesting a fate and trajectory.","<b>Drill Mud Spill; Berwick, Louisiana<\/b> 1997-02-12<br />\n<i>diesel based drill mud<\/i> - NA m³<br />\nAt approximately 0240 on February 10, 1997, two fractionating (frac) tanks containing a total of 42,000 gallons (500 barrels each) of diesel-based drilling mud (diesel content approximately 50%) fell from a barge and sank along the right descending bank of the Atchafalaya River in Berwick, Louisiana, near Morgan City.  The tanks fell off the barge RG 106 at the Baroid Dock, mile marker 116 and sank in approximately 25 feet of water.  Denbury Management Inc. was the RP and initiated immediate cleanup actions.  During initial salvage operations 90 barrels of mud/water were recovered from the first tank, 30 barrels were product; approximately 320 barrels were lost.  The first tank was successfully raised from the bottom of the river on February 11, 1997.  The second tank, which still contained the majority of its original product, remained on the bottom until it was pumped out and then recovered on February 14, 1997.  USCG district 8.  Keyword: none.","<b>CRUDE OIL BARGE; ICW, LOUISIANA<\/b> 1992-05-15<br />\n<i>crude oil<\/i> - 59 m³<br />\nEarly Friday evening, a 240' crude oil barge collided with a barge  carrying Propylene.  The collision occurred at Mile 115 on the Intra- Coastal Waterway, approximately 3 miles west of the Route 317 Bridge.   The barge was carrying 18,000 barrels of crude oil (API 47) at the time  of the incident.  Approximately 13,000 gallons were reportedly spilled.  The U.S. Coast Guard reported that lightering operations were conducted  on the cargo tank which was holed, but some oil is still leaking from  the barge.  The last reported position of the oil was approximately 2 to 2.5 miles  west of Mile 115.    SSC Plans: NOAA SSC Mike Barnhill was notified by the USCG Captain of the Port, MSO  Morgan City, Louisiana, who requested NOAA support on-scene.  He is  enroute at this time, and will be on-site this evening (15 May).  NOAA Personnel On-Scene: Mike Barnhill (PIN # 5798819)  (arrives Friday evening) Barry McFarland (PIN # 2711457)  (arrives Saturday morning with SAM  Station)  USCG district 8.","<b>M/V Durdy Dudley, and Pat Salvaggio, collision; Morgan City, Louisiana<\/b> 1992-05-15<br />\n<i>crude oil condensate<\/i> - 59 m³<br />\nOn May 15, 1992,  the motor vessel Durdy Dudley, towing a 240-foot barge carrying 18,000 gallons of crude oil condensate, collided with the motor vessel Pat Salvaggio, towing a barge carrying propylene.  The accident occurred at mile marker 115 of the Intracoastal Waterway west of Morgan City, Louisiana.  The two vessels were traveling in opposite directions when they collided.  The crude oil barge was damaged and lost approximately 13,000 gallons of its cargo.  The propylene barge was also damaged but did not lose any product.\u000bInitially, booms were placed around the barge to contain the still-leaking product.  Because of the explosion hazard posed by the very light condensate, these booms were removed shortly after deployment to allow the product to disperse downstream.  USCG district 8.  Keyword: none.","<b>M/V SAMMI SUPERSTARS; Los Angeles, California<\/b> 1991-01-09<br />\n<i>IFO 380<\/i> - 59 m³<br />\nOn Tuesday night, January 8 the bulk freighter SAMMI SUPERSTARS spilled approx. 308 barrels of an Intermediate Fuel Oil (IFO 380) into the East Basin Channel of Los Angeles harbor (berth 176.) The spill occurred when a SUPERSTARS crewmember left his station and failed to notice that a fuel tank was overflowing during bunkering operations.  USCG district 11.","<b>Green Canyon Plat; 120 nm south of Morgan City, LA<\/b> 2001-11-19<br />\n<i>Oil<\/i> - 57 m³<br />\nAt approximately 0900 CST the NOAA SSC was notified by MSO Morgan City of a pipeline leak 120 nm south of Morgan City, LA in position 27Â° 44.14'N 091Â° 04.53' W, Green Canyon Block #237.  The leak occurred at 1630 CST on 19 NOV and an estimated worst case of 300 bbls was lost.  The oil is characterized as a 32.5 API, Asphaltenes-9%, Paraffin-5%, and a pour point of minus 5Â°F.  USCG district 8.","<b>High Island Pipeline System (Amoco); offshore Texas<\/b> 1998-01-22<br />\n<i>Texas sweet crude<\/i> - 57 m³<br />\nAt 1914, January 22, 1998, an Amoco Pipeline recorded a pressure drop indicative of a pipeline rupture.  The rupture occurred somewhere along a line running from mid-Galveston Island (on a course of 151 degrees true) out to a point approximately 90 miles offshore.  Calculations by Amoco, based on the pressure drop, indicated a worst-case release of 2500 barrels of Texas sweet crude, having an API of 39.4.  The amount was later adjusted to about 300 barrels lost.  USCG district 8.  Keyword: Corexit 9527.","<b>T/V Kentucky; Paulsboro, New Jersey<\/b> 1994-07-19<br />\n<i>Arabian light crude<\/i> - 57 m³<br />\nAbout 1155 on July 18, 1994, the T/V Kentucky was reported trailing a 400- by 6-foot blackish sheen on the Delaware River while docked at the Mobil Paulsboro, New Jersey refinery.  Weather was light haze, visibility about five miles, temperature 95?F, winds 12 knots from the south, and calm seas.\u000bThe vessel arrived at the dock with some bottom damage,;apparently she hit a submerged object.  An estimate of 40 to 50 gallons of oil was initially thought lost.  The vessel was boomed and lightering of suspected tanks (#3 port cargo tank [PCT] and #4 port ballast tank [PBT]) began.  A diver's inspection reported a 2- by 10-foot breech of the hull in #3 PCT above the bilge knuckle, and 30 feet of the bilge keel missing.  At 2135 on July 19 it was reported that oil had breached the containment boom and 200 to 300 barrels were in the water.  It was believed that while offloading the cargo in the damaged tank, the water-bottom was upset allowing the oil to escape.\u000bMobil response team personnel boomed the vessel.  The Delaware Bay and River Cooperative (DBRC) launched two skimmers and boomed several pre-identified creeks nearby.  Marine Spill Response Corporation (MSRC) responded with its skimming vessel (Delaware Responder).  Three additional contractors were hired for the cleanup and a field command post was established at the Mobil refinery.\u000bThe USCG COTP Philadelphia assumed the FOSC role for this incident. USCG personnel were onscene to monitor cleanup activities.  The OSC requested two forward-looking infrared radar (FLIR) overflights (one during the night of July 19; the other the next morning) to help identify the extent of oil migration in the river.  The FLIR spotted the oil and helped track its progress.\u000bThis response lasted about five days.  USCG district 5.  Keyword: containment boom,  FLIR, remote sensing, skimmers sorbent boom, sorbent pompoms, vacuum trucks.","<b>Elf Exploration Rig; South Timbalier Block 38<\/b> 1991-10-14<br />\n<i>South Louisiana crude<\/i> - 57 m³<br />\nAt approximately 0730, on October 14, 1991, an offshore oil rig owned by ELF Exploration of Houston, Texas released approximately 300 barrels of South Louisiana crude into the Gulf of Mexico off Louisiana.  This release was reportedly caused by a mechanical malfunction.  A U.S. Coast Guard (USCG) overflight at 1330 observed a light rainbow sheen with some mousse covering a seven- by three-mile area.  This sheen was located about four and a half miles south of the Barrier Islands on the Louisiana Coast.  The patch appeared to be moving north at approximately 0.5 knots.  The winds were out of the south at 10 to 15 knots, and forecast to swing to the north during the evening hours.  USCG district 8.  Keyword: none.","<b>South Timbalier Block 38; Louisiana Coast<\/b> 1991-10-14<br />\n<i>light crude oil<\/i> - 57 m³<br />\nAt 0730 CDT on 10/14/91 the oil rig South Timbalier Block 38 experienced a mechanical malfunction that caused it to release an estimated 300 bbls of light crude (API 39.5) into the water off the Louisiana coast.  The rig is located at 28 degrees, 56.12 minutes N, 090 degrees, 18.49 minutes W.  The leak has been stopped.  The oil rig is owned by ELF Exploration of Houston, Texas.  A US Coast Guard overflight at 1330 CDT observed an approximately 7 mile by 3 mile patch of light rainbow sheen with some mousse 4 1/2 miles south of the Barrier Islands on the Louisiana coast.  At that time the patch appeared to be moving North at 1/2 knot, and the winds were at 10-15 knots from the South. The current weather report shows that the winds should swing to the North sometime during the night.  It is expected that approx. 50 per cent of the oil will have weathered in the first 24 hours.  The SSC (Cdr. Mike Barnhill) was notified and has contacted MASS for trajectory information.  USCG district 8.","<b>Caillou Island; 9, LA, USA<\/b> 2016-10-13<br />\n<i>South Louisiana Crude<\/i> - 5 m³<br />\nOn October 8, 2016, Hilcorp Caillou Island Tank Battery discharged an estimated 300 bbls of South Louisiana crude (NRC#1161033).  The tank battery was equipped with a containment and recovery system, which appeared to have  prevented discharge of most of the oil to the water. On October 11, 2016, an estimated 15-25 bbls of oil stranded on Timbalier Island, and is believed to be associated with the discharge from Caillou Island.","<b>Mystery Spill off Virginia Beach; Virginia Beach, Virginia<\/b> 1993-10-13<br />\n<i>heavy black oil<\/i> - NA m³<br />\nOn Wednesday, October 13, 1993, the USCG MSO Hampton Roads received a report of black oil five miles off the coast of Virginia Beach. VA.  On Thursday, October 14, the oil landed on Sandbridge, VA.  USCG district 5.  Keyword: none.","<b>Texaco Pipeline; Timbalier Island, LA<\/b> 1992-08-31<br />\n<i>oil<\/i> - NA m³<br />\nAt about 1300 on August 31, 1992, a Texaco 20-inch pipeline was severed by an oil rig that had broken loose during Hurricane Andrew.  Texaco Inc. conducted an overflight of the area and sighted the slick at 1830 and reported the spill to the U.S. Coast Guard (USCG) at 1905.\u000bUSCG Marine Safety Office (MSO) New Orleans personnel conducted a forward-looking infrared radar (FLIR) overflight of the area and showed a copy of the radar image output to Texaco personnel early the next morning.  By 0615, September 1, 1992, the slick had grown to approximately five by ten nautical miles (nm).  USCG district 8.  Keyword: none.","<b>Chevron Oil; Bayou Cassotte, Pascagoula, Mississippi<\/b> 1989-09-18<br />\n<i>Basrah light crude<\/i> - 57 m³<br />\nAt 0828 on September 18, 1989, the DAVE BLACKBURN was dredging Bayou Cassotte about 2-1/2 nautical miles east-southeast of of Pascagoula, Mississippi.  One of the dredge's 30 inch-diameter, pointed spuds penetrated a 90-mile long, 20-inch Chevron Oil pipeline, reportedly buried 20 feet beneath the bottom of the ship channel.   The pipeline contained 5,000 barrels of Basrah Light crude; the dredge soon observed heavy, dark oil rising about her stern.  USCG district 8.","<b>TB Penn; Narragansett Bay, RI<\/b> 2000-07-05<br />\n<i>#6 fuel oil<\/i> - 57 m³<br />\nAt 0659 EDT on 5 July 2000, the Tank Barge Penn 460 was holed approximately 3 miles NNE of the Newport Bridge in Narragansett Bay, Rhode Island.  Initial reports indicate that 300 bbls of #6 Fuel Oil have been released into the water from a 12000 bbls cargo tank.  Approximately 2 miles of shoreline along the west side of Aquidneck Island have already been oiled. \u000b\u000bThe NOAA Scientific Support Coordinator is on-scene.   NOAA/HAZMAT is providing weather and trajectory support and resources at risk information.  USCG district 1.","<b>F/V Birgit N; Ulak Island, Aleutian Islands<\/b> 1987-03-09<br />\n<i>Diesel fuel<\/i> - 82 m³<br />\nNOAA/OAD was notified of the incident at 0930 on March 9, 1987, by the U.S. Coast Guard Marine Safety Office, Anchorage, and asked to provide trajectory, resources-at-risk, and weather information.  Consultation with the NWS in Anchorage indicated quite variable wind and weather conditions, thus making fuel trajectory forecasts difficult and unreliable.  By March 12, the salvage crew, Underwater Construction, reported that the vessel had been abandoned, with the crew to arrive in Adak on March 13, and 70% of the 18,000 gallon fuel capacity had been lost.  A U.S. Coast Guard overflight on March 13 reported that the vessel remained hard aground on a rocky ledge 100-200 yards off the beach with a 15 degree starboard list, and a light oil sheen up to 3/4 mile long observed.  The U.S. Fish and Wildlife Service (USFWS) reported that, by mid-April, an estimate 500 sea otters and 7,000 birds (gulls, cormorants, and puffins) would be in the area.  USFWS recommended three possible courses of action to remove the oil: 1) removing the fuel, 2) burning the fuel in place, or 3) during a favorable wind, blow the tanks and release all the fuel at once.  USCG district 17.  Keyword: (position 51-21N, 178-59W).","<b>LPG vessel ISOMARIA; Norfolk,VA<\/b> 1994-03-22<br />\n<i>#6 Fuel Oil<\/i> - 11 m³<br />\nOn the evening of 21 March 1994, the LPG vessel ISOMERIA completed delivery of its cargo at Atlantic Energy on the south branch of the Elizabeth River, Norfolk, Virginia and began receiving bunkers of number 6 fuel oil. At about 0200, 22 March, the vessel notified the Coast Guard that oil was leaking from a crack on the port side of the forward fuel tank.  The release rate was described as similar to the flow from a garden hose.  The crack is in the vicinity of the anchor hawse pipe, about 20 30 feet above the waterline. At the time of the notification, an estimated 130,000 gallons of fuel oil had been loaded in the tank above the crack.  USCG district 5.","<b>Dennis Pass Wellhead Blowout; LA<\/b> 2005-08-15<br />\n<i>Crude oil and natural gas<\/i> - 10 m³<br />\nAt 0715 on Monday, August 15, well head in the Pass A Loutre Wildlife Management\u000bArea blew out, spewing crude oil and natural gas into the surrounding freshwater\u000bmarsh.  The spill, from Enervest Well #501, is located at 29d 05'45\"N, 089d\u000b10'09\"W released approximately 50 bbls of oil.  \u000bSome sheen moved from the immediate area and out\u000bthrough Dennis Pass into the Gulf of Mexico, but most of the oil was contained in\u000bthe marsh, much of it in two different pockets approximately 200 yards by 150'.\u000b Some of the oil stuck in the bordering Roseau cane.  \u000b2000' of boom was on-scene as well as 5 skimmers were on-scene.  \u000bNo wildlife injuries were reported were.","<b>M/V Fortune Epoch; Offshore Savannah, GA<\/b> 2004-11-17<br />\n<i>IFO 180<\/i> - 169 m³<br />\nOn November 17, 2004, the M/V Fortune Epoch detected an oil sheen in its wake after it left the Savannah River.  It then anchored and notified USCG.  It was later determined that the ship had run over its own anchor when it dropped it to stop after losing stearing.  There was some shoreline oiling, on water skimming, and Right Whales in the Atlantic south of the Savannah R. were briefly threatened by the oil slick.  The hull was patched and the vessel returned to port on Nov. 26th.","<b>F/V City of Seattle; Atka Island, Aleutian Islands Chain<\/b> 1988-11-03<br />\n<i>Diesel<\/i> - 55 m³<br />\nAt 0200 on November 3, 1988, the 100-foot fishing vessel, City of Seattle, grounded in heavy seas at Crescent Bay on the northwest end of Atka Island, spilling approximately 12,000 gallons of diesel.  All of the crew aboard the vessel were rescued by another fishing boat.  USCG district 17.","<b>Rollover Accident,  Providence, RI; Providence, RI<\/b> 2018-10-03<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approximately 7:00 PM on Oct. 3rd a tank truck carrying 12,000 gallons of gasoline turned over and ruptured on an over-pass in south Providence, spilling almost the entire load.  The gasoline ran down the incline and into storm water catch basins that lead to the Providence River.  The Providence Fire Department deployed an as yet unknown amount of AFFF foam and the state and US Coast Guard were notified.  The Coast Guard contacted the NOAA SSC at 10:30 PM to begin discussions on tactics and impacts.","<b>M/V PAC ALKAID Oil Spill; SW Pass, Mississippi Delta, GOM, LA<\/b> 2009-10-30<br />\n<i>Heavy Fuel Oil<\/i> - 477 m³<br />\nAt 0214 hrs on 30 October 2009, the regional NOAA Scientific Support Coordinator was notified by USCG Sector New Orleans of a reported oil release from an outbound cargo ship off SW Pass, Louisiana.  The vessel PAC ALKAID, a 500-foot bulk cargo ship, reported losing heavy fuel oil at 0030 hrs.  The cause and amount of release is presently unknown.  The suspected damaged tank contains 2,500 bbls of oil.  While the release rate is unknown, it is believed to be relatively small at present.  NOAA is providing direct support to the USCG related to weather and trajectory analyses.","<b>Sunken Tug Mathilde; Gulf of Mexico<\/b> 2003-05-08<br />\n<i>diesel oil and lubrication oil<\/i> - 55 m³<br />\nSunken tug M/V Mathilde found in the Gulf of Mexico, investigating cause. Very little impact to fisheries and marine mammals.","<b>FV Jessica Ann; Cape Elizabeth, Maine<\/b> 2000-02-22<br />\n<i>diesel fuel<\/i> - 55 m³<br />\nOn 2/22/00 at approximately 0900 EST the fishing vessel Jessica Ann  sank off the coast of Cape Elizabeth, Maine (just south of Portland, Maine) [43? 32.0 N   070? 11.1 W].  The vessel sank in 150 feet of water and was carrying an estimated 12,000 gallons of diesel fuel.  The USCG reported a slight sheen, presumably coming from the the vessel's fuel vents.  USCG district 1.","<b>F/V Chevak; St. Paul Island, Pribilof Islands, Bering Sea<\/b> 1994-02-22<br />\n<i>diesel<\/i> - 30 m³<br />\nDue to an apparent navigational error, the F/VChevak ran aground on a rocky reef complex off the southern tip of St. Paul Island, one-half mile due west of Sea Lion Rock.  Ten foot breakers compromised the structural integrity of the vessel, and it is believed that most of the fuel was lost to the sea; even if a catastrophic loss occurred, offshore winds from 35 to 40 knots would disperse it quickly.  A small boat rescue crew from the USCG Cutter Hamilton retrieved the six people onboard and reported no visible sheen in the vicinity.  A USCG MSO representative was aboard the M/V Mary J immediately downwind of the vessel three days after the grounding and reported no visible sheen on the water.  The intense winds and heavy breakers near the vessel prevented any on-scene assessment for six weeks.  However, the vessel's owner had a diving party standing by to respond if the weather improved.  On April 25, the vessel's owner removed the remaining fuel and in early May an attempt was made to salvage the vessel; however, when it was pulled off the rocks into deeper water it sank.  USCG district 17.  Keyword: none.","<b>Gasoline Tanker Truck Rollover, Detroit, OR; 559 OR-22, Idanha, OR 97350, USA<\/b> 2017-12-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 18, 2017, the EPA contacted the NOAA Northwest Region SSC regarding a tanker truck crash at milepost 64 on North Santiam Hwy (OR-22) that resulted in release of 11,500 gallons of unleaded fuel. The  EPA requested Resources At Risk (RAR) analysis of any NOAA managed ESA-listed species in the vicinity of the spill, and any associated toxicity information from unleaded fuel on RAR present.","<b>MV Tristan; Oregon coast<\/b> 2001-08-09<br />\n<i>IFO 380<\/i> - 54 m³<br />\nOn Wed. 8/8/01, NOAA/HAZMAT was notified of a release of oil from the Roll-on/Roll-off ship M/V TRISTAN while transiting northbound along the Oregon coast.  The vessel reported a release of 283 bbls of IFO 380 fuel oil while transferring fuel onboard. \u000b\u000bThe release is believed to have begun at approximately 1130 PDT near 43? 27.5'N/124? 50'W and continued as the vessel continued north until it was discovered at 1520 PDT at 44? 15'N/124?55'W at which time the source was secured.  The ship track was between 18 and 23 miles offshore.  USCG district 13.","<b>Boston Ship Repair; Boston, MA<\/b> 2014-07-10<br />\n<i>Diesel<\/i> - 52 m³<br />\nOn  July 9, 2014, approximately 11,300 gallons of diesel was spilled from the USNS FISHER, dry docked at the Boston Ship Repair facility. The spill was  contained within the dry dock and no product has or is anticipated to reach the waterway.","<b>Getty Oil Tank Truck; Albany, New York<\/b> 1997-01-14<br />\n<i>gasoline<\/i> - 50 m³<br />\nA tractor-trailer tanker overturned on the Dunn Memorial Bridge, connecting Albany and Rennesselaer, New York over the Hudson River.  Approximately 11,000 gallons of unleaded gasoline spilled from the tanker into the river.  The incident occurred at 1630 on January 14, 1997.  The weather at the time was water temperature about 35?F, air temperature about \u000b15? F, and the winds were 5 to 15 knots from the southwest.  About 20 percent the river was  covered with ice.  USCG district 1.","<b>Tank Truck Revere; 1030 Broadway, Revere, MA 02151, USA<\/b> 2020-04-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 17, 2020, a tank truck spilled approximately 11,000 gallons of gasoline on a traffic circle in Revere, MA.  The area is within 1000 feet of a marsh system that leads to open water.","<b>LST 1166; Columbia River<\/b> 2008-07-17<br />\n<i>Asbestos and unknown quantities of unknow oil an hazardous materials<\/i> - 50 m³<br />\nUSCG Sector Portland contacted the NOAA SSC for a trajectory forecast in the event of worst-case release during upcoming removal actions on the LST 1166, a 400 foot landing ship tank moored IVO 'Lord Island' on the Columbia River. The removal actions will consist of the abatement of the onboard asbestos and the removal of unknown quantities of oil and hazmat. For the trajectory assessment, it is assumed that about 10,000 gallons of diesel and about 1,000 gallons of lube oil/bilge slops could be released.","<b>M/V Red Seagull; Offshore Texas<\/b> 1998-01-23<br />\n<i>Arabian crude<\/i> - 50 m³<br />\nThe M/V RED SEAGULL was maneuvering near the Amoco pipeline spill in the lightering zone off Galveston Texas when the crew reported \"bubbling and sheening\" along a portion of the hull.  When the vessels position was plotted she was determined to be north of the Amoco pipeline rupture site and therefore responders believe that her hull may be breached.  The vessel is currently anchored in position 28-43.3N and 94-37.9W.  The vessels is carrying 1.5 million barrels of Arabian light and medium crude oil.  No determination has yet been made as to whether or not the vessel is still leaking or how much product has been lost.  The USCG Falcon Jet Aireye will survey the scene during the night.  A dive survey is scheduled for first light to determine the extent of any damage.  USCG district 8.  Keyword: boom, Corexit 9500, dispersant, skimming.","<b>M/V Pieniny 2; Bering Sea, 300 Miles North of Adak Island<\/b> 1986-12-08<br />\n<i>Heavy fuel oil<\/i> - 48 m³<br />\nAt approximately 2300 on December 6, 1986, the U.S. Coast Guard Marine Safety Office, Anchorage, was notified that an oil spill had occurred in the Bering Sea approximately 300  miles north of Adak Island.  While conducting an at-sea refueling mission of another Polish fishing vessel, a tear apparently developed in the refueling hose of the M/V Pieniny 2, spilling an estimated 250 barrels of a heavy fuel oil.  USCG district 17.","<b>Union Oil Company; San Luis Obispo, California<\/b> 1985-12-20<br />\n<i>Crude oil<\/i> - 48 m³<br />\nOn December 20, 1985 the facilities manager of Union Oil Company, San Luis Obispo, notified the U.S. Coast Guard Marine Safety Office (MSO), Alameda, that approximately 250 barrels of crude oil had spilled as a result of a pipeline rupture.  USCG district 11.","<b>CHEMICAL SUPPLIER Oil Spill; Houston Ship Channel, Houston TX<\/b> 2009-09-26<br />\n<i>Heavy Fuel Oil<\/i> - 114 m³<br />\nAt five minutes after midnight, the morning of 26 September 2009, USCG Sector Houston notified the regional NOAA Scientific Support Coordinator of a collision between a ship and a barge on the Houston Ship Channel between the USCG Sector Office and Interstate 610 (NRC Notification #918913).  According to the NRC report, the incident happened at about 2100 hrs local time on 25 September 2009.","<b>M/V Shogun; Rota West Harbor<\/b> 1997-11-05<br />\n<i>#2 oil<\/i> - 46 m³<br />\nThe 190 ft. M/V Shogun is aground 50-100 yards off West Harbor in southwest Rota, a small island 30 miles north of Guam. The coordinates of the vessel are 14 08.3 N and 145 08.0 E. With a flooded engine room, the vessel is down at the stern and aground on a mixed sand and coral bottom. Seas running at 10-12 ft are washing over the stern. The M/V Shogun is carrying 6000 bbls (250,000 gallons) of #2 fuel oil.  USCG district 14.","<b>Miss. Canyon 538; Gulf of Mexico<\/b> 2000-02-28<br />\n<i>heavy oil<\/i> - 46 m³<br />\nMonday evening, 28 February, the NOAA SSC was alerted by the HAZMAT Duty Officer to an oil spill in the Gulf of Mexico.  MSO Morgan City requested oil fate and trajectory modeling support in addition to a weather forecast.  The spill was the result of a decoupling (pipe separation) at Mississippi Canyon 538 (N 28? 23.32 Lat. W 89? 27.12 Long.).  The spill volume is reported as 240 bbl.  The spill was reported at 1415 hrs CST and source control by reattachment of BOP was reported at 1800 hrs.  The spilled oil is relatively heavy with an API of only 20.2.  Such oils are generally persistent and often form emulsified oil patties and tarballs which can travel long distances.  Often oil released under such conditions is already emulsified with formation or production water.  Dispersants are being evaluated, but would not be practical for a highly emulsified oil.  Conditions off-shore are good for mechanical recovery, and two skimmers are heading to the location.  Given the distance off-shore, landfall is not predicted over the next 2-3 days.  USCG district 8.","<b>Askinuk Tank Farm Gasoline Release; Scammon Bay, AK<\/b> 2018-04-24<br />\n<i>gasoline<\/i> - 32 m³<br />\nOn 24 Apr 2018, the Alaska Department of Environmental Conservation (ADEC) reported a storage tank failed, releasing 7000 gallons of gasoline. The area is frozen and covered with snow.  In addition, there are reports of sheening on the nearby river.","<b>USS Abraham Lincoln; Off San Clemente Island, CA<\/b> 2008-12-05<br />\n<i>JP-5 fuel<\/i> - 45 m³<br />\nAt approximately 1835hrs (local time) on 04DEC2008, a release of 10,000 gallons of JP-5 fuel was reported to have occurred from the aircraft carrier USS Abraham Lincoln approximately 10 nautical miles south of San Clemente Island.  Sector San Diego notified the NOAA SSC the following morning and requested trajectory support.","<b>Island End River Mystery Spill; Boston, MA<\/b> 2006-01-10<br />\n<i>Unknown<\/i> - 45 m³<br />\nMonday afternoon US Coast Guard, Sector Boston was notified of a release in the area of the Island End River in Boston Harbor.  The source, the amount and the product were (and remain) unconfirmed.  However, it is suspected that the release happened sometime on the night of Sunday January 08 and was a diesel or #2 heating oil product (chemical analysis through the  USCG Marine Safety Lab is pending) and the amount is somewhere between 5,000 and 10,000 gallons. Helped by slow currents and consistent west to southwest winds, a large portion of the released product pooled at the northern end of the Island End River (IER) and recovery operations have been focused there.  Some oil sheen was reported in the Mystic River (upper end of Boston Harbor) and in the Chelsea River, about a half a mile east of the IER, but none of it was deemed recoverable.  Protective booming of the salt marshes at the end of the Chelsea River (aka: \"Chelsea Creek\") was deployed as an extra safety measure. The Island End River is more of an inlet than a true river.  Historically (a century ago) it flowed through Chelsea and Everett to the sea.  Today it terminate approximately a quarter mile from the Mystic River (generally considered part of Boston Harbor), is about 200 yards wide and heavily industrialized on one side.  The other side has a small park and condominium project known as Admiral Hill.  Environmentally the area is of note due to historic (and heavy) contamination from coal tar.  The bottom sediments as well as much of the southeastern shoreline are contaminated by chronic (now secured) and acute releases of the materials.  The exposed coal tar on the shoreline dates back to the 1940s.  The material is a byproduct of a large coal gasification facility that operated from the turn of the 19th century to sometime in the early 1960s.   Response Activities: The USCG has been supervising the oil spill cleanup contractor as it uses vacuum trucks and sorbents to recover trapped materials.  Over 3,000 gallons (oil) have been recovered thus far.  NOAA Activities: The NOAA SSC has been working with the FOSC and SOSC on cleanup options and spill characterization, including work with the NOAA HAZMAT modeling staff on oil fate calculations, and reverse trajectories.","<b>Oil Well Pipeline; New Harmony, Indiana<\/b> 1997-01-07<br />\n<i>crude oil<\/i> - 45 m³<br />\nOn January 7, 1997, approximately 10,000 gallons of crude oil from a two-inch oil well pipeline spilled into Long Run in southwestern Indiana.  Long Run flows into Rush Creek and then into the Wabash River.  USCG district 2.  Keyword: boom, sorbent boom, vacuum truck.","<b>Pacheco Slough; Pacheco Slough, Concord, California<\/b> 1994-01-25<br />\n<i>gasoline and diesel quality reformate (cutter stock)<\/i> - NA m³<br />\nMSO San Fransisco paged SSC at 1230 on January 26th to report a diesel and/or gasoline spill near Martinez, California.  The spill occurred at 2130 on January 25th.  The spill is reportedly from a ruptured pipeline that is running through a marsh adjacent to and west of Pacheco Slough (approximate position: 38 deg. 03 min. N/122 deg. 06 min. W).  The slough runs south to north and empties into the Suisun Bay (pronounced \"sah-soon\") just east of the Carquinez Straits. The reported amount of product spilled has ranged from 3,000 to 10,000 gallons.  It is also reported that there may be two separate spills concurrently impacting the area.  Inital reports state that a vegetated area south of Waterfront Road, and north of a railroad line has been impacted by gasoline.  Another vegetated area south of the railroad line has apparently been impacted by a Diesel Quality Reformate (Cutter Stock).  The Executive Officer of MSO San Francisco, CDR Dan Ryan, conducted an overflight on the morning of the 26th.  No oil was observed to have impacted Suisun Bay at that time.  There is no reported Responsible Party at this time but cleanup crews from the nearby Tosco Refinery are responding.  USCG district 11.  Keyword: Clean Bay Inc., containment boom, evaporation, sorbent boom, sorbent pads, vacuum trucks.","<b>F/V SKAGIT EAGLE; Unalaska Island, Alaska<\/b> 1991-02-08<br />\n<i>Diesel<\/i> - 45 m³<br />\nOn February 8, 1991, the U.S. fishing vessel SKAGIT EAGLE ran aground in stormy seas in Reese Bay on Unalaska Island, Alaska.  Three of her five fuel tanks ruptured, releasing 10,000 gallons of diesel fuel.  The vessel, owned by Quest Marine of Sedro Wooley, Washington, carried approximately 18,000 gallons of diesel, 400 gallons of hydraulic oil, and 200 gallons of lube oil.  The vessel's five crew members waded ashore where the U.S. Coast Guard rescued them with an H-3 helicopter.  USCG district 17.","<b>Hayman Properties; Stamford, Connecticut<\/b> 1991-01-31<br />\n<i>#4 heating oil<\/i> - 45 m³<br />\nEarly on January 28, 1991, oil was seen in Stamford Harbor.  The oil appeared to be coming from a seawall adjacent to O&G Inc.  The spill was initially federalized because the source of the spill could not be readily identified.  Further investigation by U.S. Coast Guard Captain of the Port (COTP) Long Island Sound personnel identified the source as a Hayman Properties' heating oil storage tank located approximately 1/2 mile inland from the spill.  An estimated 10,000 gallons of the #4 heating oil was spread in a \"bathtub ring\" marking the shorelines around the harbor.  USCG district 1.","<b>New York City Housing Authority; Throgs Neck, Bronx, New York<\/b> 1987-03-17<br />\n<i>Number 6 fuel oil<\/i> - 45 m³<br />\nOn February 27, 1987, the New York City Housing Authority (NYCHA) reported a spill of 10,000 gallons of number 6 fuel oil from one of the fuel storage tanks at Housing Authority apartment buildings in the Schuyler area of the Bronx.  The New York City Department of Environmental Protection thought the spill had dissipated, but on March 10, the U.S. Coast Guard Captain of the Port (COTP), New York, was notified that number 6 oil had leaked from a sewer outfall directly connected to the apartment complex.  The NYCHA accepted responsibility for the incident but was unable to initiate response due to an internal contracting issue.  On March 17, the Coast Guard COTP federalized the spill.  Response action was initiated on March 18.  USCG district 3.","<b>M/V Falcon Duchess; Jacksonville, Florida<\/b> 1986-09-04<br />\n<i>Bunker C fuel oil<\/i> - 45 m³<br />\nOn September 3, 1986, approximately 10,000 gallons of Bunker C fuel was spilled from the M/V Falcon Duchess into the St. Johns River at Jacksonville, Florida.  The spill resulted from an overflow of the ship's fuel oil settling tank during an internal fuel transfer.  An oil sheen was reported on the St. Johns River extending from the Trout River to the Ortega River.  The heaviest concentrations of oil were located in the shipyard and downtown Jacksonville area.  USCG district 7.","<b>T/V Mystra; Delaware Bay<\/b> 1997-09-18<br />\n<i>crude<\/i> - NA m³<br />\nAt approximately 0100 on September 18, 1997, the T/V Mystra reported that she had oil around her at the Big Stone Anchorage in Delaware Bay. The oil was believed to have come from the sea chest while the ship was lightering. The source was identified as a faulty valve.\u000bWeather at the time of the incident was winds from the south-southwest at 10 to 15 knots, temperature 74? F, with 1- to 3-foot seas.\u000bOnce the leak was detected the USCG COTP Philadelphia was notified and dispatched a Pollution Response Team.\u000bThe Federal Government's involvement in this response focused on monitoring the RP's activities, conducting overflights, and initiating shoreline surveys to document impacts; none were observed.\u000bThis  response lasted for four days.  USCG district 5.  Keyword: containment boom, skimmers, Tri-State Bird Rescue.","<b>M/V Pepin Express; )ffshore Pompano Beach, FL<\/b> 2021-04-25<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 25, 2021, the USCG Sector Miami contacted the ORR duty officer to request a trajectory for the M/V Pepin Express. The vessel had lost power and was adrift 15 miles of Pompano Beach, FL with reportedly 10000 gallons of diesel fuel on board.","<b>North Santiam River - Truck Spill; N Santiam Hwy, Detroit, OR 97342, USA<\/b> 2020-02-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of 16 FEB 2020 along the  Santiam River, a single vehicle crash involving an overturned double fuel tanker occurred releasing approximately 10,000 gallons of gasoline and diesel onto the bank of the Santiam River near mile marker 63. By the end of the day fuel was seen in the river. The EPA FOSC has requested an ESA emergency consultation. The National Marine Fisheries Service (NMFS) has been contacted. Consultation is ongoing.","<b>UTV Ricky Lebeouf; Channelview, TX<\/b> 2016-04-22<br />\n<i>Diesel<\/i> - 45 m³<br />\nOn April 22, 2016, Sector Houston-Galveston requested NOAA SSC provide input for booming strategies in case the UTV Ricky Lebeouf, which sank on April 19, discharges the 10,000 gallons of marine diesel on board.  Currently, situation is stable, and discharge appears unlikely. Trajectory analysis provided.","<b>M/T Palanca Singapore; Everett, MA<\/b> 2014-06-19<br />\n<i>Asphalt<\/i> - 45 m³<br />\nOn June 19, 2014,  a transfer pipe parted between the motor tanker Palanca Singapore and the  Exxon/Mobil terminal in Everett, MA, resulting in the discharge of an estimated 2500-10,000 gallons of heated asphalt into a boomed area between the pier and the ship.  The asphalt was heated to a temperature of near 350 degree F and discharged into water of around 60 degrees F resulting in rapid cooling and solidification.  The NOAA SSC was contacted by USCG Sector Boston and deployed to the scene.  In addition, NOAA ERD oceanographers provided trajectory and fate modeling if any product were to have escaped containment.","<b>M/V MISTER JACOB Grounding; GOM, Mississippi Delta, LA<\/b> 2008-11-06<br />\n<i>Diesel Fuel<\/i> - 45 m³<br />\nOn the evening of 6 Nov. 2008, USCG Sector New Orleans notified the regional NOAA Scientific Support Coordinator of a grounded vessel in South Pass, LA.  The cause of the accident is unknown at this time as are the details of the vessel.  What is known is at 1945 hrs (local time) the M/V MISTER JACOB grounded on what was reported as a rock jetty and holed both fuel tanks.  The vessel was report to be carrying just under 10,000 gallons of diesel fuel.  NOAA was requested to provide a trajectory analysis.","<b>M/V Toro; St. Lawrence Seaway, NY<\/b> 2006-09-06<br />\n<i>Wheat, Bunker<\/i> - 45 m³<br />\nM/V Toro grounded in the St. Lawrence Seaway near Massena, NY.  While the bow grounded on the Canadian side of the Seaway and encountered some damage, the stern (and pollution threat) remained in US waters.","<b>Dredge Barge; Sturgeon Bay, Lake Michigan, WI<\/b> 2006-08-04<br />\n<i>Diesel Fuel<\/i> - 45 m³<br />\nThe dredge barge \"Courtney\" being towed by the tug \"Carol Ann\" capsized for unknown reasons approximately 20 miles east of Sturgeon Bay in Lake Michigan.  Total capacity of fuels on board the barge is 10,000 gallons - mostly diesel.  Wisconsin and USCG observers (by boat) reported a sheen coming from the boat of 1/3 - 1 mile long.","<b>Elizabeth River Fuel Barge Spill; Elizabeth River in downtown Norfolk, VA<\/b> 2001-10-31<br />\n<i>diesel<\/i> - NA m³<br />\nAt 1500 yesterday afternoon (31 Oct.) a barge that had been used to remove diesel fuel from a Navy vessel in a dry dock was damaged and some volume of diesel was released into the Elizabeth River in downtown Norfolk.  Most of the released diesel was reported to have been captured by a boom at Metro Machine's floating dry-dock.\u000b\u000bAt 1700 hours NOAA received a call from MSO Hampton Roads about the spill and provided weather, tides, and a trajectory forecast for where the diesel might go if the oil escaped from the boom.  This NOAA forecast suggested that the diesel would move with the Southerly wind and with the tide out of the harbor - maybe as far as Craney Island - and if the release was constant maybe as far as the mouth of the James River by 1 November.\u000b\u000bThis morning the Port of Hampton Roads has very heavy fog and no over flights were conducted.  However, the spill is reported by MSO Hampton Roads to be mostly contained in the boom and cleanup is progressing satisfactorily.  The Coast Guard had suggested that skimmers might be more efficient than using lots of sorbant pads, but these cleanup method decisions are for areas within the boom in an industrial area of the Elizabeth River near the floating dry docks.\u000b\u000bIt is believed that when the sun comes out during the afternoon of 1 November very little oil will be observed at shoreline locations away from the boomed spill site.  USCG district 5.","<b>FV Seven Seas; entrance to Galveston Bay<\/b> 2001-04-26<br />\n<i>diesel and lube oil<\/i> - NA m³<br />\nOn April 26, 2001, at about 1300 local time, a 66' shrimp vessel sank near the entrance of Galveston Bay at 29? 19.75'N, 94? 37.1 W.  The vessel is carrying an unknown amount of diesel and lube oil.  A USCG overflight has reported a 50 yard wide by 2 mile long slick trending to the west from the sunken vessel.  At this time, it is suspected that the vessel continues to leak product.  USCG district 8.","<b>All Alaskan; Unimak Pass, Aleutian Islands, Alaska<\/b> 1994-07-24<br />\n<i>diesel and  ammonia<\/i> - 45 m³<br />\nOn Sunday morning, July 24, 1994, a fire broke out in the fore section hold of the fish processor All Alaskan, a 350-foot vessel processing salmon.  The vessel was approximately 10 miles west of Cape Sarichef on the western side of Unimak Island and riding in relatively calm seas.  At the time of the fire, the vessel was carrying 126,000 gallons of diesel fuel, 7 bottles of acetylene, 12 bottles of oxygen, 10,000 gallons of lube oil, 8 drums of hydraulic oil, 2 drums of gasoline, and 38,000 pounds of ammonia.  After the initial diesel release on July 24, additional oil pollution was considered a low probability as the integrity of the fuel tanks and hull were not threatened by the fire.\u000bThe USCG responded to what was initially a search and rescue mission.  They safely rescued all but one crewmember who, unfortunately, was killed while fighting the fire.  The fire caused the failure of a 10,000-gallon diesel day tank on the fore deck and the explosion, release, and fire of most of the 38,000 pounds of ammonia.  The diesel release resulted in a reported 8-mile long sheen that dissipated within 12 hours.\u000bTo move the vessel from the sensitive resources in Unimak Pass, a bridle was fitted to the stern of the All Alaskan and she was slowly towed westward to deeper water in case scuttling became necessary.  The fire subsided by Monday, July 25 but continued smoldering in the fore peak holds of the vessel.  Three USCG cutters and several members of the Pacific Strike Team went to the scene to assist.\u000bOn July 26 the vessel was brought into Captain's Bay at Dutch Harbor where the fire was completely extinguished and the vessel was thoroughly evaluated.  One bottle of ammonia was found slowly leaking after the vessel reached port; the rest were believed lost while the vessel was burning at sea.  As the vessel cooled down and aired out, the response phase was replaced with a vessel integrity evaluation phase done primarily by the U. S. Navy Supervisor of Salvage and representatives of the vessel.  USCG district 17.  Keyword: none.","<b>Conoco-Phillips Bayway; NJ<\/b> 2005-12-16<br />\n<i>No. 2 Heating Oil / Water mix - red dyed<\/i> - 372 m³<br />\nAt approximately 0800 hours on December 16, 2005 a leaking valve was first observed at the Conoco-Phillips Rahway River Tank Field, adjacent to the Rahway River, New Jersey.  The valve was immediately replaced and the discharge of oil/water was stopped.  The product was primarily discharged off site at the edge of the property where it slopes down to the perimeter of the closed Linden Landfill.  The released product was a mixture of No. 2 heating oil (red dyed) and water.  Data from tank guages indicate 1,950 barrels of oil/water are unaccounted for.  Clean-up response includes vacuum trucks and deflection/exclusion booming operations in the Rahway River. Habitats at risk include wetlands, mudflats and river/estuary.  Oiled wildlife has been reported.","<b>CHRISTINA RIVER SPILL; Wilmington, Delaware<\/b> 1989-01-26<br />\n<i>TOLUENE, #6 OIL, #2 OIL, AND MARINE DIESEL<\/i> - 45 m³<br />\nAT 2225 COTP WAS NOTIFIED BY TUG TEXACO TAMPA THAT THE PIER AT DELAWARE TERMINAL \u000bCOLLAPSED WHILE THE TUG AND BARGE TEXACO 809 WERE GETTING UNDERWAY. \u000b\u000bTOLUENE, #6 OIL, #2 OIL, AND MARINE DIESEL ARE SPILLING FROM PIPELINES AS FOLLOWS: PRODUCT \u000bSIZE  CAPACITY TOLUENE  12\" LINE  31,000 GALLONS MARINE DIESEL   10\" LINE  640 BARRELS #6 OIL \u000b 30\" LINE 5500 BARRELS MARINE DIESEL  4\" LINE 90 BARRELS #2 OIL  12\" LINE 31,000 GALLONS  \u000b","<b>JP-8 Tank Truck Spill; Portland, ME<\/b> 2003-04-18<br />\n<i>JP-8, jet fuel<\/i> - 36 m³<br />\nA tank truck owned by 4 Star Bulk Transport Inc.  rolled over at the intersection of Highway 77 and Broadway in South Portland, Maine.  An estimated  8,000 gallons of JP-8 (military, high performance jet fuel) was discharged from the truck causing an estimated 6,500 gallons to enter Anthoine Creek via storm drains.","<b>Tanker Truck; Revere, MA<\/b> 2009-04-20<br />\n<i>Diesel<\/i> - 45 m³<br />\nOn 20APR2009, NOAA ERD was informed by the USCG that a tanker truck carrying 10,000 gallons of diesel had flipped over near Revere, MA and was releasing product into a local marsh area. SSC presence is requested on-scene.","<b>Lake Washington A10 Well Leak; Port Sulphur, LA USA<\/b> 2018-12-09<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn December 9, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding an equipment failure on a wellhead casing in Lake Washington/Rattlesnake Bayou, near Port Sulphur, LA.  The discharge amount is estimated to be ~129bbls of crude/water/gas per day.  The source was not reported as secured.  USCG is requesting a trajectory and potential resources at risk.","<b>T/B Callapooya; Hydaburg, Prince of Wales Island, Alaska<\/b> 1987-02-26<br />\n<i>Number 2 diesel<\/i> - 41 m³<br />\nLate in the evening of February 25, 1987, the T/B Callapooya, en route to Craig, Alaska from Hydaburg, Alaska, grounded in the Sukkwan Narrows across from Hydaburg.  The grounding ruptured the number 1 starboard tank, releasing approximately 9,000 gallons of number 2 diesel, from a total tankage of 289,000 gallons.  The spill occurred on a rising tide and was initially carried north by the strong tidal current action. On the reversing tidal current, the diesel was carried directly over fish subsistence clam beds just offshore from Hydaburg.  The clam beds are the source of cockles, butter, horse, double-neck and razor clams.  Eventually, the current carried a sheen 6-7 miles southeast into Hetta Inlet.  The barge was owned by Halverson Towing, who assumed full responsibility for any cleanup operations.  USCG district 17.","<b>F/V Westwind III; 26 miles Offshore Tampa, FL<\/b> 2005-02-02<br />\n<i>diesel<\/i> - 41 m³<br />\nUSCG MSOTampa requested trajectory for a potential spill from a fishing vessel at 0900 2 February 2005.  The vessel is the Westwind III, a 68.8 foot, 127 gross ton fiberglass hull fishing vessel that caught fire 1 Febuary at 2100 local at position 27-24.8 N; 083-12.8 W.  The crew was evacuated and the vessel continued to burn as it drifted freely.  At 0800 local 2 February the vessel was at position 27-24.1N; 083-19.7W and at 1000 local a Coast Guard C-130 aircraft overflew the area and noted the position as 27-23.8N; 083-21.4W.  The vessel was still burning (smoldering) and continuing to drift. No pollution was observed.  The vessel has a capacity for 9000 gallons of diesel fuel, but the amount of fuel onboard at the time of the fire was not initially known.  \u000bNOAA Hazmat provided the COTP with a weather forecast for the area as well\u000bas spill trajectory and oil fate information.  During the afternoon of 2 February, MSO Tampa had discussions with the vessel operator, who said the vessel had only 1000 gallons or less fuel onboard at the time the fire started.  Given the small amount of diesel and distance offshore, the MSO ceased further actions or monitoring of this case.  Coast Guard District 7 office followed up with discussions between the owner/operator and the vessel's insurance company to insure proper handling and salvage of the boat remains.\u000b","<b>Sodium Hypochlorite; Orington, ME<\/b> 1992-08-28<br />\n<i>Sodium Hypochlorite<\/i> - 41 m³<br />\nOn or about 0030 on August 28, 1992, the LCP Chemical Company in  Orington, Maine (near Bangor) overfilled a tank with sodium hypochlorite  12% solution) by an estimated 9,000 gallons.  The initial call to report the spill  was to EPA and the NRC where there was some confusion as to whether the  spill was in the inland or coastal zone.  By approximately 1200 on the same day,  MSO Portland was contacted, briefed by the EPA personnel on scene and asked  to take over as the On-Scene Coordinator for a coastal response.  Two MSO  personnel were dispatched.  Situation: It was estimated that 5,000 gallons of the spilled product remained on land and  that 4,000 gallons made it into the Penopscot River about the time of high tide.  The NOAA SSC was contacted as approximately 1300.  It was determined that the threat to aquatic life in the Penopscot River had, for the most part,  subsided, given that the spill had occurred some 12 hours earlier on a falling tide.   It was thought that the chemical would have an acute toxic effect and would  dilute as it moved down the river becoming a diluted, non-toxic solution.  Concern was expressed that the chemical might stay together as a plume for a  distance down river, but that within 12-24 hours the bulk of the product would be  diluted sufficiently.  The MSO was warned to expect a possible localized fish kill  and to be aware of the odor of chlorine down river of the spill (which would  indicate that the product had not completely diluted).  USCG district 1.","<b>Lindsey Frank; Hudson River off Saugerties, New York<\/b> 1991-12-29<br />\n<i>gasoline<\/i> - 41 m³<br />\nOn December 29, 1991, the master of the tug Jolene Rose notified the U.S. Coast Guard (USCG) Captain of the Port New York (COTPNY) that the tank barge Lindsey Frank had touched bottom off Magdelen Island in the Hudson River at Tivoli Reach, but was still underway.  A sheen was noted.  The barge's capacity was 21,000 barrels of gasoline in 14 cargo tanks.\u000bThe winds were southeast at 14 knots, visibility 2 nautical miles in rain and fog, and the tide was ebbing.\u000bThe barge remained trim and continued upriver to its destination at the Atlantic Refineries docks in Rensselaer, New York.  The barge master sounded tanks and reported tank #1 had taken on approximately four inches of water, but all other tanks appeared intact.  USCG district 1.  Keyword: evaporation.","<b>Charleston Tank Truck Accident; Cooper River Charleston, SC<\/b> 2008-11-04<br />\n<i>gasoline<\/i> - 32 m³<br />\nTank truck accident at on ramp from Virginia Ave and Hiway 526.\u000bEstimated 4500 - 5500 gallons of gasoline spilled into creek 1/4 mile\u000bfrom Cooper River","<b>Towing Vessel KAYTLIN MARIE / M/V CENTURY QUEEN Collision; Lower Mississippi River<\/b> 2019-06-08<br />\n<i>Oil<\/i> - 41 m³<br />\nOn June 8, 2019,  In the vicinity of  mile marker 126,  a collision between Bulk Carrier-M/V CENTURY QUEEN (Panama Flag) and US Towing Vessel KAYTLIN MARIE (operated by Integrity Marine) occurred. Both vessels sustained damage to their hulls, resulting in a discharge from the KAYTLIN MARIE of 8,954 gallons of diesel into the waterway.","<b>Asphalt Barge M-53; Louisville, KY<\/b> 2006-01-26<br />\n<i>Asphalt, Diesel<\/i> - NA m³<br />\nOn January 26, 2006, a runaway barge \"M-53\" loaded with 19,500 barrels of asphalt allided against a railroad bridge on the Ohio River in Louisville, Kentucky. The tug M/V Kelly Lee was heading down river with 3 asphalt barges when the breakaway occurred.  Two of the barges were recovered, but one barge is trapped against the K&I Railroad Bridge at river mile 607.4.  The USCG reports that the barge is lying on its side with the bottom of the barge against the bridge. The barge was also carrying 15,000 gallons of diesel used to keep the asphalt heated.   An unknown amount of asphalt and diesel fuel has been released into the Ohio River. The river is closed to commercial traffic until the situation is resolved.  The barge M-53 is owned by Magnolia Marine Transportation.","<b>Weyerhaeuser Turpentine Spill; Longview, Washington<\/b> 1997-01-27<br />\n<i>crude sulfate turpentine<\/i> - 40 m³<br />\nAt approximately 1300, January 27, 1997, an accident at the Weyerhaeuser Plant in Longview, Washington resulted in 8,700 gallons of crude sulfate turpentine being discharged into a drainage ditch that emptied into a large settling pond.  The spill was contained and cleanup activities initiated by Weyerhaeuser.  The following morning, sites downstream from the Longview facility as far as Astoria, Oregon reported the presence of a strong odor.  USCG district 13.  Keyword: vacuum trucks.","<b>AMAZON VENTURE; Tallaboa, Puerto Rico<\/b> 1989-07-31<br />\n<i>Number 6 fuel oil<\/i> - 39 m³<br />\nNOAA/OMA was notified of the incident on July 31, 1989, by the Coast Guard Marine Safety Office, San Juan, and was asked to provide information on environmental resources-at-risk from the spill and on the slick's probable trajectory.  NOAA reported that the shoreline is mostly sand beaches, gravel beaches, mixed sand and gravel beaches, and rocky shores or seawalls.  The offshore islands that are surrounded by mangroves would not be affected if the winds continued to be easterly.  NOAA estimated that the slick would tend to the west or northwest and would come ashore on beaches inshore and to the west of the facility.  This could have occurred for a considerable distance, depending on the weather conditions and local small-scale oceanographic circulation patterns.  There was a small chance that, with a large enough quantity of free-floating, unrestricted oil and continued easterly winds, the oil might round Punta Guayanilla and impact the beaches of Punta Verraco and Bahia de Guayanilla.  If this did happen, NOAA advised that the large mangrove forests of Bahia de Guayanilla be protected.  NOAA further advised that the oil would persist in the environment, with a small quantity evaporating during weathering.  Reef impacts would be low because the oil is not very soluble; there would probably be no impacts at all below the surface, although there could be severe shoreline impacts.   In addition, NOAA reported that the oil would strand at the high tide line and persist or wash away, depending on sand and gravel transport on that beach.  Finally, sticky, weathered bunker oil would adhere to rocky shores and mangroves, killing the mangroves when the oil got into the root system. Turtles currently nesting in Puerto Rico and along the sandy beaches of Punta Verraco were at risk.  Oiled adults would suffer irritated mucous membranes and would develop lesions that would probably result in an increased risk of infection.  Oiled hatchlings would probably die, whether they were on the beach or floating offshore.  Oiled turtle eggs and newly hatched turtles had a greater than 80% chance of mortality.  There were many species of birds present, including the brown pelican, a federally listed endangered species.  If oiled feathers remained untreated, the birds would die as a result of loss of insulation or ingestion of oil during preening.  The diving birds (brown pelican, brown booby, terns), wading birds  (herons and egrets), shorebirds (plovers, sandpipers), and ducks were the most likely to be affected because they would dive and wade into the oil slick.  Seabirds (magnificent frigate bird) and gulls skim the surface when feeding and would also be affected.  Large numbers of gulls would also be impacted.  USCG district 7.","<b>M/V RAMLAH Oil Spill; LOOP, Gulf of Mexico, LA<\/b> 2008-06-23<br />\n<i>Light Crude Oil (Arbaian Light)<\/i> - 1 m³<br />\nThe USCG notified the NOAA Scientific Support Coordinator (SSC) of a release on the deck of the M/V RAMLAH of 200 bbls of light crude oil at the LOOP Terminal (approximately 12 nautical miles SW of Belle Pass, Louisiana).  The release was reported to have occurred at approximately 1920 hrs local time.  Some portion of the 200 bbls was reported to have spilled into Gulf of Mexico waters.  The USCG has requested a trajectory analysis.","<b>Bayou Vista; Near Galveston, TX<\/b> 2004-12-19<br />\n<i>Crude Oil,<\/i> - 95 m³<br />\nOn 19 December 2004 a spill estimated at 100-150Bbls was reported near an abandoned tank battery near Galveston, TX. As the RP was unknown, the incident was federalized and sediment removal occured. In situ burning was considered for treatment. The incident was eventually transfered to the EPA.","<b>Mosquito Bay Spill; Mosquito Bay, LA<\/b> 2001-04-06<br />\n<i>condensate crude<\/i> - 38 m³<br />\nAt 1000 CDT the NOAA ASSC was notified that a spill of approximately 200 bbls of condensate crude occurred near Mosquito Bay, LA  in position 29?16'N, 091?11'W and is enroute to MSO Morgan City.  USCG district 8.","<b>Heritage Platform (Exxon); Santa Barbara, California<\/b> 1996-05-02<br />\n<i>Hondo crude<\/i> - 38 m³<br />\nOn  May 1, 1996, as the platform Heritage restarted operations, oil was forced through the platform's gas-flame exhaust pipe.  Some product was ignited as it was released but did not continue burning on the open seas.  Weather was foggy with winds east-southeast at 10 to 12 knots, seas 1 to 2 feet with swells 4 to 6 feet. \u000b\u000bPlatform personnel deployed containment boom and secured the source.  Clean Seas was contacted.  They brought skimming vessels on-scene and began open-water cleanup operations.  When visibility allowed, Exxon and the USCG conducted overflights and estimated the volume of spilled material was between 50 and 200 barrels.  Clean Seas collected larger concentrations of oil with skimmers and towed booms.  During night operations, oil was corralled in booms and skimmed.  The cause of this incident is being investigated by MMS and the Channel Islands National Marine Sanctuary was notified. This response lasted through the day with minimal night operations and, on the first overflight May 3, no oil could be found.  USCG district 11.  Keyword: Clean Seas.","<b>T/V Eastern Lion; Valdez, Alaska<\/b> 1994-05-21<br />\n<i>North Slope crude<\/i> - 4 m³<br />\nOn May 21, 1994, MSO Valdez received a report from the master of T/V Eastern Lion (on lease to British Petroleum[BP]) of oil in the water around the vessel loading at berth 5 of the Alyeska Marine Terminal.  Apparently a crack in one of the wing tanks leaked out an estimated 200 bbls of North Slope crude and because the normal containment boom that surrounds loading tankers was sucked up against the hull, from 10 to 20 barrels of oil escaped into the Port of Valdez.   The Eastern Lion began transferring fuel from its wing tanks to its center tanks and arranging to lighter the entire 800,000 barrels onto the waiting T/V Arco Fairbanks.  Alyeska (SERVS) response crews immediately began conducting cleanup operations; however, the shorelines on Saw Island and near berths 4 and 5 were lightly impacted.  Sheens from the spill moved east and west with the tidal current, extending from the Soloman Gulch Salmon Hatchery on the east to Anderson Bay on the west,  about 9 miles.  Sheens were also reported on the north side of the Port of Valdez near Duck Flats and the mouth of Mineral Creek.   Weather throughout the incident was mild with relatively calm winds.  USCG district 17.  Keyword: none.","<b>ARCO Platform B #2; South Pass, Mississippi River Delta, Louisiana<\/b> 1989-04-06<br />\n<i>Oil<\/i> - NA m³<br />\nOn April 5, 1989,  ARCO Platform B, structurally damaged in an explosion and fire on March 20, 1989, was in danger of collapse in the event of severe weather.  The platform assembly and wells are located in Block 60 of the South Pass offshore lease on the Mississippi River, approximately 100 miles southeast of New Orleans.  \u000bThe U.S. Department of the Interior Minerals Management Service was concerned that a collapse could shear off well head assemblies on the sea floor 200 feet below the rig, spilling up to 200 barrels of crude oil daily.  Oil seepage was occurring at the head assemblies but shut-in of the wells was not possible because of the March 20 fire damage to casing and valves.  In addition, ARCO officials were reluctant to attempt capping the three wells below the platform because the gas line used to drive the wells was unsafe as a result of the fire and explosion in March.\u000bHeavy weather on scene had thus far hindered divers' attempts to close off the gas line.  USCG district 8.","<b>Bryan Mound Incident; Freeport, TX<\/b> 2020-04-10<br />\n<i>Oil<\/i> - 38 m³<br />\nOn April 7, 2018, a buried pipeline discharged a reported 200 bbl oil at the Bryan Mound Strategic Petroleum Reserve site in Freeport, TX.  The discharge location is in the EPA zone.  The majority of the oil remains in the soil or on the ground near the discharge site, although some oil has migrated to Blue Lake, a non-navigable waterway.  RP, ExxonMobile Pipeline Company is responding.","<b>Meterhouse Canal Oil Spill; Bateman Lake, Atchafalya Basin, LA<\/b> 2007-08-07<br />\n<i>Crude Oil Condensate<\/i> - 38 m³<br />\nOn Monday, 7 August 2007, the USCG Marine Safety Unit Morgan City notified the regional NOAA Scientific Support Coordinator of small spill in the Atchafalya Basin. The release was from a 2 inch flow line near the Meterhouse Canal that flows into Bateman Lake. Since the initial notification, NOAA has provided additional support; therefore, a new hotline report was generated to track NOAA's continuing response activities.","<b>CONOCO Well Blow-Out; SW LA Coast<\/b> 1993-12-21<br />\n<i>Light Crude Oil<\/i> - NA m³<br />\nThe Blow-Out Preventer failed on a CONOCO well located at LAT 29 29' 07\" N, LON 93 07' 19\" W, in SW Louisiana, approximately 6.5 miles SW of Lake Calcasieu.  The well is in West Cameron Block 66A.  The well is releasing a mixture of Light Crude Oil, Natural Gas and seawater, with very little H2S, at a flow rate estimated at 250 BBL/Day and a natural gas release rate of approximately 1,850,000 cubic feet per day (CFD). Weather: Winds are NW 7 to 10 Knots and expected to remain off-shore shifting in the afternoon to 10 to 20 knots out of the NE.  The near shore current is moving to the West.  With these conditions the oil is expected to move to the WSW, (offshore). Response: The Coast Guard Command Post will be at MSO Port Arthur.  The CG Gulf Strike Team is in route.  There will be an overflight at first light (approx. 0700 local time, CST).  The SSC is standing by for the results of the overflight. MASS (Galt), RPI (Michel), LSU (Henry) and Genwest (Murphy) have been put on on alert. In-Situ burning or Dispersant Operations are not planned due to the natural gas hazard and the natural thinning of the light crude oil.  USCG district 8.","<b>T/V EXXON NEW ORLEANS; San Francisco, California<\/b> 1987-10-30<br />\n<i>Crude oil<\/i> - 38 m³<br />\nAt approximately 1500 on October 30, 1987, the EXXON NEW ORLEANS, an 800-foot crude oil tanker, was entering Anchorage 9 inside San Francisco Bay when a valve malfunctioned while transferring crude oil from one tank to another.  As a result, an estimated 200 barrels of crude oil were flushed into the bay through the sea suction valve.\u000bThe U.S. Coast Guard Marine Safety Office (MSO), Alameda, immediately dispatched personnel to the scene of the incident. The Coast Guard notified the California Department of Fish and Game, U.S. Fish and Wildlife Service, and  local environmental action groups.  USCG district 12.","<b>Mobil Oil Pipeline Rupture; Marsh Island, Louisiana<\/b> 1985-11-10<br />\n<i>South Louisiana Crude oil<\/i> - 38 m³<br />\nOn November 9, 1985, a Mobil Oil pipeline began leaking South Louisiana Crude in Block 51, about 20 miles off Marsh Island, Louisiana.  Since the spill was outside the 3-mile coastal zone, the U.S. Department of the Interior's Minerals Management Service was the designated Federal On-Scene Coordinator (OSC).  USCG district 8.","<b>Hurricane Katrina Chevron Wagon Wheel; LA<\/b> 2005-09-06<br />\n<i>Heavy Louisiana crude oil<\/i> - 153 m³<br />\nBroken wellhead, located in the Wagon Wheel near Venice in Plaquemines Parish LA. An estimated 200 bbl of oil was spilled. Sorbents are being used to collect floating oil.","<b>Chevron Platform MP 67; east of Delta National Wildlife Refuge, Louisiana<\/b> 1991-10-18<br />\n<i>oil<\/i> - 38 m³<br />\nOn October 18, 1992, at approximately 0800, Chevron reported a spill to the U.S. Coast Guard (USCG) Marine Safety Office (MSO) New Orleans.  The spill was estimated to be 29 gallons of South Louisiana crude from a Chevron offshore oil rig,   The Chevron Fast Response Team was activated initially, and when the slick impacted marsh areas of the Delta National Wildlife Refuge to the west of the Chevron platform, Chevron contracted Riedel-Peterson to handle further mechanical cleanup.\u000bChevron later changed their estimate from 5 to 15 barrels.  USCG helicopter overflight observers estimated the slick to be 100 to 200 barrels.  An overflight on October 20 revealed a slick of approximately 40 square miles, 2 to 5 miles offshore that appeared to be moving to the south.  The slick was said to be 50 percent silver sheen and 50 percent first color trace.  USCG district 8.  Keyword: none.","<b>Chevron Barge; Delaware River<\/b> 1989-11-20<br />\n<i>crude oil<\/i> - 39 m³<br />\nINITIAL NOTIFICATION, CHEVRON BARGE, DELAWARE RIVER AT APPROXIMATELY 2230 EST A CHEVRON BARGE OFFLOADING A CARGO OF \"TAKULA\" CRUDE OIL AT HOG ISLAND SPILLED AN ESTIMATED 8,500 GALLONS.  THE SPILL RESULTED FROM A PIPELINE RUPTURE DURING A STORM. TAKULA CRUDE HAS A POUR POINT OF 60, THE API NUMBER IS 28 TO 30. THE RIVER WATER TEMPERATURE IS 50F THE NOAA SSC, ED LEVINE, IS IN ROUTE TO MSO PHILADELPHIA AND WILL BE ON AN EARLY MORNING OVERFLIGHT. ASSUMING THAT THERE WAS A SINGLE RELEASE AT 2030, WHICH WAS THE BEGINNING OF AN EBB TIDE CYCLE,INITIAL TRAJECTORY ESTIMATES ARE THAT THE OIL WILL MOVE DOWN- RIVER AS FAR AS MARCUS HOOK.  IF THERE WAS A CONTINUOUS RELEASE, THEN THE OIL COULD MOVE 2 TO 3 MILES UPSTREAM WITH THE FLOOD TIDE. TRAJECTORY PREDICTIONS WILL BE UPDATED AS MORE INFORMATION IS AVAILABLE FROM THE SCENE.  USCG district 1.","<b>EXXON HOUSTON; Honolulu, Hawaii<\/b> 1989-03-03<br />\n<i>Prudhoe Bay Crude oil<\/i> - 420 m³<br />\nAt about 2000 on March 2, 1989, the tanker EXXON HOUSTON, with 90,000 barrels of Prudhoe Bay crude oil aboard, broke loose from her moorings at an offshore terminal off Barbers Point, Oahu, Hawaii, during offloading operations.  The vessel subsequently grounded 0.7 miles off Barbers Point.  A wing tank containing Bunker C fuel oil was damaged when the EXXON HOUSTON ran aground, spilling approximately 2,200 barrels of oil.  USCG district 14.","<b>TV J.Dennis Bonnie; 40 miles off Grand Isle, LA<\/b> 2000-03-15<br />\n<i>Nikossa crude<\/i> - NA m³<br />\nOn the evening of March 15, the NOAA SSC was notified of a collision between two tankers some 40 miles off Grand Isle, Louisiana.  The T/V J. Dennis Bonnie is holed in the #1 STBD tank and is losing oil.  The capacity of the #1 STBD tank is 61,000 bbl.  The oil is reported as Nikossa Crude (47.7 API) from the Republic of Congo.  The collision occurred at 2006 hrs CST at approximately N 28? 18' Lat. and W 90? 34' Long.  The USCG has requested weather and trajectory support.  Dispersants are being evaluated.  The NOAA SSC will be responding on-scene to the Chevron Command Post, New Orleans LA.  USCG district 8.","<b>T/V Florida Express; Galveston Lightering Area, Gulf of Mexico<\/b> 1995-02-27<br />\n<i>Bunker C<\/i> - 38 m³<br />\nOn February 27, 1995, a fire and a series of explosions in the #2 and #3 cargo tanks destroyed the integrity of six forward cargo tanks on the T/V Florida Express's port side.  The explosion created several large cracks in the vessel's side shell.  Resulting damages severely threatened the vessel's structural integrity and overall stability and released approximately 200 barrels of oil into the Gulf of Mexico, with the potential to release over 8,000 barrels of oil.  USCG district 8.  Keyword: satellite-transmitting buoys.","<b>Eastern Seaboard Petroleum; Jacksonville, Florida<\/b> 1987-05-29<br />\n<i>Number 6 fuel oil<\/i> - 37 m³<br />\nAt 2020 on May 20, 1987, the U.S. Coast Guard Marine Safety Office (MSO) in Jacksonville was notified of a spill of Number 6 fuel oil at the Eastern Seaboard Petroleum facility. The spill occurred when a tanker man overfilled a barge tank, spilling approximately 8,200 gallons of oil into the Trout and St. Johns Rivers.  The oil impacted approximately 2 miles of sensitive marsh grass.  Much of the oil came ashore in front of the U.S. Navy Fuel Depot and into a drainage ditch on the facility property.  USCG district 7.","<b>F/V Cowboy; Vineyard Sound, MA<\/b> 2009-04-18<br />\n<i>Diesel fuel<\/i> - 36 m³<br />\nThe NOAA SSC was notified by USCG Sector Southern New England (SSNE) at approximately 1800 on 18 April, 2009 concerning the grounded 77 foot fishing vessel Cowboy. The vessel is hard aground on a hard bottom. Salvage operations are commencing with an attempt to de-water the vessel. The USCG has requested NOAA support for a \"worst case\" trajectory. That would be losing the entire contents of the fuel tanks [8,000 gallons of diesel oil] during a maximum flood or ebb tide.","<b>Dredge Sugar Island; East River, New York<\/b> 1994-09-20<br />\n<i>No. 2 fuel oil<\/i> - 36 m³<br />\nOn September 20, 1994  starting at approximately 0300, the dredge Sugar Island, discharged almost 8,000 gallons of #2 fuel oil into the East River between Governors Island and Roosevelt Island, New York.  On the day of the release the weather was temperature 72?F, visibility about 8 miles, winds at 5 knots from the south, and calm seas.\u000bThe release occured during an internal fuel transfer when the vessel overfilled a tank. Oil was discharged until about 0430 when the mistake was discovered. Oil spread along the East River.\u000bThe responsible party notified the USCG and cleanup contractors. The vessel moored in Flushing Bay (near LaGuardia Airport) and was circled with sorbent boom.\u000bThe USCG sent out a Pollution Investigation Team in vessels and on several overflights. Oil was observed throughout the East River from Governors Island to the White Stone Bridge, mostly as light sheen.\u000bDuration of the response was one day.  USCG district 1.  Keyword: evaporation, sorbent boom.","<b>M/V Tai Chung; Willamette River, Portland, Oregon<\/b> 1991-12-28<br />\n<i>IFO<\/i> - 36 m³<br />\nAt 0235 on December 28, 1991, the U. S. Coast Guard (USCG) Group Portland received a report of an oil spill at the Columbia Aluminum dock at river mile 10 on the Willamette River.  Approximately 8,000 gallons of intermediate fuel oil was spilled by the motor vessel Tai Chung, a bulk aluminum oxide carrier, during bunkering operations from a fuel barge tied up next to it.  The spill occurred during the ebb tide under calm wind conditions.\u000bThe vessel owner, Taiwan Navigation Company Limited, accepted responsibility for the cleanup.  Boom was deployed around the vessel within the first three hours of the spill, and cleanup of the free-floating oil and oiled shoreline began on December 28, continuing until February 5.  Cleanup operations were monitored by USCG Marine Safety Office (MSO) Portland pollution investigators and two members of the USCG Pacific Strike Team in close coordination with representatives from Oregon's departments of Environmental Quality and Fish and Game.  USCG district 13.  Keyword: containment boom, high-pressure, cold-water washing, skimmers, sorbent boom, vacuum trucks.","<b>Reagan Airport JP-4 Spill; Washington, DC<\/b> 2015-10-30<br />\n<i>JP-4 jet fuel<\/i> - 41 m³<br />\nOn October 30, 2015, the USCG Sector Baltimore notified the NOAA SSC about a JP-4 fuel oil spill that occurred at Ronald Reagan Airport. USCG reports that approximately 8,000 gallons of JP-4 was discharged from a ruptured pipeline and an estimated 3,000 gallons have entered the Potomac River. \u000b","<b>#2 Oil Release; Ohio River near Blairsville, OH<\/b> 2014-08-19<br />\n<i>#2 oil<\/i> - 91 m³<br />\nOn August 19, 2014, the NOAA SSC was notified of a release of #2 fuel oil into the Ohio River that had occurred at approximately midnight the prior evening.  USCG Sector Ohio Valley requested oil transport and fate analysis.  \u000bCorresponds to NRC Notification #1092727","<b>F/V Four Daughters; Offshore Sandy Hook, NJ<\/b> 2003-07-17<br />\n<i>Diesel<\/i> - 36 m³<br />\nThe 86 foot fishing vessel (F/V) Four Daughters was reported to have\u000bsank 52 nautical miles SE of Sandy Hook NJ at around 0230 hours that\u000bnight of 17 July, 2003.  When the vessel sank it was reported to have a\u000bcapacity of some 8,000 gallons of diesel fuel.\u000b\u000bAt 1600 hours of 17 July the Coast Guard's Fifth Coast Guard District\u000b\"M\" staff requested from NOAA a trajectory for the diesel fuel that\u000bmight be released from the tanks of the F/V Four Daughters.  By 1715\u000bhours NOAA provided to the Fifth Coast Guard District initial trajectory\u000band weather reports.  NOAA suggested that no diesel products were\u000bexpected to contact the shoreline from a release from a sunken vessel at\u000bthis distance offshore.  NOAA's report also stated that if oil did leak\u000bdiesel from the vessel that \"we would expect some rainbow to silver\u000bsheen to extend for several hundred yards downwind of the location where\u000bthe vessel sank.\"  The detailed NOAA weather report that was provided to\u000bthe Coast Guard outlined that winds would be light and variable at 5-10\u000bknots on Thursday night and on Friday with a chance of isolated showers\u000band thunderstorms on Friday afternoon.\u000b\u000bMSO Philadelphia reported to Fifth District that a Coast Guard\u000bover-flight of the area on the afternoon of 17 July did observe some\u000bwreckage from the F/V Four Daughters, but did not observe any floating\u000boil.","<b>F/V Blue Max; Columbia River Mouth<\/b> 2001-02-15<br />\n<i>marine diesel<\/i> - 36 m³<br />\nNOAA HAZMAT was notified at 1152 PST by MSO Portland that the 70' FV BLUE MAX had capsized off the entrance to the Columbia River.  The vessel was reported to have 8000 gallons of diesel on board.  The capsized vessel position was reported as 46?14.3'N, 124?7.5'W at 1100 and 46?14.5N, 124?8.5'W at 1225.  Sheens were reported in the water in the vicinity of the vessel.  NOAA was requested to provide weather and trajectory support.  USCG district 13.","<b>Barge Nanahootz grounded; Shoal Point, AK<\/b> 1986-04-07<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge Nanahootz grounded in Wrangell Narrows was pulled off and grounded again at Shoal Pt (4/11) Sergus Narrows (between Chicago & Baron of Island). the barge contained 460k gal mixed product (diesel, gasolie, jet fuel & bunker C). The tug that sank at Shaol Pt. Contained 8000 gal diesel whichis leaking.","<b>Trading Bay Pipeline Leak; Trading Bay, Cook Inlet, Alaska<\/b> 2020-12-16<br />\n<i>crude<\/i> - 36 m³<br />\nOn 16-Dec-2020, MSD Homer reported a pipeline leak at the Trading Bay oil production facility. The leak is underground within a pipeline corridor and is estimated to be approximately 190 barrels of 80% crude oil mix. The position of the leak is about 570 feet from the high tide line. There is no visible oil at this time.","<b>T/V Oriental Crane; Nikiski, Cook Inlet, Alaska<\/b> 1988-12-12<br />\n<i>Diesel fuel<\/i> - 35 m³<br />\nLate in the morning on December 12, 1988, 25-knot winds knocked the Oriental Crane, a 300-foot Japanese fuel tanker, into the Kenai Pipeline dock, where the tanker was loading diesel fuel.  The force of the collision punched an approximately eight inch-wide hole into a fuel tank of bunker C above the water line.  Fuel leaked into the water for approximately 40 minutes before dropping below the level of the hole when the bunker C was pumped into another undamaged tank.  An estimated 182 barrels of fuel oil were lost into Cook Inlet.  USCG district 17.","<b>Platform Irene; Vandenberg Air Force Base, California<\/b> 1997-09-29<br />\n<i>Monterey Crude<\/i> - 555 m³<br />\nAt approximately 2330 on September 9, 1997, Platform Irene, offshore near Point Arguello, California, reported a spill from its 20-inch pipeline.  This pipeline connects the platform to the shoreline terminal at Point Arguello.  Platform Irene is operated by the Torch Operating Company for Nueva Energy (Houston).  The release was caused by a fracture in a weld near a flange at a depth of about 33 fathoms.  The amount released was originally reported as 2,900 barrels, which was the potential amount in the pipeline at the time the weld broke.  This amount was revised after overflights and other observations were conducted to between 200 and 500  barrels.  The oil was Monterey crude mixed with the drilling and pumping waters.  Skimming vessels from the Clean Seas Cooperative, MSRC and from the Fisherman's Oilspill Response Team were contracted for on-water collection.  The RP also alerted dispersant aircraft, but they were not used.\u000b\u000bThe RP assumed the major role in the response, with Federal agencies providing assistance and oversight.  Other federal participation included, USFWS  for bird impacts, NOAA National Marine Santuaries provided air and on-water observation platforms, and Vandenberg Air Force Base (AFB), the landowners of the impacted areas.  USCG district 11.  Keyword: Clean Seas Cooperative.","<b>Revere, MA Tanker Truck Rollover; 1030 Broadway, Revere, MA 02151, USA<\/b> 2021-10-13<br />\n<i>Diesel fuel<\/i> - 34 m³<br />\nEarly morning of 13 October a tanker truck carrying approximately 10,000 gallons of diesel fuel overturned at Brown's rotary in Revere, MA. Approximately 7,500 gallons of diesel was released and some fuel spilled into a creek area that flows into the Saugus River.","<b>Ship Shoal Block 126; 2 miles offshore Louisiana<\/b> 1997-12-17<br />\n<i>crude oil<\/i> - 32 m³<br />\nOn December 17, 1997, the USCG MSO Morgan City was notified of a 170-barrel spill of crude oil in the Gulf of Mexico. The spill occurred when a valve malfunctioned on an unmanned platform located on Ship Shoal lease block 126.  The product was identified as a condensate having an API of 40.0 and characteristics similar to a South Louisiana crude oil.  USCG district 8.  Keyword: Corexit 9527.","<b>Sunken F/V Waterworld; Entrance to Sabine Jetty, TX<\/b> 2003-07-15<br />\n<i>diesel oil and lubrication oil<\/i> - 32 m³<br />\nSunken F/V Waterworld lost most of the 7000 gallons of oil in a tropical storm. No impacts to the shoreline. Ship refloated and dry docked for repairs.","<b>F/V Controller Bay; Unimak Island at Cave Point, Alaska<\/b> 1999-05-08<br />\n<i>diesel, hydraulic fluid, and lube oil<\/i> - 32 m³<br />\nEarly in the morning of May 8, 1999, with the vessel on autopilot, the master of the 78-foot F/V Controller Bay fell asleep at the wheel.  The vessel went aground at Cave Point on Unimak Island releasing roughly 7000 gallons of fuels producing a sheen about 50 feet wide and 1 mile long stretching off to the north and east.   The four members of the crew were rescued by another fishing boat.   Heavy weather and high winds persisted throughout the area and contributed to the accident.  On-scene conditions of 24-foot seas were reported.  On a May 10 USCG overflight, the vessel was reported to be severely damaged and breaking up with only the stern visible.  The powerful storm made it impossible to unload the fuel before the vessel broke up on the rocks.  USCG district 17.  Keyword: diesel, no response.","<b>Oil Transport Inc. Fuel Truck; Chesterfield, Virginia<\/b> 1994-03-05<br />\n<i>diesel<\/i> - 32 m³<br />\nVandals reportedly opened a valve on a 7,500 gallon fuel truck parked in the Oil Transport Inc. lot during the early morning hours of March 5, 1994.  Approximately 7,000 gallons were released into a drainage ditch leading to a lagoon called the \"Barge Pit\" that leads to the James River.  The USCG MSO Hampton Roads and Chesterfield Emergency Services established an on-scene command post with the State Department of Emergency Services, the local fire department, and IMS.  USCG district 5.  Keyword: sorbent boom, sorbent, hot water/steam flushing.","<b>Diesel Truck; Guanajibo Ward, Cabo Rojo, Puerto Rico<\/b> 1993-06-08<br />\n<i>diesel<\/i> - 32 m³<br />\nNOAA SSC Brad Benggio received notification Wed. morning 16 June  that a release of diesel had occurred from a tank truck in southwest  Puerto Rico.  The release occurred approximately three quarters of a  mile inland near Guanajibo Bay (area of Cabo Rojo).  Situation: The supporting legs of a stationary tank truck collapsed resulting in the  puncture of the tank and subsequent release of approximately 7,000 gal.  of diesel.  The product saturated the ground, impacting a nearby marsh  and associated tidal creek.  Reports from the scene indicate observed  sheens among the mangrove roots and a strong odor of diesel.  The truck was removed immediately by the operator who is claiming  no involvement.  Fingerprinting of product in the truck is being  conducted by the Coast Guard in an attempt to confirm the source of  the release.  SSC Plans: NOAA SSC to arrive on-scene Sunday 20 June.  Strike Team to arrive  Monday 21 June.  Possible actions under consideration include  construction of interruption trench, tilling, and bioremediation.  SSC has consulted with support personnel concerning resources at risk  and chemistry assistance  USCG district 7.  Keyword: bioremediation.","<b>F/V Phoenix; Umnak Island, Aleutian Islands, Alaska<\/b> 1993-04-12<br />\n<i>diesel<\/i> - 32 m³<br />\nOn the morning of April 12, 1993, the USCG received a report that the F/V Phoenix  was floundering just offshore Umnak Island in the Aleution chain, between Twin Lava Point and Derby Point.  The vessel's rigging had become entangled in the rudder and was drifting helplessly towards the rocky shoreline on the northwest side of Umnak Island carrying 7,000 gallons of diesel.  The western winds grounded and holed the vessel.  All fuel was lost.  A USCG lightering/salvage vessel arrived from Dutch Harbor and confirmed the complete loss of fuel.  Various USCG overflights reported a mile or more of sheen being rapidly dispersed by west winds up to 35 knots.  No wildlife was observed in the area.  USCG district 17.  Keyword: none.","<b>Macy's; New Rochelle, New York<\/b> 1993-12-06<br />\n<i>#4 oil<\/i> - 32 m³<br />\nThe USCG received a report of oil emanating from an unknown source at an outfall in Echo Bay, New Rochelle, New York at 1500 on December 6, 1993.  Macy's Department Store, located in a mall less than one mile from the outfall, was identified as the source and responsible party by USCG investigators.  Approximately 7,000 gallons of #4 oil had flooded the basement of the store and entered a storm sewer that flowed into Echo Bay.  Macy's was reluctant to assume responsible party status for the incident, but eventually consented to do so.\u000bThe USCG hired a cleanup contractor who boomed the outlet and downstream area.  Oil was contained close to the source, but some oil entered a nearby marina.\u000bWeather at the time of the incident was moderate ,with an air temperature of 40?F, water temperature of 49?F, winds out of the northwest at 15 to 20 knots, and calm seas.  USCG district 1.  Keyword: containment boom, ground truth, high-pressure washing, reoiling, shallow-water recovery, sorbent boom, sorbent pompoms, vacuum trucks, volunteers, weir/pump skimmer.","<b>Marine Diesel Discharge from Tug Vessel, Lemont, IL<\/b> 2022-05-12<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 2204 (eastern time),  the NOAA Great Lakes received notification of Tug vessel Eileene C discharged 6,000-7,000 gallons of marine diesel while docked at IL Marine Towing, Lemonte, IL. The facility immediately deployed boom and the release was contained within the 100yrd/20yrd slip. Vac trucks and drum skimmers were used to recover product. The incident occurred at 1630 (central time) on May 12th. USCG requesting information on human health exposure.","<b>Sheen near Platform Holly; Santa Barbara, CA<\/b> 2021-12-11<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn the morning of 11-DEC-2021, USCG Marine Safety Detachment (MSD) Santa Barbara contacted their NOAA SSC regarding a sheen report near Platform Holly.  On 10-DEC-2021, a member of the public took uncrewed aerial system (UAS aka âdroneâ) photos of sheen which were picked up by local media.  Coal Oil Point seeps are among the most active natural seep areas in the world, releasing an estimated 6,500-7,000 gallons/day of oil.  Platform Holly and other nearby platforms have been shut-in since the Refugio pipeline spill in 2015 and Holly is undergoing decommissioning by the State of CA.  Decommissioning crews report no releases from the platform.  A first light overflight by USCG observed a large, crescent-shaped area of sheen (4 miles east/west by 2 miles north/south).  MSD Santa Barbara requested an oil fate & transport estimate.","<b>Barge MOC-12 Allision with Miss. R. Bridge; Miss R. at Vicksburg, MS<\/b> 2013-01-27<br />\n<i>Sweet Crude<\/i> - 787 m³<br />\nThe NOAA Hazmat Duty Officer was contacted late morning on 27 Jan 13 for assistance with a barge discharging a light crude oil into the Mississippi River in the vicinity of Vickburg, MS after an allision with the Vicksburg, MS RR bridge at Mile Marker 437. The RR bridge is about 100 yards up river from the I-20 bridge, and is currently open after an initial inspection. The NOAA SSC was contacted at 11:45 am to support USCG Sector Lower Mississippi River (LMR). Sector LMR requested a trajectory to see how far the oil may have flowed down stream.","<b>Disabled  Lift Boat  \"Juan\"; Offshore, LA<\/b> 2006-12-28<br />\n<i>Diesel<\/i> - 32 m³<br />\nUSCG Morgan City, LA, notified ERD of a disabled lift boat \"L/B Juan\" with 7,000 gallons of diesel onboard that is listing and expected to capsize. The location is approximately 30 NM south of Isle Dernieres, LA.  USCG requested weather and trajectory support.","<b>JP Spill; Antarctic<\/b> 2003-10-29<br />\n<i>Jet fuel<\/i> - 32 m³<br />\n7,000 gallons of jet fuel spilled onto the ice in Antarctica.  NOAA provided telephone support.","<b>F/V ALMIGHTY; Bristol Bay, Bering Sea, Alaska<\/b> 1991-05-29<br />\n<i>diesel<\/i> - 32 m³<br />\nOn May 28, 1991, the 75-foot fishing vessel ALMIGHTY sank in 13 fathoms of water in North Bristol Bay with five crewmembers onboard.  All crewmembers were rescued by a nearby boat.   The ALMIGHTY, owned by Pennisi Brothers of Monterey, California, carried approximately 7,000 gallons of diesel, 100 gallons of lubricating oil, and over 80,000 pounds of yellowfin sole.  The vessel was approximately 2 miles offshore of Righthand Point and 7 miles north of Round Island, a state walrus sanctuary.  A U.S. Coast Guard overflight aircraft crew reported a moderate sheen about 1/2 mile wide that extended 3 miles to the east.  USCG district 17.","<b>Tri-Ram #2 Spill; Portland, CT<\/b> 2009-01-30<br />\n<i>#2 oil<\/i> - 27 m³<br />\nThe SSC was notified by the USCG Sector LIS at 0820 of a #2 oil release into the Connecticut River near Portland, CT at the Tr-Ramp facility. The release came from a storage tank that had a faulty check valve on a pump. Approximately 6,000 gallons of oil leaked into the secondary containment. Of that, an estimated half made its way into the CT River through a storm drain. The release may have started over a week ago and was not noticed until today. The operator noticed that they went through about a months worth of oil in 10 days. That's when they went to inspect the tank and discovered the oil pool. There is snow covering the ground and the river is frozen solid. The USCG requested trajectory information and recommendations on oil under ice response actions.","<b>Pipeline Spill; Terrebonne Bay, LA<\/b> 2003-01-30<br />\n<i>crude oil<\/i> - 32 m³<br />\nHeavy impact on the environment and wildlife. 17.5 bbls were recovered. Wildlife rescued and under observation.","<b>Yaquina Riv. Spill; Yaquina River, OR<\/b> 2001-01-27<br />\n<i>#6 fuel oil<\/i> - 23 m³<br />\nA  truck owned by Blue Line Transportation Company with two fuel trailers over turned while negotiating a curve on OR State HWY 20 at milepost 17.3  at 0200 January 27.  The tractor rig and first trailer turned upside down, with the tractor rig catching fire.  The driver of the truck died in the accident.\u000b\u000bA total of 8300 gallons of No. 6 fuel oil was on board the two insulated tanks at 130 degrees F.  The first trailer containing 5000 gallons flipped upside down, releasing all but 300 - 400 gallons.  The heated fuel ran into a ditch and over the road and down a steep embankment into the Yaquina River. The second smaller tank, containing approximately 3000 gallons of fuel, tipped over on its side before slamming into the hillside and spilling roughly 1000 gallons of fuel.  Once the fire was put out, containment boom was deployed at the point where the oil entered the water.  By the end of the first day,  2000 feet of boom had been deployed at 5 different locations between the accident site and Elk City Park to contain and collect the spilled oil.  Response contractors reported that they had recovered 2200 gallons.  USCG district 13.","<b>Vermilion Block 16; Offshore, LA<\/b> 2008-01-03<br />\n<i>Condensate<\/i> - 30 m³<br />\nOn January 3, 2008, the NOAA SSC was notified of a condensate spill from a Harvest Oil Platform in Vermilion Block 16.  The platform is approximately 1/2 mile offshore.  The spill is estimated to be 159 barrels.  A slick of 1x5 miles is reported.","<b>UNOCAL 76 Tank Farm; Avila Beach, San Luis Obispo Bay, California<\/b> 1992-08-03<br />\n<i>San Joaquin heavy crude<\/i> - 29 m³<br />\nOn the evening of August 3, 1992, a transfer pipeline at the UNOCAL Tank Farm in Avila Beach, California failed.  A reported 150 barrels of San Joaquin heavy crude were pumped through a hole roughly 10 by 5 inches before pumping operations could be stopped.  The crude oil flowed downhill through a gully and over a 30-foot bedrock cliff into the Pacific Ocean.\u000bUNOCAL Oil Company reported the incident to the U.S. Coast Guard (USCG) Group Monterey, who in turn reported to USCG Marine Safety Office (MSO) San Francisco.  UNOCAL assumed responsibility for the incident and called in the services of the local cooperative, Clean Seas, to mitigate the spill.  The USCG Captain of the Port assumed the role of Federal On-Scene Coordinator (FOSC).  USCG district 11.  Keyword: absorbent pads, boom, California Department of Fish and Game, Clean Seas Inc., containment boom, fog, high-pressure washing, high-pressure warm-water washing, International Bird Rescue and Research Center, low-pressure washing, oil snares, Pacific Strike Team, pompoms, shallow water recovery, skimmers, sorbent boom, sorbent pompoms, vegetation cutting, volunteers, weir/pump skimmer.","<b>TV Hyde Park; Mississippi River, Baton Rouge, mile marker 92, LA<\/b> 1999-02-27<br />\n<i>Bunker c fuel oil, pyrolysis gasoline, caustic soda<\/i> - 73 m³<br />\nOn the morning of February 27, 1999 the HAZMAT Duty Officer was notified of a marine casualty on the Mississippi River.  At approximately 0000 CST the T/V Hyde Park, enroute to Dow Chemical in Baton Rouge, lost power at mile marker 92 approximately 5 miles south of New Orleans.  The vessel careened down river colliding with numerous vessels and river structures, sinking a crew boat and a barge containing caustic soda.  Product onboard the T/V Hyde Park is 25000 metric tons of pyrolysis gasoline and an undetermined amount of its own Bunker C fuel oil.  The vessel is known to have leaked Bunker C fuel oil and it is believed that at least 8 metric tons have been released into the Mississippi River.  The source of that leak has been secured.  No pyrolysis gasoline is believed to be leaking at this time.  The Mississippi River is closed from mile marker 79 to 92.   Assistant SSC Steve Thumm is at the MSO New Orleans Crisis Action Center and HAZMAT is providing trajectory information, weather forecasts, and resources at risk.  USCG district 8.","<b>Marathon Oil Company1; Upper Cook Inlet, Alaska<\/b> 1987-01-19<br />\n<i>Diesel<\/i> - 29 m³<br />\nAt approximately 0930 on January 19, 1987, an open fuel tank valve was discovered on the crane helping to erect the Marathon Oil Company's Steelhead offshore platform in Upper Cook Inlet, Alaska.  The open valve had allowed 151 barrels of diesel to enter Cook Inlet over an unspecified period, although no oil slicks or sheens were noted on the water in the immediate vicinity of the platform.  USCG district 17.","<b>PB Platform; Gulf of Mexico, Offshore Lousiana<\/b> 2009-01-28<br />\n<i>CRUDE<\/i> - 29 m³<br />\nOn January 28, 2009, USCG Morgan City contacted ERD regarding an incident and requested a trajectory for a release that occurred on 1/27/09.  A pipeline that is connected to a BP platform reportedly lost 150 barrels of crude oil.  An overflight was conducted and a 5-mile x 1 mile scattered silvery sheen was observed in position 28Â° 12' 20\" N , 088Â° 30' 00.  This position is approximately 50 miles offshore in the Gulf of Mexico.","<b>F/V Andrew McGee; Whale Passage between, Kodiak and Afognak Islands<\/b> 1988-02-02<br />\n<i>Diesel<\/i> - 23 m³<br />\nAt about 0100 on February 2, 1988, the fishing boat, Andrew McGee, ran aground in the east end of Whale Passage, the shallow and high-current shipping route between Kodiak and Afognak  Islands.  The 127-foot stern trawler lost approximately 5,000 gallons of diesel; 200 gallons of contaminated diesel; and 1,000 gallons of hydraulic fluid.   Shortly after 0100, the U.S. Coast Guard air station in Kodiak received a distress call from the Andrew McGee.  A helicopter lifted the six crewmen safely off to the town of Kodiak.  \u000bProduct inventory was reported as 10,000 gallons of diesel; 1,000 gallons of hydraulic fluid; 200 gallons of contaminated diesel; and 900 gallons of lube oil.   The master reported that the vessel was very hard aground in 8-knot currents.  A Coast Guard overflight reported large areas of sheen several miles to the east and to the west of the grounding location, and that the diesel was not recoverable.  USCG district 17.","<b>Tug Vessel Loses Power, Grounds, and Leaks Diesel in Neva Strait, Sitka, AK<\/b> 2022-03-21<br />\n<i>diesel<\/i> - 59 m³<br />\nAt approximately 0400 on 21-Mar2022, the tug vessel Western Mariner lost power in Neva Straits, north of Sitka Sound, and was forced aground via contact from its tow barge Chichagos Provider. The Western Mariner has a total capacity for 45000 gallons of diesel. It is unknown how much fuel was onboard at the time of the grounding.  The vessel is leaking diesel. MSD Sitka is requesting and trajectory and fates analysis for the leaking diesel.","<b>M/V Sun Tide; Upper Cook Inlet, Alaska<\/b> 1993-08-23<br />\n<i>diesel<\/i> - 27 m³<br />\nAt 0300 on August 23, 1993, the spill response vessel, M/V Sun Tide collided with the ARCO jack-up drilling rig, Gilbert Rowe, and ruptured a diesel fuel tank releasing 6,000 gallons into Upper Cook Inlet between the North Forelands and Possession Point.  The first overflight at daylight reported a one- by two-mile rainbow sheen.  Subsequent overflights showed the product to be dispersing and evaporating rapidly and by early afternoon the sheen had nearly disappeared.  The vessel laid out its own boom and CISPRI deployed 18 response vessels, including  nine fishing boats to tow boom.  Weather was mild with light winds and a two-foot chop on the water.  USCG district 17.  Keyword: evaporation.","<b>Truck Accident; Providence, Rhode Island<\/b> 1988-08-05<br />\n<i>Vegetable oil<\/i> - 27 m³<br />\nOn August 5, 1988, the U.S. Coast Guard Marine Safety Office (MSO) in Providence, Rhode Island received a report from the Rhode Island Department of Environmental Management (DEM) that a tank truck containing 6,000 gallons of vegetable oil had turned over on an exit ramp north of Providence on Interstate 95. The DEM and fire department were on scene.\u000bRhode Island DEM reported that the spill had totaled approximately 6,000 gallons of vegetable oil.  An unknown volume of this material entered a tributary to Narragansett Bay.  USCG district 1.","<b>Freighter Silhouette Sinking; Offshore Ft. Lauderdale, FL<\/b> 2003-06-15<br />\n<i>cooking oil, diesel oil<\/i> - 55 m³<br />\nThe vessel had sank about 5 miles east of Ft Lauderdale at. In addition to the 6000 gallons of diesel, it was carrying 6000 one-gallon containers of cooking oil, several automobiles with associated oils, and a variety of possible floating debris.  NOAA provided a new trajectory based on this position for the oil and\u000bfloating debris.\u000b","<b>Newark Motor Oil Release; Passaic River, Newark, NJ<\/b> 2021-06-02<br />\n<i>Oil<\/i> - 273 m³<br />\nAt 0800 on 2 June, 2021, USCG Sector New York notified the NOAA SSC that they were responding to a motor oil spill from a bladder lined shipping container in Newark, NJ. An estimated 6,000 gallons of motor oil was spilled with an estimated 1,000 gallons entering the Passaic River. Sector New York requested NOAA SSC to provide recommendations on response tactics, a description of potential resources at risk.","<b>M/V JIA QIANG; New Orleans, LA<\/b> 2010-08-24<br />\n<i>diesel<\/i> - 182 m³<br />\nOn August 24, 2010, at about 0230 CDT, the vessel JIAQIANJ (as reported by NRC, but the actual name is believed to be the JIA QIANG) spilled an estimated 6000 gallons of diesel fuel in the Lower Mississippi River near New Orleans ( 29Â° 56.16'N by 89Â° 59.92'W). There is a potential for 40,000 gallons of diesel to spill. The freighter reported had a 6 inch hole due to unknown causes.  USCG requested a trajectory and oil fate analysis.\u000b \u000b","<b>US Air Crash; Hudson River, NY<\/b> 2009-01-15<br />\n<i>Jet Fuel<\/i> - 29 m³<br />\nAt 3:31 PM January 15, 2009 the US Air flight 1549 crashed into the Hudson River.  This Airbus A320 class of aircraft has a potential capacity of 6300 gallons of Jet fuel. 150 passengers on board. Plane took off from LaGuardia Airport, NY and was heading to Charlotte, NC. Reported to be in air only for 3 minutes before crashing into Hudson River.  PRELIMINARY report indicates that all passengers and crew have been accounted for, however there are reports of injuries. Dive teams have searched the aircraft and no one found onboard. NTSB initiating investigation. US Airways emergency line for families 800-679-8215. Preliminary reports that plane hit a flock of geese causing both engines to burn out. USCG, NYC Police and Fire Departments and NY Waterway Ferries on-scene. Homeland Security/FBI say that this was not a terrorist incident. The SSC has contacted Sector NY and offered any assistance if needed. So far no requests for assistance. 12-15 victims brought to Roosevelt Hospital for hypothermia treatment and other injuries. USCG reported that at 3:31 PM the plane crashed, and CG activated response crews from Sector NY. USCG deployed 9 vessels on-scene.","<b>FV Swordman; Pearl, HI<\/b> 2000-06-05<br />\n<i>diesel<\/i> - 27 m³<br />\nMSO Honolulu contacted NOAA Hazmat on June 5th and reported that the steel-hulled, fishing vessel SWORDMAN 1 had run aground on the coral reef that fringes Pearl and Hermes Atoll in the Western Hawaiian Archipelago (27?-49' N / 175?-45'W).  The vessel is a long-liner, is 77-feet in length and has a storage capacity of 10,000 gallons of fuel; however, the vessel's owner claims currently that SWORDMAN 1 is carrying only 6,000 gallons of diesel.  The report is that no oil has entered the water as of yet and that the on-scene weather conditions are calm.  USCG district 14.","<b>FV CAPTAIN JUSTIN; Tampa Bay, FL<\/b> 1998-12-23<br />\n<i>diesel<\/i> - 27 m³<br />\nOn December 23, 1998 a ship went aground in the Southwest channel, on the south side of Edgmont Key.  The accident occurred at about between 0730  EST. By the end of the ebb tide at about 11:00 EST, a diesel slick extending out about 3 miles to the west-southwest was reported.  The vessel contained a total of 6,000 gallons of diesel fuel.  USCG district 7.","<b>F/V Captain Shannon; Key Largo National Marine Sanctuary, Florida<\/b> 1994-01-27<br />\n<i>Diesel<\/i> - 23 m³<br />\nAt 1630L on Wednesday, 26 January 1994, the 72 foot F/V Captain Shannon caught fire, burned to the waterline, and sank near Turtle Harbor/Reef in the Key Largo National Marine Sanctuary, Florida.  The wooden shrimp boat was carrying a maximum of 5000 gallons of diesel when the incident occurred.  Three crew members were rescued and transported ashore.  The vessel grounded on its rigging before sinking at 25 degrees, 16.8 minutes North, 080 degrees, 12.6 minutes West.  Sheening from the hulk has been reported, but the extent is unknown.  The Coast Guard and the owner are arranging for salvage and cleanup. NOAA has provided information on resources at risk, oil spill trajectories and weather to the Coast Guard and the Marine Sanctuary. CDR Bunn of the Key Largo National Marine Sanctuary is onscene.  USCG district 7.","<b>M/V Koznitsa; Off Brunswick, Ga<\/b> 2007-06-23<br />\n<i>Ship's fuel oil<\/i> - NA m³<br />\nM/V Koznitsa , a 600 foot freighter loaded w grain was outbound from Brunswick, Ga and grounded about 5000 ft from the Brunswick seabouy at appx pos 31-2.75N; 081-14.5W between 12 and 1 pm est 6/23/2007. draft is 12M at stern 9 M at the bow. CG reports vsl is hard aground and plan lightering ops to try to float vessel at high tide. Fuel on board is not now known. \u000b","<b>Sunniland Pipeline Company; Florida Everglades<\/b> 1986-09-09<br />\n<i>Crude oil<\/i> - 26 m³<br />\nOn approximately August 27, 1986 leaks were first detected in a petroleum pipeline owned by the Sunniland Pipeline Company.  The pipeline carries crude oil from wells in the Big Cypress Swamp to storage tanks in Port Everglades, Florida.  Approximately 5,700 gallons of oil was spilled in the Everglades before the pipeline was shut down.  USCG district 7.","<b>Bay Long Pipeline; Barataria Bay, Louisiana<\/b> 2016-09-05<br />\n<i>South Louisiana Crude Oil<\/i> - 24 m³<br />\nAt 0850 CDT on September 5, 2016, a dredge struck an underwater pipeline in Bay Long, a sub-estuary of Barataria Bay, discharging a reported 10 bbls of crude.  Type of crude not specified, assumed to be South Louisiana.  Pipeline has been shut in, OSROs en-route, and Sector New Orleans is sending pollution responders.  Trajectory and resources at risk requested.","<b>M/V Kure; Humboldt Bay, California.<\/b> 1997-11-05<br />\n<i>IFO 180<\/i> - 21 m³<br />\nAt about 0420 on November 5, 1997, the M/V Kure, a 639-foot Panamanian-flagged cargo carrier transporting wood chips, was shifting at the Louisiana Pacific Dock where she was berthed and allided with pilings.  The allision punched a 12-inch hole about 10-feet above the waterline and, in the time required to plug the hole, approximately 4537 gallons of IFO 180 had discharged into Humboldt Bay.  At the time of the incident, there were cloudy skies and winds reported light and variable.  USCG district 11.  Keyword: boom, Clean Bay inc., containment boom, International Bird Rescue, warm- or hot-water washing.","<b>M/V Vashon; Johnson Cove, Prince of Wales Island, Alaska<\/b> 1986-06-07<br />\n<i>Diesel<\/i> - 24 m³<br />\nAt approximately 2000 on June 6, 1986, the U.S. Coast Guard Marine Safety Office (MSO) in Ketchikan was notified that the M/V Vashon, a former Washington State ferry listed on the National Register of Historic Places, had run aground approximately four hours earlier at the head of Johnson Cove on Prince of Wales Island.  The vessel carried 6,500 gallons of diesel in three independent steel fuel tanks, 300 gallons of diesel in a lube oil tank, ten drums of gasoline, two drums of lube oil, and one drum of kerosene.  USCG district 17.","<b>Steilacoom Train Derailment; Olala Harbor, Colvos Passage, WA<\/b> 1996-02-08<br />\n<i>diesel<\/i> - NA m³<br />\nOnly small stringers of sheen in the vicinity of Olala Harbor in Colvos Passage were noted on a WA Dept of Fisheries overflight Friday morning.  Shoreline surveys along Colvos Passage observed no signs of oiled shoreline or oiled wildlife.  The locomotive and tank car were removed from the river by Burlington Northern at approximately 2000 on Friday, February 8.  A boom is still deployed and maintained by cleanup contractors to contain  a small quantity of diesel which penetrated into the track bed and is still leaking into the water. All other cleanup activities are complete..  USCG district 13.","<b>ORB Exploration, Bayou Sorrel; Outside Baton Rouge, LA<\/b> 2013-01-15<br />\n<i>Unknown<\/i> - 19 m³<br />\nOn January 15, 2013, USCG MSU Baton Rouge contacted the NOAA SSC in regards of a spill in Bayou Sorrel. The USCG was notified and responded on January 15th, even though the spill occurred on Janary 3, 2013. The spill is from a 4 inch pipeline (now secure) which released an estimated 100 bbl of crude oil. Due to the unusually arduous site conditions, authorization for in-situ burn has been requested. USCG has requested advice from NOAA.","<b>NAVSTA Norfolk; Norfolk, VA<\/b> 2003-02-14<br />\n<i>diesel oil<\/i> - 23 m³<br />\nThe spill occurred at approximately 1240 local time. Initial report is an estimates 5000 gallons of diesel was released and contained by boom.\u000b","<b>High Rise Services; Wilmington, North Carolina<\/b> 1997-11-12<br />\n<i>waste oil<\/i> - 23 m³<br />\nThe waste oil flowed through a cypress swamp, contaminating an area estimated at 500 by 1000 feet, before entering the Cape Fear River.  The oil released was estimated to have a range from 3000 to 5000 gallons.  The actual amount of waste oil spilled was not confirmed.  The evening of  November 15, 2600 gallons of waste oil was recovered.  A 6- to 8-mile stretch of vegetation on the Cape Fear River north of Wilmington was impacted with a coating of waste oil.  USCG district 5.","<b>Hydraulic Oil Spill; Mobile, Alabama<\/b> 1997-08-12<br />\n<i>hydraulic oil<\/i> - 23 m³<br />\nOn August 12, 1997, a pile-driving vessel located approximately 70 miles south of Mobile, Alabama reported a hydraulic line rupture.  An estimated 5,000 gallons of Mobil product EAL-224H, a vegetable-based hydraulic oil, was released at a depth of 600 feet.  USCG district 8.  Keyword: none.","<b>NYC Transit Authority; Richmond Cr., Staten Island, NY<\/b> 1995-02-15<br />\n<i># 1 oil<\/i> - 23 m³<br />\nAt 0200 on 15 February, 1995, the COTP NY was notified by the NYC Fire Depot. of a spill of 17,000 gallons (later reduced to 5,000 gal.) of number 1 oil originating from a NYC Transit Authority bus depot in Staten Island, NY. An unknown amount of oil was released into the Richmond Creek, a tributary to the Fresh Kills and Arthur Kill. The weather was winds 20 to 25 knots and air temperature 32 degrees F. \u000bAreas of  open water (not covered by ice) on Richmond Cr. contained oil approximately one quarter inch thick with an unknown amount under the ice. Clean-up contractor placed containment and defection boom in areas of open water on Richmond Cr. and Fresh Kills in case product reached those areas. Benzene tests in drainage system produced negative results.\u000bDuration of response was approximately two weeks.  USCG district 1.  Keyword: containment boom, evaporation, filter fences, sorbent boom, sorbent pompoms.","<b>An Ping 6; Longview, Washington<\/b> 1994-01-10<br />\n<i># 6 fuel oil<\/i> - 23 m³<br />\nThe motor vessel An Ping 6 spilled approximately 5,000 gallons of #6 fuel oil while taking on fuel from a barge.  The An Ping 6 was at anchor in the Columbia River at the time of the incident.  The responsible party estimated that 3,000 gallons ran off the vessel's deck and into the water.  The heaviest sheens extended eight miles downriver.  Active and passive shoreline cleanup continued for several weeks.  Approximately 78 vessels, 12 floating homes, and 50 other floating structures were oiled and had to be cleaned.  USCG district 13.  Keyword: none.","<b>Exxon Bayway Transfer; Arthur Kill, NJ<\/b> 1990-03-02<br />\n<i>crude oil<\/i> - 22 m³<br />\nOn March 1 at 2115, a release of about 115 bbl (about 5000 gallons) of crude oil occured from a Texaco barge offloading at the Exxon Bayway Transfer Facility in Arthur Kill.  A manipulator arm connection uncoupled upon pressurization of the line.  Only part of the oil entered the water, the remainder being trapped in an oil recovery system.  As of the afternoon of March 2, 3500 gallons had been recovered.  Because of an earlier spill in the vicinity (E-25 BARGE, Hotline incident 28), boom and other equipment were already in the area and were rapidly put in service.  There is some sheen in the water, but all of the spilled oil was contained.  About 4 miles of boom are now deployed in the area, 8000 feet of which were deployed for this incident.  Exxon has assumed responsibility.  SSC Ed Levine was on-scene between 1030 and 1300 today.  USCG district 1.","<b>T/V Overseas Boston; March Point, Anacortes, Washington<\/b> 1988-03-18<br />\n<i>North Slope crude<\/i> - 23 m³<br />\nAt 0630 on March 18, 1988, the 633-foot crude oil tanker Overseas Boston, was taking on ballast water after discharging its cargo of North Slope crude at the Shell Refinery at March Point near Anacortes, Washington.  When a ballast line failed,  approximately 5,000 gallons of residual oil discharged into the water.  \u000bInitial observations of the spill showed oil only around the terminal facility.  Several hours later, reports of oil away from the facility instigated an overflight which found oil spread over a several mile area.  USCG district 13.","<b>Long Island Hospital spill; Quincy Bay, Massachusetts<\/b> 1985-02-09<br />\n<i># 6 oil<\/i> - 23 m³<br />\nReceived phone call from CWO Anderson, MSO Boston that 5000 gallons No. 6 oil spilled into Quincy Bay, Massachusetts, from the Long Island Hospital power plant.  Spill reported at 1800 by concerned citizen -- stated they saw the oil in the water approximately 1630 February 9.  At approximately 2000, another citizen reported smelling fumes near the RTE 3A bridge over the Weymouth Fore River.  Weather forecast for area is 25 kt NNW winds with 2 ft chop.  Coast Guard requested NOAA provide trajectory for the spill.  USCG district 1.","<b>FV Compadre; Offshore Louisiana<\/b> 2009-01-26<br />\n<i>Unknown<\/i> - 27 m³<br />\nOn January 26, 2009, the USCG contacted NOAA ERD regarding a burning fishing vessel off Cameron, LA. The F/V Compadre caught fire for unknown reasons.  The crew was rescued and vessel was abandoned, burning, and adrift. Last known coordinates placed the vessel about 95 miles offshore and 25 miles east of East Flower Gardens NMS. The 72-foot steel vessel has 5,000 to 6,000 gallons of diesel onboard.  The incident occurred on 26-JAN-09 at 08:00 local incident time.","<b>Sunken Tug; Off Alabama Coast<\/b> 2008-04-04<br />\n<i>marine diesel<\/i> - 23 m³<br />\nUSCG Sector Mobile contacted the NOAA SSC at 0900 on April 4, 2008 regarding a sunken tug off the Alabama coast.  They state that the sunken vessel has 5000 gallons of marine diesel aboard and are unsure of leakage at this time.  They are requesting weather and trajectory support.","<b>Maumee River Mystery Spill; Toledo, OH<\/b> 2005-10-17<br />\n<i>Unknown<\/i> - 23 m³<br />\nThe SSC was contacted Oct 17 at 1100 am concerning an\u000bmystery slick on the Maumee River In Toledo, Ohio.   The oil appeared to\u000bbe waste oil and was seen floating between the Martin Luther King Bridge\u000band the I 280 Bridge.   The volume was estimated to be between 500 -\u000b5000 gallons.   Early reports indicated no shoreline or wildlife\u000bimpacts, although there were reports of oiled vessels.   The oil did not\u000bmatch any vessels in the area during the spill.   A sewer outfall on the\u000beastern shore near the MLK bridge was indicated as a possible source.\u000bAn overflight showed heavy sheens and free product\u000bfrom the MLK bridge to the CSX railroad bridge.   Scattered pockets of\u000boil were seen on both banks.  Shoreline impacts seem to be mostly in\u000bareas of riprap.  A marina south of the MLK bridge on the east bank\u000bacted as a natural collection point.  There were no known impacts to wildlife.   A local\u000bclean up contractor recovered oil along an area of riprap.","<b>Sanborn Pond; Brooks, Maine<\/b> 2001-09-27<br />\n<i>number 6 oil<\/i> - 25 m³<br />\nEarly morning of September 24, 2001, a tanker truck owned by the H.O. Bouchard Company of Maine (no connection to the New York shipping company) drove off highway 137, north of Brooks, Maine (44? 28.96N  069? 08.70W) and rolled into Sanborn Pond.  The tank truck destroyed a maple tree and a summer cottage, the guard rail ripped into the side of the tank and approximately 5,500 gallons of heated number 6 oil flowed into the pond.\u000b\u000bSanborn Pond is an 87 acre, freshwater pond connected to Dutton Pond to the north and a small stream to the south.  There is a dam at the south end, restricting all but a small amount of flow through to the stream.  The shoreline is typical of Maine ponds during time of low water (Maine has received very little rain this summer, therefore the lakes and pond are one to two feet below their normal level) bedrock, mixed boulder/cobble, and emergent vegetation.  This pond also has a short section of riprap (along the highway) and of sand (in front of the destroyed cottage, likely installed by the owner).  USCG district 1.","<b>Discharge of Asphalt-like Oil into Mississippi River at MM 339, Ashland, LA<\/b> 2023-06-11<br />\n<i>vacuum tank bottoms, aka asphalt<\/i> - 15 m³<br />\nOn June 11, 2023, the USCG Sector Lower MS River contacted the NOAA SSC regarding the possible discharge of approx. 5,000 gallons of an asphalt like oil into the MS River at MM 339 south of Natchez, MS. The discharge was reported to have occurred at around 2000 CDT on 10 JUN. USCG MSU Vicksburg PR and OSRO on scene. The release is reported as secured. Assessments continue. USCG requested Resources at Risk and initial fate and effects analysis. SSC provided the requested products (see hotline for details) and standing by for further assistance if needed.","<b>Kaktovik Storage Tank; Kaktovik, AK<\/b> 2017-01-10<br />\n<i>diesel<\/i> - 18 m³<br />\nOn January 9, 2017, the Kaktovik Alaska Public Works Department reported that their 5000 gallon oil storage tank was empty. It is estimated that >4000 gallons of diesel leaked from the tank via a broken pipe. This is believed to have occurred sometime in the last two weeks.  The storage tank is located 1/4 mile from Kaktovik Lagoon.  The extent of fuel migration is currently unknown.","<b>Potomac River Mineral Oil Spill; Alexandria, VA<\/b> 2011-01-25<br />\n<i>Mineral OIl<\/i> - 9 m³<br />\nBALTIMORE â The Coast Guard, along with local agencies, are responding to a mineral oil spill in the Potomac River near Alexandria, Va. on Monday, January 24.\u000b\u000bPepco employees notified the Coast Guard Sunday at 12:40 p.m., reporting approximately 5,000 gallons of mineral oil was believed to have leaked from a transformer at the Pepco substation in Alexandria. It was also reported, that an additional 500 gallons had leaked into the Potomac River.\u000b\u000bCoast Guard Sector Baltimoreâs Incident Management Division personnel arrived on scene at approximately 2 p.m. Sunday and conducted a shoreline assessment of the area.\u000b\u000bTriumvirate Environmental and Clean Harbors have been hired by Pepco to contain and dispose of the oil. The oil that reached the waterway has been contained by boom.\u000b\u000bThe cause of the spill is under investigation.\u000b\u000bUSCG Sector Baltimore contacted NOAA SSC early evening on Tuesday, Jan. 25.  USCG reported that mineral oil was not dispersing and requested information from NOAA about toxicity concerns if any, and rate of dispersion.  Chris Barker, Robert Jones, and Gary Shigenaka provided support.","<b>Tanker Truck Fuel Spill; Leesburg, VA<\/b> 2009-01-26<br />\n<i>Diesel fuel<\/i> - 23 m³<br />\nVADEQ notified the NOAA SSC about a tanker truck accident on Rt. 267 within the Dulles Greenway, 5 miles east of Leesburg, Loudon County, VA.  An estimated 5,000 gallons of deisel fuel spilled into a nearby storm water drain and then into a nearby creek.  The spill occurred in remote area and the surrounding are is heavily wooded making access to the spill site difficult.  VADEQ is on-scene and overseeing response activities.  A vac truck is on-scene and is stationed just south of the spill site attempting to recover the fuel.  According to on-scene VADEQ personnel, there is a section of stream below where the spill took place but above where the vac truck is located with a relatively heavy concentration of floating deisel fuel.  SSC made recommendations to initiate flushing above the spill site in order to expedite movement of product downstream to area where vac truck is working.  SSC also recommended that sorbents be placed alonmg the shoreline where accessible and if available, placement of boom to use to deflect free floating product toward vac truck. No further support requested.\u000b\u000bVADEQ contacts\u000bMark Miller 866-640-0883\u000bJohn Geise 804-698-4287","<b>NSTAR Mineral Oil Release; Brighton, MA<\/b> 2008-06-19<br />\n<i>Mineral Oil (Luminol)<\/i> - 23 m³<br />\nReport -- First and Final:   \u000b\u000b\u000bSector Boston's Update:   \u000b\u000bEPA OSCs Brennan and Condon arrived at the incident and coordinated with\u000bthe Incident Commander and MADEP.\u000b\u000b\u000bNSTAR and environmental response contractor Clean Harbors are on-scene\u000baddressing released oil in Muddy River.\u000b\u000b\u000bSource of release is an undergound conduit containing high voltage\u000belectrical line and insulated with mineral oil (cable oil).  Cause of the release is still under investigation.\u000bInitial estimated quantity of 5000 gallons appears to be accurate.\u000b\u000b\u000bRelease is secured with containment and recovery operations ongoing at\u000blocations along the Muddy\u000bRiver.\u000b\u000b\u000bAn estimated 1000-2000 gallons may reach the Charles River.\u000bNSTAR/Clean Harbor have deployed assets to contain and recover the\u000brelease if it reaches the Charles\u000bRiver.\u000b\u000b--------------------\u000bSSC Report:    \u000b\u000bSSC was contacted at 1230 EDT by Sector Boston with concerns relative to the release, even though it was some distance from the coastal zone.  They wanted to both be prepared to respond and to provide assistance to the EPA OSC, if such assistance were to become necessary.\u000b\u000bNOAA/ERD chemist and senior life scientist were consulted.  Toxicity and potential for actionable impacts to the marine environment were deemed low due to the nature of the product (Luminol Type-2, a Petro-Canada product).\u000b\u000bSSC reported to Sector Boston and briefed the key response personnel.\u000b\u000bNo further action from the USCG or NOAA is anticipated.  No further request for assistance from EPA is expected.\u000b\u000bCase Closed\u000b\u000bSteve Lehmann\u000bSSC","<b>Tug American Challenger and Barge (Dredge ); Off Charleston, SC<\/b> 2007-04-11<br />\n<i>diesel, lube, and waste oils and possibly dredge spoils<\/i> - 28 m³<br />\nBarge with dredge spoils overturned 63 miles offshore.","<b>P/V Clipper Odyssey; Baby Island, AK<\/b> 2004-08-01<br />\n<i>diesel<\/i> - 25 m³<br />\nThe Clipper Odyessy unexpectedly grounded on an uncharted rock immediately west of the Baby Islands just east of Unalaska Island.  The grounding occurred at approximately 9:30 pm on July 31, 2004, rupturing only the forward fuel tank which contained about 5000 gallons of diesel, all of which was released.   At the time of the grounding, 196 passengers were on board the Clipper Odyssey.   These passengers were all evacuated via local fishing vessel, etc. from Dutch Harbor and transported back to Dutch Harbor.  With the assistance of two tugs, the salvor Magone Marine stabilized the vessel early morning of Aug. 1 after which it proceded to Dutch Harbor.  Oil containment boom was placed around the vessel upon arrival in Dutch Harbor.  Diesel fuel was reportedly leaking from the damaged #1 port tank immediately after the grounding and enroute to Dutch Harbor.  The response contractor, Chadux, was activated and pre-staged response equipment in Dutch Harbor.  The Baby Islands are part of the US Maritime National Wildlife Refuge and as such are loaded with a variety of birds.   No oiled birds were observed, however, the IBRRC was alerted.   NOAA provided support in the form of weather forecasts, tidal current information, trajectories of the diesel release, and resources at risk information.","<b>TV Fossanger; west side of Staten Island, NY<\/b> 2002-01-11<br />\n<i>gasoline<\/i> - 11 m³<br />\nThe SSC was notified at about 2230 by the NJ DEP about a report of gasoline spilling into the Arthur Kill. The SSC contacted the USCG ACTNY PRO. They still had a team enroute. At 2300 the PRO requested trajectory support for a estimated 2,500 gallon gasoline spill. The tank vessel Fossanger reported a pin-hole leak in its #8 tank. That tank held 8,000 barrels and the vessel contained a total of 250,000 barrels. Within an hour the SSC had notified the Duty Officer, spoken with MASS and received a trajectory (See message #02). \u000b\u000bDuring the evening hours the CG requested a diver's survey of the hull, however, the ship was in too shallow water and too close to the dock to get a diver in to check it out the hull condition or location of the leak.\u000b\u000bAt about midnight the SSC had discussions with the PRO about precautionary booming of sensitive areas. Over night protective boom was place in front of Pralls Island (sensitive area identified in the ACP) as a precaution.\u000b\u000bThe following morning the USCG ASTNY reported no oil seen on a first light overflight or by a boat crew in the Kills.  USCG district 1.","<b>TD/V Beaver State; San Francisco, California<\/b> 1986-05-05<br />\n<i>North Slope crude oil<\/i> - NA m³<br />\nAt 1930 on April 5, 1986, the U.S. Coast Guard Marine Safety Office, Alameda, California was notified of an oil slick, measuring 50-meters by 800-meters, in San Francisco, Bay.\u000bSamples indicated that the oil spilled was a North Slope crude which matched the oil being transported by the tanker Beaver State.  The Coast Guard issued a legal notice of suspected discharger citation to the ship's captain.  There was also no indication of marine mammal, bird, or wildlife impact.  No fish kills were observed.\u000bCleanup of the oil slick and pier pilings was completed on April 6.  This case will remain open until the suspected discharger and the Coast Guard arrive at a settlement.  The State of California will have input, as well, after the spiller has been formally assessed a penalty for illegal discharge of oil in the San Francisco Bay.  USCG district 11.","<b>Two tugs collided 1/4 mile North of Carquiney Bride (SF).; Vallejo, CA<\/b> 1986-01-04<br />\n<i>Unknown<\/i> - NA m³<br />\nTwo tugs collided 1/4 mile North of Carquiney Bride (SF). The 80' tug, Napa River, sank with 5000 gallons diesel on board. Diesel leaked out at a rate of approximately 200 gallons 1 hr - all fuel was lost","<b>Long Island Hospital Power Plant; Quincy Bay, MA<\/b> 1985-02-09<br />\n<i>Unknown<\/i> - NA m³<br />\nAbout 5000 gal of #6 spilled into Quincy Bay, MA because of an overfileld tank at Long Island Hospital Power Plant. Estimated time fo spill was 1000 but it was not reported until 1800 when a concerned citizen saw oil in the water. At 2000 fumes could be smelled from the Weymouth Fore River Bridge Winds are from the NNW at 25 kts.","<b>Myster Oil Puget Sound; Puget Sound, WA<\/b> 1984-12-21<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery oil was reported in Puget sound, extending 3 miles north of West Point down to Meadow Point. Oil was bunker and estimates ranged from 1000 to 5000 gallons spilled. Worry about the many birds etc at risk.","<b>M/V JACINTO; Gulf of Mexico, LA<\/b> 2008-08-11<br />\n<i>Unknown<\/i> - 5 m³<br />\nAT 1622 on 11 August 2008, the M/V Jacinto hit a platform in the Gulf of Mexico about 29 miles south of Lake Sabine.  The Offshore Supply Vesselâs (OSV) port side tank was damaged and leaked an estimated 1000 gallons of diesel.","<b>M/V Brussel; New York Harbor, NY<\/b> 2003-12-02<br />\n<i>#6 oil<\/i> - 305 m³<br />\nThe M/V BRUSSEL suffered a transfer pipeline break on its deck prior to noon on 12/2 during a bunkering operation in NY Harbor's Stapleton Anchorage, resulting in a discharge to the water of #6 fuel oil potentially of medium size.  Coast Guard Activities New York representatives arrived on-scene at 1103 to investigate and oversee response operations.  As the Federal On-Scene Coordinator, Activities New York oversaw the Responsible Party's cleanup efforts, opened a pollution fund number for their own expenditures, and is responding from the ACTNY office on Staten Island. Other responding agencies were notified per standard procedures, and some deployed to ACT NY or engaged through phone contact.  Further work was done to determine how much of the potential 79,800 gallons was actually discharged to the deck of the vessel, and how much migrated to the water. Shoreline impacts were observed along a 1/4 to 1/2 mile of beach south of Norton Point on Coney Island, with sheen visible from the Verrazano Narrows Bridge to Coney Island during an overflight prior to sunset.  The impacted area was snared to reduce refloating, and protection efforts were focused on Coney Island Creek and Inlet, but other response operations occurred after first light overflights and shoreline assessments. It was determined on the second day that the total amount spilled was less than 5,000 gallons.","<b>M/V ANN PING 6; LONGVIEW, WA<\/b> 1994-01-10<br />\n<i>#6 Fuel Oil<\/i> - 118 m³<br />\nBetween 0545 and 0845 this morning (1/10/94) the vessel M/V Ann Ping 6 lost an estimated 26,000 gallons of fuel oil no. 6 while loading at the Long View pier in Longview, WA.  An overflight this morning indicated that by 0900 sheen extended from Longview to just upriver of Coal Creek Slough (approximately 8 miles).  There is no continuing release of oil into the water. . Daved Kruth of NOAA is en-route, a command post is being set up on Price Island by the Coast Guard. . If any of this initial information is incorrect, please let us know ASAP (at the above number) as it could affect any trajectory implications.  USCG district 13.","<b>BUNKER C; COMMENCEMENT BAY, WA<\/b> 1993-04-23<br />\n<i>Bunker C<\/i> - 7 m³<br />\nAt approximately 0800 on Wednesday, April 21, a bunkering incident occured aboard the M/V Nosac Forest moored at the Pierce County Terminal at the end of Blair Waterway, Commencement Bay, Tacoma, Washington.  About 1500 gallons of Bunker C was contained on the deck of the vessel with an estimated 400 to 500 gallons initially released into the waterway.  The amount of Bunker C released into the water has since been upgraded to several thousand gallons.  There are shoreline impacts on both sides of Blair Waterway. Shoreline impact areas consist of sections of moderate to heavily oiled rip rap and steep sand/gravel beaches underlaid with clay. Some free-floating oil remains.  The major black product is contained at the east end of the Waterway with heavy rainbow sheen and emulsified oil scattered throughout the Waterway.  Some light sheen escaped into Commencement Bay.  Cleanup operations are concentrated in six locations: -Heavy product at the ship and dock. -Moderate to light impacted beachs at the SE end of Blair Waterway. -Pockets of product at the Weyerhauser Pier. -Pockets of product at the Blair Pier. -Pockets of heavy sheen at the AK-WA Shipyard. -Pockets of heavy sheen at two marinas at the mouth of Blair Waterway.  Two skimming vessels and one portable disk skimmer are on-scene with an additional skimming vessel expected Thursday evening. Primary resources of concern include smolts outmigrating from the Puyallup River which will be congregating in the waterways in the next several weeks to months.  Migrating Canadian Geese and other waterfowl are present in the area as well.  Washington Dept. of Fisheries, Dept. of Wildlife personnel, and a Puyallup Indian Tribal representative are on scene working with the Federal (USCG) and State (WA Dept. of Ecology) On Scene Coordinators in prioritizing protection and cleanup strategies and beginning resource damage assessment evaluation.  The NOAA SSC plans to conduct beach surveys and overflights with resource agencies during periods of low tide on Friday.  NOAA personnel on-scene: Sharon Christopherson  USCG district 13.","<b>Port of Wilmington; Christiana River, Delaware<\/b> 1989-01-26<br />\n<i>Diesel Fuel, number 6 oil, toluene, xylene, raffanite.<\/i> - NA m³<br />\nOn January 25, 1989, a tug and barge collided with a dock at the Port of Wilmington, Delaware, on the Christiana River, causing the dock and pipeline to collapse.  The pipeline was believed to contain up to 300,000 gallons of diesel fuel, number 6 oil, toluene, xylene, and raffanite.  USCG district 5.","<b>Whidbey Island Spill; South end of Whidbey Island, Washington<\/b> 1984-12-21<br />\n<i>Bunker fuel oil<\/i> - NA m³<br />\nAt 1130 on December 21, 1984, the United States Coast Guard was notified by a boater of an oil slick off Edmonds, Washington.  The actual spiller, estimated to have released 119 barrels, had not reported the incident.  Six suspect vessels had their oil \"fingerprinted\" by the Coast Guard to identify the responsible party.  Funds for the spill cleanup initially came from the USCG revolving oil pollution fund.  An overflight of the area was conducted at 1400.   \u000bThe spill occurred during a time when thousands of migratory birds are overwintering in the area.  Between 1,500 and 2,000 of these birds were oiled as a result of the spill.  Many birds were treated at the South Whidbey Island Wildlife Clinic.  On December 23, personnel at a bird clinic established at Mukilteo's Olympic Junior High school began cleaning and feeding hundreds of oiled birds.  The birds were washed with dish washing detergent and tube-fed a mixture of Kaopectate, honey, high-protein baby cereal, activated charcoal, thirst-quencher, and poison antidote until the center received a high-protein feed donated by Ralston Purina's Woodinville, Washington plant.  Due to this donation and excellent handling, 60 percent of the 428 cleaned birds were last reported as surviving, as compared to an average survival rate of 20 percent for oiled birds.\u000bManual cleanup of beaches was most prevalent where waters were too shallow for cleanup vessels.  In many of these narrow channels, the water was not deep enough to float boats carrying boom.  USCG district 13.  Keyword: Fingerprinting, manual removal..","<b>T/B New Jersey; Chesapeake and Delaware Canal<\/b> 1993-09-18<br />\n<i>#6 fuel oil<\/i> - NA m³<br />\nThe T/B New Jersey grounded at 0130 on September 18, 1993, in the Chesapeake and Delaware (C&D) Canal.  The tug and barge continued through the canal and tied up on the Delaware River side.  The initial reports from vessels and responders were that the amount of the loss of #6 black oil from #1 starboard tank or the extent of oil trailing the vessel could not be determined.  Heavy fog prevented an overflight of the potentially impacted areas from daybreak on September 18 until late afternoon.  The C&D Canal remained closed from the time of the incident report until Saturday afternoon when the first overflights reported visible light sheen, but no visible oil in the canal or its immediate approaches.  USCG response vessel's personnel reported only small oil streamers from off Turkey Point to the Elk River.\u000bSoundings of the T/B New Jersey by the AST on the same afternoon suggested that the maximum loss would be 4,915 gallons, but a lesser amount was anticipated because no new oil sightings had been reported.  A first light overflight on September 19 noted that the light sheen seen the previous day was no longer visible.  Some sheen was reported in a small boat basin on the west end of the canal and oil was seen on the shoreline near Port Herman.  This sand and gravel shoreline was oiled for about 1,500 yards between Town Point Neck and Sandy Point near the western entrance to the C&D Canal.  USCG district 5.  Keyword: bioremediation.","<b>Phoenix Lake; Phoenix Lake, LA<\/b> 1999-10-01<br />\n<i>crude oil<\/i> - 22 m³<br />\nOn Friday, 1 October, the NOAA SSC was contacted by LCDR Tom Beistle, Chief of Response MSO Port Arthur, related to an oil spill in the Phoenix Lake area on the Louisiana side of the Sabine River.  A spill of 115 bbl was caused by an act of vandalism on an above ground, 2\" crude oil pipeline.  Apparently, the line was cut with a hacksaw.  The spill is relatively contained in an adjacent canal and freshwater marsh.  Mechanical recovery is being effective using water herding and MARCO and drum-type skimmers.  The cleanup is complicated by a large quantity of water hyacinth which are also entrained with the oil.  Buddy Goatcher, USFWS is responding relative to waterfowl protection, and the Louisiana DEQ and Oil Spill Coordinator's Office have been on-scene.  The SSC was requested to visit the site to discuss final cleanup issues and the potential use of bioremediation if appropriate.  The SSC (Henry) is planning to be on-scene Sunday morning, 3 October.  USCG district 8.","<b>Foss Barge Point Wells; Edmonds, WA<\/b> 2003-12-30<br />\n<i>IFO 380<\/i> - 25 m³<br />\nA release of oil occured during transfer from a Foss Maritime shore facility to a barge. The oil quickly spread and migrated accross the Puget Sound to a collection  beach at the Do Kag Wats Marsh on an Indian Reservation.","<b>Grand Isle 47C; Near SE Louisiana Coast, Gulf of Mexico<\/b> 2008-03-02<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn Sunday, 2 March 2008, USCG Marine Safety Unit Morgan City notified the regional NOAA Scientific Support Coordinator of yet another small release from Grand Isle Block 47C.  This facility was destroyed during Hurricane Katrina and has been a chronic source of small oil releases.  The current report states that 100 gallons per day of a light crude is currently being released, and that oil sheen was observed 2.4 miles offshore of the Fourchon Beach area.","<b>Meadowdale Train; Edmonds, WA<\/b> 2001-10-05<br />\n<i>Diesel<\/i> - 20 m³<br />\nFriday morning around 0200 - 0230 (2) 4000 gallons fuel tanks were punctured on a northbound train. Reports state that the fuel tanks were punctured near Golden Gardens (Ballard) and leaked for 8 miles to Meadowdale Beach (Edmonds) before the train was completely stopped after being notified of the leak from a southbound train  USCG district 13.","<b>Selawik Diesel Discharge; Selawik, AK<\/b> 2020-11-30<br />\n<i>diesil<\/i> - 5 m³<br />\nOn 26-Nov-2020, there was a discharge of an estimated 4500 gallons of diesel, in the village of Selawik, during a transfer between the tank farm and a day tank. The actual amount discharged is unknown. The discharged product impacted the adjacent frozen ground and reports from the field confirmed product was found under approximately two feet of snow but on top three inches of ice. Sector Anchorage IMD is requesting a Resources at Risk and an Oil Fate Analysis.","<b>LC Thors Hammer; Port Graham, Cook Inlet, Alaska<\/b> 2015-05-23<br />\n<i>diesel<\/i> - 23 m³<br />\nOn May 23, 2015, the USCG notified the Alaska SSC about a spill in Cook Inlet, AK. The landing craft \"Thors Hammer\" was transiting from Seward to Bristol Bay with a 9000 gallon triple axel tanker on board. The vessel encountered rough seas and the tanker truck broke loose from its lashings and punctured the truck's diesel cargo tanks releasing approximately 4500 gallons of diesel onto the deck and into the water. The USCG requested fate and trajectory analysis for the spilled product.","<b>F/V Eijyu Maru; Ngarapalas Island, Kayangel Islands Group, Republic of Palau<\/b> 1991-12-01<br />\n<i>diesel<\/i> - 20 m³<br />\nOn December 1, 1991, the 65-foot fishing vessel Eijyu Maru No. 1 ran aground on a reef, 100 to 200 yards off Ngarapalas Island, the southeast end of the Kayangel Islands Group in the Republic of Palau.  The vessel was carrying 5,000 gallons of diesel, 165 gallons of lubrication oil, and 25 tons of fish.  The Eijyu Maru was said to be lying on her port side on the reef with three quarters of her hull submerged and waves breaking over her.  A six-foot hole was reported in the engine room hull and diesel sheen was observed in the water around the vessel.  On-scene weather was 20-knot winds and six- to eight-foot seas.  USCG district 14.  Keyword: Centers for Disease Control, endangered species, in-situ burning, salvage.","<b>Underwater Platform Spill; approx.170 miles offshore<\/b> 2009-05-28<br />\n<i>46% drilling mud/oil<\/i> - 1 m³<br />\nOn the morning of May 28, 2009, NOAA ERD was contacted by MSU Port Arthur regarding a spill from a platform approximately 170 miles offshore.  At 0300 on May 28, 2009, approximately 223 bbls of 46% drilling mud/oil leaked from a pipe at a depth of 5570 feet beneath the water's surface.  No visible evidence has been seen on the surface.","<b>High Sulfur Fuel Spill Mississippi River; 5901 Terminal Dr, New Orleans, LA 70115, USA<\/b> 2018-04-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 12, 2018, the Singapore-flagged vessel Pac Antares struck a wharf at Mississippi River mile marker 100.6 and punctured one of the ship's fuel tanks resulting in a discharge of High Sulfur Fuel Oil.  The initial worst case discharge was 114,000 gallons, but this was later revised to approximately 4200 gallons.  More than 5 miles of Mississippi river is closed. Visual obs and NOAA trajectory indicate 5-6 miles currently impacted. USCG on-scene. Cleanup underway.","<b>MP 21 Platform Allision and Oil Spill; Breton Sound GOM, LA<\/b> 2007-07-29<br />\n<i>27 API Gravity Crude Oil and Production/Formation Water<\/i> - 15 m³<br />\nOn Sunday morning, the NOAA Scientific Support Coordinator was notified by USCG Sector New Orleans of an oil spill in the GOM.  At approximately 0200 hrs that same morning, an unidentified vessel was reported to have struck a wellhead platform in Breton Sound resulting in an oil spill.  The reported position of the well and leak was 29Â° 33' 51\" N Lat. 089Â° 20' 09\" W Long.  The well was secured at 1240 hrs the same day.  The amount of oil released was reported as 80 bbls.","<b>Pipeline SP24; South Pass Block 24, Mississippi Delta, LA<\/b> 2005-01-08<br />\n<i>Unspecified Oil<\/i> - 19 m³<br />\nApproximately 100 bbls of an unspecified oil was lost due to pipeline failure in South Pass 24 near the Mississippi River. The pipeline was eventually secured by divers.","<b>Pipeline Spill; Lake Grande Ecaille, LA<\/b> 2004-07-22<br />\n<i>crude oil<\/i> - 19 m³<br />\npipeline burp; 10's of bbls; crude; Wx\u000bPipeline rupture cause the release of 50-100 bbls. Clean-up procedures followed\u000b","<b>MV Hector Maru; Texas City, TX<\/b> 2001-03-14<br />\n<i>Kuwait Crude<\/i> - 19 m³<br />\nOn the evening of 14 March 2001, the NOAA SSC was notified of a spill near Texas City, TX.  Apparently, a storm characterized by the National Weather Service as a Gust Front with 60-70 kt winds, caused the tanker vessel GenMar Hector Maru to surge forward during a transfer operation.  The connection was broken and an estimated 100 bbl of oil was reported released.  At the writing of this initial report, there has been no confirmation of source control.  The location of the spill is Pier 41 in the Texas City Canal (approximately 29? 21.9 N Lat. and 94? 53.6 W Long.)  At risk is a highly sensitive area just south of this location identified as Swan Lake, Lower Galveston Bay, and the Bolivar Roads area.  What is unknown based on the available charts is if a connection between Swan Lake and Texas City Canal exist.  If so, Swan Lake is clearly at risk.  Verbal reports from the USCG suggest that there is no connection.  The spilled oil is reported to be a Kuwait Crude.  Such oils have a relatively light specific gravity, but readily emulsify.  USCG district 8.","<b>VPSB #46 Spill; White Lake, LA<\/b> 2000-05-12<br />\n<i>crude oil<\/i> - NA m³<br />\nOn May 12, 2000, NOAA HAZMAT responded to a spill resulting from a pipeline rupture in a marsh on the eastern side of White Lake, Louisiana.  The spilled product is a crude oil and it is estimated that 100bbls was released.  The NOAA SSC is on-scene and working with other responders to evaluate applicable response options.  In-situ burning was considered but concerns for fire containment may preclude its use.  NOAA is also providing weather forecast support as needed.  USCG district 8.","<b>B-115; Delaware City, Delaware<\/b> 1999-10-27<br />\n<i>vacuum gas oil (VGO)<\/i> - 19 m³<br />\nAt about 0440 on October 27, 1999 Marine Safety Office (MSO) Philadelphia received a report of a 100-barrel spill of vacuum gas oil (VGO) into the Delaware River from the Bouchard barge 115. The barge overflowed tanks while loading at the Motiva refinery docks in Delaware City, Delaware  Weather at the time of release was air temperature 47?F, water temperature 53 ?F, no cloud cover, and an ebb tide.  A Unified Command Post was established at MSO Philadelphia, with a Field Command Post at the Motiva refinery.  This response lasted for several days.  USCG district 5.  Keyword: containment boom, Del Bay Coop, ground truth, skimmers, sorbent boom, sorbent pompoms, Tri-State Bird Rescue Research.","<b>Vacuum Gas Oil; Delaware City, DE<\/b> 1999-10-27<br />\n<i>vacuum gas oil<\/i> - 19 m³<br />\nOn 27 October 1999, an estimated 100 bbls of vacuum gas oil with a specific gravity of 0.89 was spilled from the Bouchard Barge at the Motiva Facility in Delaware City, DE.  The approximate location of the facility is 39 deg 34 min N, 075 deg 36 min W.\u000b\u000bAn overflight has gone up, but no results are known yet.  USCG district 1.","<b>Blue Master; Galveston, Texas<\/b> 1999-08-27<br />\n<i>IFO-180<\/i> - 21 m³<br />\nOn August 27, 1999, there was a collision between a freighter and shrimp boat 30 miles south-southeast of Galveston, Texas.  The freighter Blue Master suffered two gashes 1 and 2 meters above the waterline and along a tank containing IFO 180 (a bunker-type fuel oil).  Oil was in the water.  Initial estimates of the volume released ranged between 50 and 315 barrels (110 barrels was the final estimate).  Given the persistence of heavy fuel oil, the threat to coastal resources, and the potential for shoreline oiling, dispersants were considered.  After an afternoon overflight, more oil was discovered.  Based on this and previous observations it was decided to use dispersants.  At approximately 1830, a DC-4 arrived and sprayed dispersant on the 3-nm by 5-m oil slick.  A total of 700 gallons of Corexit 9500 was applied to the slick.  An overflight August 30 showed a 4-mile long sheen, still 30 miles offshore.  Observation conditions were good light and absolutely calm seas.  No black oil was visible, only sheen. Visually it was difficult to determine efficacy (proof of action) because there was very little surface mixing energy, the rate of dispersion was predictably slow.  Tarballs were still a threat to the shoreline, but not for several days.  Special Monitoring of Advanced Response Technologies (SMART) was not deployed since it was logistically impossible to get the team on-scene in time  USCG district 8.  Keyword: dispersant, Corexit 9500.","<b>Pipeline Break; Ramah, Louisiana<\/b> 1999-07-30<br />\n<i>crude oil<\/i> - 19 m³<br />\nMSO New Orleans received a report of an oil spill in Ramah, Louisiana at a facility owned by Bridas Energy of Houston, Texas.  The spill site was located approximately 5 miles south of Interstate 10 on the east side of the Atchafalaya Basin Floodway Levee. A 3-inch transfer line carrying crude oil and production water cracked and spilled an estimated 100 barrels of crude oil onto the facility. Once the leak was discovered, the line was shut in and a small dam was constructed to contain the oil in the drainage ditch.  An undetermined amount of oil entered Bayou Henry through this ditch. Fortunately, there was little or no current in the bayou and the oil was contained between two sets of booms. Response personnel were dispatched from MSD Baton Rouge to act as FOSC.  The owner of the facility hired Cenac Environmental to clean up the spilled oil.  Herding the oil with water hoses into boom and drum skimmer resulted in effective oil recovery in the bayou. The cleanup crews used a combination of flushing and sorbent pads to clean the oiled shoreline.  USCG district 8.  Keyword: boom, drum skimmer, sorbent pads, vacuum truck.","<b>GIWW Well Blowout; Louisiana<\/b> 1994-07-10<br />\n<i>light sweet crude<\/i> - 19 m³<br />\nAt approximately 0330 July 8, 1994 a natural gas well 4 miles west of Intracoastal City, LA lost control and began releasing a fog like plume consisting of salt water, natural gas and distillate. The well is located in a dead end slip 400 yards south of the intracoastal, see initial report.  During initial attempts to control the well, uncontrolled downhole pressure release was experienced (a kick). The slip was boomed and it was estimated 10 barrels of distillate were in the slip, none in the Intracoastal Waterway. The evening of July 8 a new plan was submitted to control the well which included moving in a fire prevention barge.  July 9 preparations for the well capping were proceeding.  Three firefighting barges were being moved into place.  Well control experts approached the well and sprayed a fog of foam and water for 10 minutes to reduce the treat of explosion prior to a plugging attempt.  Workers were on the rig for approximately 3 minutes when at1311 the well ignited and exploded.  The source of ignition has not yet been determined.  The explosion led to the deaths of two people and the hospitalization of four others.  The well is currently spewing clear to orange flames 100 feet in the air. There has been a continual rain in the area.  An estimated 100 barrels of a light sweet crude had been in the water.  A 10 knot south wind has aided in the recovery operations of the crude. No pollution has been seen outside the slip.  Preparations for capping the well and recovery of all distillates are proceeding. The NOAA SSC has left the site, however, will continue with scientific support.  USCG district 8.","<b>UNOCAL Cook Inlet Baker Platform; Upper Cook Inlet, north of Forelands, Alaska<\/b> 1994-04-06<br />\n<i>middle ground shoal crude oil<\/i> - 19 m³<br />\nThe USCG received a report just before noon on April 6, 1994, from UNOCAL that a valve had been accidentally left open on their Baker Platform and 50 to 100 barrels of crude had escaped into Cook Inlet.  UNOCAL immediately called their incident command team to Nikiski and established a command post at the Cook Inlet Spill Prevention and Response Inc. (CISPRI) headquarters.   CISPRI immediately launched a mechanical cleanup capability  (boats and skimmers) while completing the dispersant and in-situ burn (ISB) request forms.  Neither of these alternative response techniques were needed because the oil thinned, evaporated, and dispersed too rapidly.  A total of 40 barrels were collected mechanically.  The USCG and the FOSC were onscene; however, their role was strictly one of consultation and monitoring.  The response lasted about 8 hours.  Weather was warm and sunny; although a small amount of  floating ice (<10%) was in the area.  USCG district 17.  Keyword: dispersants, in-situ burning.","<b>Bouchard 35; East River, New York<\/b> 1994-01-05<br />\n<i>unleaded gasoline<\/i> - 19 m³<br />\nAt  1730 January 5, 1994, the barge Bouchard 35 collided with its tug Evening Tide in the East River near the Whitestone Bridge at the western end of Long Island Sound.  The collision occurred while the tug was repositioning on the barge and resulted in an 18-inch crack in the #3 port tank.  The barge was carrying 17,000 barrels of unleaded gasoline and approximately 100 barrels were lost. The crack was above the waterline and was successfully plugged within a few hours of the incident.\u000bWeather onscene was winds from the west at 20 to 25 knots, air temperature 21?F, water temperature 35?F, and one- to two-foot seas.\u000bThe USCG dispatched two boats to survey the incident. An Alco-Sensor test was administered to barge and tug personnel; results were negative.  The USCG established a safety zone between the Whitestone and Throggs Neck bridges. Environmentally sensitive areas and water intakes were identified.  No oil was seen on the water's surface during an overflight the next morning.  USCG district 1.  Keyword: evaporation.","<b>Pass Tante Phine; Pass Tante Phine, Louisiana<\/b> 1992-02-20<br />\n<i>mineral oil<\/i> - 19 m³<br />\nAt 1500, February 20, 1992, a commercial helicopter notified the U.S. Coast Guard (USCG) Marine Safety Office (MSO) New Orleans that a 2,000-yard slick in Pass Tante Phine, approximately four nautical miles southwest of Venice, Louisiana, was coming from an abandoned  525-barrel crude oil tank battery and waste oil pit.  MSO personnel arrived on scene at 1545 and estimated that 100 barrels were in the water and around the tank battery.  An unknown quantity remained in the sludge pit.  Mechanical cleanup operations were initiated by MSO personnel.\u000bThere was no measurable evaporation taking place.   The mineral oil product covered various areas up to five miles away from the tank battery.  Mechanical cleanup was nearly impossible because the area was so shallow.  The currents and tides moved the product out of the area and into the open Gulf very slowly.\u000bCleanup was not completed until April 16, 1992, because secondary leaks were detected in pipelines leading to the tank battery.  USCG district 8.  Keyword: none.","<b>T/V MINERVA; Marcus Hook, Pennsylvania<\/b> 1989-08-31<br />\n<i>Angolan crude oil<\/i> - 19 m³<br />\nWhile offloading its cargo of Angolan crude oil at British Petroleum's Marcus Hook terminal on August 31, 1989, the tanker MINERVA spilled approximately 4,200 gallons of product into the Delaware River.  USCG district 1.","<b>M&V Production Company; Barataria, Louisiana<\/b> 1988-10-01<br />\n<i>Sweet crude oil<\/i> - 19 m³<br />\nIn late September 1988, approximately 100 barrels of sweet crude oil leaked from an M&V Production Company subsurface pipeline into a wetland area near Bayou Saint Denis, approximately one-half mile west of Barataria, Louisiana.  The leak from the pipeline, which leads from an active oil well to a commingling tank complex nearby, affected up to four acres of adjacent grassy wetland and waterways.  The U.S. Coast Guard Marine Safety Office (MSO), New Orleans, directed the facility operators to take immediate action to control the spill and clean up the area.  USCG district 8.","<b>Shell Refinery; Anacortes, Washington<\/b> 1988-03-18<br />\n<i>North Slope Crude oil<\/i> - 19 m³<br />\nAT APPROXIMATELY 1130 PST THE NOAA SSC WAS NOTIFIED BY THE COAST GUARD OF A SPILL OF 100 BBL OF NORTH SLOPE CRUDE OIL FROM THE SHELL OIL REFINERY ANACORTES, WASHINGTON.  BEACHED OIL AT SHANNON POINT HAS BEEN REPORTED. NOAA SSC DAVE KENNEDY IS ENROUTE TO THE SCENE FOR AN OVERFLIGHT.  USCG district 13.","<b>Barge Energy 5501; New Haven, CT<\/b> 2006-01-21<br />\n<i>Gasoline<\/i> - 764 m³<br />\nThe USCG Sector LIS was notified by the Motiva facility that the barge Energy 5501 was leaking product at its pier in New Haven, CT harbor. The barge initially was boomed. The product was 93-octane gasoline and an estimated 100 barrels was contained within the boom. The NOAA SSC was notified at 0700 and requested to provide trajectory analysis, weather, and tides and current information. Also discussed were response options, including releasing the oil from the containment boom, the use of firefighting foam to inhibit any potential explosive hazard, and the use of fire hoses to spray along the shoreline to keep the gasoline away and to break up the slick. The New Have Fire Department was on scene and acting as the Incident Commander. They did not have any way to apply foam to the spill. The boom was opened about 0800 on an ebb tide.","<b>Crude Oil Discharged into Trench from Well Flowline; Louisiana<\/b> 2023-10-02<br />\n<i>crude<\/i> - 19 m³<br />\nOn October 2, 2023, approximately 100bbl of crude oil was discharged into a trench from the Hilcorp Burrwood Canal #11 well flowline.  Release is secured.  No reported impact to waterways.  OSRO is on-site performing flushing and skimming operations.  The USCG requested NOAA on-site support.","<b>Diesel Storage Tank Release, Teller, AK<\/b> 2023-05-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 26-May, at 15:40 PST, Sector Anchorage contacted NOAA acting Alaska SSC to notify them of a bulk field storage tank release of 4,200 gallons of diesel onto the ground within a secondary containment that occurred at the Teller School in Teller, Alaska on 25-May. This is a notification only, the case is not yet federalized as local on-scene responders deal with the release, but USCG Anchorage, EPA, ADEC, and DNR are closely monitoring the situation.","<b>Discharge of Crude Oil from Well Flowline into Marsh Area, Cameron, LA<\/b> 2023-04-10<br />\n<i>South Lousiana Crude<\/i> - 19 m³<br />\nOn April 7, 2023, Creole Operating reported a 25-100 bbl discharge of crude oil from the West Cameron Well#2 flowline (NRC 1364193) into a marsh area. The 10-inch flowline ruptured in two places.  Line has been shut in and is no longer discharging. On April 10, 2023 MSU Lake Charles contacted NOAA SSC for advice on a proposed cleanup plans","<b>TPIC Wellhead Leak; Main Pass 35 Block, Offshore LA<\/b> 2016-08-02<br />\n<i>Lousiana Crude Oil/Natural Gas<\/i> - 19 m³<br />\nOn August 2, 2016, USCG Sector New Orleans notified the NOAA SSC of a 50-100 barrel leak of Louisiana crude oil and natural gas from Texas Petroleum Investment Company (TPIC) well #24 in Main Pass Block 35. Wild Well has been activated, and OSROs are responding. Trajectory requested.","<b>Hilcorp Energy Pipeline Leak; Lake Grande Ecaille, LA<\/b> 2016-07-25<br />\n<i>Louisiana Sweet Crude<\/i> - 19 m³<br />\nOn July 25, 2016 the NOAA RRO was contacted by USCG Sector New Orleans regarding a spill of 30-100bbl of Louisiana Sweet Crude oil.  The Incident occurred around midnight on July 24, 2016.  The reported cause of the spill is a valve failure within the pipeline.  The source is secure, and ES&H is on scene with ~2,500ft of boom. The USCG has requested trajectory and resources at risk from NOAA.","<b>Schuylkill River Spill; Philadelphia, PA<\/b> 2016-01-26<br />\n<i>#2 oil<\/i> - 23 m³<br />\nOn January 26, 2016, the USCG Sector Delaware Bay notified the NOAA SSC of an oil spill that took place in the Schuylkill River, Philadelphia, PA near the 2400 block of Market Street. A sensor on the emergency generator at a Century Link facility caused an overflow of the diesel fuel. An estimated 4200 gal of diesel discharged from a generator starting between Wednesday, 20 January and Friday, 22 January.   USCG has requested a trajectory.","<b>Hilcorp Bay St. Elaine Pipeline; Cocodrie, LA<\/b> 2014-10-27<br />\n<i>Crude Oil<\/i> - 19 m³<br />\nOn October 27, 2014, the USCG MSU Houma contacted the NOAA SSC about a 100 barrel crude oil spill which occurred on 25OCT2014. The oil spill was caused by a pipeline rupture in a marsh habitat north of Grand Isle, LA. The source is secure and removal actions are underway. USCG called to consult NOAA about potential use of in-situ burning as a response strategy.","<b>Raffinate Spill; Port Allen Locks, Baton Rouge, LA<\/b> 2006-12-06<br />\n<i>Raffinate<\/i> - 19 m³<br />\nUSCG contacted ERD regarding a barge collision near Baton Rouge, LA.  The incident resulted in the release of raffinate, a gasoline type substance.  The USCG requested assistance in determinining an appropriate safety zone for response to the incident","<b>Pipeline Spill; Bateman Island, LA<\/b> 2005-02-11<br />\n<i>Unknown<\/i> - NA m³<br />\nA Hotline has been opened to capture information related to the Pipeline Spill, Bateman Island, LA incident.\u000b \u000b\u000b","<b>Pipeline Spill; Belle Isle, LA<\/b> 2003-07-22<br />\n<i>light crude oil<\/i> - 19 m³<br />\nPipeline failure due to corrosion. Clean-up assessment underway. The contamination appears to be confined to a shallow, narrow depression and extends some 1,200 feet in length.","<b>ITB Baltimore; Cherry Point, WA<\/b> 2001-08-29<br />\n<i>gasoline, diesel, JP5<\/i> - 134 m³<br />\nThe NOAA SSC was contacted by the HDO at 1900 August 28.  LTJG Lehto reported the IT BALTIMORE at the Cherry Point BP terminal reported a sheen being released from the stern at 1355.  A later report from the facility indicated the sheen was growing in size.  All operations were shut down and they were looking for source.  MSO Inspectors on scene found a mixture of gasoline, diesel and JP5 in the double bottom.  Further inspection found that the level in the port slop tank was dropping, and 500 to 700 bbls was unaccounted for.  NOAA was requested to provide weather and trajectory information in support of beach assessment and overflight operations.  USCG district 13.","<b>Tug Cassia Leigh; 500 yards off West Palm Beach, Florida<\/b> 2000-12-15<br />\n<i>diesel<\/i> - NA m³<br />\nThe NOAA SSC was contacted by Coast Guard Marine Safety Office Miami at approximately 1215 pm on 15 December, 2000 to be informed that the tug Cassia Leigh had sunk at 1015 am, 500 yards off West Palm Beach, Florida.  The tug is 55 feet in length and has 4200 gallons of diesel fuel aboard.  The position of the tug is 26-41.8 N;  080-01.8 W.  A sheen has been reported in the water near the vessel.  Coast Guard personnel are enroute to the incident.\u000b\u000bNOAA will provide trajectory information, weather, and a resources at risk report.  The SSC is standing by for further support if needed.  USCG district 7.","<b>M/V Jupiter; Saginaw River, Bay City, Michigan<\/b> 1990-09-16<br />\n<i>Unleaded gasoline<\/i> - NA m³<br />\nAt 0845 on September 16, 1990, the tank vessel Jupiter caught fire and exploded during offloading operations at the Total Oil Company refinery on the Saginaw river near Bay City, Michigan.  A wake from a passing bulk carrier apparently caused the parting of the Jupiter's  transfer hose, grounding cable, and all but one of its mooring lines.  Residual gasoline in the broken transfer hose was believed to have been ignited by a spark on the dock.  The Jupiter's  stern swung around into the Saginaw River and grounded perpendicular to the direction of the river flow.  The grounding resulted in a crack in the vessel's hull from the manifold on the starboard side to 75 feet aft of the manifold on the port side.\u000bArea marinas were evacuated and vessel traffic was halted.  Bangor County Fire Department and USCG personnel arrived on-scene within 30 minutes of the incident.  The pier fire was extinguished in an attempt to save the last mooring line while the fire onboard the vessel remained out of control.  Williams Boots & Coots Company (WB&C) from Houston, Texas, was contracted to fight the fire due to the lack of locally available trained personnel and equipment.  At 1315 on September 17, WB&C personnel extinguished the blaze by applying foam.  Carbon black accumulations falling from the overhead re-ignited the fire at 2300.  This second blaze was cooled with water and extinguished with foam on September 18.  WB&C personnel also applied foam inside the vessel's cargo tanks to prevent re-ignition of the vessel.\u000bRiver flow data were obtained from the Army Corps of Engineers to predict the oil movement.  Shock waves from the explosion may have contributed to the deaths of several fish that were recovered from around the vessel.  Neither pollution nor shoreline contamination was observed during the final survey of the area on October 22.  USCG district 9.  Keyword: Boom, vacuum truck, fire, manual removal, explosion, lightering, disposal..","<b>Mystery Oil Spill4; Suisun Bay, Concord, California<\/b> 1989-03-06<br />\n<i>Oil<\/i> - NA m³<br />\nOn March 6, 1989, a U.S. Coast Guard Marine Safety Office (MSO), Alameda, helicopter overflight observed an oil slick, measuring approximately 30 meters wide by eight miles long, and extending along the southern side of the shoreline from Naval Weapons Station Concord.  USCG district 11.","<b>Sterling Exploration Pipeline Discharge; Jefferson Co., TX<\/b> 2007-10-23<br />\n<i>Light crude oil<\/i> - 26 m³<br />\nA DISCHARGE OF OIL FROM A PIPELINE WAS REPORTED TO OR&R EMERGENCY RESPONSE DIVISION AT APPROX. 2315HRS 23 OCT 2007.  PRP CALCULATED A LOSS OF 138 BARRELS BUT CANNOT FIND THE ACTUAL SOURCE OF THE LEAK.  THE PIPELINE HAS BEEN SHUT DOWN.  USCG REPORTED ON THE MORNING OF 24 OCT THAT THE SOURCE IS A \"PINHOLE\" LEAK IN THE PIPELINE IN 1 FOOT OF WATER.  AN OVERFLIGHT WAS CONDUCTED THIS MORNING AND AN OIL SLICK HAS BEEN OBSERVED TO BE APPROXIMATELY 2-3NM BY 200YDS IN SIZE AND SOUTHEAST OF THE SOURCE.  LOCATION IS BETWEEN HIGH ISLAND AND SABINE PASS (029deg37.40N, 094deg11.81W).","<b>New Field Platform; Gulf of Mexico<\/b> 2001-03-30<br />\n<i>crude oil<\/i> - 38 m³<br />\nAt approx. 11:30 local time, a well release was reported of approx. 200 bbls of crude oil from a platform at 27?58.8'N, 94?30.3'W. This location is approx. 90 nm south of Galveston, and 40nm west of the Flower Garden Marine Sanctuary. NRC reported a slick of about 1.5 miles by 300 yards.\u000b\u000bThe oil type as been reported to be a 38 API crude.\u000b\u000bThe volume estimate has since been downgraded to approx. 100 bbls.  USCG district 8.","<b>Pipeline Failure; Bayou Chaland, Grand Terre Island, LA<\/b> 2008-03-09<br />\n<i>Suspected Mystery Oil Spill<\/i> - NA m³<br />\nOn Sunday Afternoon, 9 March 2008, the NOAA Regional Scientific Support Coordinator (SSC) was notified of a possible mystery spill near Quatre Bayou Pass (Four-Bayou Pass) and Bayou Chaland.  This area is on the eastern portion of Grand Terre Island.  The aerial photographs were taken by member of the public, but could well be stranded oil.","<b>Harvest Oil & Gas facility; Atchafalaya Bay, LA<\/b> 2007-12-10<br />\n<i>Crude Oil<\/i> - 19 m³<br />\nThe NOAA SSC was notified by USCG on the morning of 12/10 of a release of unspecified oil at a Harvest Oil & Gas production facility in Atchafalaya Bay, LA. The release, estimated at 5 gal/min, was initially reported at 1500 local time, 12/9/07.  Booming is in place.  USCG has requested a trajectory in the event that the boom fails.","<b>T/B Ocean State; East River, New York<\/b> 1998-09-05<br />\n<i>gasoline, #2 fuel oil<\/i> - NA m³<br />\nAt 0330 Eastern Daylight Time (EDT) on Saturday, September 5, 1998, the tank barge Ocean State ran hard aground on the shore of the East River at 36th Street on Manhattan Island, north of the Williamsburg Bridge and south of Newtown Creek. The barge was loaded with 80,000 barrels of gasoline and 90,000 barrels of #2 fuel oil.  The vessel operator reported both products were leaking. At about 0730 EDT, the barge refloated and was held in place by two tugs near Buoy 18 off 20th street until moved to a dock in Brooklyn. The barge continued to leak product until a water bottom was fully established.  USCG district 1.  Keyword: none.","<b>Tank Truck Rollover; Crawford County, Pennsylvania<\/b> 1998-07-22<br />\n<i>gasoline<\/i> - 19 m³<br />\nA truck carrying 8500 gallons of gasoline rolled over and spilled 4100 gallons into a small freshwater stream in Crawford County, Pennsylvania.  The stream runs through a forested marsh and into a trout stream.  The Pennsylvania Department of Environmental Protection (DEP) was proposing in-situ burning, filtration, low-pressure flushing, and marsh cutting.  USCG district 5.  Keyword: low-pressure washing.","<b>F/V Green Arrow; Block Island, Rhode Island<\/b> 1996-12-22<br />\n<i>diesel,  lube oil<\/i> - 18 m³<br />\nthe morning of December 22, 1996, the 75-foot, steel-hull F/V Green Arrow  ran aground on the southeast shore of Block Island, Rhode Island.  Of primary concern were the sheltered salt marshes of the Great Salt Pond on the northwest side of the island and the lobster population in the immediate area.  The winds were from the southwest, blowing oil out to sea and away from sensitive areas.  Over the next 48 hours, small craft advisories and gale warnings with 6- to 12-foot seas were forecast from the southwest, endangering the vessel's  position.  Attempts to bring an offloading vessel alongside were hampered by the heavy weather and shallow water.\u000bOn December 23, 1996, overflight observers saw rainbow sheens from the vessel extending northeasterly for approximately one mile.  It was believed that the starboard tank was holed and leaking.\u000bThe heaviest weather passed through on December 24, 1996.  The following day the vessel was intact, but it was believed that more fuel had been released and the starboard tank was holed.  The FOSC suspended operations over the holiday.\u000bOn December 26 a USCG dedicated pollution overflight observed very little sheening.  The USCG and salvors began offloading operations.  By December 27 it was estimated that more than 3,100 gallons of fuel had been removed and approximately 4,000 gallons had been lost.\u000bUSCG and Rhode Island Department of Environmental Management (RIDEM) shoreline surveys did not indicate shoreline oiling or wildlife impacts.  USCG district 1.","<b>Consolidated Edison; East River, New York<\/b> 1996-11-15<br />\n<i>#6 fuel oil<\/i> - 5 m³<br />\nAt 1630 on November 15, 1996, the USCG was notified  of a #6 oil spill from a 20-inch underground pipeline being pressurized while attempting to empty its contents. The pipeline was taken out of service approximately one year ago due to its deteriorated condition. Consolidated Edison (ConEd) pre-boomed approximately one mile of seawall next to southern Manhattan before working on the pipeline. The majority of the spilled oil remained inside the boom, but about 3,000 gallons of product was collected from the soil by vacuum trucks. Approximately 1,000 gallons of oil escaped into the river.  USCG district 1.  Keyword: disk skimmer, pre-booming, vacuum trucks.","<b>M/V ATLANTIC SEAHORSE; Cook Inlet, Alaska<\/b> 1991-08-14<br />\n<i>Diesel<\/i> - 18 m³<br />\nOn August 13, 1991, a work boat, 210-foot motor vessel ATLANTIC SEAHORSE under contract to ARCO Alaska Inc. crashed the Glomar Adriatic 8 drilling rig, ruptured a fuel tank, and spilled approximately 4,000 gallons of diesel fuel into the water.  The collision occurred approximately 4 miles offshore of the North Forelands in Upper Cook Inlet.  With fuel leaking from her ruptured fuel tank, the ATLANTIC SEAHORSE was pinned against the drilling rig by heavy tidal currents for about 90 minutes.  Cook Inlet Spill Prevention and Response, Inc. (CISPRI), the area cleanup cooperative, arrived and began skimming the surface and laying down containment boom and absorbent materials.  The spill at this point was described as a light sheen on the surface measuring about 2 miles long and 250 yards wide.  USCG district 17.","<b>T/V William H. Bennett; New Bedford Harbor, Massassachusetts<\/b> 1985-01-29<br />\n<i>Diesel<\/i> - 18 m³<br />\nAT 1255 EST ON JANUARY 29, 1985, THE 90-FOOT T/V WILLIAM H. BENNETT BEGAN LEAKING SOME OF ITS CARGO OF 4,000 GALLONS OF DIESEL OIL, AS THE RESULT OF A COLLISION. THE VESSEL WAS TIED UP AT THE SAFE HARBOR SEAFOOD PIER IN NEW BEDFORD HARBOR, WHICH IS NORTH OF FISH ISLAND (ON THE WESTERN SIDE OF THE HARBOR). . SSC NOTIFIED MASS AND RPI AT 1315 PST OF THE INCIDENT AND REQUESTED TRAJECTORY SUPPORT AND RESOURCES AT RISK ANALYSIS.  ON-SCENE WEATHER CONDITIONS WERE WINDS FROM THE NW AT 15-25 KNOTS, WITH 10-20 KNOTS FROM THE NW EXPECTED TO HOLD THROUGH MIDNIGHT.  SSC NOTED THAT ALTHOUGH THERE IS 2-3 INCHES OF ICE ALONG THE SHORE, THE MIDDLE OF THE HARBOR IS CLEAR OF ICE. . AS OF 1800 EST, THE SHIP IS BELLY UP ON THE BOTTOM OF NEW BEDFORD HARBOR, AND IS STILL LEAKING DIESEL.  BOOMS ARE INEFFECTUAL.  IT IS NOT KNOWN WHEN A CLEANUP CONTRACTOR WILL REACH THE SCENE.  USCG district 1.","<b>FV Ocean Tor; Olympic Coast National Marine Sanctuary, WA<\/b> 2005-06-27<br />\n<i>Diesel fuel and hydraulic oil and lube oil<\/i> - 20 m³<br />\nBetween 1900 and 2300 on 26 July, the Canadian fishing vessel Ocean Tor capsized with four souls on \u000bboard. Initial Search and Rescue efforts recovered two survivors. The vessel has drifted south from \u000bCanadian waters into US waters and is now in the northern extremes of the Olympic Coast National \u000bMarine Sanctuary and is drifting south south east. The vessel remains afloat with an estimated 7% of its \u000bstern exposed (2 or 3 feet).\u000b\u000b The maximum oil on board is: 4000gal diesel, 300gal hydraulic fluid, 45gal lube oil.","<b>Savannah River Spill; Savannah, Georgia<\/b> 1998-01-29<br />\n<i>oily sediment<\/i> - 18 m³<br />\nMSO Savannah contacted the NOAA SSC at about 1800, January 29, 1998, to discuss a situation to which they were responding.  During some excavation behind a bulkhead along the Savannah River, oil-saturated sediment was found.  The bulkhead was at the Georgia Ports Authority, Ocean Terminal Facility near the Talmadge Bridge that spans the river from Georgia to South Carolina.  The area of saturated oily sediment was estimated to be 200 feet x 100 feet x 20 feet deep.  The USCG estimated that there were 10,000 to 20,000 gallons of oily liquid behind the bulkhead with perhaps 2,000 to 4,000 gallons being pure oil.  USCG district 7.  Keyword: boom, excavation/construction, oily sediment, skimmers.","<b>Barge Bouchard B-140; Hart Island, New York<\/b> 1996-02-12<br />\n<i>#2 fuel oil<\/i> - 18 m³<br />\nOn February 12, 1996, the barge Bouchard B-140 reported hitting an unknown object near Hart Island, New York, at the western end of Long Island Sound, and was leaking oil.  Weather at the time was winds from the west at 10 to 15 knots, temperature 29?F, and seas 1 to 3 feet.  Once the leak was detected the USCG COTP NY was notified and a Pollution Response Team dispatched.  Federal involvement in this incident was to monitor the RP's activities and conduct shoreline surveys to document any impacts; none were observed.  This response lasted two days.  USCG district 1.  Keyword: containment boom, skimmers, sorbent boom.","<b>Navy Vessel Diesel Spill, York River, VA; Yorktown, VA, USA<\/b> 2020-05-07<br />\n<i>Diesel Fuel<\/i> - 18 m³<br />\nAt 0900 on 7 May 2020, USCG Sector Virginia notified the NOAA SSC that approximately 2,000-4,000 gallons of diesel fuel has been released into the York River at Gloucester Point from a Navy vessel. USCG and VADEQ going on-scene to investigate. USCG has not made any requests for NOAA support at this time.","<b>Lindsey Lake Tanker Spill; Vietnam Veterans Memorial Highway, Cascade Locks, OR 97014, USA<\/b> 2019-02-13<br />\n<i>Diesel Fuel<\/i> - 18 m³<br />\nOn the morning of February 13th, 2019, Oregon DEQ notified the NOAA Duty Officer of a spill of approximately 4,000 gallons of diesel fuel from an overturned tanker truck on I-84 near Lindsay Creek in Oregon.  Oregon DEQ is on scene and has initiated booming to contain the spill within Lindsay Lake and prevent it from getting into the Columbia River.","<b>Sturgeon River Bridge Tanker Accident Chassell, MI; US-41, Chassell, MI 49916, USA<\/b> 2018-02-04<br />\n<i>Gasoline<\/i> - 18 m³<br />\nOn February 3, 2017, the Chassell Michigan Fire Department contacted the National Response Center regarding an accident on the State Route 41 bridge over the Sturgeon River in Houghton County, Michigan.  The accident, which involved the tanker truck and 2-3 passenger vehicles, resulted in the tanker on its side and releasing up to 4,000 gallons each of diesel fuel and gasoline.  At this time, both diesel and gasoline are on the ground and migrating to the Sturgeon River, which is covered in ice.  The ground is also covered in up to 36â of snow and ice.  EPA is requesting trajectories to assist with locating product in the river to aid in recovery.","<b>F/V CHEVELLE grounding with diesel leaking; Yaquina Bay, OR<\/b> 2012-03-10<br />\n<i>Diesel<\/i> - 18 m³<br />\nNOAA SSC notified 2100 PST of a Fishing Vessel aground on northern tip of jetty for entrance to Yaquina Bay, Oregon. Vessel is leaking diesel, at most 3000-4000 gallons. USCG requested trajectory support from NOAA ERD.","<b>F/V Dandy Bill; San Mateo Bridge, San Francisco Bay, CA<\/b> 2009-04-14<br />\n<i>Diesel<\/i> - 18 m³<br />\nThe wooden-hulled F/V Dandy Bill was reported to have lost propulsion and drifted into the San Mateo Bridge in Southern San Francisco Bay in the evenining hours of 14APR2009 in 35-40knot winds.  The vessel was believed to be carrying up to 4,000 gallons of diesel fuel and began to submerge before fuel could be removed.  Sector San Francisco contacted the NOAA SSC early the next morning, reported that the vessel was expected to break up soon and requested trajectory support.","<b>MV Honor; Wilmington, DE<\/b> 2009-03-12<br />\n<i>Fuel oil<\/i> - 18 m³<br />\nUSCG Sector Delaware Bay called the NOAA SSC to report a #2 fuel oil spill at the Port of Wilmington, DE from the MV Honor. The report estimated between 3,500 to 4,000 gallons of fuel oil was spilled. It appears the vessel's hull was punctured by the bollard while it was along side the pier. The USCG requested phone support for trajectory, weather and tides and currents.","<b>Tug SABINE PASS Grounding; Dickinson Bayou, TX<\/b> 2008-12-11<br />\n<i>Diesel<\/i> - 18 m³<br />\nOn the evening of 11 December 2008, NOAA was requested to provide scientific support to USCG Marine Safety Unit Galveston for a grounded tug at the mouth of Dickinson Bayou, Texas.  The TUG Sabine Pass had grounded earlier in the day, and was reported hard aground in soft mud and possibly an oyster reef.  The tug is reported to have 4000 gallons of diesel onboard.","<b>Tug St John; North of Florida Keys<\/b> 2008-11-22<br />\n<i>Unknown<\/i> - 18 m³<br />\nTug adrift with 4K diesel onboard","<b>Grounded F/V Elvira off La.; 15 nm SW of Marsh I., La.<\/b> 2008-07-25<br />\n<i>Unknown<\/i> - 18 m³<br />\nAn abandoned F/V with 4K gallons diesel will be salvaged tomorrow (Saturday).\u000bCG is asking for a worse case scenario trajectory","<b>M/V Anzhela Explorer; West Hollywood Beach, FL<\/b> 2007-03-26<br />\n<i>Unknown<\/i> - 18 m³<br />\nTwin hull motor vessel sank approximately 1 mile offshore of west Hollywood Beach, FL with 4000 gallons of diesel fuel.","<b>FV Mr Natural; South of Cape Romano, FL<\/b> 2005-09-02<br />\n<i>diesel fuel<\/i> - 18 m³<br />\nSector Tampa asked for trajectory for the F/V Mr Natural which had been adrift since 26 Aug 30 miles south of Cape Romano.\u000bPosition of the vessel on 31 Aug at 1950 hrs was 27-17.8N;  082-59.6W\u000bVessel had max of 4000 gallons of diesel on board.  \u000bNOAA provided some info as to expected drift track of the vessel and \u000btrajectory of oil is 4000 gal was released as well as wx forecast.","<b>M/V Stellamare; Albany, NY<\/b> 2003-12-09<br />\n<i>#6 and #2 oils<\/i> - 277 m³<br />\nOn 9 December 2003 the cargo ship Stellamare listed and partially sank at the Port of Albany, pitching several men into the icy waters of the Hudson River. The 289-foot Stellamare, a heavy lift ship from Willemstad, Curacao, in the Netherlands Antilles was loading two General Electric turbines when it leaned to port side and overturned. The Coast Guard sent a 49-foot boat from Saugerties, NY to the port to assess the situation. Also, a team of Coast Guard investigators left Staten Island, NY by car for the port. The following morning the owners had the vessel boomed in and skimmers removing oil contained with the boom. Overflights were able to identify oil sheen covering about seven miles of the river downstream from the ship. The USCG Activities New York oversaw the spill response and recovery operations, which lasted about three days. The vessel and turbine salvages are still pending. At the time of the initial incident it was reported that the river was about 80% covered with ice. As the water warmed up in the daytime the percent of ice diminished greatly.","<b>F/V Jami Lynn Burned and Sank; Offshore Tampa Bay, FL<\/b> 2003-07-31<br />\n<i>diesel fuel<\/i> - 18 m³<br />\nReported to have burned and sank between 1800-1900 the evening of 30 July about 25 nautical miles offshore of the entrance to Tampa Bay.\u000b\u000bA Coast Guard over-flight of the area on the morning of 31 July did\u000bobserve about 1/2 nm of sheen oriented in a north-south direction.  \u000bNOAA Hazmat provided weather, trajectory and oil fate information.  No\u000badditional assistance was requested.\u000b","<b>Barge Govenor Hendricks; Norfolk, Virginia<\/b> 1987-06-05<br />\n<i>Bunker C-like oil<\/i> - 16 m³<br />\nOn May 30, 1987, the barge Governor Hendricks, containing an estimated 300 gallons of a heavy black, bunker C-like oil was taken to the NORSHIPCO shipyard to assess whether it could be made seaworthy for trade.  While in a dry dock, temporary measures were taken to plug some of the more prominent deck holes.  When refloated, the barge sank in a dry dock in about 30 feet of water.\u000bThe vessel began leaking and was boomed.  A considerable portion of the boomed product escaped downstream in the eastern branch of the Elizabeth River, and the adjacent shoreline became oiled.  USCG district 5.","<b>T/V Intermar Alliance; Marcus Hook, DE River, PA<\/b> 1986-03-21<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V Intermar Alliance collided with the BP dock at Marcus Hook on the Delaware Rv at about 1000 EST. There was a 20' gash in the #1 port tank, 3' above the water line. Estimated between 2500 and 4000 barrels Nirian crude lost. Much of hte oil lost was contained by booms around the vessel.","<b>F/V Cinco de Mayo; Point Buchon, Morro Bay, CA<\/b> 1984-12-18<br />\n<i>Unknown<\/i> - NA m³<br />\n72' F/V Cinco De Mayo, located 7.5 miles W of Pt. Buchon Mayday call @ 1052. Boat capsized and losing fuel: 4000 gallons #2 30-50 gal, lube oil, winds SE 20kts, confused seas.","<b>M/V SAUDI DURYIK; HAMPTON ROADS, VA<\/b> 1993-12-02<br />\n<i>oil<\/i> - NA m³<br />\nInitial Notification At 2335 EST on 01 DEC 93 (Wednesday night), USCG MSO Hampton Roads  received a call via Channel 16 from the tug HARRIET MORGAN, reporting  that while attempting to move the M/V SAUDI DURYIK, the tug put a gash  in the port side of the vessel.  The vessel tied up at Lamberts Point  Dock.  The tug reported that heavy black oil was coming out of the hole.   The ruptured tank has a potential capacity of 42,000 gallons of #6 oil.   By 0127 02 DEC (Thursday morning), MSO monitors reported that oil was no  longer coming from the vessel.  The vessel was boomed off by 0315.    A USCG helicopter overflight at 0318 reported splotches of oil near  Craney Island and in the area of the vessel.  Another overflight was  conducted at 0800, with sheens reported at the entrance to the Western  Branch, and in the Southern Branch of the Elizabeth River.  USCG district 5.","<b>ALGO NORTH; Toledo, Ohio<\/b> 2007-12-14<br />\n<i>diesel and heavy fuel oil<\/i> - NA m³<br />\nAt approximately 2100 M/V ALGO NORTH collided with a pier at the Toledo Overseas Terminal on the Maumee River in Toledo, Ohio.  A line parted while the vessel was getting underway, one longshoreman was injured.  Initial report is 2500 gallons of diesel and 1/2Ton of heavy fuel oil in the water.","<b>Hurricane Emily; Hatteras Island, North Carolina<\/b> 1993-09-02<br />\n<i>#2 diesel<\/i> - NA m³<br />\nHurricane Emily caused a number of small oil spills and one hazardous material spill near Cape Hatteras, NC on September 1, 1993.  After the hurricane moved north past the North Carolina outer banks, MSO Hampton Roads launched an observation flight to assess the damage done to the island's infrastructure, homes, and environment.  The overflight found three areas in need of immediate attention.   Oden Dock Marina (loss of a 500-gallon waste oil tank), Pelican's Roost Texaco Station (loss of a 2,000- to 3,000-gallon #2 diesel tank) and a location near the Pilot House Restaurant  (loss of a home heating oil tank estimated less than 100 gallons).  After the initial on-site inspections, MSO Hampton Roads maintained a staff at the island's Emergency Operations Center (EOC) with other federal, state and local emergency response personnel for two weeks.\u000bThe USCG surveyed the entire coast of Hatteras Island by helicopter and land-based Pollution Response teams (PRTs).  There was very little oil spilled; eight spills were reported and only three of these required cleanup.  By September 3 cleanup at Oden's Marina and the restaurant had been completed and the removal of oil from the damaged Texaco tanks was underway.  About 2,500 gallons of oil were collected and removed.\u000bThe emergency response activities from Hurricane Emily on Hatteras Island consumed the attention and resources of most of the emergency response staff and the island's residents.  The actual oil cleanup was handled by the USCG and their contractor International Marine Services.  USCG district 5.  Keyword: containment boom, sorbent boom, vacuum trucks.","<b>Tugs Napa River-Sea Breeze Collision; Benicia, California<\/b> 1986-01-04<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn January 4, 1986, the 65-foot tug, Napa River, collided in foggy conditions with the tug Sea Breeze, which had been pushing a barge loaded with crude oil.  Small amounts of oil were released as the Napa River sank; the majority of the fuel and oil was released over the next few days.  The captain of the Napa River drowned, but the remaining crew members were picked up by the Sea Breeze.  USCG district 11.","<b>Aviva America barge; Breton Islands in Breton Sound, Louisiana<\/b> 1991-12-22<br />\n<i>South Louisiana crude<\/i> - 16 m³<br />\nOn December 22, 1991,  80 to 85 barrels of South Louisiana crude oil leaked from the permanently moored Aviva America barge approximately eight nautical miles (nm) northwest of Breton Island, Louisiana.  The barge held 4,700 barrels of product and could cause considerable damage if fully released, but the possibility of a full release was extremely low.   Corrosion had caused structural failure to the barge.  At the time of the spill, winds were initially out of the west at 10 to 15 knots but shifted to the north at 10 to 15 knots the next day.   The U.S. Fish and Wildlife Service was notified of possible impact to the refuge areas on the Breton Islands, which they control, and the possibility of impacts to the northern section of the Delta National Wildlife Refuge.  The response was completed by December 30, 1991.  USCG district 8.  Keyword: skimmers, lightering.","<b>Weir Creek; New York City, NY<\/b> 2004-09-30<br />\n<i>#6 oil<\/i> - 15 m³<br />\nOn 29 September 2004 at 1515, the US Coast Guard Activities New York (ACTNY) was notified of a mystery oil spill in Weir Creek originating from a sewer outfall. Upon investigation by ACTNY and NYC Department of Environmental Protection (DEP) personnel, the source of the spill was identified as an apartment complex about three miles inland. The discharge came from a heating oil tank in the basement of an apartment building.  Approximately 3,400 gallons of number 6 fuel oil discharged from a hole in the return fuel line between the boiler and the storage tank.  NYCDEP traced discharge from outfall in Weir Creek through sewer line to floor drain in basement of apartment building.\u000b\u000bThe on-scene weather was partly cloudy, wind 17 mph from the north; air temperature 64 degrees F, sea state 1 foot.\u000b\t\u000bACTNY opened the OSLTF and hired a cleanup contractor. Once a Responsible Party (RP) was identified they took over the cleanup cost. The contractor initially deployed containment and sorbent boom at the mouth of the outfall and around the Creek entrance.\u000b\t\u000bFederal and state supervision of the RP and contractor was supplied by the USCG and NYS Department of Environmental Conservation.","<b>Coast Guard Radar Station; Potato Point, Prince William Sound, Alaska<\/b> 1991-04-28<br />\n<i>diesel<\/i> - 16 m³<br />\nOn April 26, 1991, the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Valdez received reports from Alyeska Pipeline personnel of sheen measuring approximately 20 yards wide by 1 mile long near Potato Point in Valdez Arm.  There were no vessels in the immediate vicinity.  Further investigation revealed that fuel was leaching from the rocks below the generator shack of the USCG Radar Station, which is perched on a natural platform approximately 40 feet above the water.  Soundings of the diesel fuel tanks indicated that 3,000 to 3,500 gallons of diesel had been lost.   The USCG deployed barrier boom, sorbent boom, and sorbent sweeps to contain and collect as much oil as possible.  Further plans included bringing in a backhoe and bulldozer to excavate around the tank and the fuel lines to find the exact source of the leak and to dig a trench on the beach to collect the oil.  USCG district 17.","<b>M/V Yardarm Knot; St. Paul Island, Pribilof Islands, Alaska<\/b> 1989-02-20<br />\n<i>Diesel, crab<\/i> - 16 m³<br />\nIn the early morning of February 20, 1989, the Yardarm Knot hit a reef on the southeastern side of St. Paul Island while breaking off its transfer operation with a catcher boat.  The 320-foot fish-processing vessel, owned by HAK Inc. in Seattle, sustained a gash measuring three feet wide and 60 feet long and damaged its rudder.   Initial reports indicated that approximately 3,500 gallons of diesel fuel had been lost, from a total of 97,000 gallons.  The ship's crew of approximately 120 people was safely transferred to another vessel, and roughly 150 tons of frozen, processed crab was transferred to the M/V SWALLOW.  USCG district 17.","<b>B&R Trucking; Kodiak, Alaska<\/b> 1988-04-27<br />\n<i>Waste motor oil<\/i> - 16 m³<br />\nAt approximately 2000 on April 26, 1988 at the the Kodiak Reduction, Inc. facility, a truck owned by B&R Trucking collided with a stationary railroad tank car, spilling 3,500 gallons of waste motor oil from the tank.  Although most of the oil was contained in a containment trench, the next day it was discovered that some of the oil had leached through the soil and down a rocky cliff into Gibson Cove, a few miles south of Kodiak.  A minimal amount of oil was believed to have entered the cove, as only a light sheen, covering an area of 5-7 acres, was visible on the water.  Recovery operations were jointly undertaken by the facility and the city of Kodiak.  B&R Trucking assumed financial responsibility for the cleanup.  USCG district 17.","<b>Exxon Company; Malden River, Boston, Massachusetts<\/b> 1988-01-15<br />\n<i>Gasoline<\/i> - 16 m³<br />\nOn January 15, 1988,  a six-inch, Exxon-operated pipeline carrying gasoline broke, spilling an estimated 3,500 gallons of gasoline onto the ice of the Malden River in Boston.  The gasoline spill on the ice made a puddle measuring 300 yards by 20 yards and could have been up to 4 inches deep.  First responders closed the highway bridge over the Malden River at this point and a cleanup contractor began the removal of the pooled gasoline.  USCG district 1.","<b>F/V Angel Dawn Aground; Oregon Inlet, NC<\/b> 2003-03-05<br />\n<i>diesel fuel<\/i> - 15 m³<br />\nOn March 5, 2003 the F/V Angel Dawn ran aground and was abandoned. The ship crew was rescued by USCG. An overflight the next day showed debris and 2 sheens heading away from the shore. No shoreline and environmental impacts.","<b>Crude Oil Spill at Port Manatee in Tampa Bay, FL<\/b> 2023-09-01<br />\n<i>Crude<\/i> - 16 m³<br />\nLate on August 31, 2023, a crude oil spill occurred at Port Manatee in Tampa Bay. The estimated volume of release oil is 3500 gallons. Most of the oil is within the Port Manatee Basin but some has escaped the basin and entered Tampa Bay.  USCG is on the scene investigating. Currently, the source is uncertain. Imagery from NOAA NGS post-hurricane Idalia flights show some sheen in the Port basin, This imagery was obtained sometime during the morning on 1 Sept, 2023. NOAA is preparing a trajectory forecast, oil fate analysis, Resources at Risk, and an initial draft emergency consultation form for the USCG.","<b>M/V Monarch/Granite Pt.Platform; Upper Cook Inlet, Alaska<\/b> 2009-01-15<br />\n<i>Diesel and Granite Pt. crude<\/i> - 227 m³<br />\nSector Anchorage notified the NOAA SSC at 0615, Thursday morning, that the Ocean Marine Services, Inc. workboat, the M/V Monarch, had become pinned against the leg of the Granite Pt. platform, as the combined result of a strong flood tidal current and extreme ice.    The vessel has about 38,000 gallons of diesel onboard, is currently listing at around 30 degrees, and has been successfully abandoned. In addition, the Granite Pt. platform has been shut-in and abandoned, as the result of concern for possible damage to the platform.  It appears that SSC may be headed on-scene.    The CG and the SSC headed on-scene via a CG C-130 which overflew the Granite Pt. platform and the overturned Monarch hull just barely showing above the surface of the water. A couple of hours later it was reported that the Monarch had sunk to the seafloor in rougly 80 to 90 feet of water.    Due to the ice and strong currents, it was decided to attempt a salvage operation in the spring.     However, in March it was announced that the Monarch would be left on the bottom of Cook Inlet adjacent to the Granite Pt. platform.","<b>F/V Nordic Viking; Prince William Sound, AK<\/b> 2007-07-22<br />\n<i>Diesel<\/i> - 68 m³<br />\nThe 127 foot F/V Nordic Viking ran around in eastern PWS at 10:35 pm on July 21, 2007, 55 miles SE of Valdez.  One tank containing 3500 gallons of diesel was breached and release into the water.  11,500 gallons remained in eight other tanks which were not damaged.  The PRP hired Hudson Marine as the IMT and Alaska CHADUX to handle the response and the litering of the remaining fuel on board the vessel.   Weather was overcast with little to no wind and calm seas.","<b>Fuel Transfer Spill; Akutan Island, Aleutians East, AK<\/b> 1985-03-25<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 0900 PST, during a fuel transfer, 3400 gals of diesel were lost. The spill occurred about 6 miles north of Akutan Island. On scene winds were NE 30-35 knots.","<b>Oil Spill into Water/Marsh from Oil Facility near Mouth of SW Pass<\/b> 2023-03-28<br />\n<i>crude<\/i> - 15 m³<br />\nOn March 27, 2023,  Hilcorp experienced a drop in pressure on a line from the Burnwood Canal facility near the mouth of SW Pass.  An estimated 80 bbls of crude oil was discharged into the water and adjacent marsh.  The line has been shut in.  The USCG consulted NOAA on cleanup techniques.","<b>Bay Jacques Crude Spill; 23627 LA-1, Golden Meadow, LA 70357, USA<\/b> 2018-04-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 3, 2018,  the USCG MSU Houma received notification from Summit Oil and Gas, LLC that a crude oil storage tank located in Bay Jacques developed a leak and subsequently discharged approximately 80 barrels of Louisiana crude . Primary and secondary containment boom deployed. Thunderstorms predicted thru the evening.  NOAA providing fate/trajectory in case of storm-related breach of the containment.","<b>Lake Raccourci Well #2; Terrebone Parish, LA<\/b> 2008-02-12<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn 12 Feb. 2008, the NOAA Scientific Support Coordinator (SSC) was notified of a leaking well in Lake Raccourci, Terrebonne Parish, LA.  The well casing is reported to have failed, allowing an unknown amount of oil to be released.  Sheens and slicks ranging from 400 yds to 4 miles in length have been reported.  NOAA was requested to provide trajectory and weather support and will go on-scene in the morning.  Severe thunderstorms have prevent assessment until tomorrow.","<b>Main Pass Blk 310; MAIN PASS BLOCK 310 SPILL, LOUISIANA<\/b> 2001-03-20<br />\n<i>crude oil<\/i> - 15 m³<br />\nAt approximately1420 CST, the ASSC was notified by MSO New Orleans of a crude oil spill of 3,300 gallons from a platform located in position 29?10'N, 88?41'W, Main Pass Block 310.  The responsible party conducted an overflight and reported a slick measuring 150 X 1000 yards of dark brown oil.  On scene winds are form the W-NW 25-30 knots and seas are 8-12 feet.  The release has been secured.  NOAA is providing trajectory and weather support. The ASSC is on standby should additional support be required.  USCG district 8.","<b>Oil & Produced Water,Dead End Well Canal, LA; 385 Paradise Ln, Larose, LA 70373, USA<\/b> 2018-03-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 30, 2018, the USCG Houma notified the New Orleans SSC of a discharge of approx 8bbls crude oil and 78bbls produced water from secondary containment into Dead End Well Canal, LA. Release secured and the oil is contained by boom within the canal.","<b>E-24; Block Island Sound, Fishers Island, New York<\/b> 1985-11-22<br />\n<i>No. 6 Fuel Oil, Diesel Fuel<\/i> - 14 m³<br />\nOn November 22, 1985, at 1345, the tug Norseman, with the Tank Barge E-24 in tow, reported that the barge was taking on water. The barge was loaded with 20,000 barrels of Number 6 Fuel Oil.  Fifteen minutes later, the E-24 was standing almost vertically with about 20 feet of the barge visible above the surface of the water.  At the time of the incident, there was heavy rain, 5-6 foot seas, and winds from the east at 25 knots.  The incident took place in an area known as \"The Race\", the passage between the Long Island Sound and the Atlantic Ocean, which typically has severe rip tides and rough, unpredictable seas.  On November 23 at 2250 the barge sank in a keel-up position in 185 feet of water.  Approximately 15-24 barrels of Number 6 fuel oil was forced from compartment vents, and as much as 47 barrels of diesel fuel was lost from the pump room. The cargo compartments were not damaged during the sinking.\u000bOil from the barge formed a slick measuring 0.5 miles long by 500 yards wide as observed on November 23.  Cleanup of the Long Island shoreline began on November 24 and was completed by December 5. Approximately 1000 gallons of oily debris were recovered.  Later releases of oil occurred during the salvage operations, but skimming equipment was on station and recovered most of that lost oil immediately.  An estimated 225 birds were affected by the spill, with 75 of these recovered dead.\u000bSalvage of the barge without damaging the intact cargo compartments was the major concern.  Due to heavy seas and limitations of equipment on scene, the exact position of the barge could not be determined and verified until December 19.  On January 3, 1986, the USCG On-Scene Coordinator (OSC) federalized the case as the responsible party, Eklof Transportation Co., Inc. was unable to meet the deadlines imposed by the OSC for performing the hull survey and inspection.\u000bEvaluation, planning, and mobilization for the salvage operations took place from January 3 to May 4, 1986.  The salvage plan was developed by the United States Navy Supervisor of Salvage (NAVSUPSALV) at the request of the OSC.  The OSC staff report was completed on March 3, and detailed three salvage options determined by the NAVSUPSALV.  After much deliberation, the OSC determined that the barge should be raised with its cargo intact.  Salvage operations took place from May 5 to May 30, 1986.  Approximately 235 gallons of oil were lost during the entire operation, of which 185 were recovered. The barge was inspected and in tow by the evening of May 29, and was moored at Mariners Harbor, Staten Island, New York by 1900, May 30.  The E-24 was completely offloaded by June 11, 1986, and the case was closed.  USCG district 1.  Keyword: U.S. Navy Superintendent of Salvage (NAVSUPSALV), sinking, skimmers, boom, contingency plan, adverse weather conditions, salvage..","<b>Plum Island Waste Water Treatment Facility-Charleston, SC; 539 Harbor View Cir, Charleston, SC 29412, USA<\/b> 2020-08-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 15, 2020, the USCG Sector Charleston notified the SSC of a 3100-gallon release of diesel from a tank at the Palm Island water treatment facility on James Island, SC. The diesel transited offsite through drainage and into nearby Dill Creek and adjacent marsh areas. The USCG is working with South Carolina Dept of Health and Environmental Control to assess and respond to the spill. Currently the spill is contained in the creek with boom and skimming operations are ongoing. NOAA is evaluating oil fate and effects and potential movement should the containment boom fail. NOAA is also assisting the USCG with initiation of sect 7 ESA and EFH emergency consultations.","<b>F/V Lady Anna; Kapolei, HI<\/b> 2009-10-30<br />\n<i>Diesel<\/i> - 9 m³<br />\nUSCG Sector Honolulu notified the SSC that at 1140 a.m. Hawaii time the 40 foot F/V Lady Anna instantaneously released 2000 gallons of diesel into the water and 1000 gallons of diesel onto land through a crack that formed when welds broke as the vessel was being pulled to dry dock in the Kalaeloa deep draft harbor (near Barbers Point). A sheen has been observed creeping along the shoreline toward the southern-most lagoon at Ko Olina Resort.","<b>F/V Blue Sea; Point Judith, RI<\/b> 2008-05-19<br />\n<i>Unknown<\/i> - NA m³<br />\nThe NOAA SSC was notified by the USCG of a fishing vessel hard aground at Point Judith, RI, at position 41Â° 21.6'N 71Â° 28.8W.  Light sheen is reported on the water, and a trajectory for a worst case release of 3000 gal. diesel was requested.","<b>FV Gulf Dipper; Bolivar Peninsula, TX<\/b> 2000-09-06<br />\n<i>diesel<\/i> - 14 m³<br />\nAt 1300 hrs CDT, MSU Galveston contacted the NOAA SSC and requested trajectory support for a fishing vessel which sank off the Texas coast.  The Fishing Vessel Gulf Dipper caught fire, burned and sank at approximately noon today, Wednesday, Sept 6.  The location was reported 5 - 6 miles off Bolivar Peninsula, east of Galveston Texas, at 29? 26.25' N by 94? 25.33' W.  The maximum fuel capacity of the vessel is 3,000 gallons of diesel.  The vessel wasn't at max. fuel capacity and some of the diesel burned prior to sinking; 3000 gallons is being used as a worst case discharge volume.  The shallow shelf off Texas is an active fish habitat for white shrimp and a various finfish.  Sea turtles are also known to visit the area.  USCG district 8.","<b>Mystery Spill - San Juan Harbor; Isla Grande, Puerto Rico<\/b> 1997-01-16<br />\n<i>heavy fuel oil<\/i> - 14 m³<br />\nAt 0725 on January 15, 1998, a harbor master reported a slick in San Juan Harbor.  Initially the amount of oil was estimated to be 500 gallons of heavy fuel oil, type unknown; the source of the spill was also unknown.  The USCG investigated and determined that the slick was 1/4 to 1/3 mile long and the amount of oil in the water was about 3000 gallons.  The slick was fragmented and contained large patches of oil 15 to 20 feet in diameter, but it was not sheening significantly.  Throughout the morning, the slick moved little, but was drifting to the southwest, being pushed by northeasterly winds.  USCG district 7.  Keyword: skimmers.","<b>Honey Creek; Milwaukee, Wisconsin<\/b> 1996-10-10<br />\n<i>#2 fuel oil<\/i> - 14 m³<br />\nOn October 1, 1997, a tank truck carrying 7500 gallons of #2 fuel oil overturned and caught fire at Honey Creek in the Milwaukee, Wisconsin area.  The Wisconsin Department of Natural Resources (DNR) responded and estimated about 3000 gallons had spilled into the creek.  Honey Creek is shallow (< 0.5 meters) and about 10 feet wide.  The DNR conducted the response as On-Scene Coordinator (OSC)  USCG district 2.  Keyword: none.","<b>White Marsh Run; Perry Hall, Maryland<\/b> 1994-04-19<br />\n<i>#2 heating oil<\/i> - 14 m³<br />\nAn estimated 3,000 gallons of #2 heating oil was released from a 6,000 gallon fuel oil tank into the basement of the \"Country Plant Store.\".  An estimated 2,000 gallons of this drained into an unnamed creek that runs into White Marsh Run.  USCG district 5.  Keyword: sorbent boom.","<b>F/V GREENHOPE; Atka Island, Aleutian Island Chain, Alaska<\/b> 1991-08-13<br />\n<i>Diesel<\/i> - 14 m³<br />\nOn the morning of August 13, 1991, while fishing the waters around the western Aleutians, the fishing vessel GREENHOPE became unstable due to its heavy catch.  To compensate for this lack of stability, the skipper decided to dump fuel and proceeded to pump about 3,000 gallons of diesel over the side into the ocean.  At the time the vessel was approximately 20 miles north of Atka Island.  USCG district 17.","<b>U.S.S. Mars; Alameda, California<\/b> 1986-08-04<br />\n<i>Fuel oil<\/i> - 14 m³<br />\nOn August 4, 1986, the U.S. Coast Guard Marine Safety Office (MSO), Captain of the Port Alameda, was notified that the U.S.S. Mars had released approximately 3,000 gallons of fuel oil during a pressure testing exercise of a pipeline near the wharf area of the Oakland Naval Supply Depot.  The majority of the fuel oil was contained around the pier on a flood tide.  The U.S. Navy took full financial responsibility for the incident.  The U.S. Coast Guard was called on to investigate the incident, monitor the cleanup, and discuss pipeline pressure testing procedures to preclude any further releases of fuel oil.  USCG district 11.","<b>Physics International company; San Leandro, California<\/b> 1986-04-02<br />\n<i>Mineral oil<\/i> - 14 m³<br />\nOn April 2, 1986, the U.S. Coast Guard Marine Safety Office at Alameda, California was notified by the facility manager of Physics International Company that approximately 3,000 gallons of mineral oil had been spilled into a storm drain with access to San Francisco Bay.  The incident occurred as a result of a valve being left open  USCG district 11.","<b>Mystery Spill; Empire Locks, LA<\/b> 2006-10-22<br />\n<i>crude oil<\/i> - 1 m³<br />\nA federalized clean-up of an estimated 100-200 gallons of crude oil pooled near the Empire Locks has been initiated. No RP has been identified.","<b>Diesel from Tanker Truck Released into Tributary of Union Slough, Everett, WA<\/b> 2023-09-08<br />\n<i>Diesel<\/i> - 14 m³<br />\nOn 8-SEPT-2023, the EPA notified the NOAA SSC of an approx. 3,000 gallon diesel spill from a tanker truck in Everett, WA. Approx. 2,000 gallons of diesel was released into a tributary of Union Slough, but is contained by a gate system that is closed.","<b>Diesel fuel discharge from Navy destroyer, Naval Station Norfolk, Virginia<\/b> 2021-12-17<br />\n<i>Diesel Fuel<\/i> - 11 m³<br />\nOn December 18, 2021, USCG Sector Virginia notified the NOAA SSC about a diesel fuel discharge that took place during a fuel transfer operation involving the USS BULKELEY ( a destroyer) at Naval Station Norfolk, VA. An estimated 2,000-3,000 gallons of diesel fuel was discharged into Chesapeake Bay, Virginia. Discharged has been secured and active and passive recovery operations are being employed.","<b>F/V MOUNT TAMGUS; Approximately 12 NM W of Rockaway Beach, OR<\/b> 2018-04-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 1, 2108, the USCG Sector Columbia River contacted NOAA regarding an overturned fishing vessel, Mount Tamgus with approximately 3000 gallons of diesel on board and lightly sheening with a 300x500 yd sheen visible.  Four personnel (all on board) were rescued from the vessel by USCG Station Tillamook, OR, small boat. Boat owner notified and working with USCG on salvage plan.  Fate and trajectory analysis of diesel and vessel requested.","<b>Union Pacific Used Oil Discharge - Willamette River; 1619 N River St, Portland, OR<\/b> 2018-01-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 23, 2018, the USCG contacted NOAA regarding a release of approximately 3,000 gallons of used oil into a storm drain connected to the Willamette River, Portland, Oregon. The area surrounding the outfall had been fortuitously boomed prior to the spill to contain asbestos from a nearby burned structure (River Street Warehouse). Recovery of the contained product is underway. Response officials are seeking approval, constraints, or disapproval of using hot water washing of near-river surfaces at the outfall area.","<b>Tug Samson Mariner; Gravina Island, AK<\/b> 2017-02-16<br />\n<i>Diesel<\/i> - 14 m³<br />\nOn February 16, 2017, the USCG contacted the NOAA Emergency Response Division about the Tug Samson Mariner that ran aground on Gravina Island, AK. Approx. 3000 gal No. 2 Diesel has been released. USCG has requested an oil spill trajectory.","<b>Phillips 66 Pipeline Rupture; Cahokia Canal, IL<\/b> 2015-04-17<br />\n<i>Diesel<\/i> - 100 m³<br />\nOn April 17, 2015, the USCG contacted the NOAA SSC for consultation on a pipeline spill in Illinois.  An underwater 8â pipeline carrying Low Sulphur Diesel across the Cahokia Canal ruptured with an estimated 1200-3000 gallons of product spilling before being secured.  The Cahokia Canal leads to the Mississippi River.","<b>Economy Boat Store; Wickliff, KY<\/b> 2009-05-13<br />\n<i>diesel fuel<\/i> - 14 m³<br />\nThe Coast Guard notified NOAA ERD of a barge that had leaked approximately 3000 gallons of diesel after being refueled at MM 951.2 on the Mississippi River in Wickliff, KY.  Fueling operations were completed at 2300 last evening, and the leak was first observed at 0400.  NOAA trajectory was requested.","<b>Burning Fishing Vessel; Tillamook, OR<\/b> 2007-12-10<br />\n<i>diesel fuel<\/i> - 14 m³<br />\nUSCG Sector Portland called to report a 64 foot fishing vessel engulfed in flames several nm off Tillamook, OR with 3000 gallons of diesel aboard. Trajectory and weather support were requested.","<b>FV Hannah and Sarah Grounding; Nantucket Island, MA<\/b> 2005-04-29<br />\n<i>diesel<\/i> - NA m³<br />\nNo details are available at this time.","<b>FV MARIAN ANN; Offshore Eureka, CA<\/b> 2004-09-22<br />\n<i>Diesel<\/i> - 14 m³<br />\nAt approximately 0930 PST, the F/V Marian Ann sank 20 miles NW of Eureka, CA with up to 3,000 gallons of diesel on board.  A visible sheen was reported in the vicinity of the sinking at 41.1834 degrees N and 124.4834 degrees W.","<b>F/V Night Lady; Dry Tortugas, FL<\/b> 2003-04-08<br />\n<i>diesel fuel<\/i> - 14 m³<br />\nF/V Night Lady caught fire and NOAA R/V Pt. Monroe rescues 2 crew members and a dog. Fire burned for 20 hours. NOAA provides oil weathering, trajectory analysis, and weather forcast.","<b>Soy Oil Spill; Charleston, SC<\/b> 2002-04-24<br />\n<i>Soy bean oil<\/i> - 14 m³<br />\nWhile transfering Soy bean oil, the Sealand Atlantic spilled approximately 3000 gallons of which 10-20 gallons reached the Wando River. Soy bean oil was cleaned up from the drainage system and from underneath pier at the facility.","<b>F/V Melissa Chris; Otstoia Island, Peril Straits, Alaska<\/b> 1988-08-19<br />\n<i>Diesel, lube oil<\/i> - 14 m³<br />\nOn August 18, 1988, the Melissa Chris,  a 78-foot, wooden-hulled fish processing vessel, ran aground on Otstoia Island, 60 miles southwest of Juneau.  The vessel, listing up to 40?, carried 3,000 gallons of diesel fuel and lube oil.  A sheen was reported coming off the vessel.  Initially, the captain thought that he would be able to refloat the vessel on the next high tide, at 2000.  However, a U.S. Coast Guard overflight on August 19 revealed that the Melissa Chris was lying on her starboard side.  USCG district 17.","<b>T/V Kate Maersk collision; Freeport, TX<\/b> 1986-07-09<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V Kate Maersk leaking light Arabian crude about 25 miles SSE of Freeport, TX. Estimated lost 2-3k gallons, total potential 1.5 million gallons.","<b>Heating oil leaking into storm drain; Manchester, WA<\/b> 1985-12-05<br />\n<i>Unknown<\/i> - NA m³<br />\nTank With 3000 Gallons of home heating oil is leaking into a storm drain which empties into Puget Sound About 2 1/2 mile South of Manchester ( Across the Sound from West Seattle, West od Blake Island) 1630 Dave Called back - Situation under control. Sheen is dissipating quickly and moving to NE (not onshore). A boom is out to prevent anymore leaking","<b>3000 Gallons dieseil spill; Monterey Bay,CA<\/b> 1985-09-14<br />\n<i>Unknown<\/i> - NA m³<br />\n3000 gallon dieseil spill in Monterey Bay, 6 miles NW of Point Pinos. Conditond are 20 knot winds from the NW adn 8-10 ft seas. Fishing vessel 941') sank -Not Sure if oil spilled or not.","<b>Bremerton #2 Spill; Dyes Inlet, Sinclari Inlet, Point White, Bremerton, WA<\/b> 1985-03-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn Fri night 3/15/85 in Bremerton 300-3000 gal #2 was spilled. It is now in a rainbow sheen with some pancakes and can be foudn in Dyes Inlet, Sinclair Inlet and up to Pt. White and Pt. Glover","<b>Vegetable Oil Release, Caret, VA; 15613 George Washington Memorial Hwy, Saluda, VA 23149, USA<\/b> 2021-02-23<br />\n<i>Vegetable Oil<\/i> - 32 m³<br />\nOn February 23, 2021, the NOAA SSC was notified by the Virginia DEQ about a tanker truck accident on Rt 17 in Essex County, VA. that spilled 6500-7000 gallons of waste vegetable oil into Lewis Creek, which is a tributary to the Rappahannock River. VADEQ requested scientific support.","<b>OSV BOTRUC 22 spill; off Sabine Pass, TX<\/b> 2019-11-14<br />\n<i>Diesel<\/i> - 3 m³<br />\nON November 14, 2019, the USCG Marine Safety Detachment Port Arthur received a report of a tug & barge colliding with the Offshore Vessel BOTRUC 22 outside of Sabine Pass, TX.  No spill was reported from the tug & barge, but the OSV reportedly spilled 700 gallons diesel from a tank with the maximum capacity of 6,000 gallons.  USCG requested oil fate & general direction information.","<b>Tug Captain Frank; Wilmington, North Carolina<\/b> 1997-12-29<br />\n<i>#2 fuel oil<\/i> - 14 m³<br />\nAt 0630 on December 29, 1997, the tug Captain Frank, sank in the Atlantic Ocean approximately 2 miles off Kure Beach near Wilmington, North Carolina. When the tug sank, 3000 gallons of diesel was lost from a damaged tank.  There was a reported potential for 21,000 gallons of diesel from other fuel tanks onboard.  USCG district 5.  Keyword: none.","<b>Bay de Chene Well Blowout; Barataria Bay, LA<\/b> 2000-06-30<br />\n<i>crude oil<\/i> - NA m³<br />\nAt 2300 hrs CDT, the NOAA SSC was notified of a well blow-out in the northern portion of Barataria Bay, LA near 29? 28' N Lat. and 89? 55' W Long (on some charts the spill location is identified as Bay DeChene Oil and Gas Field.  The initial report was made by a fisherman who reported a 20' gusher of oil.  The USCG was notified at 2115 hrs.  NOAA was asked to provided technical support to include trajectories, weather, resources at risk (RAR), and an evaluation of response options including in-situ burning.  USCG district 8.","<b>M/V FRANK H. BROWN; Skagway, Alaska<\/b> 1988-01-26<br />\n<i>Regular gasoline<\/i> - 13 m³<br />\nAt about 0800 on January 26, 1988, the M/V Frank H. Brown, a Canadian cargo and fuel carrier tied up at the Skagway, Alaska, dock, noticed a leak.  The smell of gas fumes and discoloration of the water were the initial indications that gas was leaking at an unknown rate from a hole of unspecified size in a stern tank.  \u000bThe punctured tank had a capacity of 124,000 gallons and was nearly full of regular gasoline.  Actions were immediately initiated to offload the tank to shoreside facilities.  At the onset of the incident the wind was calm.  However, by 1000 the wind had built to nine knots from the north and continued increasing throughout the day.  Response crews from the White Pass Transportation Co. initially boomed off the vessel but shortly thereafter opened the boom to avoid a fire hazard, on the advice of the U.S. Coast Guard.  USCG district 17.","<b>Home Oil Company; Weweantic River, Buzzards Bay, Wareham, Massachusetts<\/b> 1986-07-29<br />\n<i>Heating oil<\/i> - 13 m³<br />\nOn July 29, 1986, a heating oil tank truck owned by the Home Oil Company overturned and released approximately 2,800 gallons of heating oil into a bog off of Route 195 in the vicinity of the Weweantic River at Wareham, Massachusetts.  USCG district 1.","<b>Synthetic Oil Spill Blount Island Jacksonville, FL; Jacksonville, FL, USA<\/b> 2018-08-22<br />\n<i>Synthetic oil<\/i> - 13 m³<br />\nOn August 22, 2018, the USCG Sector Jacksonville reported a 2800 gallon spill of a sythetic oil ( Amalie XLO Ultimate Synthetic Blend 15W40) from a tank on the deck of a barge at the Blount Island terminal in Jacksonville, FL. NOAA OR&R was requested to provide a trajectory, oil fate, weather forecast and a resources at risk report.","<b>Intercoastal City Diesel Spill; LA<\/b> 2007-02-08<br />\n<i>diesel<\/i> - 13 m³<br />\nTrajecotry support requested by USCG for a small diesel spill.","<b>FV Icy Mist; Akutan Isl., Eastern Aleutians, Alaska<\/b> 2009-02-25<br />\n<i>Diesel and lube oil and hydraulic oil<\/i> - 14 m³<br />\nEarly morning of Wed., Feb. 25, Sector Anchorage received word that the 58' FV Icy Mist was taking on water north of Akutan Island with 4 POB along with 2700 gallons of diesel, 150 gallons of hydraulic oil,  200 gallons of lube oil, and 60,000 lbs of Pacific Cod.  Conditions were horrific with  sustained winds of 60 to 70 kts and  gusts approaching 100 kts.   Vessel was intentionally beached on a rocky shoreline shadowed by a high vertical cliff face.  The 4 POB were rescued by Coast Guard helo, and the status of the fuel onboard is unknown at this time.Initially, from an overflight, no pollution was reported, and the vessel appeared to be in good condition.  However on up close examination, the bottom of the vessel was found to be badly damaged causing a release of all the diesel and all the hydralic oil.   The 200 gallons of lube oil was removed.    NOAA SSC  provided weather forecast support throughout as well as information on the fate of the oil if a release occurred.   The state of Alaska will managed both the disposal of the Pacific cod and the vessel.","<b>M/V Cape Sarichef; Grass Bar Island, Copper River Delta, Gulf of Alaska<\/b> 1986-09-09<br />\n<i>Diesel<\/i> - 13 m³<br />\nOn September 8, 1986, at approximately 1630, the Cape Sarichef, an 85-foot cargo vessel, ran aground on the south side of Grass Bar Island, one of the barrier islands at the mouth of the Copper River Delta.  Due to a confusion regarding jurisdiction, the Coast Guard Marine Safety Office, Anchorage, was not notified until the next morning.  At that time, it was learned that the vessel was breaking up, resulting in a 100-200 foot sheen around the vessel and release of an unknown amount of diesel fuel.  A 2,500 gallon tank full of diesel and a 300-gallon tank two-thirds full of diesel had gone overboard.  USCG district 17.","<b>F/V Kotobuki Maru No. 38; Midway Island<\/b> 2006-12-29<br />\n<i>Marine Diesel<\/i> - 156 m³<br />\nThe Japanese fishing vessel F/V Kotobuki Maru No.38 was inbound to Midway Island for a medical evacuation when the vessel struck an object (estimated at 28 deg 11.6 N, 177 deg. 21.3 W)and reportedly released potentially 2640 gallons of marine diesel from the #3 fuel tank. The vessel is currently moored inside the small boat harbor on the east side of Sand Island at 28 deg. 12.8 N and 177 deg. 21.9 W.","<b>M/V Iver Exporter; Mississippi River MM 126, LA, USA<\/b> 2018-04-23<br />\n<i>Oil<\/i> - 12 m³<br />\nOn April 23, 2018, the NOAA SSC in New Orleans was contacted by the USCG regarding the discharge of Heavy Fuel Oil (HFO) at Mississippi River Mile Marker (MM) 126.  The vessel discharged the oil during deballasting operations. USCG has requested a trajectory.","<b>Tanker Truck Spill Florida Keys MM 70; 70000 Overseas Hwy, Marathon, FL 33050, USA<\/b> 2017-07-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 17, 2017, the USCG Sector Key West notified the NOAA SSC that a tank truck had overturned releasing an estimated 2600 gallons of gasoline into the water next to the roadway at Fiesta Key, FL. A local contractor is on scene to remove remaining fuel and conduct cleanup. USCG requested a NOAA resources at risk analysis.","<b>TV MARE PRINCESS; Boston, MA<\/b> 1998-09-15<br />\n<i>#6 oil<\/i> - 11 m³<br />\nOn 9/15/98 the Swedish T/V Mare Princess informed MSO Boston that she had a minor leak in her #1 port tank.  At the time she was outside of US waters.  She reported having lost approximately 60 barrels of #6 oil over a period of 10 days.\u000b\u000bThe vessel was diverted to MSO Providence's zone for inspection and possible repair.  She will be anchored approximately 7 miles south of Block Island and is due to arrive at 1630 9/17/98.  USCG district 1.","<b>British Petroleum Crude Asphalt; Toledo, Ohio, Maumee River, Grassy Island<\/b> 1996-08-05<br />\n<i>crude asphalt<\/i> - 11 m³<br />\nOn Monday, August 5, 1996, the British Petroleum (BP) Toledo Refinery vented about 60 barrels of atomized crude asphalt into the air via a low-pressure steam vent.  The oil rained on a portion of Toledo, Ohio.  The incident received some media play from CNN, the Windsor, Ontario news, and the local Toledo news.  BP hired MPC to perform the cleanup.  They washed boats and cars that had been oiled.  The oil that fell in the Maumee River (estimated 30 to 50 barrels) floated to Grassy Island on a southeasterly wind.  Approximately 1,500 feet of Grassy Island shoreline was oiled.  MPC spent approximately two weeks conducting cleanup operations using low-pressure, high-volume, Lake Erie water flushing, together with hard and sorbent booms.  A vacuum barge was used to clean up miscellaneous sheen.  The FOSC was MSO Toledo, the SOSC was Ohio Environmental Protection Agency (OHEPA), and the RP was BP.  USCG district 9.  Keyword: low-pressure flushing, sorbent boom.","<b>Whitney Oil & Gas TB49 Spill; Venice, LA, USA<\/b> 2019-10-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 27, 2019, the USCG was notified of a discharge of crude oil from Whitney Oil & Gas Tank Battery 49 into the Pass A Loutre Wildlife Management Area.","<b>Oiled Birds; Eastern Santa Barbara Channel, CA<\/b> 2005-01-13<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn THU, 13JAN, MSO Los Angeles/Long Beach reported numerous oiled birds washing ashore in the Ventura Harbor area for the previous 2 days.  By FRI afternoon, 4 wildlife recovery teams had observed 500 oiled birds and collected 200-300 oiled birds, of which 5 were dead.  No oil has been observed on the beaches during early wildlife surveys, though unusually large amounts of debris have been noted.  An overflight of the Ventura Harbor area observed large patches of brown, floating material heavily strewn with debris.","<b>Conoco Phillips Bayway Refinery; Carteret, NJ<\/b> 2006-09-08<br />\n<i>#6 Fuel Oil<\/i> - 14 m³<br />\nOn September 6, 2006 an oil spill was discovered at the Conoco Phillips Bayway Refinery, Carteret, New Jersey.  The source was a 6 inch pipeline which hadn't been used in 15 years.  It appears that the pipeline failure was due to corrosion.  USCG and Conoco Phillips estimates that between 2,000-3,000 gallons of residual No. 6 oil spilled into a small freshwater pond that is located on the refinery's property.  The pond is connected to Morris's Mill Creek which is tidal and eventually discharges into the Arthur Kill.  Some oil did flow from the pond into the creek, but it was contained by fence boom, no oil made its way into the Arthur Kill.","<b>Clinton Concrete waste oil tank; Clinton, Maryland<\/b> 1996-11-18<br />\n<i>waste oil<\/i> - 11 m³<br />\nACT Baltimore received notification that approximately 2,500 gallons of waste oil had been discharged into Tinker Creek, a tributary of the Potomac River.  The source was a broken line on a 20,000-gallon tank located at Clinton Concrete.  USCG district 5.  Keyword: containment boom, sorbent pads.","<b>T/V CAMARGUE; St. John, New Brunswick, Canada<\/b> 1989-06-20<br />\n<i>Bunker C oil<\/i> - 11 m³<br />\nOn June 20, 1989, the tanker CAMARGUE, tied up at the Canaport Monobuoy at St. John, New Brunswick, accidentally discharged about 2,500 gallons of bunker C oil during bunkering operations.  The operation was terminated when the overflow of bunker oil was observed.  USCG district 1.","<b>OSV Gulf Dream; SE Brenton Island, LA<\/b> 2006-07-26<br />\n<i>diesel & lube oil<\/i> - 73 m³<br />\nThe offshore vessel \"Gulf Dream\" sunk at approximately 1925 hours on July 25 outside Main Pass, SE of Brenton Island.","<b>T/V Great Lakes; Arthur Kill, NJ<\/b> 2005-02-22<br />\n<i>#2 diesel fuel<\/i> - 11 m³<br />\nAt approximately 0500 EST February 22, 2005 the vessel Great Lakes touched bottom and began leaking oil near the west side of Pralls Island, continuing to leak at an unknown rate during its transit to Carteret, New Jersey.  An estimated 2,500 gallons of diesel have been lost.","<b>R/V Halcyon; Muskegon, Michigan<\/b> 1996-12-03<br />\n<i>diesel<\/i> - NA m³<br />\nOn December 2, 1996, the NOAA research vessel (R/V) Halcyon sank at the West Michigan Dock and Market Pier in Muskegon, Michigan in approximately 30 feet of water.  The 60-foot Halcyon, owned and operated by the NOAA Great Lakes Environmental Research Laboratory (GLERL), had 2,400 gallons of diesel and four 55-gallon drums of antifreeze and waste oil onboard when she sank.  The drums floated off the vessel, remained in the slip area, and were recovered.   It was presumed that fuel was leaking out of the fuel-tank vents because silver and rainbow sheens were observed in the area.   Containment boom was deployed around the vessel on December 3.  No sheens were observed beyond the immediate slip area throughout the incident.  USCG district 9.  Keyword: containment boom, potential, sorbent boom.","<b>Scarborough Marsh; Scarborough, Maine<\/b> 1994-11-15<br />\n<i>#2 heating fuel<\/i> - 11 m³<br />\nOn  November 15, 1994, a Dead River Fuel Company delivery truck loaded with approximately 2,400 gallons of #2 heating fuel overturned into a marsh.  Dead River Fuel Co. took responsibility and hired a local cleanup contractor.  The contractor deployed protection and containment boom and began skimming product.  A technique of digging small holes in the peat was used  to collect sufficient quantities of oil to remove.  In-situ burning was suggested and denied by the FOSC.  USCG district 1.  Keyword: in-situ burn.","<b>M/V Overseas Beryl; Near New Orleans, LA<\/b> 2012-04-09<br />\n<i>#6 Fuel Oil<\/i> - 668 m³<br />\nAt 0110CST on 10APR12, USCG Sector New Orleans contacted NOAA SSC about a vessel releasing #6 fuel oil into the Mississippi River at mile marker 86.7. The incident began at about 2030CST on 09APR12. The vessel is moored and source is not secure. A ballast water overboard discharge pipe, that runs through a fuel tank, developed a hole and is pulling oil into the pipe and overboard by Venturi effect. Worse case possible discharge is the tank capacity of 3,500 bbls. USCG is requesting a trajectory.","<b>T/V COAST RANGE; Cook Inlet, Alaska<\/b> 1990-12-18<br />\n<i>crude oil<\/i> - 3 m³<br />\nDuring the early morning of December 17, 1990, the 635-foot tank vessel COAST RANGE broke loose from the Drift River Storage facility, spilling approximately  2,310 gallons of crude oil onto the deck and about 630 gallons into ice-covered Redoubt Bay.  Cook Inlet Spill Prevention and Response, Inc. (CISPRI), the Cook Inlet industry oil spill cooperative, responded at first light.  USCG district 17.","<b>Diversified Environmental Services; Tampa Bay, FL<\/b> 2009-04-01<br />\n<i>Waste oil<\/i> - 23 m³<br />\nAt 1130local, April 1, 2009, as a result of a collision while docking, roughly 2300gal (estimate as of noon, 2Apr09)) of waste oil (slops) was discharged from a barge owned by Diversified Environmental Services, Inc., into McKay Bay, a secondary bay of Tampa Bay, FL.  Location of the spill was at the \"Shrimp Docks\" on the southwest side of the 22nd St. Causeway.  The majority of the spill was apparently contained in the immediate vicinity of the dockside facility by the responsible party, since they are also an oil spill cleanup contractor whose HQ is at the dock where the oil was discharged.  The collision opened a 2 foot long gash in the port forward quarter of the barge, puncturing one of the barges tanks.  It is a single skin barge.  NOAA ERD was apparently not notified, and the SSC learned of it through ARD personnel at 1850 local, 1Apr09, although the earliest reports indicated the spill was less than 1000 gallons and contained.  A site visit on 2Apr09 by the SSCr in St. Petersburg collected further information.","<b>Hess Pipeline; Kearny, New Jersey<\/b> 1994-10-05<br />\n<i>#6 fuel oil<\/i> - 10 m³<br />\nAt approximately 1950 on October 8, 1994, the United States Coast Guard (USCG) was notified by the New Jersey Department of Environmental Protection (NJ DEP) about a breach in the Amerada Hess pipeline in Kearny, New Jersey.  About 300 gallons of oil were spilled into the Hackensack River when a valve was left partially open after a maintenance operation. Approximately 2,300 gallons of #6 fuel oil discharged from the pipeline, part of it entering a tributary to the Hackensack River.  USCG district 1.  Keyword: containment boom, low-pressure washing, siphon dams, skimmers, vacuum trucks, weir/pump skimmer.","<b>Tug \"Lucedale\" Mile Marker 279 Ohio River; Ashton, WV 25503, USA<\/b> 2020-05-13<br />\n<i>DIESEL<\/i> - 10 m³<br />\nOn May 13, 2020, USCG MSU Huntington contacted the NOAA SSC requesting support for a Tug discharging diesel fuel at MM 279 of the Ohio River (LAT 38 40.69, LONG -82 11.039). Unknown cause, unknown amount. Worst case discharge (WCD) estimate is 2300 GAL.  USCG is requesting assessment of WCD travel distance and location of nearest water intake.","<b>Barge Jovalan; California Coast<\/b> 1987-12-16<br />\n<i>Elwood Crude Oil<\/i> - 10 m³<br />\nOn December 16, 1987 at 1404 PST the San Francisco SSC was notified that a dark black slick had been sighted at 1200 15 miles off the California Coast. The Tug Pacific Mariner was towing a Barge containing 55,000 Barrels of Crude oil. There are 14 Tanks in the Barge. Position is 12 miles SW off Ano Nuevo, at 37 deg. 1.3 minutes N, 122 deg. 35.9 minutes W. 53 barrels or approximately 2300 gallons  USCG district 11.","<b>Tank Barge Energy 5501; Long Island Sound, CT<\/b> 2003-02-14<br />\n<i>#2 fuel oil<\/i> - 236 m³<br />\nThe NOAA SSC was notified by the Hazmat Duty Officer on Friday morning (2/14) at \u000bapproximately 0630 concerning the grounding of the T/B Energy 5501 about 2 miles \u000bsouth of Norwalk, CT. The USCG requested the SSC on scene. The Initially, it was \u000bunknown how much home heating oil was lose from the barge. The barge was loaded \u000bwith 56,000 barrels (2,352,000 gallons) and had a draft of 17.9 feet. It struck a \u000brock charted at 18 feet mean low water. Due to the stage of the moon, falling \u000btide, and offshore winds the water depth over the rock was minimal. The tug was \u000bhugging the CT coast to stay in the lee of winds from the NW as it headed to its \u000bdestination in Port Jefferson, NY. The barge was taken to a nearby location (41deg \u000b02.6 N / 73deg 22.053 W) and anchored.\u000b\u000bThe NOAA Scientific Support Team provided the USCG initial trajectory and oil \u000bweathering information, weather, tides, and resources at risk summary.\u000b\u000bAt about 0800 the CT Department of Aquaculture closed the shellfish beds in all \u000bwaters in the Norwalk, Darien, and Westport area until further notice.\u000b\u000bThe divers survey discovered 14 cracks and holes in all six starboard tank \u000bbottoms. The original estimate of cargo loss by the naval architect was 450 \u000bbarrels (18,900 gallons). \u000b\u000bTwo morning overflights (0900 and 1200) by USCG personnel spotted an oil slick \u000bextending several miles from the barge.\u000b \u000bA relief barge arrived along side the holed barge at about 1400. \u000b\u000bAt 1600 the SSC, RP rep and USCG FOSC went on an overflight in a helicopter. A \u000bsheen consisting of light rainbow to silver and gray was observed several miles \u000bfrom the barge. It measured about 3.5 miles long by 200 yards wide at the leading \u000bedge and 600 yards wide at the trailing end. The rest of LI Sound was search and \u000bnot other oil was located. The overflight also mapped locations of ice along the \u000bLI coastline. A new trajectory model was developed based on the GPS positions of \u000bthe slick.\u000b\u000bWith the updated oil trajectory model showing land impacts on the northern Long \u000bIsland coast plans were made to pre-position protective boom as several location \u000bnear identified sensitive areas.\u000b\u000bBy the evening meeting at 1800 the revised estimate of lost oil was downgraded to \u000babout 53 barrels (2,226 gallons). This estimate was within the range of oil \u000bobserved on the afternoon overflight.\u000b\u000bPlans were made to begin over-the-top lightering operation during the first \u000bnight, but due to logistics and operational constraints they were unable to begin \u000buntil later the morning of the 15th. \u000b\u000bOn 2/15 the morning overflight only spotted one small streamer of light silver \u000band gray sheen within the area predicted by the trajectory model. The stern \u000bstarboard quarter of the barge was seen to be awash. No oil was observed near the \u000bbarge or anywhere near the LI coast. Almost all of the oil had evaporated and \u000bnaturally dispersed.\u000b\u000bThe NOAA modelers were requested to provide a ?Worst Case Discharge\" trajectory \u000bfor a possible release from the barge on Saturday evening or Sunday morning. The \u000bnew model indicated potential land impacts on LI more westerly than the oil that \u000bwas initially released.\u000b\u000bBased on the updated weather forecasts for significantly worsening weather, the \u000bUnified Command decided to move the barge into Bridgeport harbor for safe haven \u000bto make temporary repairs and off-load the cargo. At present, as of 1800 this \u000bevening (2/15) the barge is in route to Bridgeport. Travel time is anticipated to \u000bbe about 5 hours at two knots. Contingency plans are prepared for the possibility \u000bof spills while enroute or in Bridgeport harbor.","<b>Catfish Lake Condensate Spill; Golden Medow, LA<\/b> 2008-09-26<br />\n<i>Crude Oil Condensate, est. 40 API<\/i> - 10 m³<br />\nOn 26 September 2008, the USCG notified the regional NOAA Scientific Support Coordinator of an oil release in Catfish Lake Louisiana.  As a result of an equipment failure, 50 bbls of condensate crude was released int the environment.  The USCG requested a trajectory analysis and natural resources at risk summary.","<b>San Juan Harbor diesel pipeline.; San Juan Harbor, Puerto Rico<\/b> 2008-09-13<br />\n<i>diesel<\/i> - 10 m³<br />\nAt approximately 1330 Friday, there was a release of about 50 barrels of  diesel fuel oil spilled into the southern end of San Juan Harbor, Puerto Rico. \u000b\u000bThat location is at the southern end of San Juan Harbor, in the \"Army Terminal Turning Basin\". It is reported that there is power plant cooling water intake/outfall nearby that causes a significant current. The intake is currently boomed off.\u000b","<b>Phoenix Well Blowout; Belle Pass, Iberia Parish, LA<\/b> 2007-12-18<br />\n<i>Gas and Gas Condensate<\/i> - NA m³<br />\nNOAA received notification of a well blowout near Belle Pass approximately 15 miles SW of Patterson, LA from both the Louisiana Oil Spill Coordinator's Office (LOSCO) and USCG MSU Morgan City.  It was reported that a kickback of natural gas occurred resulting in a well blowout.  Initial reports stated that the well was discharging an unknown amount of natural gas and condensate.  Some estimates suggest that approximately 50 barrels of condensate were discharge at the time or shortly after the kickback.  At this time, the well has not ignited.","<b>Bayou Pigeon Oil Spill; Atchafalaya River Basin, LA<\/b> 2007-06-06<br />\n<i>Crude Oil<\/i> - 10 m³<br />\nUSCG MSU Morgan City notified the Regional NOAA Scientific Support Coordinator of a small oil spill near Bayou Pigeon, Louisiana.  The USCG reported that 50 bbls were discharged into the adjacent waters.  A USCG Pollution Response team is on scene.","<b>M/T Eagle Memphis Collision; Mississippi River, MS<\/b> 2004-07-29<br />\n<i>heavy fuel oil<\/i> - 10 m³<br />\nA collision occurred between the T/B Mr.Craig and the M/T Eagle Memphis in the Mississippi Riverr, near mm 93 (SE of NO).\u000b While overtaking the tug, the M/T was hit on her starboard quarter, resulting\u000bin a 13ft gash in her #2 starboard fuel tank.  The vessel's Chief Engineer\u000breported that 50 bbls of heavy fuel oil were spilled into the river before the\u000boil was safely transferred. \u000bSheen was observed  from 29d\u000b56.3'N 090d 0.05'W to 29d 55.3'N 089d 57.5'W.  Approximately 10 bbls of the sheen\u000bended up near shore, mm83, where there was 2000' of boom.  \u000bAn OSRO cleaned up the oil.","<b>Mystery Pipeline Spill; Potash, LA<\/b> 2004-04-26<br />\n<i>crude oil<\/i> - 10 m³<br />\nOn the evening of April 26, 2004 the NOAA Scientific Support, Gulf Region was\u000bnotified of a mystery pipeline spill in a marsh area near Potash, LA, west of\u000bPort Sulfur, LA.  The NOAA Gulf Region Scientific Support Office was contacted\u000band given five locations where there was an estimated 50 bbls of crude oil\u000b(total). \u000bA resources at risk analysis was provided. NOAA SSC conducted site visit and provided a clean-up assessment to the USCG.","<b>CT Barge 1112; Chicago Ship and Sanitary Canal, IL<\/b> 2002-01-03<br />\n<i>gas fuel oil<\/i> - 10 m³<br />\nThe SSC was notified at 0700 PDT this morning by MSO Chicago of a release of approximately 25-50 bbls of gas fuel oil into the Chicago Ship and Sanitary Canal.  The release occurred yesterday, 02JAN02, at around 1345L as the result of a collision of a southbound barge with the Coastal Towing barge CT1112 that was hooked up and transferring fuel oil to a Citgo facility.  The collision caused the mooring lines of CT 1112 to snap and the loading arm to break off, sending an unknown amount of fuel oil into shoreside containment and spraying an estimated 25-50 bbls into the Chicago Sanitary Canal (at approximately 41? 39.5'N, 088? 03.24'W).  Work crews were able to put boom around the barge and contain most of the product within minutes after the accident.  The product in containment onshore appears to be in no immediate danger of entering the canal.  USCG district 8.","<b>TV Overseas Boston; Ferndale, WA<\/b> 2001-06-13<br />\n<i>Alaska North Slope Crude<\/i> - 2 m³<br />\nMSO Puget Sound received a report that spill of approximately 50 barrels of Alaska North Slope Crude occurred at 1240 PDT at the Tosco Refinery, Ferndale, WA.  USCG and WA Dept of Ecology investigators were deployed.  NOAA HAZMAT was requested to provide site-specific weather forecasts, trajectory and oil fate/effect information.  \u000b\u000bAn afternoon overflight and reports from Coast Guard on scene indicate oil in the water may be 10 barrels or less with most of the oil contained by booms in the vicinity of the facility.  Situation will be updated Thursday morning.  USCG district 13.","<b>T/V Hyde Park; New Orleans, Louisiana<\/b> 1999-02-27<br />\n<i>#6 fuel oil<\/i> - 10 m³<br />\nOn February 27, 1999, the T/V Hyde Park, en route to Dow Chemical in Baton Rouge, lost power at MM 92 approximately 5 miles south of New Orleans.  The vessel careened down river colliding with numerous vessels and river structures, sinking a crew boat and a barge containing caustic soda.  During one such collision the aft starboard fuel tank was holed and released a reported 50 barrels of No. 6 fuel oil into the Mississippi River. Product onboard the T/V Hyde Park was 25,000 metric tons of pyrolysis gasoline and an undetermined amount of Bunker C fuel oil.    No pyrolysis gasoline was spilled.  At the time of the incident winds were from the south at 10 to 15 knots, visibility was good, and the temperature was in the high 50s.  The vessel regained power and was anchored at mile MM 79.  Containment boom was placed around the vessel in the event of further leakage. MSO New Orleans manned the Crisis Action Center and assumed the FOSC role.  USCG district 8.  Keyword: boom, pompoms, sorbent pads, sweeps.","<b>Rig Ocean Winner; Galveston, Texas<\/b> 1999-02-21<br />\n<i>diesel<\/i> - 10 m³<br />\nOn Sunday evening, February 21, 1999, the rig Ocean Winner had spilled an unknown amount of red diesel into the Galveston Ship Channel near pier 16.  The spill was later estimated at approximately 50 barrels.  On-scene weather was winds out of the north-northeast at 15 knots.  By that evening the product was boomed and recovery had begun.  The local United States Fish and Wildlife Service (USFWS) technical expert responded; one oiled pelican was discovered.  There were no other wildlife impacts reported.  By the morning of February 22, 1999, 50 barrels of oily waste had been recovered and skimmers were continuing to recover the remaining boomed product.  USCG district 8.  Keyword: skimmers.","<b>T/V Somerset; Gulf of Mexico<\/b> 1998-11-23<br />\n<i>Light Arabian crude oil<\/i> - 10 m³<br />\nOn November 23, 1998, a tanker reported losing about 50 barrels of Light Arabian Crude about 60 miles offshore of Sabine Pass and within a mile of the dividing line between two USCG response zones.  The vessel's location is in MSD Lake Charles's response zone, but the oil quickly moved into Marine Safety Unit (MSU) Galveston's response zone.  USCG district 8.  Keyword: none.","<b>TV SOMERSET; Gulf of Mexico<\/b> 1998-11-23<br />\n<i>Light Arabian Crude<\/i> - 10 m³<br />\nAt about 1245 CST, Nov. 23rd, a tanker reported losing about 50 bbls of Light Arabian Crude.  The location of the spill was given as 28? 43.5' N by 93? 36.5' W.  This is about 60 miles offshore of Sabine Pass and within a mile of the dividing line between two USCG response zones.  The vessels location is in MSD Lake Charles's Response Zone, but the oil quickly moved into MSU Galveston's Response Zone.  MSU Galveston requested an oil trajectory on 24 Nov. (see Hotline #2) and stated that overflights would be conducted by MSD Lake Charles.  The NOAA trajectory doesn't anticipate any landfall within the next three days (the duration of the trajectory forecast).  In general, given the type of oil, quantity spilled, and current offshore weather and ocean currents, the potential for observable beach oiling is very low.  Nearly half of the oil will evaporate and the rest will form small tarballs.  The later are very persistent and may travel many hundreds of miles, but will probably be so highly spatially dispersed that they will be virtually undetected.  They will be lost among the background tarball population of the Gulf of Mexico.  Tarballs in the Gulf of Mexico are derived from both natural seeps and anthropogenic spills.    NOAA SSC (Henry) will follow up and update the situation when more information is available.  USCG district 8.","<b>Barge MRT 15; mile 36.5 Monongahela River Pittsburgh, PA<\/b> 1998-09-15<br />\n<i>diesel<\/i> - 10 m³<br />\nAt noon local time on September 15, 1998, a barge carrying 10,000 barrels on diesel was punctured on the bottom.  The barge is located at mile marker 36.5 on the Monongahela River.  On-scene observors report that the oil level inside the barge has dropped 2 inches every hour and estimate that 48 barrels of product are in the river.  The leading edge of the slick is at mile marker 24.  The barge is continuing to leak product.  USCG district 5.","<b>Lake Union Diesel Spill; Lake Union, WA<\/b> 1998-07-13<br />\n<i>diesel fuel<\/i> - 10 m³<br />\nUSCG MSO Puget Sound called the NOAA Hazmat Office at 1400 PDT on 14 July regarding a 2,100 gallon diesel spill from a 77' motor yacht moored at the south end of Lake Union.  The spill was originally reported at 2022 on 13 July as a much smaller quantity.  A fuel tank on the vessel failed, leaking diesel fuel into the bilges and an automatic bilge pump then pumped the product overboard.  USCG district 13.","<b>Fuel Oil Spill; San Francisco, California<\/b> 1986-10-21<br />\n<i>Fuel oil<\/i> - NA m³<br />\nOn October 21, 1986, the U.S. Coast Guard Marine Safety Office, Alameda, California was notified by the Port of San Francisco of oil and sheen in San Francisco Bay between Pier 31 and Pier 86.  The Coast Guard dispatched a couple of marine technicians to the scene of the incident.  From pier observations, the spill appeared extensive.  A Coast Guard helicopter overflight estimated the extent of the spill at approximately 50 barrels of oil. California Department of Fish and Game and local fisherman were appraised of the release.  USCG district 12.","<b>Bowley Cap Crude Oil Spill; Cut Off, LA , USA<\/b> 2019-05-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 26, 2019, the USCG notified the New Orleans SSC of 50bbl crude oil spill into the marsh and adjacent waterway.  USCG requested consultation support for threatened and endangered species in the area.","<b>Kingwood Exploration Pipeline Leak; JD Murphree WMA, Port Arthur, TX<\/b> 2016-08-10<br />\n<i>Crude oil<\/i> - 10 m³<br />\nOn August 10, 2016, MSU Port Arthur notified NOAA SSC of a 50 bbl crude oil discharge from a production pipeline in JD Murphree Wildlife Management Area (WMA).  Source is secure, discharged oil is in an impoundment, and response assets have been mobilized.  Resources at Risk information was requested and has been provided.","<b>TPIC Wellhead Leak, RMM 5, Southwest Pass;  Venice, LA<\/b> 2016-07-27<br />\n<i>Crude Oil<\/i> - 10 m³<br />\nOn July 27,2016, USCG Sector NOLA notified the NOAA SSC about a Texas Petroleum Investment Company (TPIC) wellhead leak which discharged 5-50 bbls of crude oil into a canal near Southwest Pass between River Mile Markers 4 and 5 (NRC#11546080).  OSRO is on-site, oil has been boomed, and a natural rip-rap barrier separates the canal from the river.","<b>Genesis 8-inch pipeline ; Magee, MS<\/b> 2016-02-18<br />\n<i>Crude oil<\/i> - 29 m³<br />\nOn February 18, 2016, the USEPA Region 4 contacted the NOAA SSC regarding a reported release from an 8-inch crude oil pipeline near Magee, MS. The incident was discovered on 16 Feb 2016. Impacted waterbodies include Okatoma Creek and associated wetlands.   Release volume initially reported as 50 bbls. Release secured. EPA requested technical assistance from SSC for review of SCAT data, cleanup recommendations and spot weather forecasts.","<b>IMTT; Bayonne, NJ<\/b> 2014-09-25<br />\n<i>#6 fuel oil<\/i> - 10 m³<br />\nOn September 25, 2014, the NOAA SSC was notified by the USCG Sector NY of an oil spill at IMTT in Bayonne, NJ. Due to overfilling of a barge at the facility approximately 2,100 gallons of #6 oil overflowed from the barge into the Kill Van Kull waterway. NJ regulations require pre-booming of all transfers, so the spilled oil was contained within the boom.","<b>Texas City #6 fuel spill; Texas City, Galveston Bay<\/b> 2011-08-19<br />\n<i>#6 fuel Oil<\/i> - 10 m³<br />\nAt 2335 hour on Friday, August 19, NOAA HDO, Bushy, received a call from USCG Galveston concerning a 50 bbl fuel transfer spill that occurred at 1753 CDT on Friday, Aug 19, 2011 at a Texas City dock.","<b>Pipeline Spill; Delta Farms, LA<\/b> 2005-02-11<br />\n<i>Unknown<\/i> - NA m³<br />\nBurn","<b>Platform Spill; Lake Washington, LA<\/b> 2003-08-10<br />\n<i>crude oil<\/i> - 10 m³<br />\nCrude oil released when a fitting failed.  Shoreline impact about 3 miles.  Sorbent booms deployed and clean-up procedures applied. NOAA provides trajectories.","<b>F/V Reel Fishing Adrift on Fire; Columbia River, OR<\/b> 2003-01-18<br />\n<i>Diesel<\/i> - 18 m³<br />\nOn January 18, 2003 at 1430 PST, the USCG reported the fishing vessel\u000bREEL FISHING was burning and drifting about 8 miles west of Peacock\u000bSpit, WA.\u000b\u000bThe F/V REEL FISHING exploded and sunk at approximately 1730 on January\u000b18th. The sheen from the remaining diesel was observed to be 3nm long by\u000b1nm wide. On Sunday, January 19th, the observed sheen had lessened to\u000b1nm. There were no observable shoreline impacts and the diesel seemed to\u000bhave evaporated or dispersed within 18 hours.","<b>ARCO Platform B #1; South Pass, Mississippi River Delta, Louisiana<\/b> 1989-03-20<br />\n<i>crude oil<\/i> - NA m³<br />\nAt 1940 on March 19, 1989, ARCO Platform B exploded at its location five miles east of the mouth of South Pass on the  Mississippi River.  The ensuing fire spread to an adjacent quarters and support platform; seven persons were reported missing from the platform.  An oil slick measuring 100 yards wide by two miles long was visible.  USCG district 8.","<b>T/V CHESTNUT HILL; Port Arthur, Texas<\/b> 1989-03-20<br />\n<i>Panamanian crude<\/i> - 10 m³<br />\nAt 0030 on March 14, 1989, the tanker CHESTNUT HILL spilled an estimated 50 barrels of Panamanian crude oil while transferring the product to the Sun Oil Terminal on the Neches River, about seven miles northwest of Port Arthur, Texas.  Efforts to contain and recover the oil were unsuccessful and approximately one-quarter mile of marsh and wetlands vegetation were oiled two to five feet back from the water's edge.\u000bOver the next few days, approximately 40 barrels of the spilled oil was recovered along the margins of the vegetation and river edge.  Further cleanup was halted until additional investigation of the situation might be completed.  USCG district 8.","<b>Neches River; Beaumont, TX<\/b> 1991-10-15<br />\n<i>waste oil<\/i> - 10 m³<br />\nOn October 15, 1991, between 2000 and 2200 hours (CT) an estimated 2100 gallons of waste oil was spilled on the Neches River at approximately 30-01 N 094-02 W.  The spill was possibly from bilge pumping.  The identity of the spiller is unknown at this time.  The spilled waste oil is suspected to have been treated with bilge cleaner by the spiller. The spilled oil initially impacted approximately 2 miles of the south bank of the Neches River.  The impact was in pockets along the shoreline and had moderately impacted some marshy areas associated with the small pockets of oil. The salinity of the river water in the vicinity of the spill is estimated at 0.1 ppt (estimate made by MSO Port Arthur).  The  current in the area of the spill is estimated at no more than 0.5 kts. On October 16, MSO Port Arthur FOSC representative, LCDR Ross Tuxhorn was contacted by the NOAA SSC at the request of the CG District 8 Marine Safety Office representative, CDR Wieczynski. At that time the FOSCR stated the problem as noted above and further requested information related to a request by the Texas General Land Office to do an experiment on a designated area of the spill with Oil Spill Eater II (an enzyme product that is advertised as a biological dispersant.  This is one of ten products that have been chosen for testing by NETAC. After consulting with the NOAA Hazmat Biological Assessment Team (Rebecca Hoff), LSU (Charlie Henry), and RPI (Jeff Dahlin), the SSC relayed the information to the FOSC verbally.  The result of the conversation was that the recommendation was that this was not a proper type of oil, or a proper area to experiment with OSE II, and that it was recommended that the experiment not be carried out on this particular spill.  The details of the consultations were put in written form by LSU and RPI and these documents were  FAXed to the FOSC and the RRT-6 members on October 16. On October 17, the FOSCR accomplished a recon of the affected area and decided to change the locations of the areas to be used for an experiment to two drainage outlets that had been affected. these outlets are owned by Dupont.  There is an estimated 15-25 gallons of the waste oil remaining in these two outlets that would be treated with the OSE II. The above change in locations was mentioned at the conference call that took place on October 17 at 1230 CT.  During the call RRT members voiced concerns over the lack of an appropriate monitoring plan, the chemistry of the waste oil, the need to acquire the  approval of the land owner to test on Dupont land, and the lack of a plan to handle the treated product in the event of flooding that would require Dupont to empty the waste oil and product into the Neches River.  USCG district 8.","<b>UNOCAL Platform GINA; Port Hueneme, California<\/b> 1991-05-10<br />\n<i>California crude oil<\/i> - 10 m³<br />\nOn May 10, 1991, a work boat trying to locate and retrieve a mooring buoy anchor near the northwest corner of the UNOCAL platform Gina, snagged the production pipeline with a grappling hook and damaged a 10-inch riser.   The pipeline was also damaged about 500 feet from the rig.  Damage to the rig and pipeline caused approximately 300 gallons of a California crude oil and water mixture (10 to 20% oil) to enter the water.Oil is produced at GINA by injecting seawater into the well and forcing the oil and water mixture out through the 5-mile long pipeline to a Mandalay Beach facility for separation and processing.  The actual amount of crude oil spilled was estimated to be 50 barrels out of a pipeline capacity of 3,500 barrels of oil and water.  USCG district 11.","<b>Lake Palourde Orphan Well; Morgan City, LA<\/b> 2008-03-20<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn March 20, 2008, the NOAA SSC was notified by USCG of a spill from an orphan (abandoned) well in or near Lake Palourde, LA.  The spill is reportedly on-going.  No volume estimates are available, but previous production rates for this well were reported to be 1000 bbl/day.  NOAA was requested to provide trajectory information.","<b>Grand Bay Tank Battery #12; Mississippi Delta LA<\/b> 2007-05-23<br />\n<i>Crude Oil<\/i> - 573 m³<br />\nAn oil spill was reported to NOAA by Sector New Orleans on 23 May 2007.  The spill is a result of a leaking crude oil storage tank at position 20Â° 19' 19\" N Lat. 089Â° 17' 28\" W Long. A 25' by 3 mile long brown sheen was reported in the water.  The RP is currently equalizing the tank to secure the source.","<b>USS Abraham Lincoln; Bremerton, WA<\/b> 2009-11-05<br />\n<i>JP-5<\/i> - 11 m³<br />\nAt approximately 1600hrs PST, NOAA ERD was notified of a jet fuel spill at Puget Sound Naval Shipyard in Bremerton, WA.  Preliminary reports are that 2,500 gallons of JP-5 was released into containment around the ship USS Abraham Lincoln while at the dock.","<b>M/V Chios Liberty; Port of Galveston, Texas<\/b> 2009-07-20<br />\n<i>Unknown<\/i> - 9 m³<br />\nNOAA ERD was notified on Monday morning, 7/20/09, regarding an incident over the weekend in Galveston Channel. On Sunday, July 19 at 1100 hrs local, the M/V Chios Liberty spilled an estimated 2000 gallons of IFO 180 while at berth at pier 34.  The incident occurred during a barge bunkering operation.  USCG is requesting a trajectory and resources at risk","<b>RTC Barge 380; Elizabeth Port, NJ<\/b> 2005-03-22<br />\n<i>#2 fuel oil<\/i> - 9 m³<br />\nAt approximately 8PM Monday, March 21st, an estimated 2000 gallons of #2 fuel oil was lost at Elizabethport Reach in Arthur Kill.","<b>C/V Alchiba Spill; Pensacola, FL<\/b> 2003-06-14<br />\n<i>bunker fuel<\/i> - 9 m³<br />\nOn 14 June 2002 the US Coast Guard MSO Mobil received a report of the release of  approximately 2000 gallons of bunker fuel (a mixture of #6 and #2 oils) from the cargo vessel Alchiba impacting wildlife and the environment. Clean-up procedures done by NOAA, USCG and RP.","<b>OSV Hos Deepwater; 5 mi south of Belle Pass,  LA<\/b> 2001-12-20<br />\n<i>diesel<\/i> - 9 m³<br />\nOn the morning of 20 December, the USCG notified the NOAA HAZMAT SSC of a collision between an offshore supply vessel (OSV) and an unmanned platform some five miles south of Belle Pass, Louisiana.  The incident occurred before 7:00 AM.  The OSV was carrying an estimated 12,000 gallons of marine diesel fuel.  The estimated volume lost was 2000 gallons.  NOAA was asked to assess the trajectory implications of this release.  The SSC notified and consulted with the US Fish and Wildlife Service and NOAA's Damage Assessment and Restoration Program (DARP).  In general, given the current wind and sea conditions, the spilled oil is no threat to shoreline resources and should dissipate rapidly through evaporation and natural dispersion.  DARP's spill coordinator is assessing potential injury to the offshore marine environment.   Unless the situation changes, this report ends NOAA HAZMAT's response activities.  USCG district 8.","<b>Tug John Terecamo; Delaware River<\/b> 2001-06-15<br />\n<i>diesel fuel<\/i> - 9 m³<br />\nAt about 1940 EDT on June 15, 2001 the tug John Turecamo was hit by the propeller from a tanker.  The tug started taking on water and losing fuel oil.   To avoid sinking, the tug grounded itself along the north side of the Delaware River near Ft Mifflin at 39? 51.8' N by 75? 13.8' W.\u000b\u000bThe tug had onboard 21,000 gallons of diesel fuel and 2,000 gallons of lube oil.  Estimates are that about 2,000 gallons of diesel was lost.\u000b\u000bThe tanker did not lose any oil.  USCG district 5.","<b>MV Don Stephens; Ohio River, near mile marker 976, near Cairo, IL<\/b> 2000-09-08<br />\n<i>diesel fuel oil<\/i> - 9 m³<br />\nOn the morning of 8 September, the M/V Don Stephens struck a submerged object and spilled diesel fuel into the Ohio River near Cairo, IL (location of spill is near mile marker 976).  The spill has a potential release of 5000 gallons of diesel fuel oil.  It has been reported that approximately 1,000 to 2,000 gallons of fuel may have been lost.  USCG district 8.","<b>Dredge Stuyvesant; Humboldt Bay, California<\/b> 1999-09-06<br />\n<i>IFO 180<\/i> - 9 m³<br />\nAt approximately 8:00pm PST the Dredge STUYVESANT notified the Coast Guard that they noticed a trailing sheen as the dredge was coming in to Humbolt Bay.  A Coast Guard overflight confirmed oil coming from the barge and requested that the vessel head out to the sea buoy to assess the problem.  The vessel was found to have a crack in the hull 10' below the water line on the starboard side.  The vessel continued west, further out to sea, and is attempting to effect repairs at sea.   The crack is in a tank which contained approximately 920 BBL of IFO-180 fuel oil.  After sounding the tank it is estimated that approximately 2,000 gallons of fuel oil has been released.  USCG district 11.  Keyword: containment boom, endangered species, evaporation, shallow-water recovery, skimmers, smothering, sorbent boom, sorbent pompoms, vacuum trucks, volunteers.","<b>Oil Tank Spill; Cromwell, Connecticut<\/b> 1998-02-18<br />\n<i>heating oil<\/i> - 9 m³<br />\nThe USCG MSO Long Island Sound responded to a ruptured oil tank that spilled approximately 2,000 gallons of heating oil into a freshwater wetland area in the vicinity of Cromwell, CT. The responsible party was unable to assume responsibility for the clean-up. MSO LIS  obligated funds for $50,000 for contractor clean-up from the OSLTF.  USCG district 1.  Keyword: containment boom, hard boom, siphon dams, sorbent boom, vacuum trucks, weed cutters, weir/pump skimmer.","<b>USS Wasp; Onslow Bay, Shackleford Banks, North Carolina<\/b> 1994-07-19<br />\n<i>JP-5<\/i> - 9 m³<br />\nOn July 19, 1994, MSO Wilmington received a report of a 200- to 2,000-gallon JP-5 discharge from the USS Wasp in Onslow Bay, Shackleford Banks, North Carolina.  The sheen was one-quarter mile wide by  one-half mile long.  The discharge came from a well deck but it had been stopped.  The Commanding Officer of the Wasp took the vessel more than 50 miles off shore where the 1,000 gallons of oil and water remaining on deck were washed overboard.  USCG district 5.  Keyword: none.","<b>M/V Central; Longview, Washington<\/b> 1993-06-03<br />\n<i>IFO 180<\/i> - 9 m³<br />\nAt approximately 0710 PDT Thursday 3 June 1993 the M/V Central spilled approximately 1500 to 2000 gallons of IFO 180.  At 1600 it was reported that pools, streams and patches of oil had been noted up to 15 miles downstream of Longview in the Columbia River.  Beach impacts have been seen from Fisher Island to Wallace Island.  The river flow is reported to be 340,000 cfs at Longview, normal river flow at this time of year is 360,000 cfs.  Currents in the river are from two to four knots.  An overflight at 1700 found oil as far down river as Puget Island.  The oil is tending to remain at mid-channel.  There is minimal beach impact.  USCG district 13.  Keyword: containment boom, skimmers, sorbent pompoms.","<b>UNOCAL Granite Point Platform; Granite Point, Upper Cook Inlet, Alaska<\/b> 1992-04-21<br />\n<i>diesel<\/i> - 9 m³<br />\nOn April 21, 1993, 2,000 gallons of diesel were spilled from the UNOCAL Granite Point Platform into Upper Cook Inlet.  While transferring diesel from the main fuel tank to a day tank, a valve was inadvertently left open.  The day tank overflowed and poured diesel into the inlet for about five hours before the valve was closed.\u000bUNOCAL mustered a full response team to the CISPRI command post in Nikiski and launched several CISPRI vessels with sorbent sweep.  The strong tidal currents stretched the diesel sheen for a few miles.  The USCG joined UNOCAL on overflights monitoring the rapidly dispersing diesel.  Within three tidal cycles the diesel sheen had disappeared.  Collecting the diesel from response vessels proved unsuccessful.  During the incident, the weather was clear with light winds from the southwest.  USCG district 17.  Keyword: evaporation, dispersion.","<b>IRKUTSK/OCEAN FAME; Cape Flattery, Washington<\/b> 1988-08-24<br />\n<i>Marine diesel<\/i> - 9 m³<br />\nAt 0630 on August 24, 1988, the Russian fishing trawler IRKUTSK and the Panamanian freighter OCEAN FAME collided 56 miles off Cape Flattery, Washington.  Both vessels sustained damage which included a ruptured fuel tank on the IRKUTSK that resulted in a 2,000-gallon spill of marine diesel.  Neither vessel sustained enough damage to be in danger of sinking.  USCG district 13.","<b>F/V CAPT. BOB; Port Canaveral, Florida<\/b> 1988-05-31<br />\n<i>Marine diesel<\/i> - 9 m³<br />\nOn May 17, 1988, the overloaded scallop dragger, CAPT. BOB, capsized in the middle basin of Port Canaveral when her starboard outrigger failed. Approximately 2,000 gallons of marine diesel entered the water and an estimated 3,000 - 7,000 gallons remained on board.  The U.S. Coast Guard Marine Safety Office, Jacksonville, was notified of the incident by Coast Guard Station, Port Canaveral. \u000bThe Coast Guard station placed booms and sorbents around the area and contained most of the spilled oil. No oil was observed outside the booms and shortly after the sinking none was seen bubbling up from the boat. The area remained boomed and was monitored by the Coast Guard station during routine patrols while negotiations and arrangements for salvage were under way.  USCG district 7.","<b>Crude Tall Spill; Savannah River, Savannah, Ga<\/b> 2006-06-12<br />\n<i>Crude Tall Oil<\/i> - 9 m³<br />\nRelease of estimated 2000 Gallons of Crude Tall Oil into Savannah River during tank transfer operations.  Impacts to waterway, shoreline and wetland habitat.","<b>Spill of Red-Dye Diesel from Derailed Train, Newport, OR<\/b> 2023-02-10<br />\n<i>Red Dye Diesel<\/i> - 9 m³<br />\nOn February 10, 2023, a locomotive on a freight train derailed near Toledo, OR. The locomotive's tank was punctured and released an estimated 2,000 gallons of red dye diesel onto the soil and tracks. Since the derailment, the product has drained into a catch basin and a sheen has been reported on the Yaquina River. Oregon DEQ and US FWS are responding on scene.","<b>High Island 330 Sheen; Offshore Texas<\/b> 2020-10-13<br />\n<i>Diesel<\/i> - 9 m³<br />\nOn October 13, 2020 a light sheen was noted near the Genesis Energy G03302 unmanned platform located in High Island Block 330.  The platform produces natural gas, and the sheen is believed to be due to a 2,000 gallon diesel tank on the platform deck.  Platform is located approximately 112 nm offshore and remains shut in following Hurricane Delta.  MSU Texas City requested evaluation of potential shoreline impact.  Small diesel fact sheet provided.","<b>Sea View Harbor Vessel Fire; Mystic Islands, NJ 08087, USA<\/b> 2019-12-17<br />\n<i>Diesel Fuel<\/i> - 9 m³<br />\nOn December 17, 2019, the USCG Sector Delaware Bay notified the NOAA SSC about a fire that took place on 16 December 2019 at the Seaview Harbor Marine, Great Egg Harbor, NJ. Two vessels caught fire which resulted in the release of approximately 2,000 gallons of diesel fuel.","<b>Mississippi Canyon 736 Platform Discharge; Offshore Louisiana<\/b> 2017-07-16<br />\n<i>South Louisiana crude<\/i> - 9 m³<br />\nOn July 15, 2017, an offshore platform operated by Noble Energy on behalf of Murphy Energy discharged between 200 and 2,000 gallons of South Louisiana crude (NRC#11842190.  Source is secure.  The USCG MSU Morgan City contacted NOAA SSC and requested trajectory and resources at risk.","<b>USS HOPPER; Barbers Point, Oahu, HI<\/b> 2016-05-24<br />\n<i>Fuel oil 1-D<\/i> - 9 m³<br />\nOn May 24, 2016, the USCG Sector Honolulu notified the NOAA SSC that the USS HOPPER had released 2000 gallons of fuel oil 1-D approximately 50 miles southwest of Barbers Point, Oahu, Hawaii. Trajectory support was requested. Fuel oil 1-D is a type of diesel and would not be expected to persist for more than 24 hours. \u000bNOAA trustees have been notified.","<b>Trucking Accident; Beaverton, OR<\/b> 2015-03-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 13, 2015, the USEPA notified ERD of a waste vegetable oil spill on the banks of McCarthy Creek in Beaverton, Oregon.  Approximately 2000 gallons of oil was spilled.  Unknown if oil has entered the creek.  USEPA requested information on anadromous species.","<b>F/V Devon; Dillingham, AK<\/b> 2014-05-14<br />\n<i>diesel<\/i> - 9 m³<br />\nAt 0430 on May 14, the F/V Devon struck a rock while traveling up the Nushagak River, Alaska, puncturing a fuel tank. 2,000 gallon diesel fuel spilled into the Nushagak River, approximately 12 miles upriver from Dillingham.   The remainder of the fuel was transferred to a void space on the vessel; the vessel has returned to Dillingham.","<b>Tug Neptune - Dann Ocean Towing; Government Cut, Port of Miami<\/b> 2014-04-16<br />\n<i>Diesel<\/i> - 18 m³<br />\nOn April 16, 2014, the USCG District 7 notified the NOAA SSC of a pollution incident 0.6NMi east of Government Cut near the port of Miami. The evening of April 15, the Tug Neptune reported that an on-board diesel tank had been punctured and up to 2000 gal of diesel had been discharged into the water.","<b>Navy Bangor Spill; Hood Canal, WA<\/b> 2014-02-11<br />\n<i>Oily water<\/i> - 1 m³<br />\nOn February 11, 2014,  the NOAA SSC was notified by USCG Sector Puget Sound of a slick in the Hood Canal, near the Hood Canal bridge. The slick was eventually connected to Naval Base Kitsap, which had a spill incident on 10 Feb. The spill was initially reported as 100-150 gallons, later revised to 2000 gallons, of oily water from a failure in the transfer system on the pier on the afternoon of Feb. 10. The USCG requested weather, tides and currents.","<b>MV Jireh; Mona Island, PR<\/b> 2012-06-21<br />\n<i>Diesel<\/i> - NA m³<br />\nOn June 21, 2012, NOAA was notified of the grounding of the M/V Jireh on the west shore of Mona Island, Puerto Rico.  The 200-foot vessel was reported aground this morning at 0700 local time.  The vessel is hard aground on coral, rock and sand bottom. Position is reported as Lat/Lon: 18 04.07N, 067 55.5W.  The USCG has requested SSC support in the response/salvage/removal effort and NRDA teams are preparing to address coral injury.","<b>F/V Westward; Prince of Wales Isl., SE Alaska<\/b> 2008-02-18<br />\n<i>diesel and hydraulic fluid and lube oil<\/i> - 26 m³<br />\nOn Feb. 17, 2008, the F/Vl Westward, an 82 ft wooden hulled fish tender built in 1943, grounded in the vicinity of Point Ildefonso on the SW side of Prince of Wales Island, 7 miles west of Klawock and 10 miles NW of Craig, discharging an unknown amount of diesel. At 6:30 a.m. a containment boom was set around the vessel by the Craig Harbormaster response boat (Josie J) to mitigate further discharge of oil.  A CG  helo conducted an overflight of the stricken vessel at approximately 8:50 a.m.and reported a 2.5 nautical mile long sheen coming off the vessel.   The helo crew also reported the containment boom transported to the scene had been deployed.   Meanwhile, the CG contracted with SEAPRO for site assessment and the SEAPRO oil spill response vessel M/V Rudyard Bay departed Ketchikan at 7:30 a.m.  but did not arrive on-scene until night fall of that day.   By early afternoon on Feb. 17, the owner of the vessel reported all the vents on the vessel's oil tanks were successfully plugged during the afternoon low tide.  A second CG overflight conducted during the morning of Feb. 18 reported only sheen on the water.   Being a Sunday followed by a holiday, the CG was unable to roust any potential salvors and/or divers who could sound the fuel tanks, although the CG is currently working to develop salvage and lightering plans.   The capacity of the vessel is 4000 gallons of diesel in four tanks, 150 gallons of lube oil and 150 gallons of hydraulic oil; however, at this time the amount of fuel remaining in the tanks is unknown.    No sensitive resources were identified by the CG within 45 miles of the grounding site.  Salvor and marine surveyor finally hired to deal with the situation.   In the interim the M/V Rudyard Bay had pumped out over 4000 gals of diesel, and the marine surveyor reported no visible signs of oil in the engine room and some residual bilge slop oil in the forward compartment.   Attention is now directed at removing and disposing the 130 tons of bait herring that was on board the vessel.","<b>Tug Ocean 1; Port Everglades, FL<\/b> 2007-12-08<br />\n<i>diesel and lube oil<\/i> - 9 m³<br />\nTug at south end of port is grounded and taking on water with 2000 gal of diesel and 75 gal of lube oil on board.  USCG request trajectory, oil fate, and weather.","<b>Truck Accident; Idaho River, ID<\/b> 2004-08-04<br />\n<i>Jet Fuel A<\/i> - 5 m³<br />\ntruck acc; 6K Jet A; into river; notification","<b>FV Carol; Pacifica, CA<\/b> 2000-09-08<br />\n<i>marine diesel<\/i> - 9 m³<br />\nSometime on the afternoon of 08SEP00, the F/V Carol capsized approximately 2 nm off Pacifica, CA,  near 37? 4.55'N, 122? 32.8'W.  One crewmember reported the cause of the disruption to be a rogue wave.  The vessel sank today, 09SEP00, and a visible sheen about 1nm long was observed tending from the vicinity of the vessel toward shore this morning.  USCG district 11.","<b>FV Miss Conch; Freeport, Texas<\/b> 1998-11-04<br />\n<i>diesel<\/i> - 9 m³<br />\nGroup Galveston reported that F/V Miss Conch was taking on water about 11 NM south west of Freeport, TX.  The pumps on board were unable to keep up with the flooding.  A Station Freeport UTB and an Air Station Houston HH-65 were launched to assist.  A pump was dropped to the UTB from the HH-65, and both pumps were transferred to the MISS CONCH. One of the pumps failed, and the HH-65 delivered a second pump from Station\u000bFreeport, then departed scene due to fuel constriction.  The flooding exceeded the capacity of the pumps and the Miss Conch began to sink.  The Master began to complain of severe chest pains.  The Flight Surgeon was consulted, and concurred with a MEDEVAC via UTB.  All of the people from the Miss Conch were safely transported to Station Freeport.  A Hazard to Navigation broadcast is reporting the position of the mostly submerged\u000bfishing vessel.  USCG district 8.","<b>Caribbean Gulf Facility Catano; Catano, Puerto Rico<\/b> 1998-02-23<br />\n<i>jet fuel<\/i> - 382 m³<br />\nOn February 23, 1998, a security guard at the Caribbean Gulf Refinery facility reported oil in the water.  Initially the amount was thought to be 2000 barrels of diesel fuel.  The source, as determined by USCG personnel, was a below-ground pipeline.  Boom was placed across a nearby canal where oil was seeping, containing most of the oil.  The T/S Dion, unloading just before the incident, was also boomed.\u000bA USCG helicopter overflight on February 23 determined that all the product was contained in the booms.  Sorbent pads and two vacuum trucks were used in the canal to recover discharged oil.  Samples of the spilled oil spilled from the pipeline and the T/S Dion were collected.  Visual inspection indicated noticeable differences between the two.  Two trenches were dug to act as collection points significantly increasing the efficiency of the trucks.  USCG district 7.  Keyword: boom, vacuum truck, sorbent pads.","<b>F/V Francis Lee; Southeast of Kodiak Island, Alaska<\/b> 1993-07-23<br />\n<i>diesel<\/i> - 109 m³<br />\nOn the morning of July 23, 1993, the F/V Francis Lee ran aground on the north side of Two-headed Island, AK with 24,000 gallons of diesel onboard.  A hole in the #3 tank resulted in a two and one-half mile sheen to the northeast.  USCG Cutter Mustang arrived on scene shortly thereafter and helped dewater the vessel.  A total of 14,000 gallons of diesel were pumped from the Francis Lee into a barge before the vessel was light enough to be pulled off the reef.  The vessel was declared a total lose.  The original plan was for the Mustang to tow Francis Lee beyond the three-mile limit and scuttle it; however, shortly after being pulled from the reef on July 25 the vessel capsized and was scuttled in 50 fathoms of water between Two-headed Island and the island of Kodiak.  The Francis Lee went down with approximately 2,000 gallons of diesel still onboard.\u000bWinds ranged from 15 to 25 knots from the south throughout this incident.  USCG district 17.  Keyword: evaporation.","<b>F/V EAGLE B; Straits of Juan de Fuca, WA<\/b> 1993-03-24<br />\n<i>Diesel, lube oil, ammonia<\/i> - 9 m³<br />\nThe 80 ft F/V EAGLE B caught fire at approximately 2200 on March 24, 1993.  The crew were rescued.  By 2300, the fire was out and the vessel was floating partially submerged approximately 6 miles southwest of Smith Island in the vicinity of the entrance to Admiralty Inlet and Puget Sound.  Products on board included 2000 gallons of diesel, 400 gallons of lube oil, and 250 pounds of ammonia.  USCG district 13.","<b>Oil Spill; Redwood Creek, Redwood City, California<\/b> 1986-08-19<br />\n<i>Oil<\/i> - 9 m³<br />\nAt 1110 on August 19, 1986, the U.S. Coast Guard Captain of the Port (CCOTP), Alameda, California, was notified by the sailing vessel, Crimson Tide, that approximately 2,000 gallons of viscous oil had been observed from Dumbarton Bridge at Redwood City.  USCG district 11.","<b>Chardon Realty Corporation; Boston Inner Harbor, Massachusetts<\/b> 1986-03-05<br />\n<i>No. 4 fuel oil<\/i> - 9 m³<br />\nOn March 3, 1986, black oil was sighted on the surface of Boston Inner Harbor in the vicinity of Pier 1 at the U. S. Coast Guard Support Center.  A survey  by the Coast Guard of the adjoining shorelines failed to find a potential source for the spill, or evidence of additional pollution outside of the immediate area of the Coast Guard pier.  A contractor was hired, and cleanup commenced at 0930.  Another shoreline survey, conducted on March 4 at low tide, revealed that the contaminated area now extended from the Coast Guard Support Center north to the Charles River Locks.  The oil was confined to the southern side of the harbor and appeared to be leaching from a section of the seawall beneath the Charlestown Bridge.  Cleanup activities were expanded to  include the newly discovered impacted shoreline.  The Coast Guard continued its attempts to identify the source.  USCG district 1.","<b>2000 gallons of #1 spilled.; South of Jawma, West of Old Fort Lake, WA<\/b> 1986-01-19<br />\n<i>Unknown<\/i> - NA m³<br />\nSouth of Jawma, west of Fort Lake, ~ 2000 gallons of #1 spilled. There were 3 1500 gallons tanks on the premisis, one was empty.","<b>M/V Honduras and T/V Andrew McAllister; San Juan, Puerto Rico Harbor, Puerto Rico<\/b> 1985-04-24<br />\n<i>Unknown<\/i> - NA m³<br />\nIn San Juan, PR Harbor, a collision between M/V Honduras and tug Andrew McAllister at 0510 EST. The tug was impaled on the bow of the Honduras, then caught fire along w/spilled diesel on the water. After fire was out, the Honduras pushed tug to head of San Antonio channel, where it became free and sank. Honduras was containers hip w/many chemicals on board - but it is expected to be no problem. Tug spilled 2000+ gal of diesel this is only expected problem.","<b>Barbers Point; Kuai, HI<\/b> 1984-05-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOil lost from a pipeline at Barbers Point on 2 May has been seen today off Kuai. Crude oil estimated 1,500 -2k gallons. 5 small patches oriented N-S over 5 miles. will it impact Kuai and when?","<b>HY-Line Ferry Dock; Hyannis, MA<\/b> 2004-12-11<br />\n<i>Diesel<\/i> - 5 m³<br />\nHy-Line Ferry Terminal, Hyannis MA. Marine Safety Field Office Cape Cod Approximately 1000 gallons of #2 diesel fuel was discharged into Hyannis Harbor during transfer operations from a Scudder and Taylor Oil Company truck when the operator suffered a fatal heart attack.   Hyannis fire dept responded to the ferry terminal to render aid.  Upon arrival they notified Coast Guard of the discharge.","<b>Brayton Point Power Plant; Brayton Point, Rhode Island<\/b> 1992-09-29<br />\n<i>#6 oil<\/i> - 9 m³<br />\nAt 1030, September 29, 1992, 2,000 gallons of #6 oil was spilled on the Brayton Point Power Plant's property during a transfer operation.  About 50 gallons of oil made its way into the Tauton River.  The responsible party deployed approximately 1,300 feet of boom around the spill and hired contractors to remove the oil.  The weather at the time of the incident was a sunny 65?F, with winds from the south-southeast at 15 knots.\u000bThe U.S. Coast Guard Captain of the Port (USCG COTP) Providence responded with personnel and a small boat to assess the spill and monitor cleanup operations.  USCG district 1.  Keyword: none.","<b>Mystery Sheen, Mississippi Canyon Block 245, Gulf of Mexico<\/b> 2022-05-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 2 May 2022, Coast Guard Marine Safety Unit (MSU) Houma personnel notified NOAA SSC of a mystery sheen for NRC Report # 1334935 in the Gulf of Mexico, which is 28.5 NM Southeast of South Pass, LA. The mystery sheen currently has an unknown source near BOEM lease block 245. The spill quantity is estimated to be 47 barrels of oil with a sheen length of 31 miles and a width of 1 mile. There is an unknown responsible party.  The NOAA SSC has requested USCG to confirm coordinates with the reporting party, BOEM. MSU Houma has requested a forecast trajectory.","<b>Diesel Fuel Leak from Day Tank, Kivalina, AK<\/b> 2021-12-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 16, 2021,  the Northwest Arctic Borough School District reported that 1900 gallons of diesel fuel were discharged from a day tank due to a hole in the pipeline. The pipeline is beneath 14 feet of snow. The fuel is suspected to have leached into the soil beneath the pipeline.  USCG Sector Anchorage requested NOAA SSC phone support regarding response.","<b>Wales School Fuel Spill; Wales, AK<\/b> 2021-02-18<br />\n<i>diesel<\/i> - 8 m³<br />\nOn 18-Feb-2021, NOAA SSC was notified by USCG Sector Anchorage of a fuel spill from the school fuel storage tank in the village of Wales on the northern Bering Sea coast. The storage tank contained over 8400 gallons of No. 2 diesel and approximately 1862 gallons have leaked onto the ground. Sector Anchorage is requesting a fates and trajectory analysis, Resources at Risk report, and potentially an ESA Section 7 consultation.","<b>SOUTHERN DANCER Incident and Diesel Spill; Gulf of Mexico, LA<\/b> 2009-09-12<br />\n<i>Marine Diesel<\/i> - 8 m³<br />\nAt 2:55 AM (local time) on 12 September (early Saturday morning), the U.S. Coast Guard notified the NOAA Scientific Support Coordinator that an Offshore Supply Vessel (OSV) struck a rig while being untied.  The vessel spun around and allied with the rig spilling an estimated 1,800 gallons of marine diesel fuel into the Gulf of Mexico.  The location was roughly 4 nautical miles SW of Belle Pass Louisiana and just off the barrier islands and Timbalier Bay.  The source is reported secured.  NOAA was requested to provide a trajectory analysis.","<b>FV Paul C.; Crescent City, CA<\/b> 1999-12-15<br />\n<i>diesel<\/i> - 8 m³<br />\nAt approximately 0500 PST on 15DEC99, the F/V Paul C. hit some rocks outside of Crescent City harbor.  The allision occured near Steamboat Rock, at approximately 41? 41.3'N, 124?   12' W, and the vessel soon lost most of the estimated 1800 gallons of diesel onboard.  USCG district 11.","<b>Hayward Industrial Park; Hayward, California<\/b> 1986-09-02<br />\n<i>Gasoline<\/i> - 8 m³<br />\nOn September 2, 1986, approximately 1,800 gallons of gasoline leaked from a pipeline which had broken loose during a fuel transfer at Hayward Industrial Park.  About 800 gallons of the gasoline was contained in a bermed area, but about the remainder reached  a storm drain with access to the southern portion of San Francisco Bay.  USCG district 11.","<b>MV EDEN STAR Grounding; Bar Harbor, ME, USA<\/b> 2023-09-16<br />\n<i>Marine diesel<\/i> - 8 m³<br />\nOn the evening of September 17 USCG Sector Northern New England notified the NOAA SSC of a vessel that broke free of it's mooring during Hurricane Lee, ran aground near Bar Harbor, ME, and spilled an estimated 1800 gallons of diesel fuel.","<b>El Cajon Train Derailment; Cajon Junction, California<\/b> 1996-02-03<br />\n<i>diesel fuel, polyethylene glycol, fuel oil, lube oil, trimethyl phosphite, liquid petroleum distillate n.o.s., liquid plastic, butyl acrylate, denatured alcohol, calcium chloride, glycol<\/i> - NA m³<br />\nOn February 1, 1996, a runaway Burlington Northern Santa Fe freight train, 4 locomotives and 49 cars, derailed on the south main track near the intersection of interstates I-15 and 138 in Cajon Junction, California.  The train was carrying 178,000 pounds butyl acrylate, 158,000 pounds trimethyl phosphite, 191,000 pounds methyl ethyl ketone, 193,000 pounds denatured alcohol, one train car of petroleum distillates, and one train car of glycol.  Also onboard were fiberboard, tires, fuel oil, lubrication oil, and diesel oil.  Weather at the time was clear and calm.  USCG district 11.","<b>Tank Failure and Oil Spill; Near Vinton, LA<\/b> 2009-02-15<br />\n<i>Crude Oil<\/i> - 8 m³<br />\nOn Sunday, 15 February 2009, the regional NOAA Scientific Support Coordinator (SSC) was notified of a failure at a tank battery near Vinton, Louisiana (NRC Report Number 897549).  The cause of the release is under investigation, but may be related to a valve and failure in secondary containment.  The RP reported 25 bbls of crude oil released.  This value was updated to 40 bbls of crude oil and 180 bbls of brine water (production or formation water) when the USCG arrived on-scene.","<b>Ievoli Splendor; Houston Ship Channel, TX<\/b> 2004-12-15<br />\n<i>Heavy Fuel Oil (IFO 180)<\/i> - 8 m³<br />\nDuring the night of 15 December 2004, the chemical tanker IEVOLI SPLENDOR\u000bcollided with a barge resulting in damage to a tank and spilled some 20 to 40\u000bbbls of heavy fuel oil (IFO-180) in the Houston Shipping Channel, closing the channel. The Responsible Party's spill management team proposed that PES-51 spray and wipe technique be applied (chemical cleaning agent).","<b>Lightering Spill; offshore Texas<\/b> 1998-01-02<br />\n<i>Queibo crude oil<\/i> - 8 m³<br />\nTwo vessels were conducting lightering operations off the Texas coast (lat 28-37.0N, long 94-15.0W) near Claypile Bank when a lightering hose ruptured.  Initial reports indicate that 40 barrels of \"Queibo\" Crude, an Arabian Light Crude with an unconfirmed API of 36.0 was released.  On scene weather is reported as, seas 2'-3' and winds from the SSE at 5-10 knots.  Some of the product has been contained in boom and a USCG helo overflight is en route to investigate.  NOAA HAZMAT is providing initial trajectory and fate and effect assessment while awaiting the results of the overflight.  The lightering zone is well off the coast and therefore spill is not an immediate threat to coastal areas.  USCG district 8.  Keyword: boom, potential spill.","<b>Rockefeller Wildlife Refuge; Grand Chenier, Louisiana<\/b> 1995-03-13<br />\n<i>natural gas and condensate<\/i> - 8 m³<br />\nAt 1830 on March 13, 1995, the Rockefeller Wildlife Refuge, six miles east-southeast of Grand Chenier, Louisiana, was notified of a possible leak at the Price Lake Unit.  Louisiana Department of Wildlife and Fisheries and Mobil pipeline personnel surveyed the area and identified the leak on March 14.   The pipeline was shut down at that time and the pipeline finished bleeding down on March 17.  Approximately 40 barrels of residual condensate oil contaminated approximately 55 acres of difficult-access marsh lands.  An in-situ marsh burn was initiated on March 17 to remove the condensate on the marsh and facilitate repair of the pipeline.  USCG district 8.  Keyword: containment boom, in-situ burning, PM-10 monitoring.","<b>Allied Barge ATC 114; Elizabeth River, Virginia<\/b> 1992-08-04<br />\n<i>#6<\/i> - 8 m³<br />\nOn August 4, 1992, during transfer operations between the Allied Towing Barge, ATC 114 and the BP Oil Company facility in Chesapeake, Virginia, a tank of #6 fuel oil was overfilled by approximately 1,680 gallons.  About 150 gallons was contained on the deck within a redundant sorbent and containment boom structure, and, presumably, 1,530 gallons spilled into the southern branch of the Elizabeth River.  Industrial Marine Services (IMS) was contracted to perform cleanup operations directed by the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Hampton Roads.  The spill response and cleanup were conducted by BP Oil Company and Allied Towing.  The Federal pollution fund was opened.  USCG district 5.  Keyword: sorbent boom, containment boom.","<b>FMT 3114 Barge MM 480 Mississippi River; Transylvania, LA , USA<\/b> 2019-10-21<br />\n<i>crude oil<\/i> - NA m³<br />\nOn October 20, 2019, the USCG MSD Vicksburg (Sector Lower MS River) contacted the NOAA SSC regarding a barge collision on the MS River near mile marker (MM) 480 (about 3 miles south of Lake Providence, Louisiana). The volume of release reported at 40 barrels. The release is reportedly secured with a patch.","<b>Cedar Bayou Mystery Spill; Baytown, Texas<\/b> 2015-04-21<br />\n<i>suspected oil product possibly biodiesel<\/i> - 8 m³<br />\nOn April 21, 2015, the NOAA SSC was notified by the USCG Sector Houston regarding a mystery spill in Cedar Bayou east of Baytown, Texas.  The incident occurred on or around evening of 18 April 2015. Initial estimates of the spill are 20-40 bbls. Product spilled is unknown. The USCG is seeking assistance in spilled product identification and locating possible source of release.","<b>Dune Garden Island Bay 414 Pipeline Leak; Plaquemines, LA<\/b> 2014-12-12<br />\n<i>crude oil (Sweet Louisiana Crude)<\/i> - 8 m³<br />\nOn December 12, 2014, the USCG Sector NOLA notified the NOAA SSC of a crude oil pipeline leak in Garden Island Bay, Louisiana (NRC#1103268) and requested a trajectory and resources at risk analysis.  20-40 barrels of Sweet Louisiana Crude was released from a 4-in pipeline. Pipeline has been shut in, and response assets are on-scene.","<b>Block 278 B East Cameron; 82 miles SSE Cameron Pass Gulf of Mexico<\/b> 2014-07-31<br />\n<i>condensate<\/i> - 8 m³<br />\nOn July 31, 2014, the NOAA SSC was contacted by USCG Port Arthur, TX regarding a 40 BBL discharge of condensate from a production platform located approximately 82 miles SSE of Cameron Pass, LA (NRC 1090764).  Discharge reported to have occurred from a line break during a transfer operation at 03:48 on 31 July.  Secondary NRC reports were received by USCG at 15:09 and 15:16 indicating a several miles long rainbow sheen observed in the vicinity of the initial report. USCG is requesting trajectory on initial report to determine if subsequent reports are the same incident or from another source.","<b>South Pass 24 Flowline Spill; Mississippi Delta, LA<\/b> 2007-05-17<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn 17 May 2007, a USCG Pollution Investigation Team conducted an over flight of a reported 40 bbl crude oil spill adjacent to South Pass on the Mississippi River Delta.  The location was identified as South Pass 24.  The USCG reported that the spill was well contained by hard boom and within wetland habitat. NOAA was notified of the incident at this time, but since the scale of the problem appeared small and there were no need for specific on-scene NOAA support, the Scientific Support Coordinator provided only verbal consultation to the USCG until a site visit on 26 June.","<b>Pipeline leak Mobil Oil pipeline; Marsh Island, LA<\/b> 1985-11-09<br />\n<i>Unknown<\/i> - NA m³<br />\nPipeline leak from 0800-1300 CST from a Mobil Oil pipeline about 20 miles SSE of Marsh island. Leaking Louisiana Crude( Initial report estimated 20-40 barrels leaked before shutting of line). Slcik Estimated 5-7 mi long at 2000 CST. Winds From SE 11.12 at 0930 PST update: Winds Shift From E; Oil Along Coast at 20 ft. Contour ~past Vermillion Bay- Slick ~ 34 miles long and broken up into pathces and ar ball.","<b>TPIC Lake Pagie ISB 2018; near Dulac, Louisiana<\/b> 2018-11-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 15, 2018, USCG notified the NOAA SSC that an estimated 10 bbl of crude oil discharged into  an unnamed marsh in the Lake Paige Oil and Gas Field between Bay Long and Jug Lake.  The oil came from a flow line owned by Texas Petroleum Investment Corporation (TPIC). On Nov 16 2018, an additional 30-40 bbl of oil was discovered trapped in the floating marsh.","<b>Auke Bay; AK<\/b> 2004-09-21<br />\n<i>diesel, gasoline<\/i> - 9 m³<br />\nIn the early morning hours Sept. 21, 2004, vandals severed the fuel hoses feeding into the Auke Bay marina releasing both diesel and gasoline into the marina.   Before the valves were secured, 1600 gallons of diesel and 50 gallons off gasoline were released into the marina.   On scene weather was calm winds with locally heavy rains.   The gasoline dispersed and evaporated within a couple of hours. The diesel was a bit more persistant with patchy sheens persisting for 2-3 days.  Ultimately a light wind dispersed the remaining diesel but not before threatening some nearby eel grass beds.","<b>M/V Lavaux; Long Beach, California<\/b> 1991-11-28<br />\n<i>#2 fuel oil<\/i> - 6 m³<br />\nOn the evening of November 28, 1991, the motor vessel Lavaux  spilled approximately 30 barrels of #2 fuel oil into Long Beach Harbor during a bunkering operation.  The vessel's Master contacted the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Los Angeles/Long Beach.  The Chief of Port Operations assumed the role of Federal On-Scene Coordinator (FOSC).  The shipping agent contracted Ship's Services to mitigate the spill.\u000bAt the time of the spill winds were out of the east at 15 knots; seas, one to two feet.\u000bShip's Services installed containment boom around the Lavaux, the barge Phoenix, and the nearby breakwater that leads out into open water (Queen's Gate) during the evening of November 28, 1991, and the early morning of the next day.  Overflight operations the morning of November 29 showed that there was a large slick of rainbow sheen around the riprap and that some of the oil had escaped the harbor and was drifting to the west.  Cleanup operations continued throughout the day.  A boom watch was deployed at dusk.  During the evening of November 29, 35- to 45-knot winds out of the east and seas up to four feet forced the contractor to abandon operations.  A small boat survey of the area on the morning of November 30 revealed no oil.  Ship's Services was directed to recover and secure the boom that had been blown onto the riprap during the evening.  The case was closed on November 30, 1991.  USCG district 11.  Keyword: adverse weather conditions, boom, California Department of Fish and Game, containment boom, evaporation, International Bird Rescue and Research Center, sorbent boom.","<b>South Timbalier Condensate Spill and Sheen; New Orleans, LA<\/b> 2021-08-05<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 5, 2021, the USCG MSU Houma contacted the NOAA SSC to report a 1600 gallon condensate discharge discovered at 1130 CST on 04AUG21, and a sheen 6 miles long and 1 mile wide.  On 05AUG21 CG received a report at 0830 CST regarding a silvery sheen about 5 miles long, 20 feet wide. Later another sheen of the same description was reported at 1130 local time. USCG requested a trajectory to confirm if the reported sheens are connected to the condensate release.","<b>F/V Gertrude D; Nantucket Island Harbor, Massachusetts<\/b> 1986-04-25<br />\n<i>Diesel<\/i> - 7 m³<br />\nOn April 25, 1986 the Gertrude D, a fishing vessel, was reported grounded in the southwest portion of Nantucket Harbor.  A heavy sheen was observed to be coming from the vessel, which had 1,600 gallons of diesel on board.  Upon inspection by the U.S. Coast Guard, a heavy concentration of oil was observed to have collected between the piers at the nearby Nantucket Boat Basin.  Due to the 25-30 knot winds in the area, no transportation to the island was operating.  USCG district 1.","<b>T/V Tigani; Delaware River, Paulsboro, NJ<\/b> 2007-10-10<br />\n<i>Bunker C fuel oil<\/i> - 14 m³<br />\nAt 10:45 EDT on October 10, 2007, an estimated 1,600 gallons of Bunker C fuel oil was spilled into the Delaware River at Paulsboro, NJ. The COTP Philadelphia reported that the cause may have been the result of a cracked scrubber aboard the T/V Tigani.  Booms have been deployed and cleanup is underway. USCG conducted overflights this afternoon. USCG requested trajectory, weather, and tide information from ERD.","<b>F/V Loon; Nuka Bay, East Arm, SW corner of Kenai Fjords National Park, Alaska<\/b> 1992-08-28<br />\n<i>Diesel<\/i> - 7 m³<br />\nOn August 27, 1992, the fishing vessel Loon struck a submerged object near Naked Island in Prince William Sound, Alaska.  Several hours after the collision, the vessel sank off the Kenai Fjords National Park in about 600 feet of water with 1,500 gallons of diesel on board.  The oil was released from the sunken vessel's position during the next 24 hours, but north to northeast winds 10 to 25 knots carried it south and away from any shorelines.  At times the slick was about 5 miles long and 100 yards wide.  The crew of the Loon, suffering from severe hypothermia, was rescued by a U.S. Coast Guard (USCG) helicopter.  The  USCG and the National Park Service each flew over the incident on two separate occasions.  The last overflight was flown on August 31, 1992.  USCG district 17.  Keyword: none.","<b>Centro Medico Hospital; San Juan, Puerto Rico<\/b> 1988-10-03<br />\n<i>Number 6 Oil<\/i> - 7 m³<br />\nOn October 3, 1988, a ruptured pipeline at the Centro Medico Hospital released approximately 1,500 gallons of number 6 oil. The oil entered a storm drain and flowed into Josefina Creek, Rio Piedras, Martin Pe\"a Channel, and San Juan Harbor.  The major contamination was in the creek, canal, and Rio Piedras, where there was extensive oiling of the mangrove shorelines.  USCG district 7.","<b>Compromised Fuel Transfer Pipe Spills Oil into Oswego New York Harbor, Oswego, NY<\/b> 2022-03-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 17, 2022, NOAA ERD was notified by Miller Environmental Group of a fuel transfer pipe casualty resulting in the release of #6 Fuel oil in the Oswego New York Harbor. The estimated release is 1200-1500 gallons. The spill was initially observed on March 8th, source is speculated to be from a transfer pipe between the power facility storage tanks and day tanks underground. The pipe has been compromised resulting in oil releasing through a storm drain into the harbor. The transfer pipe has been secured, the containment boom significantly reduced flow into Lake Ontario, the storm drain has been plugged.","<b>1500GAL Diesel Fuel, Violet, LA; 7701 E Judge Perez Dr, Violet, LA 70092, USA<\/b> 2019-06-27<br />\n<i>oil<\/i> - 7 m³<br />\nOn June 27, 2019 at ~ 0836 CDT, the USCG Sector New Orleans incident Management Division was notified to 1500 gallon diesel discharge from a pump station number 5 in Violet, LA.","<b>Tank Truck Jet Fuel Spill; Point Mugu, CA<\/b> 2016-11-18<br />\n<i>Jet fuel JP8<\/i> - 7 m³<br />\nOn Friday morning, November 18, 2016, a mobile tank truck overturned near the entrance to the Point Mugu Naval Air Station and released approximately 1,500 gallons of JP8 jet fuel onto the pavement and into a nearby creek.","<b>FV OJ Riggs; Offshore if Long Beach Island, NJ<\/b> 2009-07-19<br />\n<i>Diesel fuel<\/i> - 7 m³<br />\nNOAA Seattle was notified at approximately 0630 (PT) by USCG Sector Delaware Bay about an 80 foot fishing vessel on fire and breaking up at a location 20 nmi offshore of Barnegat Inlet, NJ.  Vessel carrying 1500 gallons of diesel fuel. USCG requested trajectory modeling and fate and effects.","<b>F/V Miss Mary; La Push, WA<\/b> 2007-04-21<br />\n<i>Diesel<\/i> - 7 m³<br />\nUSCG Sector Seattle notified NOAA ORR ERD on April 21, 2007 at approximately 1900 that the 63 foot F/V Miss Mary had capsized 18 miles west of La Push, Washington.  The crew was rescued by a nearby vessel.  The F/V Miss Mary was reported to have 1500 gallons of diesel aboard.  An evening overflight observed the vessel to be moving away from Olympic Coast National Marine Sanctuary waters.","<b>Tug Eastern Star; 400 yards W of the western Point Judith Harbor jetty, southern Rhode Island<\/b> 2000-11-17<br />\n<i>diesel oil<\/i> - NA m³<br />\nAt approximately 0030 EST on Nov. 17, 2000 the 55 foot Tug \"Eastern Star\" sank after reporting that she was taking on water and heading for port.  She sank approximately 200 yards off shore and 400 yards west of the western Point Judith Harbor jetty (southern Rhode Island).  The responsible party (RP) reported her fuel capacity at 2,000 gallons of diesel oil, but believed she went down with less than 1500 gallons on board.\u000b\u000bInitial on scene reports at daylight suggest that the fuel tank vents may be leaking, but that a full release had likely not occured.  The US Coast Guard, Marine Safety Office Providence is the federal On Scene Coordinator and has established a command post in Point Judith.  USCG district 1.","<b>Brown Marine #920; St George Island, FL<\/b> 2000-03-21<br />\n<i>gasoline, diesel fuel<\/i> - NA m³<br />\nAt 0200 hrs CST on 21 March, the NOAA SSC was notified of a barge aground just south of the ICW and west of the bridge to St. George Island, FL ( approximately N29? 41' Lat. W84? 52' Long.).  The barge is carrying gasoline and diesel fuel.  At least two tanks are reported leaking, and both gasoline and diesel are reported leaking at an estimated rate of 5 gallons/minute (caution, the leak rate is an estimate only).  The barge is Brown Marine #920 and is 360' long with a 62,000 ton capacity.  The grounding occurred at 1900 hrs on 20 March, 2000.  The total volume of diesel and gasoline cargo is currently unknown.  NOAA has been asked to provide weather, trajectory, and resources at risk information to the MSO.  The Apalachicola Bay area has many active commercial oyster fisheries.  The preliminary trajectory suggest that the north side of St. George Island west of the bridge is at risk.  The SSC has been asked to be available for on-scene response.  USCG district 7.","<b>M/V BONHEUR; Sitkoh Bay, Chatham Strait, Alaska<\/b> 1989-08-12<br />\n<i>Diesel<\/i> - 41 m³<br />\nAt 1500 on August 12, 1989, the pleasure craft, BONHEUR,  sank after running aground on rocks in Sitkoh Bay, Alaska.  The vessel was carrying 9,000 gallons of diesel fuel.  The owner provided boom that contained much of the spilled oil.  USCG district 17.","<b>Gilber enterprises Kerosene; Susquehanna River, Havre de Grace, MD<\/b> 1984-12-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 12/3 a truck driver overfilled a kerosene storage tank and about 1500 gal spilled into a diked area surrounding the tank. The facility is Gilbert Enterprises located south of Susquehanna River in Havre De Grace, MD. Dike is Sandy and some kerosene has leaked inot River. On 12/5 an estimated 100 gal remained in diked area. After 800-900 gal had been recovered from inside booms in river and 13x55 gal drums of oil water mixture.","<b>BURMA STAR; Buzzard's Bay, MA<\/b> 1990-06-11<br />\n<i>#6 fuel oil<\/i> - 500 m³<br />\nOn Sunday, June 10th, the cruise ship BURMA STAR ran aground in Buzzard's Bay, just shoreside of the Cleveland Ledge Light.  At 2330 EDT divers reported a gash in the hull 90 feet long and 2 feet wide, with damage to three fuel tanks. . The Coast Guard on-scene reports 110,000 gallons of #6 fuel oil in the water. It is assumed that the SSC is in-route to the site. . As requested by Coast Guard personnel at MSO Providence, NOAA/MASS has looked at the trajectory implications of the release, and the following is the initial trajectory information. . The winds on-scene are from the NE at 10 15 through tomorrow (Monday) after- noon.  Currents in this area are driven by tides, and as such, we would expect the spilled oil to move back and forth in the center of Buzzard's Bay, with no shore impacts before noon Monday.  Monday afternoon or evening, there is a pos- sibility that the NWS will issue a Small Craft Advisory as winds are predicted to increase to NE 20 25.  USCG district 1.","<b>Tesoro gasoline spill; Martinez, CA<\/b> 2008-05-14<br />\n<i>Gasoline<\/i> - 7 m³<br />\nSector San Francisco notified the NOAA SSC at 0140hrs on 14MAY2008 that the Tug Independence allided with Tesoro's Avon Wharf in Martinez, CA damaging three 6-8 inch pipelines and releasing an unknown quantity of gasoline into the Carquinez Straits.  A trajectory estimate was requested.","<b>PORT TOWNSEND PAPER CORPORATION; Port Townsend, WA<\/b> 1993-01-23<br />\n<i>Bunker C<\/i> - NA m³<br />\nHOTLINE PORT TOWNSEND PAPER CORPORATION SPILL  An unknown quantity of Bunker C was spilled from a pipeline at the Port Townsend Paper Corporation facility.  The spill was discovered at 1930 on January 22, 1993, and was believed to have occurred sometime between 1500 and the time of discovery.  It was not possible to determine the extent of the spill due to the darkness, but the total capacity of the pipeline is reported to be 2000 gallons.  NOAA SSC was contacted at 2330 and requested to provide a worst case scenario trajectory, resources at risk, and protection strategy recommendations prior to Coast Guard overflight at first light.  USCG district 13.","<b>Pac Northern Barge MCN5; Anacortes, WA<\/b> 1988-01-31<br />\n<i>BUNKER C<\/i> - NA m³<br />\nA TEXACO OIL BARGE CONTAINING APPROX. 9,000 BBLS OF BUNKER C HAS SUNK 300 YARDS OFF THE ANACORTES, WA STATE FERRY TERMINAL AT SHANNON PT.  OIL HAS BEEN SIGHTED IN THE WATER.  USCG district 13.","<b>Discharge of Natural Gas Condensate from Repaired Line, West Cameron Block 498, Offshore Texas<\/b> 2022-08-17<br />\n<i>Natural Gas Condensate<\/i> - 16 m³<br />\nOn August 17, 2022,  an potential spill was reported in a NOAA Marine Pollution Surveillance Report (MPSR) for West Cameron 498.  The USCG MSU Port Arthur identified the spill as a natural gas condensate from a line owned by Stingray Pipeline, LLC.  The company had been repairing a damaged pipeline and the discharge occurred when the line was repressurized.  Stingray conducted an overflight, reporting  a 12 miles x 1.5 miles sheen in West Cameron block 550.  The estimate of discharge, based on overflight data, was approximately 35 bbls/1,478 gallons.","<b>Peak Operating Co Oil Spill; LA-82, Kaplan, LA 70548, USA<\/b> 2018-01-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 30, 2018, the USCG MSU Morgan City contacted NOAA SSC regarding a 30-35 bbl release of oil from pipeline into marsh outside of White Lake Wetlands Conservation Area. The release is secured.  The USCG requested resources at risk.","<b>Jack-Up Rig; South of Terrebonne Bay,LA<\/b> 2004-12-03<br />\n<i>Diesel and Hydraulic Fuel<\/i> - 7 m³<br />\nA lift boat (jack-up barge) collapsed causing a vessel to sink with some diesel and hydraulic oil. A salvage plan was produced to recover the barge, though no apparant oil cleanup was undertaken (nor necessary).","<b>Kenai Pipeline East Forelands; Nikiski, Alaska<\/b> 1992-01-04<br />\n<i>oil<\/i> - NA m³<br />\nAt 0030, January 4, 1992, an oily water ballast mixture was being transferred between tanks at the Kenai Pipeline dock at Nikiski, Alaska when the pipeline  burst and released the mixture into Cook Inlet.  Failing heat tape on the pipeline caused the accident at the facility owned jointly by Chevron and ARCO.   The owners immediately accepted full responsibility for the accident.  Cook Inlet Spill Prevention and Response Incorporated (CISPRI) had a foxtail skimmer on the slick within 45 minutes and a second one on scene by daybreak.  After the four-day response, no further oil was sighted in Cook Inlet.  The weather at the time of the incident was temperature 20 to 25?F with light to strong winds from the northeast and intermittent low cloud banks.  USCG district 17.  Keyword: Corexit 9527, dispersant.","<b>Buskin River Diesel Spill; Kodiak, AK<\/b> 2019-03-16<br />\n<i>diesel<\/i> - 6 m³<br />\nOn March 16, 2019, the NOAA SSC was contacted by the Department of the Interior regarding a diesel spill from an upland site along the Buskin River on Kodiak Island, AK.  The leak of roughly 1,300 gallons diesel reportedly occurred overnight between an upland fuel storage tank and a newly installed generator and was discovered this morning.  A significant portion of the spilled volume reached the Buskin River and sheens have been observed out to Â½ mile from the riverâs mouth into Saint Paul Harbor.  The Buskin River is a primary recreational and subsistence fishing waterway on Kodiak Island and young pink salmon alevin are reportedly present along the banks of the river at this time.  Sorbent and protective boom has been deployed.","<b>Tug Joseph Foss; Cape Meares, OR<\/b> 2008-01-23<br />\n<i>Diesel<\/i> - 6 m³<br />\nUSCG Sector Portland notified the SSC that the Tug Joseph Foss is sinking off Cape Meares, OR with 1300 gallons of diesel aboard. Coordinates provided indicate the tug is approximately 3 nm offshore. Weather and trajectory support were requested.","<b>Mystery slick; Off Louisiana, LA<\/b> 2006-05-03<br />\n<i>unknown oil<\/i> - NA m³<br />\nOverflight reported a 1 mile diameter area of dark oil about 1 mile off shore.\u000bThis just off Belle Pass, La.","<b>Main Pass Block 299; Offshore, LA<\/b> 2006-02-01<br />\n<i>Crude oil (34 API)<\/i> - 6 m³<br />\nAt approximately 1030 hrs on 1 February 2006, NOAA was notified of a crude oil release from a facility located offshore of the Mississippi Delta (Main Pass Block 299). An estimated 30 bbls of 34 API gravity crude oil was released to the Gulf of Mexico due to an equipment failure.  The incident was discovered at 0900 hrs, and the leak was secured immediately afterwards.  The USCG is preparing to conduct an overflight of the site to assess the slick.  NOAA has been asked to provide a trajectory and will probably participate in the overflight.  The facility is operated by Freeport/McMoran.","<b>Rig High Island; Gulf of Mexico<\/b> 1999-02-09<br />\n<i>crude oil<\/i> - NA m³<br />\nOn February 9, 1999, the rig High Island Platform 139A suffered a production failure causing an unknown quantity of crude oil to spill into the Gulf of Mexico 18 to 20 miles offshore. The spilled oil was a condensate crude with an API of 38.  The stretch of shoreline from Galveston to Freeport is historically an area with high concentrations of birds.  In particular, the area around San Luis Pass is an important feeding and loafing area for shorebirds, gulls, terns, loons, pelicans, and wading birds.  At the time of the spill, because of the very early spring weather, many birds were staging along the beaches, particularly shorebirds who are feeding to bulk up for the migration to nesting areas.  Though shorebirds have a lower tendency to get oiled (compared to diving birds who spend much of their time on the water surface or diving for prey) they spend a lot of time feeding at the water/land interface where any tarballs that come ashore are likely to concentrate.  With onshore winds, the ultimate fate of any persistent oil was shoreline stranding.  Normally, tarballs on shore are not an issue because they are easy to clean up.  However, because of the high concentrations of birds present in the area of the predicted impact, there was a risk of birds getting oiled.  USCG district 8.  Keyword: boom, Corexit 9500.","<b>Crude Oil Discharge into Intracoastal Waterway, Hackberry, LA<\/b> 2023-04-26<br />\n<i>Crude oil<\/i> - 6 m³<br />\nOn April 26, 2023, an estimated 30 bbls of crude oil was discharged into the Intracoastal Waterway (ICW) during a pipeline pressure test (NRC#1365674).  MSU Port Arthur contacted NOAA SSC to request input on cleanup methods.","<b>Tank Battery Spill, Port Sulphur, LA<\/b> 2022-12-27<br />\n<i>crude oil<\/i> - 6 m³<br />\nOn December 23, 2022, the USCG received notification of an approximate 30bbl spill of crude oil from a WCC Energy tank battery in Port Sulphur, LA.  Approximately 2 miles of an adjacent canal have been significantly impacted. On December 27, the USCG notified NOAA and later requested NOAA on-scene support.","<b>Whitney Tank Battery 160 Loomis Pass Spill; Venice, LA, USA<\/b> 2020-02-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 27, 2020, the USCG Sector New Orleans received a report of a discharge of crude oil from a flow line at the Whitney Garden Island Bay Field; Tank Battery 160 Facility, located near Loomis Pass, in the Pass A Loutre State Wildlife Management.  Discharge is secure. Initial estimates are between 5 and 30bbl. USCG requested fate/trajectory and resources at risk.","<b>Lake Salvador crude oil spill; Lake Salvador, LA<\/b> 2014-09-11<br />\n<i>crude oil<\/i> - 6 m³<br />\nOn September 11, 2014, the USCG Sector New Orleans contacted the Gulf SSC regarding a 30 bbl spill of crude oil from a production facility in Lake Salvador, LA. The release has been secured but not contained. Spill response personnel are in route and an overflight is being scheduled. USCG has requested initial trajectory.","<b>West Delta Block 83 W8 flowline; Southwest Pass Venice, Louisiana<\/b> 2014-03-09<br />\n<i>crude oil<\/i> - 6 m³<br />\nOn March 9, 2014, the USCG New Orleans contacted the NOAA SSC about a leaking flowline on an unmanned facility located in West Delta Block 83, between the Lower Mississippi River and the Gulf of Mexico about 4 miles northeast of the entrance to Southwest Pass, south of Venice, Louisiana.  An estimated 15-30 barrels (bbls) of crude oil was discharged. The source was secured at 0645 on 9 MAR by shutting in the flowline.   Cleanup operations are ongoing.","<b>Pismo Dunes State Beach; Santa Maria, California<\/b> 1985-11-27<br />\n<i>Crude oil<\/i> - 6 m³<br />\nOn November 27, 1985, the U.S. Fish and Wildlife Service notified the U.S. Coast Guard Marine Safety Office (MSO), Alameda, of the presence of approximately 30 barrels of crude oil off Pismo Dunes State Beach in Santa Maria.  The majority of the oil formed a ribbon of pancakes approximately 20 meters in diameter, extending north along the beach face and surf zone to the Santa Maria River.  USCG district 11.","<b>Barge VB53; Richmond, VA<\/b> 2005-05-09<br />\n<i>diesel<\/i> - 955 m³<br />\nMSO Hampton Roads reported that a barge was damaged and had released\u000bsome several hundred gallons of diesel fuel into the James River near Richmond,\u000bVA.\u000bTanks #1 and #2 Port were damaged and each tank had a potential of 5,000 bbls of diesel fuel.\u000bThe release was reported to be less than 25-30 bbls.\u000b Representatives of the RP, VA DEQ, NOAA DAC, EPA, MSO Hampton Roads, F&WS, and Entrix joined in \u000ba survey of the one site where the oil had been collected located just east of the site of the grounding.  \u000bArea impacted in this pond area off of the East Bank of the James River, known locally as the Gravel Pit, \u000btotal less than an acre.  Diesel product was observed along this sheltered shore that once the \u000bfloating product had been removed,  oil soaked woody debris had been removed, that some sorbent \u000bmaterial would be maintained on site for several days or weeks until it could be assured that oil sheen \u000bfrom saturated sediments would not escape into the James River.","<b>Texas Petroleum Pipeline Spill; SW of Kaplin, LA<\/b> 2009-01-19<br />\n<i>Crude Oil and Production Water<\/i> - 1 m³<br />\nOn 19 Jan. 2009 (MLK Holiday), the regional NOAA Scientific Support Coordinator was notified of a spill reported in a marsh SW of Kaplan, Louisiana.  The initial report stated that crude oil and production water (high brine content formation water) was released from a pipeline into a marsh.","<b>Harvey Challenger; Galveston, Texas<\/b> 1999-06-09<br />\n<i>marine diesel<\/i> - 5 m³<br />\nIn the early morning hours of June 9, 1999, the tug Harvey Challenger with barge, The City of New Orleans in tow, allided with the rock jetty at the entrance to Galveston Bay, Texas.  The City of New Orleans, a chemical carrier, was loaded with propane.  The accident holed both the tug and the barge, but neither seriously.  None of the propane tanks on the barge were compromised, but the barge took on water and began to list. After first light, what initially was thought to be a small fuel oil release, appeared much greater.  The tug released an estimated 1200 gallons of fuel oil (the potential spill was estimated at 5000 gallons).  The area threatened by the spill included many very sensitive wildlife resource areas.  Birds were at the greatest risk of impact from this spill because they were present in very large numbers and many of the species present do not avoid oiled areas.  Species present at this time were: brown pelicans (federal, endangered species), a wide range of shorebirds (such as dunlins, sandpipers), wading birds (egrets, avocets, stilts), many species of terns, skimmers, gulls, and cormorants.  The piping plover (state and federal threatened) was also present..  There are two areas of very high bird concentrations: the Bolivar Flats area just north of the North Jetty, and Pelican Island.  Pelican Island is an important nesting area, with up to 11,000 royal terns, 5600 royal terns, and 21,000 laughing gulls nesting there.  Large numbers of brown pelicans were also nesting on Pelican Island.  USCG district 8.  Keyword: endangered species, potential spill.","<b>Hess Bayonne Terminal; Bayonne, New Jersey<\/b> 1991-12-26<br />\n<i>#6 oil<\/i> - 5 m³<br />\nAt 1800 on December 26, 1991, the tank barge Maine overflowed while loading #6 oil at the Hess Bayonne Terminal.  The barge had been boomed during transfer operations.  The U.S. Coast Guard (USCG) Captain of the Port New York (COTPNY) dispatched a Pollution Response Team to evaluate the situation.  Approximately 200 gallons of #6 oil were seen in the water and 1,000 gallons on deck. Cleanup contractors were on scene manually removing the oil from the water.  USCG district 1.  Keyword: none.","<b>M/V GOLDEN HILL; Port Everglades, Florida<\/b> 1991-06-19<br />\n<i>#6 fuel oil<\/i> - 5 m³<br />\nAt about 0100,18 June, the Panamanian freighter Golden Hill was taking on number six fuel oil at Port Everglades, FL when product was observed in the water.  Initial estimates put the amount spilled at 1200 gallons. About one mile of shoreline in the John U. Lloyd Beach State Recreational Area have been impacted including areas of mangrove seedlings.  USCG district 7.","<b>Juneau Ready-Mix; Lemon Creek, Juneau, Alaska<\/b> 1988-02-29<br />\n<i>Oil<\/i> - 5 m³<br />\nOn February 28, 1988, a leak developed in an old, 4,000-gallon storage tank owned by Juneau Ready-Mix.  The storage tank contained a heavy, thick petroleum product that was used as a source of asphalt.  The leak emptied into Lemon Creek, approximately .75 miles from Gastineau Channel between the Juneau airport and the town of Juneau.  An estimated 1,200 gallons of the heavy, black oil escaped from the tank and coated sections of the creek bank, extending approximately 1 mile downstream to Gastineau Channel and the Mendenhall wetlands.  \u000bThe leaking tank was plugged and bermed by the evening of February 28.  Deflection booms were placed across Lemon Creek to channel the oil into a collection area. Oiling along the creek was described as a \"bathtub ring\" up to two feet wide.  The oil spill produced a heavy oil smell, and oil on the shore was thick and gooey.  No oiled birds were observed.  USCG district 17.","<b>Sunken Vessel - P/C King's Way; West Bay Marina, Olympia, WA<\/b> 2019-10-04<br />\n<i>diesel<\/i> - 5 m³<br />\nOctober 4, 2019 at 1035 PDT - NOAA ERD was notified of the sinking of a 90-foot power vessel at its slip in West Bay Marina, Olympia, Washington. The vessel has an estimated 1,200 gallons of diesel onboard and is actively releasing fuel.","<b>Island Tug and Barge, Seattle, WA; West Duwamish Waterway.<\/b> 2017-02-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 28, 2017, the USCG notified the NOAA Emergency Response Division of an tug/barge allision on the West Duwamish waterway in Seattle, WA.  The Tug has a capacity of 9000 gallons of diesel and the estimated discharge is 1200 gallons.  The contents of the barge was not reported.  Global Diving and Salvage is on-scene and the source is secured.  The Tug is boomed.","<b>Tank Truck Merrimack River; Newburyport, MA<\/b> 2009-07-06<br />\n<i>Gasoline<\/i> - 45 m³<br />\nAt approximately 0940 EDT on July 06, 2009, a tank truck turned over, releasing gasoline on to Interstate 95 on the Whittier Bridge which crosses the Merrimack River.  The release is in the Inland Zone (EPA is federal lead) but only a couple miles from the coast.","<b>F/V Andrew and Aaron; Marco Island, FL<\/b> 2004-07-21<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn July 21, 2004 at 1630 local time, a fishing vessel carrying 1200 gallons of diesel in two separate 600 gallon tanks sank in 30 feet of water at 25deg 27min N, 81deg 51.4W (5 to 8 miles east of Marco Island).  NOAA provided assistance for the recovery of the vessel and information on the potential environmental impacts from a release.","<b>Corpus Christi Inner Harbor Discharge; Nueces Bay, Corpus Christi, TX  USA<\/b> 2018-08-30<br />\n<i>Oil, API ~ 34<\/i> - 4 m³<br />\nOn August 30, 2018, the NOAA SSC was contacted by USCG Sector Corpus Christi regarding a discharge of oil in the Corpus Christi inner harbor from an overloaded barge. An estimated 1,176 gallons of oil was discharged. USCG requested a potential resources at risk and trajectory.","<b>Platform A; Santa Barbara Channel, CA<\/b> 2008-12-08<br />\n<i>Crude oil<\/i> - 5 m³<br />\nAt approximately 0700hrs (local time) on 07DEC2008, approximately 27bbls of crude oil was released from a failed pump on Platform A (34deg 19'55\"N, 119deg 36'45\"W) in the Santa Barbara Channel.  CA OSPR and the Channel Islands NMS notified the NOAA SSC and requested trajectory support.","<b>Barge Shauna Kay; Berth #7 in the Sitcum Waterway, Tacoma, WA<\/b> 2021-02-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of 8-Feb-2021, the NOAA SSC received an email from the State of Washington Department of Ecology that Barge Shauna Kay, transited from Vancouver, Canada to Tacoma, Washington overnight, had an observed oil sheen. The barge reported to be carrying 40,000 barrels. In an update, soundings indicated approximately 1,100 gallons #6 IFO-380 is unaccounted for. Clean-up crews are currently recovering oil from the barge deck.  USCG performed an overflight this morning from Port Angeles to Tacoma and observed no oil in the water. The barge is currently moored at berth #7 in the Sitcum Waterway, Tacoma, WA.\u000bUSCG requested a Resources At Risk (RAR).","<b>M/V Global Gold; Astoria, OR<\/b> 2015-10-02<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn October 2, 2015, the USCG Sector Columbia River contacted NOAA ERD to report the bulk carrier Global Gold struck the dock while coming into the pier resulting in a rupture in the hull 3-4 feet long on the port side of the vessel.  The vessel reportedly lost up to 1100 gallons of diesel.  A trajectory forecast was requested. \u000b","<b>FV Arctic Storm; Bering Sea, Alaska<\/b> 2019-02-27<br />\n<i>hydraulic oil<\/i> - 5 m³<br />\nOn 27-Feb-2019, the FV Arctic Storm experienced an equipment failure and a release of 1081 gallons of hydraulic oil. USCG Sector Anchorage is requesting a fate analysis and trajectory.","<b>Oil Spill; SW Pass Mississippi River, West Bay, LA<\/b> 2003-08-17<br />\n<i>Unknown<\/i> - 5 m³<br />\nOn Sunday evening (17 August 2003), the NOAA Scientific Support\u000bCoodinator was notified by USCG MSO New Orleans of a spill near SW Pass\u000bon the Mississippi River in West Bay, Louisiana.  The spill actually\u000boccurred on Saturday, 16 August.  When the USCG investigated the\u000breported release on Sunday, they discovered that the volume reported was\u000bunderestimated and the response effort was slow to contain and recover\u000bthe spilled oil.  USCG personnel on-scene estimated the volume observed\u000b(both contained and trapped in the adjacent marsh) as approximately 25\u000bbbl.  The USCG remains on-scene to monitor the progression of the\u000bcleanup.  NOAA has provided weather support, a Resources and Risk (RAR)\u000bassessment and consultation to the MSO.","<b>TV ARCO TEXAS; Ferndale, WA<\/b> 1999-06-27<br />\n<i>Alaskan North Slope Crude Oil<\/i> - 5 m³<br />\nAt 1355 MSO Puget Sound was notified by Tosco Refinery that 25 bbls of Alaskan North Slope Crude oil had spilled into Hales Passage at the Tosco Refinery in Ferndale, WA.  The spill resulted from the separation of two loading arms on the dock when the T/V ARCO TEXAS stern drifted away from the dock when the mooring broke. The source of the oil was secured automatically when the loading arms broke.   The cause of the incident is under investigation by the Coast Guard.  The oil traveled north parallel with the shore and by 2000 extended as a band of heavy sheen streamers as far north as Birch Point.  Skimmers are on scene attempting to use absorbant mops to pick up the sheen.  Shoreline assessments between Tosco Refinery and White Horn Point noted sheen trapped in eelgrass along several sections of the shoreline near White Horn Point south of Birch Bay, but no direct shoreline impacts. Potential resources at risk include herring spawning areas, surf smelt spawning habitat, birds and sensitive bays and estuaries.  USCG district 13.","<b>M/V ZIM CANADA; Los Angeles, California<\/b> 1991-07-10<br />\n<i>heavy fuel oil<\/i> - 5 m³<br />\nOn July 10, 1991, the U.S. Coast Guard Marine Safety Office (MSO) Los Angeles/ Long Beach personnel discovered a heavy fuel oil spill of approximately 25 barrels near Los Angeles berth 146.  There were four vessels in the area at the time, but none were conducting bunkering operations that might account for such a spill.  The MSO activated the Oil Pollution Fund and responded to the spill.   During the spill response, samples of oil were drawn for analysis from the four vessels berthed in the area, including motor vessel ZIM CANADA, in an attempt to pinpoint the cause of the spill.  There had been another fuel oil spill from an unidentified source in this area and a phantom pipeline was also suspected as the source.  USCG district 11.","<b>Baytown Ditch Discharge; Baytown, TX<\/b> 2021-06-17<br />\n<i>Light Crude Oil<\/i> - 5 m³<br />\nOn June 17, 2021 Sector Houston-Galveston contacted NOAA SSC to request evaluation low pressure vegetation washing for an estimated 20-25 bbl light crude oil (32 API) discharged into a ditch (NRC#1307083). Discharge adjacent to, but not threatening navigable waters. Oil recovery ongoing in ditch/pond. Phone support provided.","<b>Whitney Oil & Gas Tank Battery 49, Garden Island Bay; Venice, LA 70091, USA<\/b> 2019-12-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 14, 2019, at approximately 0733 hrs, Sector New Orleans Incident Management Division (IMD) received NRC#1266407 reporting of approximately 23-25 bbls of crude oil discharged from a broken reducer on the discharge side of a pump, which serviced a 2â flowline between the Dry Oil Tank and storage barge at the Tank Battery 49 facility, located in Garden Island Bay in Plaquemines Parish. SSC Notified","<b>Galveston Lightering Area Fuel Discharge; Offshore of Galveston, TX<\/b> 2017-01-10<br />\n<i>Arab Medium Crude<\/i> - 5 m³<br />\nOn January 10, 2017, transfer hoses between a barge and deep draft vessel conducting lightering operations approximately 40 miles off shore of Galveston failed, discharging somewhere between 2.5 and 25 bbls of Arabian medium crude into the water.  MSU Texas City contacted NOAA SSC for trajectory.","<b>CONOCO Pipeline #2; Grand Isle Block 43, LA<\/b> 1992-01-04<br />\n<i>South Louisiana crude<\/i> - 29 m³<br />\nAt 1142 January 6, 1992, U.S. Coast Guard (USCG) Marine Safety Office (MSO) Morgan City, Louisiana received a report from  the National Response Center (NRC) that a 12- by 1-mile slick of unknown origin had been reported by the Louisiana Offshore Oil Port Facility (LOOP) Inc. helicopter in position 28?59'N, 089?52'W, Grand Isle Block 43.  By 1400, Air Station New Orleans reported that a USCG helicopter had sighted a slick in the same area estimated to be 10 by 2.5 nautical miles (nm) that had broken up into patches with surrounding rainbow sheen for another 10 nm.\u000bThe USCG were told by CONOCO that the leak had been reported to the Mineral Management Service and that a report of a pipeline leak had been made to  the NRC on January 4.  At that time the leak was reported as having released 4.1 gallons with a slick size of one by seven nm with color barely visible.  CONOCO's highest estimate, toward the end of the cleanup, was reported by the USCG as 150 barrels.\u000bOn June 7, CONOCO reported that the pipeline had a capacity of 1,500 barrels of crude.  By 0715, CONOCO had two skimmers working offshore and 30,000 feet of containment boom, 6,000 feet of sorbent boom, 24 scare guns, and 80 response personnel on scene   CONOCO reported that all leaks in the pipeline had been secured and no product was leaking.  The cleanup effort continued until late morning on January 10 when overflights confirmed that the shoreline was clean and there was no further danger of beach impact from oil drifting offshore.\u000bThroughout the response only three oil-impacted birds were found, even though heavy impact on the bird population had been expected.  CONOCO hired Tri-State Bird Rescue to treat impacted birds.  USCG district 8.  Keyword: sorbent boom, containment boom, skimmers, Tri-State Bird Rescue.","<b>Tosco Refinery; Ferndale, Washington<\/b> 1997-08-05<br />\n<i>Jet A fuel, heavy fuel oil<\/i> - 95 m³<br />\nAt approximately 2200, August 5, 1997, an unknown quantity of heavy fuel oil and jet fuel was spilled from the Tosco Refinery in Ferndale, Washington.  The spill occurred during operations in which a mixture of Jet A fuel and water was being pumped through a series of eight heavy fuel cargo lines to clean them.  The mixture is normally recirculated and reclaimed but, because of a misaligned valve, the mixture was released into a bermed sump area on the dock.  The oil mixture overflowed the berm and entered Puget Sound.  Boom was deployed around the spill site and geographical response plan protection strategies were implemented ahead of the expected path of the oil.  The highest priority for protection was determined to be Lummi Bay with its large areas of protected mud flats and eelgrass beds.   Overflights conducted on August 6 also reported the presence of killer whales and harbor seals feeding on migrating salmon near the oil slick.  These areas were closely monitored by Washington Department of Fish and Wildlife overflights with no impacts to whales or seals observed. \u000b\u000bOpen-water operations begun on August 6 consisted of skimming free- floating oil from the containment area next to the Tosco dock and enhanced skimming along convergence zones where primarily oiled seaweed and tarballs were collected.  By the end of the first day, only light sheen and tarballs in the kelp off the northeast and east shoreline of Vendovi Island were observed.  The following day, smaller quantities of oiled kelp were collected in convergence zones in Bellingham Bay and stranded oiled kelp was removed from Vendovi Island.  Active cleanup was completed on August 8.  USCG district 13.  Keyword: boom.","<b>Panco Well Brk; Southwest Pass, LA<\/b> 2000-08-28<br />\n<i>sweet Louisiana crude<\/i> - NA m³<br />\nAt approximately 0855 CDT the U.S. Coast Guard was notified of an allision between an unknown vessel and a Panco wellhead about 2 miles west of Southwest Pass, Louisiana (29?01.2'N, 089?24.3'W) in West Bay.  The company (Panco) reports that the well only produces 35bbls of sweet Louisiana crude per day along with a much larger quantity of water.  A USCG overflight is underway.  USCG district 8.","<b>M/V Candy Store; Cameron, LA, USA<\/b> 2018-10-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 15, 2018, the USCG Lake Charles, LA contacted the NOAA SSC regarding the discharge of 850-900gal of diesel fuel resulting from a vessel that reportedly grounded on the Cameron, LA Jetty.  The vessel was then beached on the North End of Monkey Island. USCG requests a trajectory analysis and potential resources at risk.","<b>Susan Ann; Norfolk, VA<\/b> 2010-03-01<br />\n<i>Diesel fuel<\/i> - 5 m³<br />\nAt 0900 on the morning of March 1, 2010, VADEQ notified the NOAA SSC that a 75-foot long tugboat, the Susan Ann, with approximately 800-1,000 gallons of diesel fuel on board sank in the Elizabeth River across from the Lions Shipyard adjacent to the Campastells Bridge, Norfolk, VA. USCG reports that an estimated 1000 gallons of deisel fuel were spilled into the river. Theowner has a contractor on-scene and in process of raising vessel. Booms and sorbant pads have been deployed. No reports of shoreline oiling. USCG and VADEQ to monitor incident.","<b>USS New Orleans; Off San Clemente Island, CA<\/b> 2007-08-31<br />\n<i>Navy diesel<\/i> - 5 m³<br />\nSector San Diego contacted the NOAA SSC (at 1140hrs 31AUG07) regarding a 1,000 gallon spill of Navy diesel from the USS New Orleans.  The incident occurred at 2000hrs on 30AUG07 15-20nm southwest of San Clemente Island, CA (32deg 34'N, 118deg 36'W).  Trajectory support was requested.","<b>Penn Maritime Barge P-120; Long Island Sound, NY<\/b> 2006-10-16<br />\n<i>#6 fuel oil<\/i> - 5 m³<br />\nA overflow occurred during transfer of #6 oil from the Conoco Phillips Riverhead Terminal to the Barge P-120. The Riverhead Terminal is a platform approximately 1 NM offshore.  Up to 1000 gallons of #6 oil may have been released onto the deck of the barge and into the water.  The incident occurred on Saturday, 10/14 at 2230 local time.  HAZMAT was notified at 1430 on Monday, 10/16.  USCG requested fate and weathering information for the oil stranded on the shoreline near the terminal","<b>M/V Nadine Baker; Green River, KY<\/b> 2004-11-18<br />\n<i>fuel oil #2<\/i> - 45 m³<br />\nMSO Louisville contacted the Western River SSC in regards to\u000ba vessel that sank on the Green River.   The M/V NADINE BAKER sank in 40 feet of\u000bwater at river mile 28.5 (LDB).  The vessel came to\u000brest on its starboard side.  Divers plugged 6 out of 8 vents, the two\u000bremaining vents were underneath the vessel.   The vessel had 10, 000 gallons of fuel oil #2 on board at the time of the sinking.   On scene observers indicate that approximately 500 to 1000\u000bgallons of product were released.  Sheens stretched 16 miles\u000bdownstream, in some places bank to bank.   There were no\u000bindications of wildlife impacts.   Following the vent plugging, no\u000bfurther releases were seen.   \u000b\u000bBoom is in place and around 20 gallons of product has been recovered.  Divers\u000bare on scene and plans to salvage the vessel are being considered.","<b>Mystery Spill; Dalco Passage, Tacoma, WA<\/b> 2004-10-14<br />\n<i>Unknown<\/i> - 5 m³<br />\nA mystery release occured in the evening. A tug operator reported oil on the water early the next morning before the onset of fog. The first overflight at 1300 the next day revealed an estimated 100-1000 gallons of product on the water.","<b>TB Energizer; Anacortes, WA<\/b> 2001-03-15<br />\n<i>gasoline<\/i> - 5 m³<br />\nAt about 0700 PST, Thursday, March 15, a barge lost approximately 1,000 gallons of gasoline from a crack.  The source has been secured and is no leaking anymore product.  Onscene winds are reported to be 20 knots from the south.  USCG district 13.","<b>Navy Landing Ship Dock  (LSD-20) DONNER; James River, Ft. Eustas, VA<\/b> 2000-08-14<br />\n<i>Navy Special Fuel Oil (NSFO)<\/i> - 5 m³<br />\nOn August 14th the Coast Guard's Marine Safety Office (MSO) Hampton Roads received a report that about 1,000 gallons of heavy fuel oil had leaked from the hull of the Navy Landing Ship Dock (LSD-20) DONNER.  Boom was deployed around the DONNER to contain the release and the remaining 18,000 gallons of fuel that was in the leaking tank was transferred to other tanks in the ship.  USCG district 5.  Keyword: boom, skimmer, entrainment, Navy, MARAD, SUPSALV.","<b>M/V HMI DIAMOND SHOAL; St Johns River, FL<\/b> 1999-10-21<br />\n<i>IFO 380<\/i> - 5 m³<br />\nAt 0700 hrs EDT this morning, The tug boat M/V HMI DIAMOND SHOAL struck a tank barge while maneuvering near the Long Branch Creek on the St John's River.  The impact holed the barge releasing oil.   The source was secured at 1030 hrs EDT.  MSO Jacksonville called the ASSC at 1330 EDT and reported a spill of approximately 1000 gallons.  The product is IFO-380 (API 12.7 and a specific gravity .9813).  On scene reports indicate oil patches from the mouth of the Trout River to the Matthews Bridge.  The winds are NE at 10kts.  USCG district 7.","<b>Enighed Pond; St Johns, U.S. Virgin Islands<\/b> 1999-02-04<br />\n<i>diesel<\/i> - 5 m³<br />\nOn February 4,1999, Virgin Island police discovered and reported an overturned oil tank trailer adjacent to Enighed Pond.  MSO San Juan responded and estimated that the overturned tank, with a capacity of 8000 gallons, spilled approximately 1000 gallons of diesel into the pond. Most of the oil has pocketed on the north and west sides of the pond where response personnel contained the fuel with boom and pumped out the pocketed oil.  USCG district 7.  Keyword: boom.","<b>F/V Rebecca B; Tanaga Island, Aleutian Island chain, Alaska<\/b> 1996-10-24<br />\n<i>diesel<\/i> - 5 m³<br />\nIn inclement weather, on October 24, 1996, the 77-foot F/V Rebecca B fetched on a shoal 50 feet off the beach in a protected cove on the south side of Tanaga Island.   The vessel had 1,500 gallons of diesel onboard.  The onboard vents were plugged before the crew evacuated the vessel.   The crew was rescued by a U.S. Navy tug and taken to Adak.  Magone Marine out of Dutch Harbor was hired for  salvage.  Initially the hull was intact and there was no pollution.   It wasn't until October 30 that the weather improved enough to allow an overflight by the owner's representative and Magone.   The vessel was reported to be hard aground, decks awash, with a starboard list, but no pollution was visible.  Magone was unable to get a salvage vessel on-scene until November 23, at which time the remaining diesel, about 425 gallons, were removed.  The starboard tanks had been destroyed by the weather and the wave action releasing roughly 1,000 gallons into the environment.   The salvor cut up the vessel for removal from the beach.   Winds during the incident ranged up to 50 to 60 knots.  MSD Unalaska monitored the situation throughout the incident.  USCG district 17.  Keyword: salvage, threatened species.","<b>Lafayette River Minor Mystery Spill; storm drain, Norfolk, Virginia<\/b> 1993-11-17<br />\n<i>waste oil<\/i> - 5 m³<br />\nOn November 17, 1993, a storm sewer outfall leading into the Lafayette River, Norfolk, Virginia was found to contain approximately 1,000 gallons of waste oil from an unknown source.  The oil was traced back through the city's sewer system approximately eight blocks where the oil sheen stopped.  USCG district 5.  Keyword: sorbent boom, sorbent, pads.","<b>T/V Prime Trader; Saint John's River, Jacksonville, Florida<\/b> 1993-05-19<br />\n<i>#6 oil<\/i> - 5 m³<br />\nAt approximately 0530 19 May 93 (Wednesday), approximately 1000 gallons  of No. 6 oil were spilled from the Prime Trader during transfer  operations at the Stuart Petroleum Co. in Jacksonville, FL.  Stuart  Petroleum is located at 30 deg 41 min N, 81 deg 28 min W, on the Saint  Johns River, approximately 0.25 miles South of Trout Creek.  The oil moved along the Saint Johns River with the incoming tide and  went approximately 1 mile up Trout Creek.  At this time, the oil  observed in Trout Creek is sheen only.  There are no dark oil stains  visible on the shoreline.  The contractor on-scene was hired by Stuart Petroleum and is currently  removing oil.  NOAA HMRAD suggests that the creek and marsh areas along  the shore of the Saint Johns River are environmentally sensitive areas.   NOAA recommends the collection of free-floating oil in the river where  possible, however oil stranded in the marsh will likely be washed out  naturally in the high-energy environment of the river (tides, currents,  river traffic).  The USCG COTP Jacksonville has not requested Strike Team or NOAA HMRAD  support, however did request information about oil evaporation.   Potential evaporation rates are 20-35%, but based upon the oil property  information provided by Stuart Petroleum, NOAA estimates evaporation  near 20% over a week.  Contact Information NOAA SSC Gary Ott      (804) 898-2335  (office)      (804) 879-1678  (cellular) MSO Jacksonville, PO Rick Boyko      (904) 232-2648  (voice)      (904) 232-2664  (fax)  USCG district 7.  Keyword: none.","<b>F/V Yukon; Womens Bay, Kodiak, Alaska<\/b> 1993-03-24<br />\n<i>diesel<\/i> - 5 m³<br />\nOn March 24, 1993, the USCG received a report of a capsized vessel.   The F/V Yukon, a 120-foot processor, had capsized at the dock in Womens Bay and was listing at 45? with approximately 3,000 gallons of diesel o board.  The RP hired a contractor who boomed the vessel with 18-inch harbor boom and 8-inch sorbent boom.  Divers were employed to plug the vents.  Crews were able to right the vessel using onshore bulldozers, but not until approximately 1,000 gallons of fuel had been lost.  Throughout the response, winds remained light and variable out of the south-southeast, blowing away from the sensitive tidal flats at the head of Womens Bay.  USCG district 17.  Keyword: sorbent boom.","<b>M/V  PACI; Old Plantation Creek, Virginia<\/b> 1991-05-03<br />\n<i>#6 oil<\/i> - 5 m³<br />\nOn May 2, 1991, the U.S. Coast Guard (USCG)  Station Cape Charles received a report of oil in the water near Old Plantation Creek, Virginia.  The product appeared to be 200 to 1,000 gallons of #6 oil, presumably spilled from the motor vessel PACI on April 29.\u000bA pollution response team was dispatched by the USCG Marine Safety Office (MSO) Hampton Roads.  The team reported sea grass with heavy oil washed up along 1 mile of the north beach of Old Plantation Creek, but they saw no free floating oil.  Oil samples were obtained and forwarded to the Coast Guard Oil Identification Laboratory (COIL) in New London, Connecticut.  USCG district 5.","<b>T/B BOUCHARD 125; Long Island Sound, New York<\/b> 1990-10-01<br />\n<i>#2 oil<\/i> - 5 m³<br />\nThe tank barge BOUCHARD 125 ran aground on Execution Rocks, north-northwest of Sands Point in Long Island Sound.  Approximately 1,000 gallons of #2 oil was spilled, causing a slick about 1 mile long and 1/2 mile wide.  USCG district 1.","<b>ACONCAGUA Grounding; Long Island Sound<\/b> 1990-04-11<br />\n<i>Bunker C oil<\/i> - 5 m³<br />\nTHE FOLLOWING INFORMATION IS BASED ON THE MOST CURRENT DATA PROVIDED TO NOAA. -  Important note concerning the NOAA \"HOTLINE\" Communications System: . . Please note that this system is used for NOAA internal communications and the reports are put in chronologically.  There is NO corrective \"post editing\" of the reports.  As a result of this, early reports may have information that later proved to be incorrect.  Sometimes these errors are corrected in a later report, but sometimes corrections are made over the phone or in-person, and no correcting message is entered.  This reflects the use of this system as a real-time spill communications system and is not intended to be an event-log. Please keep this in mind when reading HOTLINE reports for this incident. . If you have any problems with this system please contact the SSC on watch at 206-526-6317. At 0700 the SSC was notified of a potential oil release from a grounding by the container ship M/V Aconcagua, inbound enroute from New London, CT to NYC.  The position of the grounding was 40 52' N, 73 44' 40\" W, Execution Rock, in Long Island Sound.  The vessel had a potential of 1900 barrels of Bunker C oil. . Morning overflight observations indicated approximately 1000 gallons of oil on the water.  This was obsevered at the mouth of Hempstead Bay, Nassau County, NY. . MASS trajectory indicates oil coming ashore on the East side of Hempstead Bay, from Glen Cove Landing to Sea Cliff, and Sands Point Beach. . The ship is currently anchored north of Barker Point awaiting offloading of oil from the 3 damaged fuel oil tanks. . RPI indicated that the resources at greatest risk were shellfish, wading and shore birds.  There are several sheltered tidal marshes in the area.  Boom has been deployed at creek mouths and is presently being placed across Glenwood Landing. . Lant Area Strike Team and Navy SUPSALV enroute.  8 Coast Guard vessels on-scene. . SSC plans:  Stay available to OSC in case of additional release from ship during offloading process.  USCG district 1.","<b>Mellow Motors; Greenbrae, California<\/b> 1986-07-25<br />\n<i>Waste oil<\/i> - 5 m³<br />\nAt 0900 on July 25, 1986, the U.S. Coast Guard Marine Safety Office, (MSO), Alameda, California received a report that a 600 gallon capacity waste oil tank at Mellow Motors in Greenbrae California had overflowed.  Approximately 1,000 gallons of waste oil was released into a pipe, which leads to a storm drain with eventual access to an estuary that leads to San Francisco Bay.  Mellow Motors took full financial responsibility to clean up the spill.  The Coast Guard notified the California Department of Fish and Game, U.S. Wildlife Service, and local environmental groups involved in research of the nearby marshlands.  USCG district 11.","<b>F/V Lou ; Dry Tortugas<\/b> 2008-10-28<br />\n<i>Diesel<\/i> - 5 m³<br />\nF/V Lou sinks at 24Â° 43.4'N by 082Â° 48.18'W with 1000 gallons of diesel.","<b>F/V Allegura; Off Jupiter Inlet Florida<\/b> 2008-02-04<br />\n<i>diesel<\/i> - 5 m³<br />\nOn Feb. 4, 2008, the SSC was notified by the USCG that a 45 foot trawler, the F/V Allegura partially submerged and adrift 4 miles off Jupiter Inlet, FL with a 200 foot sheen observed.","<b>Mystery Spill; Delaware Bay, NJ<\/b> 2006-04-24<br />\n<i>Unknown oil<\/i> - NA m³<br />\nReports of oil in the upper Delaware Bay were received by NJ DEP and USCG.","<b>CELOTEX FACILITY; Philadelphia, PA<\/b> 1993-06-21<br />\n<i>mixed heavy oils<\/i> - NA m³<br />\nOn June 21, 1993, the USCG MSO in Philadelphia received a report from a tug boat captain through the National Response Center of an oil sheen in the Schuylkill River.  The sheen size was reportedly 200 feet by 1/2 mile.  At the time of the report the air temperature was 85?F, skies were overcast, and winds were southwest at 10 to 15 knots.\u000bA Marine Environmental Protection Team went to the scene and traced the source of the sheen to the former CELOTEX facility.  The MSO hired cleanup contractors for this federally funded cleanup; the facility owner refused to take responsibility.   Contractors placed boom in the water and began steam cleaning bulkheads, riprap, and pilings.  Oil-soaked soil leaking through a bulkhead proved to be the source of the slick.\u000bFound on the site were twenty-three tanks containing unknown product and sludge, three unmarked drums, bags of asbestos waste, hundreds of bales of shredded paper and other garbage, and two five-inch artillery shells.  Two tanks were unstable and many were without tops or had holes cut in them. The USCG contacted the Philadelphia Bomb Squad to remove the artillery shells and was contacted by the Philadelphia Environmental Crimes Unit concerning other possible legal infractions at the site.  An incident-specific RRT was convened.  It took two months to stabilize the site for possible hand-off to State or Federal EPA for long-term site remediation.  USCG district 5.  Keyword: bioremediation, ground truth, high-pressure warm-water washing, reoiling, sorbent boom, sorbent pompoms.","<b>Fishing Vessel Grounded in Chinese Harbor, Santa Cruz Island, CA<\/b> 2022-12-15<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn December 15, 2022, the USCG Marine Safety Detachment (MSD) Santa Barbara contacted their NOAA SSC to request trajectory support for the 59â F/V SPERANZA MARIE grounded in Chinese Harbor, Santa Cruz Island, CA.  The vessel reportedly ran aground in the early morning hours with 6 persons on board who were rescued without injury.  At the time, crewmembers reported a strong smell of diesel.  The vessel may have been carrying roughly 1,000 gallons of diesel at the time, though the maximum capacity is reportedly 4,000 gallons (total across 4 separate tanks). The grounding location is along the shores of the Channel Islands National Park (NPS) and within the Channel Islands National Marine Sanctuary (NOAA). USCG requested trajectory support as assets are mobilized to the scene.","<b>Spill of Soybean Oil into Grand River, Painesville, OH<\/b> 2022-08-14<br />\n<i>soybean oil<\/i> - 5 m³<br />\nOn August 13, 2022, an estimated 1000 gallons of soybean oil was discharged from a Painesville, OH facility into the Grand River. The USCG MSU Cleveland contacted the NOAA SSC to confirm any possible impacts and/or hazards. The NOAA SSC shared information with USCG on natural oil (non-petroleum) spills and contacted a NOAA chemist to verify further and support the proposed action. \u000b\u000bNo other requests have been made at this time.","<b>Spill from Container Vessel, South Side of Dodge Island, Miami, FL<\/b> 2022-08-13<br />\n<i>Fuel oil<\/i> - 5 m³<br />\nOn August 13, 2022, the USCG contacted the Office of Response and Restoration Emergency Response Division to report that an estimated 1000 gallons of oil were released from the 530-foot container vessel, the S A Sabrina, at the Port of Miami. Reports of bathers on Miami Beach getting oil on them were received on 13 August. Additionally, tarballs were reported on the beach about 5 miles north of Government Cut. USCG plans to survey the beach for additional tarballs and their extent. NOAA has indicated that shoreline oiling could also exist near the release location due to the time of release during high tide.","<b>Kitoi Bay Hatchery Release; Afognak Island, AK<\/b> 2019-11-22<br />\n<i>diesel<\/i> - 5 m³<br />\nOn 22-Nov-2019, the Alaska Department of Environmental Conservation (ADEC) reported a diesel fuel release at the Kitoi Bay Fish Hatchery in kodiak. The fuel leak was detected on 20-Nov during a fuel transfer to an underground storage tank.  The release is estimated to be from 200 to 1000 gallons.  MSD Kodiak is leading the case for the USCG.","<b>M/V MAERSK WOLFSBURG Diesel Spill; 3301 columbus blvd philadelphia, PA<\/b> 2018-04-30<br />\n<i>Diesel Fuel<\/i> - 5 m³<br />\nOn April 30, 2018, the USCG Sector Delaware Bay notified the NOAA SSC about a marine diesel spill as a result of a refueling operation at Packer Marine Terminal, Philadelphia, PA. Cause unknown. Potential volume is 1,000 gallons spilled, sheen observed in Delaware River.","<b>Pier 88 Newark Bay Diesel Release; Avenel, NJ<\/b> 2018-04-25<br />\n<i>Diesel Fuel<\/i> - 5 m³<br />\nOn April 25, 2018, the NOAA SSC received a notification from USCG Sector New York about a 1,000 gallon diesel fuel spill that took place in Newark Bay, New Jersey during a bunkering operation. USCG requested a trajectory analysis.","<b>PBF Energy Refinery Oil Spill; 815 Clonmell Rd, Paulsboro, NJ 08066, USA<\/b> 2018-02-02<br />\n<i>marine diesel fuel<\/i> - 1 m³<br />\nOn February 2, 2018, the USCG Sector Delaware Bay notified the NOAA SSC of an oil spill that occurred earlier in the day at the PBF ENERGY Refinery, Paulsboro, New Jersey. Approximately 1,000 gallons of marine diesel spilled into the Delaware River. USCG requested a resources at risk analysis and clean up recommendations.","<b>M/V Shelf Venture; Baptiste Collette, LA<\/b> 2016-04-27<br />\n<i>Marine Diesel<\/i> - 9 m³<br />\nOn April 27, 2016, the USCG Sector New Orleans (Sec NOLA) contacted the NOAA Regional Response Officer (RRO) regarding the grounding of motor vessel (M/V) SHELF VENTURE in Baptiste Collette, LA. The vessel sustained a 8ft by 3in gash on its port side, damaging the port fuel tank. The USCG determined that the contents of the tank, approximately 1000 gallons of diesel, had discharged into the Baptiste Collette. The USCG has requested a trajectory as well as a resources at risk.","<b>Good Friday Oil Spill - Forest City Yacht Club; Cleveland, Ohio<\/b> 2015-04-03<br />\n<i>Lube Oil 80% Mineral Oil<\/i> - 14 m³<br />\nOn April 3, 2015, MSU Cleveland notified the NOAA SSC of an unidentified black oil spill at the Forest City Yacht Club in Cleveland, Ohio. First responders reported approximately 1000 gallons of black oil in the water and fouled on ice and along the shoreline. The source has been identified as an outfall located in the marina. USCG requested trajectory, fate, and resources at risk.","<b>Mystery sheen; Ballard, WA<\/b> 2014-09-02<br />\n<i>Unknown<\/i> - 5 m³<br />\nOn September 2, 2014, USCG Sector Puget Sound notified NOAA ERD of an estimated 1000 gallon sheen of mixed diesel/hydraulic/motor oil in Salmon Bay of Ballard (Seattle), WA. An OSRO is on-scene and has the sheen partially boomed.","<b>USCGC Mackinaw; Detroit River, near Detroit , MI<\/b> 2014-02-04<br />\n<i>marine diesel<\/i> - 5 m³<br />\nOn February 4th, 2014, USCG Sector Detroit notified the SSC of a spill that occurred on the Detroit River near Detroit, MI.  At approximately, 1215 local time, the USCGC MACKINAW released approximately 400 to 1,000 gallons of marine diesel into the Detroit River while fueling.  The river had approximately 6/10 ice coverage at the time of release.  Sector Detroit requested a trajectory for worst case discharge (1,000 gallons) as well as information on the possible fate of the product.","<b>Calumet River release; Calumet River, Il<\/b> 2013-10-10<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn October 10, 2013 the USCG Marine Safety Unit Chicago notified the NOAA Scientific Support Coordinator of a diesel spill.  Approximately 750-1000 gallons of diesel fuel spilled into the Calumet River during a fuel transfer to a tugboat.","<b>Shrimp Boat Aground; South Pass, Mississippi Delta, LA<\/b> 2008-12-02<br />\n<i>Diesel Fuel<\/i> - 5 m³<br />\nOn Monday night, 1 Dec. 2008, the USCG performed a rescue of the crew of a sinking shrimp boat off in the Gulf of Mexico off South Pass.  The crew was reported safe, but the abandoned fishing vessel was reported left in gear and moving at an estimated 3 knots.  On Tuesday morning at approximately 1000 hrs (local time) the vessel was spotted aground on the W side of South Pass with the engines still engaged (prop wash was observed).  The vessel was reported to have 1000 gallons of diesel onboard.  USCG Sector New Orleans has requested a trajectory analysis.","<b>KMTEX Pyrolysis Gas; Port Arthur, TX<\/b> 2008-05-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 21, 2008, NOAA ERD was contacted regarding a release of approximately 1000 gallons of pyrolysis gas (high levels of Benzene) at the KMTEX facility in Port Arthur, TX.  The material, although highly flammable, was boomed off.  USCG requested fates of the spilled material and potential inhalation and explosion hazards. USCG also requested recommendations on whether to maintain the containment boom or not.","<b>ITB Joyce Van Ekenbort; St. Mary's River, MI<\/b> 2007-05-24<br />\n<i>Diesel #2<\/i> - 5 m³<br />\nThe integrated tug barge (ITB) Joyce Van Ekenbort spilled 500-1000 gallons of No. 2 diesel fuel into the St. Mary's River in Michigan, near the US-Canada border.","<b>Cooper River Spill; Charleston, SC<\/b> 2002-09-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 30 September NOAA Hazmat was notified of a spill of an unknown quantity of what was described as #6 fuel oil from an unknown source into \u000bthe Cooper River.  \u000bShoreline impacts are reported in south end of Charleston harbor and, oil is \u000breported in vicinity of James Island and Fort Sumpter.","<b>M/V Cape Douglas; Womens Bay, Kodiak, Alaska<\/b> 1998-09-01<br />\n<i>diesel<\/i> - NA m³<br />\nOn September 1, 1998, Marine Safety Detachment (MSD) Kodiak reported a sheen approximately 1 mile long by 1/2 mile wide of light product with concentrations 1/2-  to 3/4-inch thick near the Lash Dock in the northwest portion of Womens Bay in Kodiak, Alaska.  Several fishing vessels, the tug Point Oliktok with a barge, and the landing craft Cape Douglas were in the area, but the source of the product was unknown.\u000bInitially, containment boom was deployed from Frye Point to the Nyman Peninsula to protect sensitive salmon streams.  Boom was deployed to form a collection point at Lash Dock and two vacuum trucks and a skimmer were brought on-scene.  The recovery effort was effective.  Some oil outside the boomed area was seen on an overflight the morning of September 2.  Approximately 1 mile of shoreline has been impacted.  USCG district 17.  Keyword: containment boom, skimmers, vacuum trucks.","<b>F/V PACIFIC EAGLE; Humboldt Bay, Ell River Basin, California<\/b> 1989-03-01<br />\n<i>Number 2 diesel fuel, lube oil, propane<\/i> - 9 m³<br />\nOn March 1, 1989, the 70-foot, steel-hulled fishing vessel PACIFIC EAGLE ran hard aground in heavy seas on a beach one mile south of the entrance to the Ell River.  The vessel carried 2,000 gallons of number 2 diesel fuel, several barrels of lube oil, and a propane tank.  The U.S. Coast Guard rescued three people and observed a sheen emanating from the vessel.  USCG district 11.","<b>Tug KIDD; Marco, Florida<\/b> 1989-02-28<br />\n<i>Diesel fuel<\/i> - 5 m³<br />\nOn February 26, 1989, the tugboat KIDD sank 12 miles west of Marco, Florida in 41 feet of water.  The tug contained approximately 1,000 gallons of diesel fuel.  The entire cargo of diesel leaked out of the tanks through the vents and dissipated.  There were no reports of impacts.  USCG district 7.","<b>MacLouth Steel Petroleum; Trenton, Michigan<\/b> 1988-04-01<br />\n<i>Effluent - oil<\/i> - 5 m³<br />\nNOAA/OMA was notified of the situation on April 1, 1988, by the U.S. Coast Guard Captain of the Port (COTP) Detroit, and asked to address the need for shoreline cleanup action to be taken by MacLouth.  On April 6, the NOAA Scientific Support Coordinator (SSC) visited the MacLouth site with Coast Guard COTP Detroit investigators.  Observations included a continuous discharge from the clarifier outfall and residual oil along shoreline as far as one-half mile downriver.   A second visit by boat was made on April 13.  The discharge was continuous throughout this visit as well.  Nonimpacted shoreline above the discharge and bottom samples from the nearshore area further delineated the extent of contamination.   Calculations of the impact suggest a volume of between 100 and 1,000 gallons of residual petroleum along the shoreline.  This volume of petroleum would likely dissipate in a matter of weeks once the release was discontinued.  The surrounding area along the Detroit River was also considered in making the recommendation.  NOAA recommended that, once discharge was controlled, the shoreline should be evaluated to ensure that residual petroleum does not persist beyond the expected period.  USCG district 9.","<b>Carrol & Carrol; Savannah, Georgia<\/b> 1987-03-26<br />\n<i>Oil<\/i> - 5 m³<br />\nOn March 26, 1987, the U.S. Coast Guard Marine Safety Office (MSO), Savannah, received a report of 500 to 1,000 gallons of heavy dark oil in the Savannah River.  The oil appeared to be weathered, with no apparent source.\u000bAn employee of Southern Railroad later reported oil in a drainage ditch.  The train crew walked the ditch bank from Dundee Canal to an apparent source on the property of Carrol & Carrol, Inc.  A pool of black oily material had collected beneath an over-the-road tank trailer parked on the property.  Black oil was traced via a drainage ditch to the Dundee Canal, which leads into the Savannah River.  USCG district 7.","<b>M/V Ulla Karin; Bahia Las Cabezas, Cabo San Juan, Puerto Rico<\/b> 1986-06-17<br />\n<i>Diesel fuel<\/i> - 5 m³<br />\nAt approximately 1800 on January 16, 1986, the 90-foot vessel Ulla Karin, carrying 500-1000 gallons of diesel fuel, grounded on a sand bottom between several coral reefs in Bahia Las Cabezas, near Cabo San Juan, Puerto Rico.  The vessel was apparently intentionally grounded by its captain because the engine room was flooding.  The U.S. Coast Guard observed approximately three feet of water in the engine room and main storage compartment.\u000bThe vessel master and a crew member went ashore at 2000 and reported the vessel situation to the Fajardo Marine Police, who notified the U.S. Coast Guard.  USCG district 7.","<b>F/V Maranatha and Tug Mary L Collision; Tampa Bay FL<\/b> 2009-02-12<br />\n<i>diesel<\/i> - 18 m³<br />\nThe F/V Maranatha and Tug Mary L collided at 1905 (local)in Tampa Bay near the\u000bPort Manatee Entrance at position 27-39.5N; 082-35.5W during heavy fog.  The\u000bMaranatha's fuel tank was damaged.  The tank had 4000 gallons of diesel in it\u000band the Captain reported that he plugged the tank and estimates through\u000bsoundings that 1500 gallons had spilled.  The Tug was not damaged.  Boom is\u000bexpected to be on scene  around 2300 (local).","<b>ST Serv. Diesel; Savannah River<\/b> 1997-12-05<br />\n<i>diesel fuel<\/i> - 5 m³<br />\nA 20,000 Bbl capacity storage tank at the ST Services facility on the Savannah River was overfilled with diesel fuel.  The RP estimates 1000 gallons have spilled into diked containment area surrounding the tanks.  There is concern that the overfilling could have overstressed the tank and could lead to a leak or even catastrophic failure of the tank.  NOAA HAZMAT is providing a Resources at Risk Report and ADIOS oil fate information to the MSO.  USCG district 7.","<b>Hydraulic Spill - Hood River, OR; Columbia River at River Mile 170<\/b> 1997-04-21<br />\n<i>Hydraulic Oil<\/i> - 5 m³<br />\nThere was a 1000 gallons hydraulic spill on the Columbia River at River Mile 170.  This is 25 miles above the Bonneville Dam in the vicinity of Hood River, OR.  The spill occurred at 2100 PDT on April 20 as a result of a hydraulic line break on the M/V QUEEN OF THE WEST at approximately mid channel.  The spill is in the EPA Response Zone.  The Coast Guard at MSO Portland is responding until EPA can arrive on scene. The MSO requested the NOAA SSC to provide trajectory, weather, and resources at risk.  USCG district 13.","<b>OSV V-ROVER Allision; Gulf of Mexico, TX<\/b> 2009-01-16<br />\n<i>Synthetic-Based Drilling Mud<\/i> - 205 m³<br />\nOn the evening of 16 Jan. 2009, the USCG notified the regional NOAA Scientific Support Coordinator of an allision of the OSV C-ROVER with a MODU in the general area of the Flower Garden Banks National Marine Sanctuary (FGBNMS).  While completing transfer operations of synthetic-based drilling mud, the C-ROVER hit Column No. 4 on the Semi-Submersible MODU.  The reported position was 27Â° 22.9â N Lat. 094Â° 38.99â W Long. (S of the FGBNMS).","<b>Tug Russel B Murray; Hampton Roads, VA<\/b> 2007-07-13<br />\n<i>Diesel<\/i> - 155 m³<br />\nAt 0900 on 13 July 2007, the Tug Russel B. Murray grounded north of the Newport News Channel on the Newport News Bar. (36deg 57.800N, 076deg 23.040W) An unknown amount of the 34,000 gal of diesel fuel was released. Boom and sobents were deployed. After initial grounding, vessel suffered loss of power and was floating freely until USCG secured vessel and brought it dockside. Damage to hull being temporarily repaired. USCG anticipating that remaining fuel will be lightered later this evening.  USCG requested weather and trajectory analysis from NOAA.","<b>Port Walter Spill; Port Walter, AK<\/b> 2000-11-18<br />\n<i>heavy oil<\/i> - NA m³<br />\nAt 1100 AST on Saturday, Nov. 18, 2000 the NMFS Resident Mechanic of the Little Port Walter's (LPW) Research Station, Brad Weinlaeder, reported an oil spill in the bay forming Port Walter (also known as Big Port Walter - BPW) along the east side of Baranoff Island in southern Chatham Strait, Southeast Alaska.   Further investigations revealed the spill had originated from an old unknown above ground storage tank hidden back in heavy underbrush along a steep shoreline at a long abandoned herring reduction plant site at New Port Walter (NPW) Cove.   The NPW Cove herring plant site is about 1.2 miles by water from the LPW station and roughly one-half  mile along the north shoreline inside BPW.  The plant apparently last operated in the early 1930's.  Little evidence of the plant remains today and what is left is in ruins and out of sight.  USCG district 17.","<b>Barge OCEAN STATE; Manhattan Island, NY<\/b> 1998-09-05<br />\n<i>gasoline and #2 fuel oil<\/i> - NA m³<br />\nAt approximately 0330 EST the tank barge OCEAN STATE ran hard aground on the shore of the East River at 36th Street on Manhattan Island, north of the Williamsberg Bridge and south of Newtown Creek.\u000bThe barge is loaded with 80,000 barrels of gasoline and 90,000 barrels of #2 fuel oil.  The vessel operator reports that both products are leaking.  USCG district 1.","<b>Green Canyon Deep Water Release Block 645; LA<\/b> 2004-12-17<br />\n<i>Unspecified Oil<\/i> - NA m³<br />\nOn December 16, 2004 t an oil spill occured in\u000bGreen Canyon Block 645, approximately 100 miles offshore, south of Terrebonne\u000bBay, LA. The source appeared to be subsurface. Quantity and cause unknown.","<b>Pipeline Spill; Off Flower Gardens, TX<\/b> 2004-01-27<br />\n<i>Crude oil<\/i> - 4 m³<br />\nNear the Flower Garden Banks offshore of Texas a pipeline spilled 23 bbls of oil.  NOAA provided weather.","<b>T/V STAVANGER PRINCE; Plaquemine, Louisiana<\/b> 1991-03-20<br />\n<i>Arabian crude oil<\/i> - 4 m³<br />\nOn March 20, 1991, the Norwegian tank vessel STAVANGER PRINCE,  loaded with 500,000 barrels of heavy Arabian Crude, was moving up the Mississippi River to an EXXON refinery near Baton Rouge, Louisiana.  The STAVANGER collided with hopper barges (in push arrangement) tended by the motor vessel JOE PAT EKSTEIN at mile marker 209, about 12 miles south of Baton Rouge, next to the village of Plaquemine, Louisiana.  The 810-foot STAVANGER received a 4-foot long split in a seam 2 feet above the water line in her #5 starboard cargo tank and released an estimated 924 gallons of Arabian crude into the river.\u000bAfter the collision, STAVANGER moved to an anchorage nearby and the EKSTEIN moved her barges to a position about 2 miles downstream.  Reportedly, oil was covering the river bank-to-bank from mile marker 210 to 190.   The Federal On-Scene Coordinator from the U.S. Coast Guard Marine Safety Office (MSO) New Orleans closed the river at 0745 for safety reasons and to allow for the unrestricted cleanup of an apparent major oil spill.  Plans were made to deploy deflection booms to bring the oil near shore for recovery.  USCG district 8.","<b>Grand Isle 47C; Sector Morgan City, LA<\/b> 2007-07-06<br />\n<i>Diesel Fuel<\/i> - 4 m³<br />\nReceived report of 900+ gal discharge of oil from offshore platform into Gulf of Mexico.  Morgan City requesting trajectory to assess whether oil will impact shoreline.","<b>USS  Kiska; 15 miles southwest of the Farallons Islands<\/b> 1992-01-10<br />\n<i>oil/oil-water mix<\/i> - 4 m³<br />\nOn January 10, 1992, the USS Kiska, a U. S. Navy (USN) ammunition ship, intentionally discharged 900 gallons of oily water waste and lubricating oil to avoid a fire hazard.  The hazard was caused when a flange on a lubricating oil pump failed, spilling several hundred gallons of lube oil into the bilges.  The accident occurred 15 nautical miles southwest of the Gulf of the Farallons National Marine Sanctuary.  At the time of the spill, the winds were out of the northwest at 20 to 30 knots.  The oil was not expected to reach land.\u000bThe USN contacted the National Response Center, which in turn contacted U.S. Coast Guard (USCG) Marine Safety Office (MSO) San Francisco.  The USCG conducted overflight operations but observed no oil.\u000bThe case was closed on January 11, 1992.  USCG district 11.  Keyword: Gulf of the Farallons National Marine Sanctuary.","<b>Cooking Oil Recycling Facility Spill; Duwamish Waterway, WA<\/b> 2021-09-21<br />\n<i>Cooking Oil<\/i> - 0 m³<br />\nOn the afternoon of Sept. 21, 2021, the NOAA SSC was notified of an approx. 900 gallon spill of cooking oil at the Mahoney Environmental Restaurant Cooking Oil Recycling Facility. The incident occurred after a truck collided with a used cooking oil storage tank at the facility. A majority of the oil spilled on concrete and was recovered. Approx. 200 gallons flowed into a bioswale near the Duwamish River, saturated the soil, and is creating a sheen on the Duwamish which is boomed. USCG SPS has hired a contractor to remove oil saturated soil from the bioswale.","<b>Port Manatee Oil Spill; Tampa Bay, FL<\/b> 2006-09-18<br />\n<i>#6 HFO<\/i> - 5 m³<br />\nFlorida DEP/BER reported that approximately 1000 gallons of HFO was released from a containment area at Port Manatee.  Later determined to be a small leak from a 30\" unused pipeline that was not under pressure.  The oil was moving into Tampa Bay to the northwest.  A command post was established at Port Manatee Cruise terminal.  Later volume into the water was estimated as 500 gallons of #6 HFO.  Minimal environmental impacts.","<b>T/V Provence; Portsmouth, New Hampshire<\/b> 1996-07-01<br />\n<i>#6 Fuel Oil<\/i> - 4 m³<br />\nAt approximately 2245 Eastern Daylight Time, July 1, 1996, (spring tides) during off-loading operations at a Public Service of New Hampshire (PSNH) dock on the Piscataqua River, the T/V Provence  broke free of 21 mooring lines securing her to the dock.  Two 10-inch diameter hoses were severed, releasing approximately 21 barrels (880 gallons) of heavy #6 oil into the river.  The vessel had been carrying 250,000 barrels of #6 oil used to generate electricity at the PSNH Newington Station.  The Provence  drifted to the Maine side of the river and grounded in the mud.  A rock jammed in the anchor when the vessel retrieved it while preparing to go to anchorage.    The fluke of the anchor was held in the open position and punctured the vessel just above the turn of the bilge.  There was very little oil in the punctured tank and little, if any, escaped.  The hole in the vessel was not discovered for several days.  Dispersants were discussed as a response option, but were not used due to the nature of the oil.  USCG district 1.  Keyword: none.","<b>Pleasure Craft Collision; Pt. Roberts, WA<\/b> 2004-01-01<br />\n<i>Diesel<\/i> - 5 m³<br />\nyacht coll.; 500 gal #2; fire in marina; Wx/Verbal","<b>Barge HMS 2000; Port Angeles, WA<\/b> 2012-11-07<br />\n<i>IFO 308<\/i> - 4 m³<br />\nUSCG Sector Puget Sound notified the NOAA SSC that at 0320 this morning the Barge HMS 2000 spilled 840 gallons of IFO 380 heavy fuel oil at the Harley Marine Service Facility in Ediz Hook in Port Angeles, Washington.  The spill was reported to be the result of an overfill.  The barge was pre-boomed and the oil was reportedly contained.  Responders are currently on-scene recovering oil. USCG requested trajectory support. NOAA personnel at the Olympic Coast National Marine Sanctuary have been notified and have provided assistance to NOAA ERD with observations from their offices in Port Angeles.","<b>Hillcorp Energy Oil Spill; Venice, LA<\/b> 2009-05-12<br />\n<i>Crude Oil<\/i> - 4 m³<br />\nOn 12 May 2009, the regional NOAA Scientific Support Coordinator (SSC) was notified of a crude oil spill in Venice, Louisiana.  The USCG reported that 20 bbls of oil was lost into an adjacent marsh from a pipe failure during a pressure test.  The oil is contained in a small pond and fringe marsh area immediately adjacent to the facility.  The USCG requested that we assess the potential use of in-situ burning to mitigate the spill.","<b>Hurricane Gustav - Tank Battery; NW Breton Sound, LA<\/b> 2008-09-03<br />\n<i>Crude Oil<\/i> - 4 m³<br />\nAt approximately 1000 (CDT) an USCG overflight reported a 50 yd x 50 yd patch of oil around a tank battery in NW Breton Sound, LA with sheen extending for 1 mile-no direction given.  Initial estimate is 20 bbls of crude oil. ERD was contacted to provide oil spill trajectory information.","<b>HillCorp Tank Battery 25; Timbalier Bay, LA<\/b> 2008-05-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 28, 2008, the USCG contacted the NOAA SSC regarding a spill from HillCorp Tank Battery 25 in Timbalier Bay, LA, at position 29Â° 05'N, 90Â° 27'W.  The spill volume was reported as 20 bbl water and 20 bbl product.  The release was reported at 06:15 local time.  USCG requested trajectory support.","<b>Bayou Sorrel Oil Spill; Atchafalaya Basin, LA<\/b> 2007-10-01<br />\n<i>Crude Oil and Production Water<\/i> - 4 m³<br />\nOn Sunday night, 30 September 2007, USCG Marine Safety Unit Baton Rouge received a report from a local citizen of a football field size, black oil slick in a canal north of Bayou Sorrell.  No Responsible Party was immediately known.  With the help of the local citizen that reported the incident, some boom was deployed Sunday night by cleanup workers hired by the USCG.  The volume of spilled oil was estimated as 20 barrels spread out into several pockets. The area is primarily freshwater swamp with bayous and canals and is part of the Atchafalaya Basin.  Since the initial response, an adjacent facility operator has taken over responsibility for the cleanup.","<b>Overseas Chicago; Barber's Point, Oahu<\/b> 2001-01-28<br />\n<i>Alaska North Slope Crude<\/i> - 4 m³<br />\nOn January 28, 2001 at 0720 local time, approximately 20 barrels of Alaska North Slope Crude oil was lost near the single point mooring during a transfer operation.  It is estimated that the fuel leaked for about 4 seconds before being shutoff.  On-scene winds were reported at 12-15 knots from the East.  On-scene seas were reported at 2-3 feet out of the East. Initial overflight information from Sunday afternoon indicated oil was moving westward and breaking into streamers.  USCG district 14.","<b>Galveston Bay Pipeline Leak; Galveston Bay, TX<\/b> 2000-04-20<br />\n<i>condensate crude oil, natural gas<\/i> - NA m³<br />\nAt 1320 hrs CDT, the NOAA SSC was notified by MSU Galveston of an apparent pipeline leak north of Bolivar Peninsula in Galveston Bay, TX.  A USCG helicopter initially observed the leak at 29? 24.5' N Lat. and 94? 47' W Long. at approximately 1145 hrs CDT.  A video tape and visual observations were passed to MSU Galveston.  At the time of the initial observation, the release point was clearly observable as a bubbling whitish area suggesting that the pipeline was carrying mostly natural gas.  Sheens and dark oil were also observed suggesting that condensate crude is being released as well as gas.  Oil sheens were observed from the source to a distance greater than 1 mile.  The volume of oil spilled, at present, may be only 20 bbl (a field estimate only).  The USCG has requested weather and trajectory support from the NOAA Scientific Support Team.  USCG district 8.","<b>E Cameron Block; East Cameron Block, TX<\/b> 1999-02-09<br />\n<i>light crude oil<\/i> - 4 m³<br />\nUSCG notified the NOAA SSC of a crude oil spill(initial estimate is 20 bbl) at East Cameron Block 272 (28? 29' 52\" N - 92? 37' 39\" W).  The spilled oil is a light crude oil with an API of 28.7 degrees.  A 3 mile by 0.25 mile slick has been reported.  A Falcon overflight from Air Station Corpus Christi, Texas has been requested.  Dispersants are being considered should the volume released be considered a significant nearshore and shoreline threat.   The rig is located approximately 70 miles offshore.  Preliminary assessment suggest that if the estimated volume released remains low (less than 100 bbl), environmental risk is low.  NOAA HAZMAT will develop a detailed trajectory and transport/fate analysis when information from the overflight is received.  The SSC is working closely with MSO Port Arthur on spill trajectory and dispersant considerations.  NOAA SSC is standing by.  USCG district 8.","<b>Timbalier Bay; Timbalier Bay, Louisiana<\/b> 1997-11-20<br />\n<i>Timbalier Bay crude<\/i> - 4 m³<br />\nOn November 18, 1997, 15 to 20 barrels of Timbalier crude was spilled from a tank battery just north of East Timbalier Island.  On November 21, the MSO reported that there had been no impacts to Timbalier Island throughout the night and that overflights and beach surveys throughout the day failed to detect any product, either on the beach or in the surrounding waters. \u000b\u000bAs of November 24, no product or beach impacts had been detected.  It is possible that less product than originally thought was spilled.  Evaporation and dispersion could have aided the product's natural removal and the passage of a front and associated wind shift from the north could have moved the oil offshore.  USCG district 8.","<b>Seal Beach Well Blowout; Seal Beach, California<\/b> 1990-10-31<br />\n<i>Crude oil<\/i> - 4 m³<br />\nOn October 30, 1990, a drilling rig within the Seal Beach National Wildlife Refuge (NWR) blew out.  The blowout resulted when the drill hit a high pressure gas pocket and a bolt on the safety collar gave out.  Natural gas and a mist of approximately 20 barrels of crude oil were propelled into the air.  The oil mist was carried into the adjacent tidal wetlands by the wind.  Breit Burn Energy Corporation, the owners of the drilling rig, assumed responsibility, and hired L & J Vaughtco International to clean up the spill.  The United States Fish and Wildlife Service (USFWS) supervised the cleanup and bioremediation operations.  USCG district 11.  Keyword: National Wildlife Refuge, United States Fish and Wildlife Service (USFWS), blowout..","<b>Placid Oil Company; Catahoula Lake, Alexandria, Louisiana<\/b> 1989-05-25<br />\n<i>Oil<\/i> - 4 m³<br />\nAt 0830 on May 24, 1989, an oil slick was observed on Catahoula Lake, Louisiana, emanating from a central location near Mosquito Point, perhaps from leaking or broken oil collection lines leading from wells operating in the area.\u000bCatahoula Lake, 10 miles long by 3-1/2 miles wide, is about 20 miles northeast of Alexandria, Louisiana.  The lake is one of the State's more significant inland recreational resources and is the site of a national wildlife refuge.  Freshwater commercial fishing, oil production, sportfishing, and wildlife studies are some of the more notable activities associated with the lake.\u000bEarly on May 25, the slick was estimated at 15-20 barrels by the State, and covered an area measuring 5-1/2 miles long by one mile wide.  The oil was moving toward the Catahoula Wildlife Refuge and Bird Island on the northeast end of the lake.  Lake waters were 12-13 feet above normal due to heavy spring rains and already flooding wading bird nesting areas and vegetation.  \u000bExxon Oil Company, owner/operator of some of the production facilities in the lake, was attempting unsuccessfully to contain the oil.  They also reported that their collection lines had just been pressure-checked and were not leaking any product.  USCG district 8.","<b>Marathon Spark Platform; Upper Cook Inlet, Alaska<\/b> 1988-11-14<br />\n<i>Cook Inlet crude<\/i> - 4 m³<br />\nOn November 14, 1988, a water well off the Marathon Oil Company Spark platform accidentally communicated with an oil reservoir, releasing approximately 20 barrels of Cook Inlet crude into Upper Cook Inlet, Alaska.  A snow storm and poor visibility prevented the U.S. Coast Guard from monitoring the oil slick until that afternoon.  USCG district 17.","<b>Release on Oil Platform, Main Pass Block 35; Buras-Triumph, LA<\/b> 2023-11-08<br />\n<i>crude<\/i> - 4 m³<br />\nOn November 8, 2023, A TPIC platform in Main Pass Block 35 reported a release of approximately  20bbl crude oil into the Gulf of Mexico from the flare scrubber.  The release was secured and OSRO onsite.  The USCG requested fate & trajectory.","<b>Spill from Bulk Transfer Pipeline in Barataria Bay, Lafitte, LA<\/b> 2023-07-08<br />\n<i>crude<\/i> - 4 m³<br />\nOn July 8, 2023, Hilcorp Energy reported a release of approximately 20bbl of oil from a  bulk transfer pipeline in Barataria Bay.  An approximately 5-acre island of marsh and adjacent waterway was impacted.","<b>Bunker Oil Discharge from Tanker into Lower Mississippi River, Almedia, LA<\/b> 2022-07-28<br />\n<i>VLSFO<\/i> - 4 m³<br />\nOn July 28, 2022, the tanker HAFNIA RHINE discharged an estimated 10-20 barrels of bunker oil into the Lower Mississippi River at mile marker 115 near Almedia, LA (approximately 15 miles upriver from New Orleans).  The USCG requested a trajectory and on-site support.","<b>TPIC  In Situ Burn, South Pass 24, LA; 9, LA, USA<\/b> 2021-01-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 19, 2021, the USCG Sector New Orleans IMD called NOAA SSC reporting an estimated 10- 20 bbls of crude oil discharged from a flowline owned by TPIC in South Pass 24 in Plaquemines Parish. USCG, State, and RP have agreed on In situ burn as the response method for this incident.","<b>Time Energy Cox Bay Crude Spill and In-situ Burn; LA, USA<\/b> 2019-08-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 15, 2019, the USCG was notified of a crude oil spill from a Time Energy flow line in Cox Bay. A reported 20 bbl have impacted approx 200 x 600ft of marsh. Source is secured and the USCG requested evaluation of potential to conduct an in-situ burn.","<b>M/V Sunfighter Allision in Breton Sound, LA; Louisiana, United States<\/b> 2018-06-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 7, 2018, the  M/V Sunfighter struck the Breton Sound 18 platform owned by Lobo Operating, Inc..  An estimated 20 bbls of crude oil was released into Breton Sound. The USCG requested a trajectory and fate analysis.","<b>Kent Bayou Discharge; LA, USA<\/b> 2018-02-15<br />\n<i>Oil<\/i> - 4 m³<br />\nOn February 15, 2018, the U.S.DOI contacted the NOAA SSC regarding an ~20bbl discharge from an overflowing storage tank into the adjacent bayou.  LDWF reported six (6) alligators, a multitude of migratory birds, and one bald eagle nest in the vicinity of the discharge.  USCG notified. Forefront Emergency Management was reported to be leading the response on behalf of the RP. Wildlife Response Services has been activated to address any oiled wildlife.","<b>MV Flag Gangos; Gretna, LA<\/b> 2014-08-13<br />\n<i>Petroleum Slurry, #6 Fuel Oil,<\/i> - 64 m³<br />\nOn August 12, 2014, at 10:25 PM, the MV Flag Gangos collided with MV Pamisos at the dock of the International Matex Terminal, breaking some hoses on the dock and a barge.  The Facility is near Mississippi River Mile Marker 97.2.  On August 13, at 1:10, Coast Guard notified the NOAA SSC that the collision had resulted in a discharge of approximately 20 barrels of #6 fuel oil into the River. (NRC#1092114).  The USCG requested an oil trajectory to support response operations","<b>Petroleum Resource Management; Port Sulphur, LA<\/b> 2014-06-10<br />\n<i>Crude oil<\/i> - 0 m³<br />\nOn June 7, 2014, the NOAA SSC was notified by USCG Sector NOLA of a 20 barrel spill in a marsh near Port Sulphur, LA.  NOAA provided resources at risk analysis and marsh cleanup endpoints.","<b>Platform Spill; LA<\/b> 2003-10-17<br />\n<i>Crude oil<\/i> - 4 m³<br />\n20 barrels of product spilled from a platform in Lousiana.  NOAA was not asked to provide support.","<b>Mystery Slick, Terrebonne Bay; Atlantic City, New Jersey<\/b> 1998-07-26<br />\n<i>Oil<\/i> - NA m³<br />\nOn July 26, 1998,  MSD Houma reported a slick of unknown origin approximately 3 miles south of Terrebonne Bay/Timbalier Island.  The slick was reported to be 200 yards wide by 2 miles long.  The slick was composed of rainbow sheen and dark, streaky brown oil.  The heaviest oil appeared to cover an area of 10 yards by 3/4 mile.  On-scene reports had the oil moving to the northeast.  On-scene weather was reported to be light winds from the south-southwest and calm seas.  USCG district 3.","<b>LAWRENCE PETROLEUM; PASS A LOUTRE, LA<\/b> 1991-12-16<br />\n<i>Mistaken Oil Spill<\/i> - 0 m³<br />\nOVERFLIGHTS BY USCG AIRCRAFT AND INSPECTION BY USCG BOATS INDICATE THAT THERE NEVER WAS AN OIL SPILL. DARK, FOAMY SILT ON THE WATER WAS MISTAKEN FOR OIL. CASE CLOSED.  USCG district 8.","<b>F/V Windrunner; Womans Bay, Kodiak, Alaska<\/b> 1991-11-24<br />\n<i>oil<\/i> - NA m³<br />\nOn November 24, 1991, personnel at the U.S. Coast Guard (USCG) Kodiak Air Station reported a large oil sheen emanating from the fishing vessel Windrunner, which had been derelict and abandoned for more than a year.  Investigators reported that the vessel was lying on its port side leaking fuel.  A helicopter flight reported several large pockets of sheen scattered in Womans Bay and that the shoreline had been slightly impacted from Brun Point to Blodgett Island.  USCG district 17.  Keyword: rocky shoreline.","<b>Mystery Oil Slick1; Key Largo, Florida<\/b> 1987-06-16<br />\n<i>Oil<\/i> - NA m³<br />\nOn June 16, 1987, the U.S. Coast Guard Marine Safety Office  (MSO) in Miami was notified of an oil slick near Molasses Reef in Key Largo. The slick was reported to measure 7.1 nautical miles long by 100 yards wide.  USCG district 7.","<b>Well head #32; Gulf of Mexico, Ship Shoal, AL<\/b> 1986-05-23<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V hit an oil rig on Ship Shoal, well head #32. Vessel was abandoned. Blow out was reported; brown liquid shooting 20' into the air. 0525PDT blow out preventer fired and is working. Estimated loss 15-20 barrels mixed oil and water.","<b>Shell Platform 26; Gulf of Mexico, Louisiana<\/b> 1970-12-01<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn December 1, 1970, Shell Oil Co. Platform 26 exploded and caught fire.  The platform included 22 production wells with a capacity of 15,000 barrels of crude oil per day.  The flames from the burning platform blazed 400 feet into the air.  The 21-B well, with a 424-barrel per day capacity, ruptured 12 feet above the water.  By December 3, the service crane had collapsed towards the center of the platform at a 60? angle.  Burning oil covered the surface of the water within 50 feet of the platform.  By December 7, well No. 21-B was contributing to 30-50 percent of the fire.  Shifting winds, fog and rough seas slowed response efforts at times.\u000bHoles were shot into the tubing of some of the wells to determine whether oil was still being produced.  On January 12, Shell Oil Co. personnel perforated a relief well in an attempt to contain the flow.  On January 20, eight of the wells remained on fire.  Corexit 7664 dispersant was applied to the slick at a rate of 3 barrels per hour.\u000bResponse operations began moderating on March 1.  A U.S. Coast Guard cutter and helicopter were released from the scene.  Shell Oil Co. officials were required to submit daily pollution reports to the U.S. Coast Guard Captain of the Port (COTP), New Orleans, in advance of any operations that may have increased pollution.  \u000bDrilling, capping, and pumping of the wells continued throughout April.  By April 16, the estimated rate of release was 20 barrels per day.  The slick was reportedly staying within a 6-mile radius of the platform, with sheen extending to 12 miles.  The slick was reduced to sheen during the following months as pumping and capping operations continued.\u000bBeach surveys were conducted by personnel from the U.S. Coast Guard, Shell Oil Co., the U.S. Environmental Protection Agency (EPA), Louisiana Wildlife and Fisheries, and other local observers.  The only shoreline oiling that resulted from the incident was  between Caminada Pass and Bay Champagne.  The case was closed by the U.S. Coast Guard on May 17, 1971.  The explosion and subsequent fire killed four people and seriously burned 37 others.  USCG district 8.","<b>Terrebone Bay Mystery Slick; Terrebone Bay, LA<\/b> 1998-07-28<br />\n<i>oil<\/i> - NA m³<br />\n8JULY98, MSD Houma reported a slick of unknown origin in position 29?-04.2'N and 090?-35.5'W (at1330 CDT), or approximately 3 miles south of Terrebonne Bay/Timbalier Island.  The slick is reported to be 200 yards wide by 2 miles long.  The slick is composed of rainbow sheen and \"dark streaky brown oil.\"  The heaviest oil appears to cover an area of 10 yards by 3/4 mile.  On scene reports have the oil moving to the NE.  On scene weather is reported to be winds light from the SSW and seas calm.\u000b\u000bAt this time no RP has been identified, therefore the MSD has engaged a spill clean-up contracted who is en route to the scene.  USCG district 8.","<b>Vermilion Gasoline/Asphalt Marina Discharge; Vermilion, OH<\/b> 2018-08-23<br />\n<i>Gasoline<\/i> - 4 m³<br />\nOn August 23, 2018, MSU Cleveland notified the NOAA SSC about  an Incident that was discovered on Friday 17 August 2018. An 8000 gallon above ground gasoline tank at a local marina developed a leak somewhere along its underground line connecting the fuel pumps along the dock. Approximately 829 gallons of gasoline is unaccounted. The majority of the product is believed to be saturated in the ground under the asphalt and slowly leaching out causing a rainbow sheen and deteriorated asphalt to enter the Vermilion River.  USCG is requesting Resources at Risk.","<b>Cessna Citation; Milwaukee, WI<\/b> 2007-06-05<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approximately 1600 June 4, 2007 a Cessna Citation aircraft crashed into Lake Michigan.  Approximately 800 gallons of JP5 were believed to be spilled.  The SSC was contacted June 5 at1000 CDT by Sector Lake Michigan and asked to provide trajectory information to help aide in the recovery of human remains.","<b>F/V Su-Ce K; Sitka Sound<\/b> 1999-07-01<br />\n<i>diesel<\/i> - 4 m³<br />\nOn the afternoon of July 1, 1999,  the USCG  Juneau Communications Center and MSO Juneau received a call from the F/V Su-Ce K reporting themselves on fire with the pleasure craft (P/C) Destiny on-scene assisting.  After putting the fire out, the crew attempted to restart the vessel.  The fire re-flashed and engulfed the vessel.  The two-man crew immediately abandoned ship onto the P/C Destiny.  Later that day, the Su-Ce K sank in approximately 50 fathoms of water with no signs of pollution.  Prior to the sinking, MSO Juneau had contacted NOAA with a request for the worst-case scenario trajectory and the fate and effects for a planned scuttling of the vessel at that location.\u000bThe vessel was located at least 15 miles from any landfall and NOAA told the USCG that in strong winds greater than 15 to 20 knots an instantaneous release of 800 gallons would spread downwind 1/2- to 3/4-mile and dissipate in 3 to 5 hours.  In a weak wind, less than 15 knots, the plume would extend 1/4- to 1/3-mile downwind and dissipate in 4 to 6 hours.  During this conversation, word was received that the vessel had sunk in Sitka Sound after a fire in the engine room.  USCG district 17.  Keyword: none.","<b>F/V Tony Kaye; Moss Landing, Monterey, California<\/b> 1986-10-06<br />\n<i>Number 2 diesel fuel<\/i> - 4 m³<br />\nAt 0530 on October 6, 1986, the U.S. Coast Guard Marine Safety Office, Alameda, California was notified that the fishing vessel, Tony Kaye, carrying approximately 800 gallons of No. 2 diesel fuel on board, had run hard aground on the rocks off Moss Landing.  Three fishermen aboard were rescued.  Within several hours of the grounding the 49-foot fishing vessel broke up and spilled its entire fuel load.\u000bThe U.S. Coast Guard Marine Environmental Pollution team, dispatched to the scene, observed a sheen emanating from the broken vessel, which impacted approximately 100 meters of shoreline.  Because the heavy wave action in the surf zone around Moss Landing would make cleanup of the sheen difficult, NOAA recommended that the Moss Landing Marine Laboratory intakes be temporarily closed until much of the diesel fuel evaporated and the sheen dissipated.  USCG district 12.","<b>F/V Jenny; Manasquan Inlet, Point Pleasant, New Jersey<\/b> 1986-08-13<br />\n<i>Diesel oil<\/i> - 4 m³<br />\nOn August 13, 1986, the fishing vessel Jenny sank at the pier at Manasquan Inlet, Point Pleasant, New Jersey.  U.S. Coast Guard Group, Sandy Hook, deployed 500 feet of boom in an attempt to contain an estimated 800 gallon spill of diesel oil from the sunken vessel.  USCG district 3.","<b>F/V Miss Sonya; 2 mi E of Gloucester, MA<\/b> 2008-03-25<br />\n<i>Diesel<\/i> - 4 m³<br />\nDuring the morning of 25Mar08, the F/V Miss Sonya sank in approximately 100ft of water about 2 mi south of the entrance to Gloucester Harbor, MA. Location of sinking was 42deg 32.7'N -- 70deg 40.8'W. A 1.5 nmi long sheen has been reported.  Approximately 800 gals. of diesel on board. USCG has requested that NOAA provide spill trajectory and fate/effects of release.","<b>MV Cape Douglas; Womens Bay, Kodiak, Alaska<\/b> 1998-09-01<br />\n<i>diesel fuel<\/i> - 4 m³<br />\nIn the afternoon on September 1, 1998, MSD Kodiak reported a sheen approximately 1 mile long by 1/2 mile wide of light product with concentrations 1/2 -3/4 inch thick near the Lash Dock in the northwest portion of Womens Bay in Kodiak, AK.  Several fishing vessels, the tug Pt. Oliktok with a barge and the landing craft Cape Douglas were in the immediate vicinity, but the source of the product was not known.  USCG district 13.","<b>Fishing Vessel SUGAR BABE; Gulf of Mexico, LA<\/b> 2009-09-11<br />\n<i>Diesel Fuel<\/i> - 4 m³<br />\nOn Friday morning, 11 September 2009, the U.S. Coast Guard notified the NOAA Scientific Support Coordinator of a fishing vessel in tow off the Louisiana Coast that was in danger of sinking.  At the time of notification, the tow was holding offshore due to weather roughly 20 miles SW of the mouth of the Atchafalaya River (29Â° 14.19' N Lat. 091Â° 34.27' W Long.).  The Fishing Vessel SUGAR BABE was estimated to have 800 gallons of Diesel onboard.  NOAA provided an initial trajectory analysis.  Later in the morning, the vessel sank.","<b>F/V Infidel; SSW of Catalina Island, CA<\/b> 2006-01-09<br />\n<i>diesel fuel<\/i> - 4 m³<br />\nOn the night of January 8, 2006, the fishing vessel F/V Infidel sank. The location is about five miles SSW of Catalina Island, California. The vessel was carrying about 800 gal diesel fuel. It is not know if there is currently a sheen from any spilled fuel. The depth at that location is about 600 fathoms.","<b>Port of Everett; Everett, Washington<\/b> 1986-06-27<br />\n<i>Gasoline<\/i> - 4 m³<br />\nOn the afternoon of June 27, 1986, a valve on a gasoline storage tank was inadvertently left in an open position and 800 gallons of  gasoline escaped into the marina at the Port of Everett.  USCG district 13.","<b>T/V Dubai Star; San Francisco, CA<\/b> 2009-10-30<br />\n<i>Bunker Fuel<\/i> - 4 m³<br />\nOn October 30, 2009, NOAA ERD was notified of a bunkering (fueling) accident in San Francisco Bay from the DUBAI STAR, a Panamanian flagged tank ship.  The incident occurred at 7:00 AM local time at San Francisco Bay Anchorage #9.  An unknown amount of heavy fuel oil was released and a 1-mile long rainbow sheen was reported in the water. NOAA ERD has been requested to provide scientific support including spill trajectory modeling.","<b>Grand Isle Block 54 Oil Spill; Gulf of Mexico, LA<\/b> 2008-11-08<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn Saturday Evening, 8 Nov. 2008, the NOAA HAZMAT Duty Officer was notified by USCG MSU Morgan City of a release from an offshore wellhead.  The cause was unknown at the time of the notification, but may be associated with a wellhead casing or repairs to a casing.  The USCG requested a trajectory analysis.","<b>Willamette River Diesel Spill; Portland, OR<\/b> 2003-08-05<br />\n<i>Diesel<\/i> - 7 m³<br />\nAt approximately 1330 August 5, 2003, NOAA Hazmat received a call from\u000bWashington State Department of Ecology, requesting assistance for a\u000bdiesel spill which had occurred at the mouth of the Willamette River\u000bwhere it entered the Columbia River at mile marker 101.  A vessel had\u000bstruck a 1500 gallon fuel tank on a dock releasing an estimated 750\u000bgallons.  NOAA verbally provided oil fate and trajectory information to\u000bassist in determining the distance the spill could travel.\u000b\u000bNo further assistance was requested","<b>Sunken Fishing Vessel LA7516EG; Dead Women Pass, Mississippi Delta, LA<\/b> 2007-10-26<br />\n<i>Red Dyed Diesel, Diesel Fuel Oil<\/i> - 3 m³<br />\nOn Friday evening, 26 October 2007, USCG Sector New Orleans notified the regional NOAA Scientific Support Coordinator of a sunken fishing.  The vessel, a 42 foot steel hull shrimper, sank in the Mississippi River Delta region at approximately 1735 hrs with an estimated 750 gallons of red dyed diesel. Diesel was reported to be escaping to the environment. The USCG requested that NOAA provide a trajectory analysis.  This incident is immediately adjacent to the Delta National Wildlife Refuge.","<b>USCGC COWSLIP; Columbia River<\/b> 1997-05-15<br />\n<i>Fuel oil #2<\/i> - 3 m³<br />\nAt approximately 9:30 PM on May 14, 1997, the CG vessel Cowslip collided with the container vessel Evergreen near mile marker 10 on the Columbia River. The Cowslip proceeded to moorage where it was determined that the ship lost approximately 700 gallons of Fuel Oil #2. The container vessel apparently sustained no damage. The NOAA SSC was contacted and MASS provided a verbal trajectory. Coast Guard had personal in boats and a helocopter overflight scheduled for today, May 15 in order to search for any floating oil. -  - NOAA SST remains on standby.  USCG district 13.","<b>USS Dewey; San Diego, CA<\/b> 2017-10-04<br />\n<i>Lube Oil<\/i> - 3 m³<br />\nOn October 4, 2017, the USS Dewey experienced a release of up to 700 gallons of lube oil. The incident occurred 5 miles from Coronado and 3 miles south of Pt. Loma.   USCG is requesting a fates analysis and trajectory.","<b>Orange Peel Oil Spill; Passaic River, NJ<\/b> 2015-06-16<br />\n<i>Orange Peel Oil<\/i> - 3 m³<br />\nOn June 16, 2015, The NOAA SSC was notified by USCG Sector New York of a 700 gallon orange oil spill into a small stream that leads into the Passaic River, near East Hanover, NJ.  The incident occurred on June 15. The USCG requested potential fate and effects information on the product.","<b>Garden Island Bay Barge hits old well; Garden Island Bay, Miss R Delta, LA<\/b> 2012-02-29<br />\n<i>Crude oil condensate<\/i> - 3 m³<br />\nAt 1030am CST on 29Feb2012, USCG Sector New Orleans contacted the D-8 SSC to request science support (trajectory forecast, satellite imagery) for a crude oil (condensate) release in Garden Island Bay, Plaquemins Parish, LA starting at 1900CST, 27Feb2012.  The discharge is estimated as 700gallons and has been secured and isolation booming is complete.  NOAA support is requested in support of shoreline assessment (SCAT).","<b>F/V Vixen; Cape Mendocino, CA<\/b> 2001-08-03<br />\n<i>Diesel<\/i> - 3 m³<br />\nThis morning, MSO San Francisco notified the NOAA SSC of a grounded fishing vessel near Cape Mendocino, CA.  The 70' F/V Vixen went aground near 40? 10.5', 124? 14.5' W at approximately 0230 this morning.  She is believed to have about 700 gallons of diesel fuel and some 50-70 gallons of other oils onboard.  The MSO requested trajectory and weather forecasts, as well as information on fate and effects of the spilled product.  USCG district 9.","<b>M/V Elizabeth Beesecker; Hastings, Minnesota<\/b> 1996-11-15<br />\n<i>#2 diesel<\/i> - 214 m³<br />\nOn November 15, 1996, the engine of the 123-foot M/V Elizabeth Beesecker caught fire on the upper Mississippi River south of St. Paul, Minnesota.  She was carrying 47,000 gallons of #2 diesel and was pushing 13 barges downriver; one was empty, the other 12 carried grain.  The burning vessel was intentionally grounded for the safety of the crew and vessel, and to help control the vessel during the incident.  On November 15 three of the loaded barges were removed; the remaining nine barges helped keep the tug solidly grounded.  \u000b\u000bThe inside of the superstructure of the towboat was almost completely burned.  There were concerns that the fire could cause the vessel's fuel tanks to breakup, catch fire, and possibly release a significant amount of oil.  Boom was placed around the vessel to help prevent oil from being transported downriver.  Drinking water managers downriver were notified.  A small oil sheen was observed in the river.  USCG district 9.  Keyword: sorbent boom, vacuum trucks.","<b>Huron Shores; Freedom, Michigan<\/b> 1991-10-17<br />\n<i>#6 oil<\/i> - NA m³<br />\nEarlier today (10/17/91) a mystery oil spill was discovered approx. 2 miles E of the straits of Macinac.  A US Coast Guard overflight found no oil on the water, approx. 2.9 miles of cobble and gravel shoreline oiled.  The oiling is described as inches to feet in width on the shoreline.  The location is 45.53 degrees North, 084.41 degrees West.  The SSC (Jay Rodstein) has contacted RPI for information on resources at risk and appropriate cleanup technologies.  USCG district 9.  Keyword: none.","<b>Oily Waste Discharge; Ship Shoal 22A, LA<\/b> 2012-07-08<br />\n<i>Oily Waste<\/i> - 3 m³<br />\nOn 08JUL12, MSU Morgan City contacted NOAA SSC about a platform that discharged 691 gallons of oily waste and the source is now secure. The platform was discharging from their oily water separator when it was discovered that there was a system malfunction and untreated oily water with contamination above permissible ppm was being discharged. This occurred at Ship Shoal 22A, about 35 miles south of Louisiana coast. The sheen is reported as 5.67 miles by 0.5 miles in a combination of 40% silvery sheen, 50% rainbow sheen, and 10% dark sheen. The sheen is considered non-recoverable and is breaking up. This incident occurred at 0600 hrs today. USCG is requesting a trajectory.","<b>M/V Seaboard Rio Haina; Jacksonville, FL<\/b> 2007-11-17<br />\n<i>HFO<\/i> - NA m³<br />\n250 foot coastal freighter discharged unknown amount of HFO during loading and ballasating operations on on the St Mary's River at the Nassau Terminals at 2100 local Nov 16.  Vessel is boomed and response and assessments were begun morning of Nov 17.","<b>High Island Block 536 Platform C; 80 miles SE of Freeport, TX (offshore)<\/b> 2013-10-24<br />\n<i>crude oil<\/i> - 3 m³<br />\nOn October 24, 2013, USCG contacted NOAA Scientific Support Coordinator about a discharge from an offshore oil platform located approximately 80 miles SE of Freeport, Texas. The incident was reported as a release of approximately 680 gallons of crude oil from a failure on a sump pump. Description of sheen was 5 miles by 600 feet. Spill trajectory information has been provided by NOAA Emergency Response Division.","<b>Dickerson Bayou-Canal Oil Spill; Dickerson Bay, Texas<\/b> 2008-08-08<br />\n<i>Crude Oil<\/i> - 3 m³<br />\nOn Friday, 8 August 2008, USCG MSU Galveston notified the NOAA Scientific Support Coordinator (SSC) of a pipeline leak near Dickerson Bay in Texas.","<b>Valdez Diesel Spill, Port Valdez, Alaska; North Pacific Ocean, United States<\/b> 2016-08-16<br />\n<i>Diesel with red dye<\/i> - NA m³<br />\nOn August 16, 2016, USCG Marine Safety Unit (MSU) Valdez reported a discharge of diesel to Port Valdez, Alaska.  Estimated discharge amount is 350 - 650 gal diesel w/ red dye.  MSU Valdez is requesting a fates analysis and trajectory.","<b>Saratoga Resources Main Pass 25 ; Breton Sound, Louisiana<\/b> 2013-11-22<br />\n<i>crude oil<\/i> - 3 m³<br />\nOn November 22, 2013, the NOAA SSC received a call from USCG Sector New Orleans Incident Management Division reporting release of approximately 15 barrels (632 gallons) of crude oil from an onshore platform in Breton Sound approximately 14 miles west-northwest of Breton Island, Louisiana. The release has been secured. A sheen approximately 5 miles long and 1/8th of a mile wide was reportedly observed from the platform. USCG is requesting a trajectory from NOAA at this time to determine potential shoreline and resource impacts.","<b>Oil Spill Reported; West Cote Blanche Bay, LA<\/b> 2008-08-24<br />\n<i>Crude Oil<\/i> - 3 m³<br />\nA 15 bbl release of crude oil from a facility located in West Cote Blanche Bay was reported to NOAA ERD and scientific support was requested.","<b>Lake Long Pipeline Spill; Houma, LA<\/b> 2008-04-18<br />\n<i>Crude Oil<\/i> - 3 m³<br />\nTwo patches of crude oil were reported by MSU Houma in a small system of channels between Lake Long and the Intracoastal Waterway (ICW). It is suspected that the spill is from the a 2\" pipe from a nearby production facility: the Kriti Exploration Co, Lake Long Facility.\u000b\u000b\u000bIt is estimated that the total released is about 10-15 bbls.","<b>Hollywood Barge; Gulf of Mexico<\/b> 2000-01-25<br />\n<i>Fuel Oil #6<\/i> - 3 m³<br />\nDuring the night of 25 January 2000, the NOAA SSC was notified by MSU Galveston of a oil spill in the Colorado River near the ICW (approximately 28? 41.5 N Long. and 95? 57.0 W Lat.).  A barge carrying 21000 bbl of Fuel Oil #6 struck a mooring buoy.  The impact holed the #1 hold, but the buoy stuck in the void space reducing oil loss.  An estimated 15 bbl has been loss.  The hold capacity is 2000 bbl.  The barge, a double hulled vessel is owned by Hollywood Marine.  A boom has been placed around the vessel and canvas patched into the hole to reduce further release.  Plans are to lighter the vessel.  USCG district 8.","<b>East Cameron Block 338 Pipeline; 90 miles offshore Louisiana<\/b> 1997-12-24<br />\n<i>crude oil<\/i> - 3 m³<br />\nOn December 24, 1997, a break  in a pipeline connecting two rigs occurred (possibly from a ship's anchor).  The rupture occurred on the East Cameron 338 Lease Block, approximately 90 miles offshore Louisiana.  The pipeline was 8 inches in diameter and 9 to 10 miles long. A reported 10 to 15 barrels was spilled (API 46.0).  The weather was bright sun and high winds.  On-scene observers reported emulsified oil and an extensive sheen moving to the east.  USCG district 8.  Keyword: potential.","<b>UNOCAL Platform Anna; Granite Point oil field in Upper Cook Inlet, Alaska<\/b> 1994-11-18<br />\n<i>Granite Point crude oil<\/i> - 3 m³<br />\nWhile conducting drilling operations, UNOCAL platform Anna pumped drill mud through an open valve into a skim tank.  The tank overflowed onto the deck and into the platform deck drains, filling the deck drain tank with mud, displacing the water and oil.   Approximately 125 barrels of mud were pumped into the half-full tank and about 60 barrels of a water and mud mixture, containing an estimated 15 barrels of crude oil, spilled into Cook Inlet.  Cook Inlet Spill Prevention and Response Inc. (CISPRI) deployed its offshore recovery vessel, the Banda Seahorse, to the area.  Cleanup and oil sightings were hampered by darkness; the release into Cook Inlet occurred at about midnight.  An overflight at mid-morning sighted an intermittent dissipating silvery sheen approximately 4 miles long by 20 yards wide.  UNOCAL activated an ICS at the CISPRI command center in Nikiski.  The oil naturally dispersed and diluted by noon with no observable shoreline impact.   Throughout the incident the weather was clear and winds were northeast 10 to 20 knots, producing choppy seas.  USCG district 17.  Keyword: none.","<b>Well Blowout in Little Lake; Cut Off, LA<\/b> 2023-10-22<br />\n<i>crude oil<\/i> - 3 m³<br />\nOn October 21, 2023, the USCG reported that a well owner by Extex was leaking both crude oil and natural gas condensate into Little Lake, LA. Extex reported an estimated 10-15bbls released.  A large area of water has been impacted by sheen.  Shoreline impact is anticipated.  Release is secured. The USCG has requested assistance from NOAA  oceanographers and SSC on-site assistance.","<b>Well Discharge into Marsh Near Creole, LA<\/b> 2022-11-16<br />\n<i>Crude Oil<\/i> - 3 m³<br />\nOn November 15, 2022, a well owned by OLI PDP #II, LLC discharged approximately 15 barrels of crude oil and saltwater into the marsh near Creole, Louisiana (LSP#22-06693).  Discharge was due to a failure in the line.  Source is secure, OSROs are on site and responding.  LOSCO and LDWF plan a site visit today, to fly a UAS survey, and evaluate wildlife impacts.","<b>Destin Operating Wellhead Leak; Franklin, LA USA<\/b> 2020-06-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 27, 2020, the USCG received NRC #1280534 regarding a leaking wellhead operated by Destin Operating in Charenton, LA. Approximately 10-15 bbl of sweet crude impacted an unnamed waterway. USCG authorized the removal of oiled vegetation. No reports of oiled wildlife. USCG, LOSCO and NOAA on site tomorrow.","<b>Tabbs Bay Discharge, Baytown, TX; Baytown, TX 77520, USA<\/b> 2020-02-01<br />\n<i>Crude Oil<\/i> - 5 m³<br />\nOn February 1, 2020, the USCG Sector Houston was notified of 10 - 15 bbl of dark crude oil discharging into Tabbs Bay, located northeast of Texas Ship Channel. The source was reported to be a well head pipeline but the reason for the discharge is currently unknown.  USCG called NOAA requesting trajectory. The source is reportedly secured.","<b>T/B Gonsoulin  #180; Lake Charles, LA<\/b> 2015-10-23<br />\n<i>Crude Oil<\/i> - 3 m³<br />\nOn October 23, 2015, the Barge Touslin #180 discharged 15 bbls crude oil during a barge to facility transfer.  The source is secure, and  the spilled oil has been boomed.  The USCG MSU Lake Charles contacted NOAA SSC to request fate, trajectory, and weather forecast.","<b>TV Sea World; Galveston, TX<\/b> 1999-04-19<br />\n<i>Basrah crude oil<\/i> - NA m³<br />\nAt 1146 CST the NOAA Assistant SSC was notified by MSU Galveston of a spill of Basrah Crude oil from the T/V Sea World in the Galveston Lightering Zone in position 29-31.3' N, 094-12.6'W.  A 50 yard by 2 mile rainbow sheen has been reported.  The spill occurred during a lightering operation and the ship continues to leak an unknown amount of oil.  NOAA is providing trajectory, weather, and resources at risk.  USCG district 8.","<b>Mystery Slick3; Delaware Bay, Delaware<\/b> 1987-12-04<br />\n<i>Number 6 fuel oil<\/i> - 3 m³<br />\nOn December 4, 1987, the U.S. Coast Guard Captain of the Port (COTP), Philadelphia received a report of a slick near Bower Beach.  The Coast Guard identified the product as number 6 fuel oil in a slick measuring approximately 20 miles long by 10 yards wide.  USCG district 5.","<b>Fuel Oil and Urea Incident; Mississippi River, New Orleans, LA<\/b> 2008-10-05<br />\n<i>Heavy Fuel Oil and Urea<\/i> - NA m³<br />\nOn Sunday morning, 5 October 2008, the NOAA HAZMAT Duty Officer (HDO) notified the regional Scientific Support Coordinator (SSC) of a incident on the Mississippi River involving Heavy Fuel Oil and Urea.","<b>T/V Titan Express; Miami River, Florida<\/b> 2009-11-04<br />\n<i>diesel fuel<\/i> - 3 m³<br />\nDuring a fuel transfer some diesel fuel was spilled into the Miami River about one mile inland.  The USCG estimated that 500-600 gallons was spilled.","<b>CONOCO Pipeline #1; 7 miles west of Fouchon, Louisiana<\/b> 1991-12-12<br />\n<i>South Louisiana crude<\/i> - NA m³<br />\nOn December 12, 1992, the United States Coast Guard (USCG) Marine Safety Office  (MSO) Morgan City, Louisiana received a report from Chevron USA, through the National Response Center, that a sheen 10 by 0.5 nautical miles (nm) had been sighted by a commercial helicopter pilot at coordinates 29?01'N and 090?15'W.  The vessel, Pard I, was near the release working on an underwater pipeline crack for CONOCO.  The weather at the scene was calm, temperature 81?F, winds south-southwest 12 to 13 knots, seas 1 to 2 feet, with visibility 3 miles and decreasing due to fog.\u000bThe incident took place during the early-morning hours, but was not reported until late afternoon.  The lateness of the report was probably caused by reduced visibility because of early-morning fog that restricted the ability of aircraft to spot the spill.  MSO Morgan City reported that CONOCO personnel reported at 1600 that the spill was caused by a break in a CONOCO pipeline and estimated the amount of product spilled at five gallons.  In actuality, the spill, based on initial overflight reports, was probably 300 to 600 gallons.\u000bCONOCO brought in CONOCO response personnel, Clean Gulf, Riedel Peterson, and Petroleum Helicopter, Inc. (PHI).  By the next morning, there were skimmers, one 25-foot pontoon boat, two 16-foot flat boats, one 21-foot response boat, 1,000 feet of six-inch sorbent boom, miscellaneous cleanup equipment, and PHI helicopters on scene or en route.  The weather had become favorable to the cleanup effort in that the wind was out of the north at about 20 miles per hour with gusts to 25 miles per hour and seas at three to five feet.  The cleanup operation was completed on December 13 when overflights confirmed that there was no visible sign of pollution in the water or on the shore.  USCG district 8.  Keyword: skimmers, sorbent boom.","<b>Freighter GOLDEN HILL; Port Everglades<\/b> 1991-06-21<br />\n<i>#6 Fuel Oil<\/i> - 3 m³<br />\nThe vessel Golden Hill, while docked on berth 29 at Port Everglades spilled approximately 600 gallons of No. 6 Fuel Oil (IFO-180) during refueling operations. The spill occured at 01:30 on 19 June, 91.  USCG district 7.","<b>Frosty Fuels Pipeline Rupture; Cold Bay, Alaska<\/b> 2015-11-06<br />\n<i>diesel<\/i> - 3 m³<br />\nOn November 3, 2015, Frosty Fuels reported a diesel spill from a pipeline rupture at the pier in Cold Bay, Alaska.  USCG Sector Anchorage estimated the spill amount to be 400-600 gallons of diesel and requested a Resource at Risk (RAR) report for the vicinity of the spill.","<b>Capsized Barge; Great Egg Harbor Inlet, NJ<\/b> 2009-10-02<br />\n<i>Unknown<\/i> - 3 m³<br />\nOn October 2, 2009 a construction barge capsized due to unknown reasons inside of Great Egg Harbor Inlet, NJ.  The USCG reports that the incident occurred at 4 pm local time.  The barge has 600 gallons of diesel on board.  USCG has requested a trajectory analysis for the oil.","<b>New Jersey Sailbot; 30 miles off New Jersey Coast<\/b> 2009-09-09<br />\n<i>Diesel<\/i> - 3 m³<br />\n600 gallon diesel spill from sailboat under storm conditions.","<b>M/V JILLIAN MORRISON ; Gulf of Mexico<\/b> 2008-03-12<br />\n<i>Diesel Fuel<\/i> - 109 m³<br />\nAn explosion occurred late Tuesday night (3/21/08) while the M/V JILLIAN MORRISON was evacuating gas from a pipeline into a tank.  The tank, not the pipeline exploded.  A support vessel containing 24,000 gallons of diesel sank.  The incident occurred some 24 km off the Louisiana coast.","<b>Barge Bell 157; San Pablo Bay, California<\/b> 1997-06-10<br />\n<i>lube oil, hydraulic oil, diesel<\/i> - 5 m³<br />\nOn June 10, 1997, the tug William Tindale was pushing the hopper barge Bell 157 when it overturned and sank between buoys 8 and 10, just outside the channel in San Pablo Bay, California.  The barge was loaded with sand, but there were also 600 gallons of diesel fuel, 450 gallons of  hydraulic oil, 80 gallons of  lube oil, and various 55-gallon drums onboard.  Two personnel onboard drowned when the  barge capsized.   Containment and salvage operations were initiated.  The area around the barge was boomed and divers looked for the missing personnel.  The barge was eventually righted, the bodies recovered, and the oils pumped off.  USCG district 11.  Keyword: none.","<b>Tug Bay Titon; Chesapeake and Delaware (C&D) Canal<\/b> 2001-05-11<br />\n<i>#2 fuel<\/i> - 191 m³<br />\nOn the morning of 5/11 approaching the Chesapeake and Delaware (C&D) Canal the tug Bay Titan was overturned by its barge and sank at the entrance. She is carying 42,000 gallons of diesel fuel. At this time there has not been any release of fuel. Salvage plans are for the next few days. MSO Group Philadelphia requested worst case trajectory analyses from NOAA.  USCG district 5.","<b>Hurricane Katrina Vintage Oil ; LA<\/b> 2005-09-05<br />\n<i>Crude oil<\/i> - NA m³<br />\nPotential spill. Multiple pipelines and facilities located in a remote area at South Pass 24/Dixon Bay","<b>Burns Ditch Tarballs; S Shore of Lake Michigan, at Burns Harbor, Indiana<\/b> 2000-04-11<br />\n<i>Weathered Lubricating oils<\/i> - NA m³<br />\nThe incident occurred sometime in early April before the NOAA SSC was called by MSO Chicago requesting SSC assistance.  At 11:52 April 11, 2000 MSO Chicago called for a sediment sampling plan to assist them in determining the source and extent of tarballs that had shown up in the Burns Ditch just West of Burns Harbor Indiana.  The tarballs were collected by MSO Chicago and underwent analysis for composition.  It was found that these tar balls were made up of several oils and animal fat and were termed by industry as \"Bear Fat\".  These oils were typically used as lubrication on rollers for the Steel Industry.  A cleanup contractor was called up to provide crews to rake and shovel the scattered tar balls within the area.  The US Coast Guard is continuing an investigation into this incident.  USCG district 9.  Keyword: Bear Fat, tarballs.","<b>1924 Former Car Ferry Partially Sunk, Astoria, OR<\/b> 2022-07-28<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn July 28, 2022, the USCG Sector Columbia River contacted the NOAA SSC regarding the partially sunk and sheening, wood-hulled M/V TOURIST No. 2.  A 300'x400' sheen is observed around the vessel located among pilings offshore of 6th Street.  It was reportedly fueled recently with 500-600 gallons of diesel.  USCG response staff on-scene inquired if local businesses with water intakes might be at risk.","<b>Fieldwood Pipeline GC40 Spill; Gulf of Mexico<\/b> 2020-07-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 26, 2020, the USCG MSU Houma received notification of a discharge more than 60 miles offshore in Green Canyon 40. Discharge believed to originate from a Fieldwood Energy Pipeline.  Current sheen (not slick) is 12 miles long.  Early estimate of discharge volume is 12.5bbl.  Release not yet secured.  USCG requesting trajectory.","<b>Breton Island Oil Spill; LA<\/b> 2005-06-15<br />\n<i>LA Crude<\/i> - NA m³<br />\nOn the morning of June 12th an equipment failure on an oil rig caused the \u000brelease of an estimated 8-12 bbls of LA crude oil. Initial reports noted some \u000bshoreline impacts and bird mortalities in the vicinity of Breton Island, LA. \u000bThis is within the Breton Island NWR. Latest reports now indicate significant \u000bpelican mortalities.","<b>Dillon Pipeline; right at the Forelands in Cook Inlet<\/b> 1999-10-23<br />\n<i>Middle Ground Shoal crude oil<\/i> - 2 m³<br />\nUnocal, which operates 10 of the 15 production platforms that drill for oil in Cook Inlet, notified oil-spill responders at 5 a.m. on Oct. 23, when its sensors detected low pressure in the 6 mile line between the Dillon Platform and Unocal's facility in Nikiski.   About 550 barrels of crude flows through the line daily.    An 11 a.m. flyover detected a 10 mile lone sheen of oil.   The sheen had largely dissipated by 2:30p.m. and responders reported no effect on the shoreline or wildlife.   Unocal and spill response vessels laid boom lines and collected small amount of oil.  Unocal shut down operations at the platform and ran water through the line to push the remaining oil  to Nikiski.   It planned to insert natural gas in the line to detect the location of the break, then send divers in to make repairs.   It was determined that approximately 12 bbls of oil were released.  USCG district 17.  Keyword: natural dispersion.","<b>Sunoco Logistics; 2300 N Twin City Hwy, Nederland, TX 77627, USA<\/b> 2017-06-01<br />\n<i>Heavy Fuel Oil<\/i> - 2 m³<br />\nOn May 31, 2017, Sunoco Logistics discharged approximately 12 barrels of heavy fuel oil (API 12.3) into the Neches River, near Nederland, TX.  Oil Spill Recovery Organizations  (OSROs) were deployed, and oil is currently contained in a boom near the facility.  On June 1, 2017, the USCG MSU Port Arthur contacted NOAA SSC to request a trajectory.","<b>Breton Sound Mystery Sheen #2; Breton Sound, LA<\/b> 2008-05-24<br />\n<i>Unk<\/i> - NA m³<br />\nAt 1700 hrs on 24 May 2008, the USCG Sector New Orleans notified the NOAA Scientific Support Coordinator of a reported mystery slick located at approximately 29Â° 37' N Lat. 089Â° 21' W Long.  The time of the report was estimated at 1400 hrs, and the USCG requested a trajectory analysis.  At the time of the notification, the USCG was to follow up with an overflight from Belle Chase NAS.\u000b\u000bNote, the original position was either incorrect or another incident.  The information was reported as an observation by a USCG Falcon dispatched to follow up on the reported mystery slick at 1400 hrs on 24 May.  The evening overflight delineated oil immediately SE of the Breton Islands.  Based on this updated information, a new trajectory analysis has been generated and the Breton Islands are at risk.","<b>Yacht Mermaid; Marathon, FL<\/b> 2007-03-20<br />\n<i>Diesel<\/i> - 2 m³<br />\nThe 54-foot Motor Yacht Mermaid was transferring fuel internally among tanks at the Marathon, FL, Yacht club.  An estimated 500 gallons was spilled.  The spill is reported to be largely contained in boom.  USCG requested weather and evaporation rates.","<b>Tanker Truck; School House Creek, OR<\/b> 2003-01-13<br />\n<i>Diesel<\/i> - 95 m³<br />\nOn 13 January 2003 NOAA Hazmat was notified by MSO Portland of a tanker\u000btruck rollover on a road.  The potential was for 21,000 gal diesel,\u000b1,100 gal was recovered, and an estimated 500 gal made it into the\u000bColumbia River from School House Creek, at about river mile marker 77.","<b>Ballona Crk. Spill; Ballona Creek, CA<\/b> 1999-10-11<br />\n<i>crude oil<\/i> - 2 m³<br />\nOn the afternoon of 11OCT99, MSO Long Beach received report from the Los Angeles Fire Dept. of a possible pipeline rupture spilling crude into the Ballona Creek (inland of Marina Del Rey, CA).  The discharge was estimated to be about 500 gallons.  The product source was from a storm drain, rather than a pipeline, and was traced back to the parking garage of an apartment complex that maintains an oily water separator to treat natural seeps from the La Brea tarpits.  The separator has been inoperable for sometime, thereby allowing the discharge of oily water into the storm drain system that leads out to Ballona Creek.  The source of the leak has been secured and cleanup operations are underway.  So far, about 7 miles of storm drain pipe and about 4 miles of creek are impacted.  An overflight yesterday morning confirmed that no sheen or product has exited the creek.  USCG district 11.","<b>M/V Handy Gunner; Portland, Oregon<\/b> 1997-02-02<br />\n<i>IFO 380<\/i> - 2 m³<br />\nAt 0843, February 1, 1997, the USCG MSO in Portland, Oregon received a report of a ship discharging an oily residue into the Willamette River.  The USCG identified approximately 500 gallons of heavy oil in the water downstream from the M/V Handy Gunner.  The vessel did not initially accept responsibility for the spill.  Coast Guard personnel collected samples for fingerprinting by COIL and hired a contractor to begin cleanup activities.  Based on initial sample analyses identifying the spilled material as IFO 380, the vessel owner accepted responsibility for the spill on February 2 and continued with the same cleanup contractor.  The initial unified incident command  consisted of the USCG and the Oregon DEQ to direct the spill response until the vessel owner's representative arrived the evening of February 3.  USCG district 13.  Keyword: boom, International Bird Rescue and Research Corporation, riprap, sorbent.","<b>Tug Tarus; Georgetown, South Carolina<\/b> 1995-02-22<br />\n<i>diesel<\/i> - 2 m³<br />\nOn February 2, 1995, the USCG reported that they were  concerned about a worst-case potential spill from a tug and barge offshore.  The tug Tarus  had dumped 500 gallons of diesel fuel attempting to improve her stability. At the time of the report she was still unstable and headed toward the Charleston sea buoy with 27,000 gallons of diesel fuel onboard.  The transit was to continue at 6 knots and take approximately 20 hours.  The USCG requested resources at risk and trajectory forecasts in the event the vessel began to sink while in transit.  The transit occurred without incident and no resource impact was reported.  USCG district 7.  Keyword: potential spill.","<b>T/B Annahootz; Port of Anchorage<\/b> 1994-09-01<br />\n<i>diesel<\/i> - 2 m³<br />\nOn the morning of September 1, 1994,  the barge Annahootz spilled approximately 500 gallons of diesel into Cook Inlet while onloading at the Port of Anchorage.  The spill  occurred when oil flowed up through the No. 1 port expansion trunk and sounding tube saturating the  barge's wooden deck.  The response was initiated by Forty-Niner Transportation, the responsible party; but Verca, a local spill contractor,  was hired to complete the response.  The oil moved under the dock and out the north end in response to a back eddy from the ebbing tide.  Containment boom and sorbents were deployed around the barge and at the north end of the dock.  Sheen extended north along the shore 50 to 100 yards offshore from near the dock to the vicinity of Cairn Point.  Overflight observers reported isolated ribbons and stringers of sheen with no more than 50 gallons of diesel on the water near Cairn Point and no wildlife activity on shore within four miles.  Much of the diesel dispersed naturally in the energetic currents of Cook Inlet.  However, the next morning MSO representatives noted approximately five small sheens in the dock area and judged that further cleanup was possible.  Approximately 100 to 110 gallons of oil-water mix were recovered.  The weather throughout the incident was light winds from the southwest and good visibility.  USCG district 17.  Keyword: evaporation.","<b>Baltimore Gas and Electric; Patapsco River, Baltimore, Maryland<\/b> 1993-06-01<br />\n<i>#6 fuel oil<\/i> - 2 m³<br />\nThe USCG MSO Baltimore received notification from Baltimore Gas and Electric (BG&E) that they had a spilled between 300 and 500 gallons #6 fuel oil into the Patapsco River while hydrotesting a transfer line.  The BG&E contractors had installed containment boom at the facility and were removing contained oil using vacuum trucks.  Approximately one nautical mile of shoreline was impacted with scattered patches of oil.  The most impacted shoreline was located on the west side of Rock Point, at Fort Smallwood State Park.  BG&E contractors removed oil using shovels and rakes from the sandy shoreline; however, cleanup of oiled marsh grasses was not attempted.  A combined field survey of the oiled areas by federal, state, and local officials on June 4, concluded that the marsh grasses would be least impacted if no aggressive cleanup effort was conducted.  USCG district 5.  Keyword: none.","<b>M/V President Madison; West Duwamish Waterway Seattle, Washington<\/b> 1991-12-08<br />\n<i>oil<\/i> - NA m³<br />\nAt 1840 on December 8, 1991, the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Puget Sound received a report of black oil in Elliott Bay coming from the motor vessel President Madison.  Pollution investigators responded, but were unable to confirm the report in the dark.  The following morning, recoverable oil was located along the west shore of the West Duwamish Waterway and a medium to heavy rainbow sheen extended out into Elliott Bay.\u000bInvestigation into the cause of the spill indicated that the President Madison began deballasting operations at 1600 on December 8 while tied up at Terminal 5 on the West Duwamish Waterway.  Unknown to vessel personnel, bunker oil was in the ballast and an estimated 500 gallons was subsequently discharged into the waterway.  Approximately one-quarter mile of shoreline, consisting mostly of concrete-block riprap and commercial piers, was impacted.  A USCG contractor deployed 1,500 feet of containment boom along the impacted shoreline.\u000bAmerican President Lines, owner of the President Madison, accepted responsibility for the incident and cleanup of the impacted shoreline began at 1015 on December 9, continuing until December 31.  Cleanup operations were monitored by MSO Puget Sound pollution investigators and the Washington Department of Ecology.  USCG district 13.  Keyword: containment boom, low-pressure washing, sorbent, pompoms, vacuum trucks.","<b>Northville Gas; Linden, New Jersey<\/b> 1989-07-18<br />\n<i>Number 6 oil<\/i> - 2 m³<br />\nOn July 18, 1989, number 6 oil began slowly leaking through a crack in a storage tank containing 310,000 barrels of the product at the Northville Gas facility in Linden, New Jersey.  Although a dike contained most of the product, approximately 500 gallons escaped through a drainage conduit to be boomed off in the Arthur Kills.   While the cleanup contractors were pumping the oil from the dike into a dockside barge at a rate of 13,000 barrels per hour, the facility operators were transferring product to other tanks at the site.  USCG district 1.","<b>Whidbey Island Naval Air Station; Coupeville, Washington<\/b> 1988-08-12<br />\n<i>JP-5 fuel<\/i> - 2 m³<br />\nOn August 12, 1988, the U.S. Coast Guard Marine Safety Office (MSO), Puget Sound, received a report of a spill near the U.S. Naval Float Plane Base on Whidbey Island.  Investigation and discussions with the Navy revealed that a valve on one of a series of underground storage tanks had been left open for several days.  JP-5 fuel had escaped into the surrounding drainage system and had eventually flowed into an old drain pipe which emptied into Puget Sound.  Approximately 500 gallons was released into the Sound before the spill was discovered and the valve closed.  USCG district 13.","<b>F/V Hong Hanh; Point Sur, Monterey, California<\/b> 1986-05-16<br />\n<i>Diesel, lube oil<\/i> - 2 m³<br />\nOn May 16, 1986, the fishing vessel Hong Hanh grounded and capsized off Point Sur, Monterey, California, spilling approximately 400 gallons of diesel and about 100 gallons of lube oil.  The majority of the release was contained within the surf zone and a light sheen was observed headed in a southerly direction.  USCG district 11.","<b>F/V Valiant Maid Sinking; Offshore Cordova, AK<\/b> 2003-08-19<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn August 19, 2003, it was reported to Coast Guard MSO Valdez that the\u000bskipper of the 54' long F/V Valiant Maid, hit a submerged rock and capsized in 45 feet of water on the NW side of Spike Island just offshore from the town of Cordova in Prince William Sound.   The location of the sunken vessel was N60-33.0, W145-46.3, and it went down with an estimated 500 gallons of diesel in an area of very strong tidal currents.  A long oil slick was noted on the surface, and it was believed that this was just the fuel emanating from the vents and that the two fuel tanks were intact.   Trying to beat some forecast heavy winds for the night of August 19, the owner immediately hired divers to plug the vents.  In so doing the divers noted that the starboard tank was empty of an estimated 200 gallons of diesel.   The next day, when the strong winds never materialized, divers again descended to the vessel to attempt to pump out the port fuel tank, but found it empty also.   Apparently all the fuel  had escaped the first day and been rapidly dispersed by the strong tidal currents, and there was probably less than 500 gallons of diesel on the vessel when in sank.  NOAA provided support to the CG with weather, tidal and resources at risk information.   Several sea otters and seabirds were in the vicinity, but a wildlife observer from the local Eyak native community noted no abnormal behavior.","<b>F/V Sea Farer; New Bedford Harbor, Massachussets<\/b> 1999-07-16<br />\n<i>diesel<\/i> - 2 m³<br />\nThe fishing vessel  Sea Farer sank at Eathan Fishing Dock, New Bedford, Massachusetts in the early hours of July 16, 1999..  She carried an estimated 6000 gallons of diesel fuel.  The owners contracted with divers to plug the vents and secure the source.  The immediate area was boomed.\u000bOn-scene USCG personnel estimated 500 gallons of fuel in the water around the pier.  By mid morning, it was suspected that the vent plugs had come free and that more oil was coming from the vessel.  USCG district 1.  Keyword: boom, sorbent.","<b>Diesel Discharge Near/Into Glacier Creek at Alyeska Resort, Girdwood, AK<\/b> 2023-11-28<br />\n<i>diesel<\/i> - 2 m³<br />\nOn 11/28/2023 the NOAA SSC for AK was notified by EPA regarding a 100 to 500-gallon diesel discharge that occurred on 11/21/2023. The discharge occurred near/into Glacier Creek at Alyeska Resort, Girdwood, Alaska.  The discharge site is 1-2 miles upstream of Turnagain Arm, Cook Inlet. EPA is not requesting any assistance, but requested that NMFS be notified regarding potential impacts to beluga whales. A spill contractor has responded and deployed some absorbent boom.","<b>Fishing Vessel Sunk at Pier, Neah Bay, WA<\/b> 2022-07-05<br />\n<i>red-dye diesel<\/i> - 9 m³<br />\nThe USCG Sector Puget Sound notified the NOAA NW SSC on 05-JUL-2022 that the 50â F/V Valorous sank at the pier in Neah Bay, WA. There is a maximum potential for approx. 500 gallons of red-dye diesel that is discharging from the vessel, sorbents have been deployed to recover the product. The USCG requested a Resources at Risk and assistance in notifying the Olympic Coast National Marine Sanctuary.","<b>Willard Beach Oil Spill; 2 Myrtle Ave, South Portland, ME 04106, USA<\/b> 2021-08-25<br />\n<i>Oil<\/i> - 2 m³<br />\nOn August 25, 2021, the USCG Sector Northern New England, in partnership with Maine DEP is working an approximately 500 gallon spill from an auto repair facility that flowed through a storm drain into Casco Bay off South Portland, ME.  The source has been identified and is secured.","<b>Diesel Spill Cockler Point; Venice, LA , USA<\/b> 2021-04-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 10, 2021, the USCG Sector Nola was notified of a 500-gallon marine diesel spill from a 2in transfer line at a Whitney facility. The spill is located in an unnamed canal east of Southwest Pass.  The source is secured.  Roseau cane in the immediate area of the spill is impacted.  USCG requested trajectory, resources at risk, and on-site support Sunday morning.","<b>Finley BNSF Diesel Spill Hover Park; Kennewick, WA<\/b> 2019-12-09<br />\n<i>Unknown<\/i> - NA m³<br />\nDecember 09, 2019 - Washington State Department of Ecology notified NOAA ERD of an approximately 500 gallon diesel release from a rail car over 11 miles of track near the Columbia River. EPA is the federal response agency.","<b>Custom Fuel Service Diesel Spill; 1169-1181 LA-44, Reserve, LA 70084, USA<\/b> 2017-01-03<br />\n<i>Diesel fuel<\/i> - 2 m³<br />\nOn January 3, 2017, the USCG Sector New Orleans contacted the NOAA Regional Response Officer regarding a 500 gallon diesel spill that occurred on January 2 during a fuel transfer from a barge at Mississippi River mile marker 137 . The USCG reported that the diesel has been contained.  USCG determined the cause was the bursting of a 3\" fuel line","<b>Sea Level, NC Diesel Fuel Spill; Sea Level, North Carolina<\/b> 2015-09-28<br />\n<i>Diesel fuel<\/i> - 2 m³<br />\nOn September 28, 2015, the USCG Sector North Carolina notified the NOAA SSC of an estimated 500 gallon diesel fuel spill from an underground pipeline at an assisted living facility into Nelson Bay, a waterbody in Pamlico Sound. A clean-up contractor is on scene deploying both hard boom and sorbent boom within the affected area.","<b>Dredge Vessel ILLINOIS; Sea Isle, NJ<\/b> 2015-08-31<br />\n<i>hydraulic fluid<\/i> - 2 m³<br />\nOn August 31, 2015, the USCG Sector Delaware Bay contacted the NOAA SSC to report a spill offshore of Sea Isle, New Jersey. A broken shaft on the dredging vessel M/V ILLINOIS released an estimated 500 gallons of hydraulic fluid into the ocean.  Sector Delaware Bay requested a spill trajectory.","<b>MV Wild Cosmos; Port of Wilmington, DE<\/b> 2015-03-11<br />\n<i>Bunker C fuel oil - #6<\/i> - 0 m³<br />\nOn March 9, 2015, the USCG notified the NOAA SSC of a spill in the Delaware River resulting from a fueling operation.  Fuel oil (Bunker C) was being transferred from the Barge DS306 to the MV WILD COSMOS.  Operators overfilled the two port side tanks resulting in an estimated 400-500 gallons spilling out onto the deck and an estimated 100 gallons of product spilling into the Delaware River, Port of Wilmington, DE. Sector Delaware Bay contacted NOAA SSC requesting a spill trajectory.","<b>FV Naknek Spirit; Poe Bay, Passage Canal, PWS, AK<\/b> 2013-07-06<br />\n<i>diesel, gasoline, lube oil, hydraulic fluid<\/i> - 54 m³<br />\nOn July 6, 2013 the USCG Sector Anchorage notified the NOAA SSC of the FV Naknek Spirit grounding in Poe Bay, Prince William Sound.  The 104 foot long fishing processor spilled an estimated 500 gallons of diesel and sheening has been reported.  There was 10,000 gallons of diesel, 1200 gallons of gasoline, 75 gallons lube oil, and 100 gallons of hydraulic fluid on board.  The Responsible Party has assumed full control and responsibility for the incident. All remaining fuel has been pumped into other tanks on the vessel.  USCG estimates the vessel may float free at next high tide.  USCG on scene and resource agencies have been notified. In fact, the vessel did float free on the next high tide, and motored via its own power back to Whittier. Case closed","<b>Cape Canaveral #6 spill; Cape Canaveral Port<\/b> 2010-12-29<br />\n<i>Unknown<\/i> - 2 m³<br />\nUSCG called for a trajectory for a 10bbl (500 gal) spill of #6 fuel oil at 28Â° 24' 46\"N by 080Â° 36' 46\"W.  This is at a dock just north of the city of Cape Canaveral.","<b>Tug Southern Cross; Buzzards Bay, MA<\/b> 2008-11-09<br />\n<i>Diesel<\/i> - 14 m³<br />\nTug Southern Cross began taking on water and was abandon sometime after 1300 EST on Nov 9th with 1500 gallons of diesel fuel and small amounts of other oils on board.  SSC was contacted via the HDO, a verbal trajectory was produced and telephone consultation begun with the USCG and MA DEP.  Minor sheening has been observed.  Contractors and divers are enroute.","<b>Tarball Mystery Spill; So Shore Long Island, NY<\/b> 2007-11-22<br />\n<i>possibly heavy fuel oil<\/i> - NA m³<br />\nAt appoximately 1100EST, Sector Long Island Sound was notified of tarballs washing ashore on the south shore of Long Island, NY.  Tarballs have been observed from Atlantic Beach to Long Beach, NY (abt. 1 mi.).  Source unknown.  Cleanup crews on-scene.","<b>F/V Wahine Kepaloa II; Ni'ihau Island, HI<\/b> 2006-12-30<br />\n<i>Marine diesel<\/i> - 4 m³<br />\nThe 44-foot F/V Wahine Kepaloa II grounded off the southern tip of Ni'ihau Island on the night of December 29. The crew was rescued by USCG Barbers Point. An estimated 500 gallons of marine diesel were released from the grounded vessel and approximately 350 gallons of diesel are estimated to remain aboard. The Pacific Environmental Company has been hired to conduct oil removal operations.  Weather forecasts and oil fate information were requested.","<b>M/V Jo Beth; Rosedale, Mississippi<\/b> 1996-11-19<br />\n<i>diesel<\/i> - 2 m³<br />\nOn November 18, 1996, the 118-foot towboat M/V Jo Beth, owned and operated by Jantran, Inc. of Rosedale, Mississippi, experienced an engine room fire.  The vessel was intentionally grounded stern first into the shore at mile 588 near Rosedale and barges containing ammonium nitrate were moved to a calm area.  The tug was carrying 27,000 gallons of diesel at the time of the fire.  On-scene personnel believed that a fuel line ruptured and fed the fire.  USCG district 8.  Keyword: containment boom.","<b>M/V Citrus; St. Paul Island, Alaska<\/b> 1996-02-16<br />\n<i>heavy oil, like Bunker C<\/i> - NA m³<br />\nOn February 17, 1996, the USCG began receiving reports of hundreds of oiled birds coming ashore on the northeast point of St. Paul Island.  Most of the affected birds were king eiders; however, some oldsquaw ducks, guillemots, thick-billed murres, and crested auklets were also affected.   Most of the birds found were carcasses being scavenged by bulls and Arctic foxes, but some living birds were also found.  A spill source was not immediately evident and the USCG conducted a C-130 overflight in the area with negative results.  Early beach surveys detected no sheens, oil, or tarballs.  On February 20, the USCG sent out two pollution investigators and one USFWS biologist to further evaluate the situation.  USCG district 17.  Keyword: IBRRC.","<b>T/B Jamaica Bay; Newark Bay, New Jersey<\/b> 1994-07-27<br />\n<i>#2 oil<\/i> - NA m³<br />\nAt 1945 on July 27, 1994, a sheen caused by overfilling tanks was detected around the tank barge Jamaica Bay while docked at the foot of Delancy Street in Port Newark, New Jersey. The temperature was in the mid-70s and the sea was calm.  The responsible party hired cleanup contractors to vacuum the oil out of the containment boom and the USCG monitored the recovery operations.\u000bThe response lasted one day.  USCG district 5.  Keyword: containment boom, evaporation, sorbent boom, vacuum trucks.","<b>Tank Car Oil Spill; Santa Fe Channel, Richmond, California<\/b> 1986-01-17<br />\n<i>Bunker C oil<\/i> - NA m³<br />\nOn January 17, 1986, an unknown observer notified the U.S. Coast Guard Marine Safety Office (MSO), Alameda, of an oil slick in the Santa Fe and Levin Channels near Richmond, California.  The Coast Guard collected oil and water samples in an attempt to locate the source of the spill.  USCG district 11.","<b>Mystery Oil Spill, Block Island Sound; Block Island Sound, Rhode Island<\/b> 1985-11-03<br />\n<i>Heavy black oil<\/i> - NA m³<br />\nOn the morning of November 3, 1985, a spill of heavy black oil, extending two miles south of the jetty at Old Harbor to Southeast Point on Block Island, was reported to the U.S. Coast Guard.  The impacted area was described as being a 4-foot wide strip along the beach and a 25-yard strip in the water at the edge of the surf zone.  USCG district 1.","<b>USS Wenonah; Treasure Island, San Francisco Bay, CA<\/b> 2009-08-17<br />\n<i>Diesel, waste oil, hydraulic fluid<\/i> - 45 m³<br />\nIn the early afternoon of 17AUG2009, CA's Office of Spill Prevention & Response personnel notified the regional NOAA SSC of a diesel & waste oil release from a partially-sunken tugboat on the East side of Treasure Island in Central San Francisco Bay, CA causing an initial sheen of 200âx200â.  No NOAA support was requested.  By mid-afternoon, the vessel was surrounded by containment boom, no more sheen had been observed outside the boom and plans were being prepared to raise the vessel and remove the remaining fuel.   The vesselâs maximum capacity was estimated at 10,000 gallons though on-scene observations indicated that she was probably carrying far less than that and 100-500 gallons may have been released.  Sector San Francisco then contacted the NOAA SSC on 18AUG2009 stating that the vessel was continuing to release sheen and requested estimates of oil fate and extent.","<b>Sabine Lake Well, Louisiana; East side of Sabine Lake, LA<\/b> 2008-11-18<br />\n<i>Unknown<\/i> - NA m³<br />\nAt about 0300 this morning (11/18/08), a well in Sabine Lake began to leak at an estimated rate of about 10 barrels an hour. The location was given as: 29Â°52.031'N--093Â°47.601'W. That location is about 1 mile from the middle of the Louisiana shore of the lake. The well is believed to still be leaking.  The USCG has requested trajectory and weather support and is conducting aerial reconnaissance of the area.\u000b","<b>L/C Saltery Provider; Saltery Cove, Clarence Strait, SE Alaska<\/b> 2008-08-18<br />\n<i>Diesel<\/i> - 25 m³<br />\nThe L/C Saltery Provider carrying a fuel truck with 2500 gallons of diesel to a lodge on the west side of Clarance Strait in Saltery Cove capsized at the dock at the lodge and sank in 30 feet of water where it rests on its port side.   The fuel truck is loosely attached to the L/C via its crane and is currently resting vertically beneath the water.  Diesel is slowly burping to the surface from the vessel which has 3000 gallons.  The tank truck is not leaking.  Coast Guard have requested both weather and trajectory information.   The OSRO SEAPRO from Ketchikan is responding.    This is the height of the pink salmon run, and their are two salmon streams in Saltery Cove.","<b>Tug May; Frederick Sound, Alaska<\/b> 1992-11-22<br />\n<i>diesel<\/i> - NA m³<br />\nOn November 22, 1992, while pulling a tow of floating logs in calm water, the tug May suddenly capsized and sank in 50 fathoms at the mouth of Farragut Bay.  One crewmember escaped; three others went down with the vessel and were presumed drowned.  The USCG launched an unsuccessful search and rescue mission that lasted about ten days.\u000bThe tug had 7,000 gallons of diesel onboard and immediately released several hundred gallons when it sank.  The log boom, which was still attached, positioned itself directly over the sunken vessel and the oil released contaminated it.  After the initial release, fuel continued to rise from the vessel at the rate of a few gallons per hour causing a small surface sheen that evaporated and dispersed rapidly.  USCG district 17.  Keyword: evaporation.","<b>Barge E-24; Long Island Sound<\/b> 1986-05-05<br />\n<i>#6 Fuel Oil<\/i> - NA m³<br />\nSITUATION- . THE DERRICK BARGE CENTURY ARRIVED ON SCENE AT APPROXIMATELY 0100 ON THE MORNING OF 5 MAY.  ANCHORING OF THE BARGE WILL BE COMPLETED BY 1300. THE FIRST DIVE TO BEGIN ATTACHING THE SLING WILL OCCUR AROUND 1600, THE TIME OF SLACK LOW TIDE. . ACTIVITIES- . A PRESS CONFERENCE WAS HELD AT 1100 AT STATION NEW LONDON.  PARTICIPANTSS INCLUDED THE OSC AND AOSC, NAVY SUPSALV, AST, SSC AND PUBLIC AFFAIRS. APPROXIMATELY 15 20 MEDIA PERSONNEL WERE IN ATTENDANCE. . COAST GUARD CCOMMENCED SAFETY ZONE PATROL AROUND DERRICK CENTURY AT 0800. . TRANSPORTATION OF EQUIPMENT AND FORWARD COMMAND POST TO FISHERS ISLAND COMPLETE TODAY.  USCG district 1.","<b>M/V A. Regina; Isla de Mona, Caribbean<\/b> 1985-02-15<br />\n<i>IFO 40<\/i> - 627 m³<br />\nA 350FT PASSENGER VESSEL THAT IS AGROUND ON THE SOUTH SIDE OF ISLA DE MONA, 20 MILES WEST OF PUERTO RICO. THE A. REGINA IS A PASSENGER VESSEL WITH 118 PEOPLE AND 138,000 GALLONS OF IFO 40. THE FUEL IS A 40/60 MIXTURE OF #2 AND #6 FUEL OIL. COORDINATES OF THE VESSEL 1803.2N AND 675302W.  USCG district 7.","<b>Skagway Harbor Diesel; Skagway Harbor, Skagway, Alaska<\/b> 1994-05-19<br />\n<i>#2 diesel<\/i> - NA m³<br />\nOn May 19, 1994, # 2 diesel fuel spilled in Skagway Harbor when a gasket failed on a 12-inch pipeline during a fuel transfer from the tank barge Alaskan Spirit to the Whitepass Fuel facility in Skagway, Alaska.  Whitepass Fuel informed the MSO that the diesel was contained and cleanup was underway using sorbent materials.  Mop up continued throughout the day; only a sheen was visible by the next day.  Whitepass Fuel hired a local diver to assess any damage to the Skagway School Hatchery; no damage was reported.  The case was closed on May 24, 1994.  Weather throughout the incident was sunny with light winds from the south.  USCG district 17.  Keyword: evaporation.","<b>Red Pass Pipeline Release; Mississippi Delta, LA<\/b> 2007-12-04<br />\n<i>Natural Gas, Crude Oil, Condensate<\/i> - 6 m³<br />\nOn 4 December 2007, an estimated 3 barrel condensate and natural gas spill was reported in Red Pass, near the Targa DGS Facility in the Venice area of the Mississippi River.  The release was not secured at this time and the actual source was unknown.  The estimated discharge rate was estimated at 1 to 2 barrels per hour, and a visible sheen 0.25 miles long was reported.  An unknown area of marsh has been impacted.","<b>T/B Rhode Island; Long Island Sound, Glen Cove, New York<\/b> 1986-11-18<br />\n<i>Number 6 fuel oil<\/i> - 2 m³<br />\nOn November 18, 1986, the tank barge Rhode Island was en route from Bayonne, New Jersey to New London, Connecticut when it was suspected to have released an estimated 450 gallons of number 6 fuel oil into the waters of Long Island Sound.  Oil was most visible at Hempstead Harbor and between Oak Neck Point and Rocky Point on Long Island's North Shore.  USCG district 3.","<b>Cooking Oil Spill into Black River, Renton, WA<\/b> 2023-09-01<br />\n<i>Cooking Oil<\/i> - 2 m³<br />\nOn 30-AUG-2023, approx. 450 gallons of cooking oil released upriver of the Black River Pump Station in Renton, WA. Thus far, this has been a State led-response, the WA DFW and WA Dept of Ecology have been responding and Clean Harbors is contracted for cleanup operations. Currently, approx. 130 gallons of oil have been recovered and there continues to be concern with oiled wildlife and vegetation and low dissolved oxygen in the water. The Black River Pump Station fish ladder currently remains closed. On 13-SEPT, WA Dept. of Ecology contacted the NOAA SSC for advice on SCAT, cleanup recommendations, and NOAA Fisheries advice on whether or not to open the fish passages for upcoming salmon migrations.","<b>MT Pr. William Snd; Port Angeles Harbor, WA<\/b> 2001-01-29<br />\n<i>Alaska North Slope Crude<\/i> - 2 m³<br />\nAt approximately, 1200, Monday, 29 January 2001, NOAA/HAZMAT was notified of a release of Alaska North Slope Crude from the M/T Prince William Sound.  The vessel was anchored in the harbor at Port Angeles, Washington.  It was reported that the estimated 10 bbls of oil were released while cleaning the decks.  Due to high wind conditions the oil rapidly spread out into wind rows of silver and rainbow sheen and moved east out of the harbor.  Photos from on-scene showed response vessels were deployed which sorbents booms in an attempt to recover some of the oil.  USCG district 13.","<b>ARCO King Salmon Platform; MacArthur River Field, Alaska<\/b> 1992-04-25<br />\n<i>crude oil<\/i> - 2 m³<br />\nA release of Cook Inlet crude occurred from the ARCO King Salmon Platform about 0845 on April 25, 1992.  Apparently, the King Salmon Platform was draining its production separator and failed to equalize pressure, causing a skimmer tank to fill too quickly, thus resulting in a tank overflow of 8 to 10 barrels of crude oil.  The overflow created a black slick approximately 400 by 100 feet.  At the time of the incident, the weather was clear, the seas calm, and the winds light to nonexistent.  Within an hour the Cook Inlet Spill Prevention and Response Inc. (CISPRI) was on the scene. The response ended on the evening of April 27.  USCG district 17.  Keyword: skimmers, sorbent boom.","<b>East Cameron 60; Gulf of Mexico, Louisiana<\/b> 1999-04-09<br />\n<i>natural gas, condensate crude oil<\/i> - NA m³<br />\nOn Friday afternoon, 9 April, the NOAA SSC was notified by MSO Port Arthur of a well blow-out in the Gulf of Mexico.  A USCG HH-65 from Houston was in route for SAR and preliminary assessment.  The platform, East Cameron 60 is located at Lat. 29? 23.0 N Long. 92? 48.0 W and off the Louisiana coast.  The initial report was only that a well blow-out had occurred and that the rig was evacuated and on fire.  At least one burn injury was reported.  The production was primarily natural gas and condensate.  Condensate is oil co-produced in a natural gas well and can vary greatly in composition.  In response, NOAA HAZMAT began to develop initial trajectory information should a significant or prolong release of oil occur and continue to gather information related to the type of oil produced.  The preliminary tactical trajectory indicated that any significant release would be transported NW toward Cameron, LA (a distance of approximately 35 miles).  Landfall could be anticipated in two days.  USCG district 8.  Keyword: none.","<b>Leaking Flow Line Discharge of Crude Oil into Tabbs Bay, Baytown, TX<\/b> 2022-08-15<br />\n<i>Crude oil<\/i> - 2 m³<br />\nOn August 15, 2022,  a leaking flow line discharged an estimated 420 gallons of crude oil into Tabbs Bay, Baytown, Texas.  Sector Houston-Galveston contacted the NOAA SSC to request input on response methods for shoreline oiling, information on resources at risk, and an informal trajectory.  SSC relayed information verbally, followed by an email.  OSROS are on site and the source is secure.","<b>Discharge of Crude Oil at Liquid Oxygen Plant, Mud Lake, LA<\/b> 2022-02-08<br />\n<i>oil<\/i> - 2 m³<br />\nOn 8 FEB 2022, the NOAA SSC was contacted by the USCG Sector New Orleans regarding a discharge of crude oil from a 400 barrel tank in the vicinity of Mud Lake that occurred on 4 FEB 2022.  The total discharge amount was estimated to be between 5bbls and 10 bbls with 3-5 bbls outside of containment in the waterway and marsh.  An overflight on February 8 showed an area of dark oil around the facility and partial loss of containment with one streamer of dark oil outside of containment. The USCG  requested a trajectory for oil discharged outside of containment and resources at risk.","<b>LOBO Tank Battery 1 Leak; Venice, LA<\/b> 2019-04-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 1, 2019, the USCG Sector New Orleans Incident Management Division (IMD) notified the NOAA SSC that the LOBO Operation Inc. Tank Battery 1 in Venice, LA, had an 8 inch transfer line fail while they were shut-in. USCG estimated approximately 10 bbl of crude oil was spilled into unnamed canal. IMD will continue to work with responsible party to monitor situation.","<b>TPIC Garden Island Bay Facility; 1, LA, USA<\/b> 2018-12-14<br />\n<i>Crude Oil<\/i> - 2 m³<br />\nSector New Orleans Incident Management Division (IMD) received NRC #1233035 stating approximately 10 barrels of crude oil has been discharged due to a hole in the salt water disposal line at the facility. TPIC shutdown the line, notified their OSRO ES&H, and the area was boomed with approximately 2000ft  of boom to keep discharged oil out of the center of Camp Canal waterway to prevent spreading of the oil.","<b>Lake Pagie B-1 ISB; 3051 Bayou Dularge Rd, Theriot, LA 70397, USA<\/b> 2017-11-06<br />\n<i>Condensate<\/i> - 2 m³<br />\nOn November 7, 2017, the USCG in Houma, LA,  contacted NOAA regarding a proposed insitu burn in the Lake Pagie field.  Current estimated quantity of release is 10 barrels. Containment boom is deployed around the impacted area.","<b>Energy 21 Platform F; Approx 8 miles offshore Atchafalaya Bay, Gulf of Mexico, LA<\/b> 2016-11-29<br />\n<i>Unknown<\/i> - 0 m³<br />\nOn November 29, 2016, the USCG MSU Morgan City contacted the NOAA RRO to report a discharge of approximately 10bbls from a platform located eight miles from shore.  The discharge was reported as not secure but is anticipated to be secured shortly.  Requested trajectory and weather.","<b>Allision at MM 160 LMR; Lower Mississippi River, LA<\/b> 2015-04-06<br />\n<i>Heavy Crude Oil<\/i> - 2501 m³<br />\nOn April 6, 2015, the USCG Sector New Orleans notified the NOAA SSC of collision between two deep draft vessels (M/V Privocean and M/V Bravo) in the Lower Mississippi River at River Mile Marker 160.  M/V Bravo was transferring a heavy crude oil, and the transfer arms were damaged, spilling an unknown amount of oil into the river.\u000b\u000b","<b>Hilcorp Facility; West Bay, Louisiana<\/b> 2014-12-08<br />\n<i>Crude Oil<\/i> - 2 m³<br />\nOn December 8, 2014, the USCG Sector New Orleans contacted NOAA SSC about a release of 10 barrels of crude oil from an oil/water separator. The facility is located in West Bay, to the northwest of Southwest Pass, Mississippi River. USCG is requesting trajectory of oil in the water to direct activities.","<b>Carpenter Bayou Spill; Channelview, TX<\/b> 2014-05-16<br />\n<i>Number 6 Fuel Oil<\/i> - 2 m³<br />\nOn May 14, 2014, NOAA received notification of a No. 6 Fuel Oil spill into Carpenter Bayou at the Houston Fuel Oil Facility near Channelview, TX. The spill was reported to the NRC on 15 May 2014 (NRC Report 1082828). TGLO and USCG estimated the release to be between 5 to 10 barrels in the water. Initial actions have contained the spilled oil within Carpenters Bayou preventing migration into the Houston Ship Channel. Cause of the release was not reported, but the released oil migrated to the bayou due to an open outfall combined with a rain event. The majority (Estimated 85-90%) of the spilled oil is contained against the shoreline immediately adjacent to the dock where spill originated.","<b>Southwest Pass Block 24; Southwest Pass, Miss. River Delta, LA<\/b> 2014-04-03<br />\n<i>crude oil<\/i> - 2 m³<br />\nOn April 3, 2014, the USCG New Orleans contacted the NOAA SSC regarding a reported crude oil spill that occurred near Southwest Pass on the Mississippi River Delta. Volume of release estimated to have been 7 to 10 barrels (bbls) with a maximum potential of 37 bbls.  Source of the release is unknown. USCG conducted an overflight and observed a 3 nautical mile (NM) by 1 NM sheen, with moderate marsh impact. Sheen described as 50% coverage, 40% silver, 30% dark, 30% dull brown.  USCG has requested trajectory.","<b>West Cameron, Block 142; GOM, LA<\/b> 2009-01-24<br />\n<i>condensate<\/i> - 6 m³<br />\nRainbow sheen near West Cameron, LA Block 142 on Saturday afternoon, 24 Jan.\u000b2009. The source is thought to be a leaking underwater pipeline that has since\u000bbeen secured. The original amount is thought to be 30 barrels of condensate but\u000bhas since been corrected to approximately 10 barrels of condensate. The reported\u000bposition is at 29Â° 25â 31â N Lat. 093Â° 05â 03â W Long. A 8-mile x\u000b2-mile long rainbow sheen was observed.\u000bNRC report #895749\u000bA brief trajectory analysis and weather forecast was requested.","<b>Barge MOR 152; Belle Chasse, LA<\/b> 2006-10-05<br />\n<i>heavy oil<\/i> - 136 m³<br />\nOil barge MOR 152 (See name correction on 12/12/06) is a casualty of hurricane Katrina.  During salvage operations of MOR 152 (Case #373), the side of the barge was compromised causing the release of heavy (sinking) oil.  An estimated 30,000 gallons of product were in the punctured hold. The barge is beached on the west bank of the Mississippi River near mile marker 73.","<b>W and T Pipeline; Main Pass, Block 69, LA<\/b> 2005-03-14<br />\n<i>LA Crude<\/i> - NA m³<br />\nW and T Pipeline","<b>NY Harbor #6 Fuel Spill; NY Harbor; Husdon R<\/b> 2009-03-23<br />\n<i>#6 Fuel Oil<\/i> - 2 m³<br />\nOn March 23, 2009 at 1800 EDT, the transfer line between two vessels failed releasing approximately 400 gallons of Fuel Oil No. 6 into New York Harbor (40Â° 38âN, 74Â° 4âW). The amount released is an estimate and not an actual measurement. At this time, no additional product has been released and oil spill observations (slick location and appearance) are unavailable.","<b>F/V Network; Tillamook Bay, OR<\/b> 2008-11-28<br />\n<i>Diesel<\/i> - 2 m³<br />\nAt approximately 1045 on November 28, USCG Sector Portland notified NOAA ERD that the F/V Network was damaged and at approximately 0800 had released 400 gallons of diesel just outside the jetty in Tillamook Bay, Oregon. A trajectory and information on fate and persistence of the diesel were requested.","<b>Mystery Spill ; Off Louisiana Coast<\/b> 2008-07-18<br />\n<i>Unknown<\/i> - 2 m³<br />\nAt 1400 (local time) NOAA OR&R/ERD was notified of a mystery slick/sheen in the Gulf of Mexico south of Atchafalaya Bay at 28Â° 26.61'  N, 091Â° 40.67'  W.  This is about 60 nm south of Marsh I.  The slick/sheen is reported to be 2 miles by 2 miles of rainbow sheen and estimated to be about 400 gallons.","<b>Tug Gilbert Taylor; Mississippi Sound, AL<\/b> 2000-11-22<br />\n<i>diesel<\/i> - 2 m³<br />\nAt approximately 1430 hrs CST, the NOAA SSC was notified of a diesel spill in Mississippi Sound by MSO Mobile.  The Tug GILBERT TAYLOR leaked diesel fuel from an apparent fracture.  The true nature of the leak is still being investigated.  An estimated 300-400 gallons has been lost.  The vessel's position is between Petit Bois Island and Dauphin Island, 30? 12.8 N Lat. and 88? 21.9 Long.  The spill potential is 1500 gallons.  The USCG requested scientific support to include a spill trajectory, RAR, and weather forecast.  USCG district 8.","<b>Point Au Far Island; Point Au Far Island, LA<\/b> 1998-05-20<br />\n<i>diesel<\/i> - 2 m³<br />\nSometime this morning an estimated 300-400 gallon diesel spill was discovered in the Atchafalaya channel near Point Au Far Island, LA at position 29 degrees 22 minutes North, 091 degrees 23 minutes West.   Rainbow sheen covers an area 3 miles by 3 miles in the ship channel.  USCG district 8.","<b>Dredge Clinton; Charleston, South Carolina<\/b> 1994-11-14<br />\n<i>diesel<\/i> - 2 m³<br />\nA 148-foot dredge operating in the Cooper River at Ordnance Reach, sank in the turning basin on November 14, 1994, releasing about 60 gallons of diesel fuel per hour, approximately 300 to 400 gallons leaked into the river before divers were able to reduce the flow to a rate of about 12 gallons per hour.  The dredge was carrying 11,000 gallons of diesel.  Sheen was reported five miles downriver at Shipyard Creek.  By November 15, the leak had been controlled to one or two gallons per hour and when it was stopped completely, salvage operations began.  No significant resource impacts were reported.  USCG district 7.  Keyword: none.","<b>Oil Slick; Golden Gate Bridge, San Francisco, California<\/b> 1987-02-13<br />\n<i>Oil<\/i> - 2 m³<br />\nOn February 13, 1987, the tank vessel EXXON Philadelphia sighted an oil slick extending from the Golden Gate north to a point 7 nautical miles due west of Point Reyes.  Initial reports indicated that the area impacted was a stretch of ocean consisting of 10 miles by 2,000 yards of intermittent sheen.  U.S. Coast Guard Marine Safety Office helicopter overflights confirmed the sightings and estimated that approximately 400 gallons had been spilled.  The Point Reyes-Farallon Islands National Marine Sanctuary, the California Department of Fish and Game, and the U.S. Fish and Wildlife Service were notified.\u000bThe Coast Guard dispatched a 41-foot patrol boat to the area of the spill to sample the slick, but high winds and increased sea conditions prevented taking of adequate samples.  USCG district 12.","<b>Baron Beechcraft Crash; Palo Alto, California<\/b> 1986-12-27<br />\n<i>Aviation fuel, lube oil<\/i> - 2 m³<br />\nOn December 17, 1986, a sic-place Baron Beechcraft airplane took off from Palo Alto, California Airport and crashed approximately 90 seconds later, killing all 6 passengers aboard, and spilling approximately 400 gallons of high octane aviation fuel and a very small amount of lube oil.\u000bThe U.S Coast Guard Search and Rescue office, notified by witnesses to the accident informed the Coast Guard Marine Safety Office, Captain of the Port, Alameda, of the possibility of pollution from this incident.  USCG district 12.","<b>Spill of #6 Oil at IMTT Pier; Bayonne , NJ<\/b> 2023-11-23<br />\n<i>#6 fuel<\/i> - 2 m³<br />\nOn November 23, 2023, the NOAA SSC was notified by USCG Sector New York that a double-skinned Barge 315 had a tank that overflowed while taking on bunkers at IMTT Bayonne Pier 7. USCG estimates that between 200-400 gallons of No. 6 oil was released into the Kill Van Kull waterway. Release secured. OSRO on-scene. USCG requested trajectory, fate and effect, resources at risk description.","<b>USCG Vessel Strikes Buoy, Resulting in Release of Marine Diesel, Saginaw Bay, MI<\/b> 2022-05-06<br />\n<i>Unknown<\/i> - NA m³<br />\nGL SSC received notification at 0100 (eastern) on May 6th, that the USCG vessel 45703 struck buoy #6 causing a breach in the hull and fuel tanks. Estimated release is 400 gallons of marine diesel. CG requested fate and persistence.","<b>Pleasure Craft ZUMA Fuel Transfer Diesel Spill; 5265 Shilshole Ave NW, Seattle, WA 98107, USA<\/b> 2021-11-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of 13 NOV 2021, between 100-400 gallons of red dye diesel was spilled at the Stinson Marina during a fuel transfer involving the 60ft pleasure craft ZUMA. The spill was secured. ECY and USCG have been on scene and are working to clean up the oil. The sheen had been reported to have spread through the Ballard Locks and seen near Shilshole Bay Marina. USCG has requested a Trajectory and Resources at Risk.","<b>FV Doxa; Prince of Wales Island, AK<\/b> 2021-08-10<br />\n<i>diesel<\/i> - 4 m³<br />\nOn August 7, 2921, the 58-foot FV Doxa ran aground and sank, in the vicinity of Skowl Point, off of Prince of Wales Island, AK.  The vessel was carrying approximately 800 gallons of diesel, and a large quantity of the diesel fuel (at least 400 of the 800 present, if not the total quantity), was released, producing a significant sheen. The SSC was contacted regarding potential impacts and fate and trajectory of the spill.","<b>Straits of Mackinac, MI Dielectric Fluid Release; 6750 David Dr, Mackinaw City, MI 49701, USA<\/b> 2018-04-03<br />\n<i>Dielectric Fluid<\/i> - 3 m³<br />\nOn April 2, 2018, approximately 400 gallons of dielectric fluid was released from a power cable crossing the Straits of Mackinac, MI. The source spill site is approximately 400 feet offshore and covered in patchy ice. The fluid could not be secured due to the possibility of water intrusion into the cable, but the flow has been reduced to 10 gallons an hour. USCG Sault Ste. Marie has requested trajectory and resources at risk.","<b>M/V Heartbeat; Boardwalk Run, Stuart, FL 34994, USA<\/b> 2017-10-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 7, 2017, the M/V Heartburn had a fueling accident that resulted in spill of 400 gallons of diesel fuel  spilled near the  mouth of the St Lucie River.","<b>Eagle Ford Discharge; Beaumont, TX<\/b> 2016-05-28<br />\n<i>Eagle Ford Shale oil<\/i> - 3 m³<br />\nOn May 28, 2016, the USCG Marine Safety Unit in Port Arthur, TX, notified NOAA SSC about a mystery sheen on the Neches River across from the Port of Beaumont.  Discharge was reported to be ~400 gallons of Eagle Ford Shale crude.  Advice on fate and trajectory, was requested and provided.","<b>Ilwaco, Washington Tire Fire; Fort Canby State Park, Baker Bay, Washington<\/b> 1996-03-14<br />\n<i>Pyrolytic oil<\/i> - NA m³<br />\nIn December 1994 after heavy rains, a native soil slide occurred on the SR100 Loop between Fort Canby State Park and Ilwaco, Washington.  In the summer of 1995 rebuilding efforts began. Road reconstruction was completed in October 1995 using recycled 2- to 6-inch tire chips as lightweight fill material. On November 3, 1995, the road was reopened.\u000b\u000b The pavement began to crack in late December 1995.  On January 3, 1996, steam and heat were seen emanating from the roadway and the  surface temperature was recorded at 122?F.  On January 5 the  surface temperature was 165?F.  On January 17 weekly air and groundwater seep monitoring began.  On February 12 the toe of the slope was sealed in an attempt to smother the fire by preventing oxygen uptake. On or about March 14 an oil-like substance was seen seeping out of the toe of the slope with the groundwater.  USCG district 13.  Keyword: endangered species, sorbent boom.","<b>F/V Bowfin; Tacoma, WA<\/b> 2007-12-11<br />\n<i>#2 diesel<\/i> - 2 m³<br />\nAt approximately 0115 December 11 USCG Sector Seattle notified the HDO that a fishing vessel had released 382 gallons of #2 diesel at Pier 25 in Commencement Bay at approximately 2000 on December 10. Trajectory and oil fate information was requested.","<b>Post-Hurricane Katrina Grand Isle 47C, ; Gulf of Mexico, LA<\/b> 2008-06-03<br />\n<i>crude oil<\/i> - NA m³<br />\nThis Hotline entry will be used to track and monitor all subsequent USCG support request for GI-47 until final repairs are completed.\u000b\u000bAt approximately 0230 on 3 Jun2008 an estimated 9 barrels of crude oil was lost from a hurricane damaged platform off Port Fourchon, LA.  Sheen is reported as 2x8 miles in size.  Platform location: 28deg 57.01 min N Lat, 090deg 01.00 min W Long.  Leading edge of sheen is approx. 18 miles off Port Fourchon at 29deg 00 min N Lat, 89deg 51 min W Long.  NOAA ERD was contacted at 0900 to provide WX and trajectory support.  Additional, hurricane related, releases from this platform and block area will be added to this hotline incident.     \u000b","<b>South Pass Block 11 Oil Spill; LA<\/b> 2007-03-06<br />\n<i>Crude Oil<\/i> - 0 m³<br />\nAn oil spill caused by a pipeline cut during repairs was reported off the Mississippi Delta at South Pass Block 11.  The initial report was only 5 gallons.  Based on subsequent overflights, the estimated volume was increased to 9 bbls.  Trajectory support has been requested by the USCG.","<b>Two Discharges in Cameron Meadows Marsh Oil Field, Hackberry, LA<\/b> 2022-06-01<br />\n<i>crude oil<\/i> - 2 m³<br />\nIn February of 2022, two separate discharges occurred in Apollo Energy's Cameron Marsh oil field.  A flow line elbow discharged a reported 5.5 bbls of crude oil.  A pipeline discharged a reported 3 bbls of crude oil and 12 bbls of salt water.  Recovery of the oil was conducted using boom and sorbent.  In June 2022, the marsh was resurveyed and liquid oil remained at both sites.  The USCG Marine Safety Unit in Port Arthur, TX, contacted the NOAA SSC for input on further recovery options including in-situ burning.","<b>OSV Deep Stim 3; Offshore South Pass, LA<\/b> 2006-09-11<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn Sunday evening, 9/10/06, the OSV Deep Stim 3 had an accidental release of an estimated 350 gallons of diesel during a fueling transfer.  The Incident occurred approximately 22 miles ESE of South Pass, Louisiana.","<b>Reported Oil Discharge near Johnston Atoll (about 750 nautical miles SW of the island of HawaiÊ»i)<\/b> 2023-02-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 15, 2023, the U.S. Coast Guard District 14 was notified of 350 gallons of Diesel being spilled in the vicinity of Johnson Atoll around the area of 17 49.7âN, 166 08.9âW, on 09FEB2023. USCG D14 has asked whether NOAA satellites picked up any anomalies in that area between 08FEB2023 â 10FEB2023 Zulu time. The position provided is the leading edge of the oil and the discharge likely occurred somewhere slightly south of Johnson Atoll and the above position.","<b>F/V Miss Cindy II; 10 miles Off Cumberland Island, Ga<\/b> 2007-10-12<br />\n<i>diesel<\/i> - 2 m³<br />\nUSCG reported at 0730 that the F/V Miss Cindy  II was sinking at pos36-53.8N; 081-18.3W, 10 miles off Cumberland Island,Ga.  Total fuel on board was reported as 350 gallons of diesel.  Weather is reported to be 15 knots and seas of 2-4 feet.  A sheen was reported.","<b>Buffalo Marine; Nachez River, Beaumont, TX<\/b> 2003-08-28<br />\n<i>#6 fuel oil<\/i> - 2 m³<br />\nLate on 8/28, eight bbls of #6 fuel oil were spilled during dockside transfer \u000boperation in Beaumont TX.  The area was boomed.  Skimmers, sorbents and a \u000bvac-truck were used to recover the floating oil.  A small section of marsh \u000badjacent to this commercial pier was impacted.\u000b\u000bThe RP requested and received RRT approval to use PES 51 to aid in removing a 4 inch band of \u000boil from around 2 barges and a tow boat.  Proposed clean up operations are to \u000bspray PES 51 on rags and sorbent, then wiping down the sides of the vessels.  It \u000bis estimated that less than 30 gallons of PES 51 will be needed to complete this \u000bportion of the clean up.  Little or no PES 51 will enter the water.  \u000bLittle or no environmental impact is expected with this planned use of PES 51.","<b>Breton Sound Tank Battery 53; Breton Sound<\/b> 2018-10-02<br />\n<i>Unknown<\/i> - NA m³<br />\nBeginning on ~28SEP2018, the USCG federalized the clean up of the Tank Battery structure and began removing oil from the structure. On 02OCT2018 @ 1230CDT it was reported that app 6-8bbls of crude oil was discharged into the water.  USCG is requesting the fate and trajectory of the discharged oil.","<b>Bastian Bay Platform Discharge; LA , USA<\/b> 2018-01-02<br />\n<i>Oil, crude<\/i> - 2 m³<br />\nOn January 2, 2018, the USCG Sector New Orleans contacted the NOAA RRO regarding a discharge from a Hilcorp energy facility located in Bastian Bay, Louisiana.  The discharge was due to the failure of a valve on a bulk separator. The exact details of the sump and drainage system failure, as well as the secondary containment failure, are still under investigation. USCG estimated the total amount discharged to be approximately 8 BBLs, with 4 BBLs reaching the waterway and the remainder contained within the facility's secondary containment.","<b>West Cote Blanche Bay; St. Mary Parish, LA<\/b> 2010-01-08<br />\n<i>crude oil<\/i> - 2 m³<br />\nOn January 8, 2010, the USCG contacted NOAA's Emergency Response Division with a request for assistance on a facility spill in West Cote Blanche Bay, LA.  An estimated 8 barrels of crude oil was released from a leaking valve. The incident was reportedly caused by freezing temperatures and was discovered at 0820 local time. The valve has been secured but a 500 foot sheen was observed.  USCG has requested trajectory support for the spilled oil.","<b>M/V Albemarle Island; Staten Island, NY<\/b> 2000-12-05<br />\n<i>#2 Diesel<\/i> - 2 m³<br />\nAs the container vessel Albemarle Island was departing the Howland Hook Terminal on Staten Island, NY its starboard quarter struck the pier. This punctured the vessel's fuel tank, containing 19,068 gallons of #2 fuel oil. As the vessel was transiting the Arthur Kill the pilot noticed a sheen trailing the ship. At the Newark Bay Turning Basin he turned the ship around and returned to the terminal. It was estimated that approximately 330 gallons of the fuel oil leaked out the crack. The USCG Activities New York (ACTNY) was notified at about 1545. The weather at that time was winds west 15 - 20 knots, air temperature 35 degrees F, sea state was calm.  The Responsible Party (RP) hired contractors and boomed off several creek mouths in the area. All actions were monitored by ACTNY personnel. The duration of the response was about one day.  USCG district 1.","<b>M/V Dog Fish; MP Block 72, Mississippi Delta, LA<\/b> 2008-05-25<br />\n<i>Diesel Fuel<\/i> - 1 m³<br />\nAn offshore supply vessel struck an unknown submerged object causing the hull to rupture and spill 300 gallons of diesel fuel.  The vessel did not sink, and is currently moored awaiting a tow.  All of the diesel from the damaged tank is believed to have been lost.  The reported position places the vessel in Gulf of Mexico waters approximately 10 miles E/NE of Pass a Loutre.","<b>Moncla Marina Barge; East Cote Blanche Bay, LA<\/b> 2007-03-28<br />\n<i>Diesel<\/i> - 1 m³<br />\nAt 1156 CDT today, approximately 200-300 gallons of diesel fuel was released into the water during fueling operations between a vessel and a fuel barge.  The spill location is 29 deg 29.323'N, 091 deg 38.899'W, about half-way between South Point on Marsh Island and Pt. Chevreuil by Bayou Sale Bay, LA.","<b>MV Albermarle Is.; Staten Island, NY<\/b> 2000-12-05<br />\n<i>#2 fuel oil<\/i> - 1 m³<br />\nAt approximately 1530 the container vessel Albemarle Island was departing the docks from Howlan Hook, Staten Island (on the Arthur Kill), NY. During the departure the vessel struck something that caused a four to five inch crack in the hull in the starboard quarter. The pilot reported seeing a sheen trailing the ship and turned the vessel around at the mouth of Newark Bay and returned to the dock. Upon arrival at the pier the ship began pumping oil out of the cracked tank and secured the leak. It was estimated that the ship leaked three to five gallons per minute for approximately 60 minutes (about 300 gallons).  USCG district 1.","<b>Lynn Canal Mystery Spill; Lynn Canal west of False Point Retreat, southeast Alaska<\/b> 1994-05-19<br />\n<i>Thick, dark oil, specific identity uncertain<\/i> - 1 m³<br />\nOn the morning of May 19, 1994, a report came into MSO Juneau from commercial pilots of an oil slick in Lynn Canal near False Point Retreat.  The estimated quantity was 100 to 300 gallons extending two miles and contacting the beach;  no source was evident.  The USCG Cutter Liberty was diverted to the scene to utilize as a platform for beach assessment and possible cleanup.  Small boats from the cutter were deployed using sorbents to mop up some of the oil.  A C-130 flight in the afternoon reported mostly small patches of weathered oil and sheen that was breaking up.  Samples were taken of the oil slick and of several cruise ships that had transited the area during the past 24 hours.  Beach contact was reported at Cordwood; however, a Shoreline Cleanup Advisory Team (SCAT) party organized the next day, with personnel from the USCG, Alaska Department of Environmental Conservation (ADEC), U.S. Fish and Wildlife Service (USFWS), U.S. Forestry Service (the land manager), Alaska Department of Natural Resources, and a private consultant walked the beach and reported no impacted shorelines.  Throughout the incident winds were from the south at 5 to 10 knots.  Samples of the oil were sent to the USCG Central Oil Identification Laboratory (COIL) for analysis.  USCG district 17.  Keyword: none.","<b>Mystery Spill4; Pickworth Dock, Anchorage, Alaska<\/b> 1988-06-22<br />\n<i>Diesel or kerosene<\/i> - 1 m³<br />\nOn June 22, 1988, oil spill was observed in the water around the Pickworth Dock at the city dock complex.  The U.S. Coast Guard was unable to locate a responsible party, and estimated that 200-300 gallons of a refined product (diesel or kerosene) was in the water.  Since a small, roughly 50-gallon pool of the product was isolated and confined, the Coast Guard sought to use this as a spill-of-opportunity to use Elastol, a product that increases the visco-elasticity of oil in order to make it easier to pick up with a skimmer or vacuum truck.  USCG district 17.","<b>Jet Fuel Spill at Norfolk Naval Shipyard; Norfolk, VA<\/b> 2023-10-28<br />\n<i>Jet Fuel<\/i> - 1 m³<br />\nAt 0700 on 28 October 2023, USCG Sector Virginia notified the NOAA SSC that  there was a jet fuel release at the NASSCO Norfolk Naval Shipyard, Norfolk, Virginia. As much as 300 gallons of jP-5 fuel may have been spilled. Sector has not requested any NOAA support at this time.","<b>Discharge of Biodegradable Hydraulic Fluid offshore Galveston, TX<\/b> 2023-07-13<br />\n<i>hydraulic fluid (Environmentally Acceptable Lubricant)<\/i> - 1 m³<br />\nOn July 12, 2023 a dredge outside Galveston jetties discharged an estimated 300 gallons of  Neptune AW Series 46 EAL hydraulic fluid (NRC#1372901). On July 13, MSU Texas City contacted NOAA SSC for advice on fate and effects of this product.  Phone support provided.","<b>FV Arctic Ram; Bering Sea, Alaska<\/b> 2021-10-26<br />\n<i>hydraulic fluid<\/i> - 1 m³<br />\nOn 26-Oct-2021, the FV Arctic Ram reported a burst hydraulic line which released approximately 300 gallons of hydraulic oil into the Bering Sea. On scene conditions are reported at 12 foot seas and 30 knot winds. Sector Anchorage is requesting a fates analysis and trajectory.","<b>F/V BARBARA MARIA spill; Spud Point Marina, Bodega Bay, CA<\/b> 2021-09-15<br />\n<i>Diesel<\/i> - 2 m³<br />\nLate morning on 16-SEP-2021, staff from the Greater Farallones National Marine Sanctuary contacted their NOAA SSC to request a trajectory for a reported diesel spill in Bodega Harbor, CA.  Further information obtained from USCG Sector San Francisco indicated that roughly 200-300 gallons of diesel fuel may have discharged from the F/V BARBARA MARIA during a tank-to-tank transfer late in the evening of 15-SEP-2021.  Winds have been light & variable since early in the spill and USCG Sector San Francisco observed scattered sheen in other areas of Bodega Harbor.  Oil fate & transport info was requested.","<b>OSK Dock Collapse; Nikiski, AK<\/b> 2019-10-01<br />\n<i>diesel<\/i> - 1 m³<br />\nOn 1-Oct-2019, USCG reported that the OSK Dock at Nikiski collapsed in heavy weather, rupturing a fuel pipeline and causing a release of diesel.  Estimated release is 300 gallons of diesel.","<b>FV Defender; Bering Sea, Alaska<\/b> 2017-02-02<br />\n<i>Envirologic Oil 3046<\/i> - 1 m³<br />\nOn February 2, 2017, the F/V Defender reported an accidental release of 300 gallons of Envirologic oil 3046 (biodegradable food oil) into the Bering Sea. The release occurred approximately 120 nm north of Unalaska Island in the Bering Sea.","<b>Associated Terminals: Diesel Discharge; Mississippi River ~MM89, New Orleans, LA 70131, USA<\/b> 2016-12-03<br />\n<i>Diesel Fuel<\/i> - 14 m³<br />\nOn December 3, 2016, the USCG Sector New Orleans contacted the NOAA RRO in order to give notice of a 300gal diesel discharge that happened at Mississippi River MM89.  The discharge occurred during fuel transfer.","<b>Tug Gregory David; Pool 27, Upper Mississippi River MM 184.5<\/b> 2016-03-03<br />\n<i>marine diesel fuel<\/i> - 91 m³<br />\nOn March 3, 2016, the NOAA SSC was contacted by USCG Sector Upper Mississippi River regarding a damaged tug and release of approximately 200-300 gallons of marine diesel fuel within the lock and dam structure near Granite City, IL (Pool 27, Upper Mississippi River MM 184.5). Tug was transiting the lock and reportedly struck the top of the lock causing through hull damage and piercing the #1 fuel tank around 0930. Vessel is stable and secure within the lock. USCG requested product fate and initial trajectory assessment.","<b>Field Energy Platform Release; ~13 mile offshore of Grand Isle, LA<\/b> 2016-02-11<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nOn February 11, 2016, at 0925 local, MSU Morgan City notified NOAA SSC of a 300 gallon crude oil release from a Field Energy platform located approximately 13 miles offshore of Grand Isle, LA.  Oil was released due to malfunctioning sump pump.  Source is secure.  Coast Guard requested trajectory to determine if shoreline impact was likely.","<b>M/T Sichem Edinburgh; 20 mi Off Galveston, TX<\/b> 2013-05-20<br />\n<i>#6 Oil<\/i> - 1 m³<br />\nOn 20MAy13, USCG MSU Texas City contacted NOAA SSC about a spill 20 miles offshore of Galveston, TX. A spill reported as 10-15 gallons, but considered by authorities to be 200-300 gallons, of #6 oil occurred at 29.12 N 094.57 W at 0730 Sunday 19 May 2012. The next morning, shoreline impacts are reported on Bermuda Beach Drive, consisting of surface residue balls of undetermined size and distribution intermixed with sea weed. USCG is requesting a hindcast to determine if the spill and shoreline impacts could be connected.","<b>Pleasure Craft Fire & Spill; Port Canaveral, FL<\/b> 2010-07-18<br />\n<i>Gasoline<\/i> - 1 m³<br />\nAt approximately 2340hrs local time on 18 July 2010, a pleasure craft caught fire, drifted and beached on the north side channel of Port Canaveral Harbor, FL.  300 gal of gasoline are estimated to have been released.  Location is 28deg 24'35\"N / 080deg 37'46\"W.  Vessel is currently a hazard to navigation.  USCG has requested trajectory and fate estimates.","<b>FV Laura E; Columbia River Entrance, OR<\/b> 2005-05-04<br />\n<i>diesel<\/i> - 2 m³<br />\nFishing vessel capsized near south jetty of Columbia River Bar. Diesel threat in roough seas.","<b>Tug New River; Lake Worth Inlet, FL<\/b> 2003-12-04<br />\n<i>diesel fuel<\/i> - 9 m³<br />\nAt 1020 AM(EST), MSO Miami received a report that the 40 foot Tug New River \u000bcapsized in the Lake Worth Inlet at position 26-46N; 080-02.9W.  This position is \u000bnear the turning basin just south of Peanut Island.  The vessel had a total of \u000b2000 gallons of diesel fuel on board.\u000b\u000bThe tug was pulled over and grounded on Peanut Island where offloading and \u000bsalvage operations could be conducted.  It was estimated that approximately 300 \u000bgallons of the diesel had spilled.\u000b\u000bThe NOAA SSC was contacted and provided weather, tides and oil fate information.","<b>FV Mystic; Grounded near Sabine Entrance, TX<\/b> 2002-12-31<br />\n<i>diesel oil<\/i> - 1 m³<br />\nF/V Mystic grounded and sinks releasing diesel oil. NOAA provides weather forecast and the impacts of a small oil spill. Follow-up on Jan 2 2003, shows debris of the ship and oil spill dissipated.","<b>M/V Vardaas; Key Biscayne, Florida<\/b> 1987-03-16<br />\n<i>Oil<\/i> - 1 m³<br />\nA Civil Air Patrol aircraft observed the M/V Vardaas, ten miles offshore, discharging a substance overboard which was creating a sheen measuring approximately 15 miles long and 100 feet wide.  USCG district 7.","<b>M/V Forest Prince refueling spill; Port Angeles Harbor, WA<\/b> 1986-02-10<br />\n<i>Unknown<\/i> - NA m³<br />\nThe Forest Prince spilled 50-300 gallons of oil 2FO80 during refueling in Port Angeles Harbor. Oil seen on an overflight led from PA Harbor to Green Pt, Parallel to the CG Base on Ediz Hook in the Harbor.","<b>Fishing Vessel; Hood Canal, Washington<\/b> 1985-11-19<br />\n<i>Gasoline<\/i> - 1 m³<br />\nEarly on the morning of November 19, 1985, a fishing vessel carrying 300 gallons of gasoline caught fire and sank in 70 fathoms of water in Hood Canal.  The vessel's fuel tanks breached, creating a sheen on the water.  USCG district 13.","<b>M/V Sun Bird; Wilkes Ledge, Buzzards Bay, Massachusetts<\/b> 1985-10-30<br />\n<i>No. 4 fuel oil<\/i> - 11 m³<br />\nAt approximately 0830 on October 30, 1985, the M/V Sun Bird, a 310-foot general cargo ship out of Tokyo, Japan, grounded on Wilkes Ledge, a shoal two nautical miles due west of Mishaum Point, Buzzards Bay, Massachusetts.  The vessel's momentum carried it off the shoal.  It anchored nearby, where it was reported to be taking on water and releasing oil.  A survey determined that damage was confined to the no. 3 central fuel tank and consisted of a 20-foot long by two-foot wide gash starboard of the keel.  The no. 3 central tank was sounded and found to contain 17,000 gallons of water and 15,000 gallons of No. 4 fuel oil.  Forty-five minutes after the spill, observers on a U.S. Coast Guard overflight reported a slick measuring 1,000 yards by 500 yards emanating from the vessel.  USCG district 0.","<b>F/V Alan E; Piedras Blancas, Puerto Rico<\/b> 1985-03-27<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V Alan E. Broke up on the rocks 10 miles N of Piedras Blancas today at 0500. It lost its entire fuel cargo of 300 gals diesel. A sheen was reported 30'wide adn 1/4-1/2 mile long. F/V Alan E is now tied up to F/V Nancy J. Current conditions are NW wind @ 25-30 kts and 15' seas.","<b>TUG DOROTHY ANN; Marquette, MI<\/b> 2008-04-22<br />\n<i>150Weight Shell Omala Gear Oil<\/i> - 1 m³<br />\nThe Tug DOROTHY ANN ran aground on April 21, 2008 and released approximately 30 gallons of 150Weight Gear oil into Marquette Harbor.  The spill was immediately contained by boom aboard the tug.  On April 22, 2008 the NOAA SSC was contacted by Sector Sault Ste Marie for trajectory information for the potential release of 300 gallons of gear oil that is believed to be in the azipod which was knocked off the vessel when it went aground.  \u000b\u000b","<b>F/V Rough Seas; Little Egg Inlet, NJ<\/b> 2007-08-01<br />\n<i>diesel<\/i> - 7 m³<br />\nF/V Rough Seas (59 ft) ran aground at 1600 EDT on 7/31 and began breaking up with approximately 1500 gal of diesel on board. Initial estimate of 200 - 300 gal released. Thirty nesting pairs of piping plovers (a T/E bird) is in the area.","<b>High Island #472; Gulf of Mexico<\/b> 2000-04-05<br />\n<i>Crude oil<\/i> - 1 m³<br />\nBetween 0130 and 0530 local time on 5 April 2000 an estimated 300 gallons of oil with an API of 39 was spilled from a platform located at 28? 15' 54.7\" N, 94? 04' 39.0\" W which is near the Flower Garden Sanctuary.  A slick 1/2 mile by 100 yards has been reported approximately 1/2 mile SW of the platform.  There is a potential total of 600 barrels that could be released.  USCG district 8.","<b>Crude Oil Discharge into Delta National Wild Refuge, Pilottown, LA<\/b> 2023-07-21<br />\n<i>crude<\/i> - 1 m³<br />\nOn July 21, 2023,  approximately 7 bbl of crude oil was discharged from a TPIC facility into USFWS Delta National Wild Refuge.  The NOAA SSC provided phone support on the cleanup","<b>Helis Oil Well Leak Black Bay; LA, USA<\/b> 2020-08-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 13,  2020, the USCG Sector NOLA notified the NOAA SSC of a 7bbl well leak and 1.5mi x 1mi  rainbow sheen in Black Bay, Louisiana.  A well owned by Helis Oil was identified as the source of release.  Well is secured. Fate & trajectory requested.  No shoreline impact anticipated.","<b>Batts Neck Road; Kent Island, Maryland<\/b> 1994-04-14<br />\n<i>#2 heating oil<\/i> - 1 m³<br />\nOn April 14, 1994, MSO Baltimore received notification from the State of Maryland that 275 gallons of #2 heating oil had drained from a residence on Kent Island into a drainage ditch that leads to Chesapeake Bay.  USCG district 5.  Keyword: sorbent boom, sorbent, pads.","<b>PAC ACRUX Diesel Spill Mississippi River; Convent, LA, USA<\/b> 2020-04-29<br />\n<i>Unknown<\/i> - NA m³<br />\nApril 29, 2020 at 05:53am USCG Sec NOLA  received report of a low-sulfur diesel fuel discharge from the M/V PAC ACRUX into the Mississippi River MM164 (Convent, LA) (NRC #1276293). The vessel allided with a mooring dolphin, causing an 18-24â gash and 2-3â hole in the fuel settling tank.  Approximately 264 gallons of fuel was discharged from the tank into the Mississippi River. A black and rainbow sheen was observed on the waterâs surface. No shoreline or wildlife impacts reported.","<b>F/V Miss Doreen; Kupreanof Island, Alaska<\/b> 1995-06-15<br />\n<i>diesel<\/i> - 1 m³<br />\nOn June 15, 1995, the F/V Miss Doreen capsized, for reasons unknown, in Portage Bay on the north side of Kupreanof Island in southeast Alaska.  Two adults were rescued, but a ten-year old girl was trapped in the vessel when it sank.  The USCG MSO Juneau sent personnel to the scene to investigate.  Later that day, divers recovered the body of the young girl and confirmed that 260 gallons of diesel had been released from the fuel tanks.   A sheen one to two miles long extended into Frederick Sound where it naturally dispersed.  Weather throughout the incident was overcast with light drizzle and light winds.  USCG district 17.  Keyword: none.","<b>Hilcorp CF-6; Lafitte, LA.<\/b> 2019-01-08<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nOn January 6, 2019, the USCG Sector New Orleans Incident Management Division (IMD) was notified that 6 barrels of crude oil was discharged from the CF-6 facility in Jefferson Parish, Louisiana. The facility is owned and operated by Hilcorp.  The discharge occurred due to fuel freezing, caused by an equipment failure of the dehydration system, which is now repaired.","<b>Targa Terminals Houston Ship Channel; Houston, Texas<\/b> 2015-04-13<br />\n<i>HFO 380<\/i> - 0 m³<br />\nOn April 13, 2015, the USCG Sector Houston notified the NOAA SSC of an incident involving the release of 1 bbl of HFO (Heavy Fuel Oil) 380 into the Houston Ship Channel during barge transfer operations. Approximately 6 bbls of oil were released to the deck of the vessel and barge during the incident. \u000b","<b>Barataria Bay Waterway; 7 miles south of Lafitte, LA<\/b> 2014-04-04<br />\n<i>crude oil<\/i> - 1 m³<br />\nOn April 4, 2014, the USCG New Orleans contacted the NOAA SSC regarding a release of 6 barrels (bbls) of crude oil from a 4 inch transfer line into a marsh approximately 1/4 mile east of the Barataria Bay Waterway.  The responsible party has reportedly secured and flushed the line and deployed boom around the spill.  Oil spill contractors are deploying to the incident to conduct cleanup operations. USCG has requested trajectory from NOAA ERD.","<b>Forest Prince; Port Angeles, Washington<\/b> 1986-02-10<br />\n<i>Bunker C fuel<\/i> - 1 m³<br />\nAt 0500 on February 10, 1986, while the Liberian bulk carrier, Forest Prince, was refueling in Port Angeles Harbor, a check valve failed and a fuel tank overflowed.  Bunker C fuel was pumped onto the deck of the vessel, through a scupper, and flowed into the harbor.  Before the overflow was detected, approximately 250 gallons of fuel spilled into the water.  USCG district 13.","<b>FV Pacific Prince; Bering Sea, Alaska<\/b> 2021-03-16<br />\n<i>hydraulic oil<\/i> - 1 m³<br />\nOn March 15, 2021, the USCG Sector Anchorage notified the Alaska SSC that the FV Pacific Prince released approximately 250 gallons of hydraulic oil to the Bering Sea. Phone support provided but no products requested at this time.","<b>Bretton Woods Hotel (inland); Great Hall, 310 Mount Washington Hotel Rd, Bretton Woods, NH 03575, USA<\/b> 2018-06-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 13, 2018, the NOAA SSC was notified of a release of 250 gal of #6 fuel oil that occurred on May 29, 2018 from the boiler house of the Omni Mount Washington Hotel.  The oil beneath the boiler house migrated to the adjacent wetlands and possibly impacted the Ammonoosuc River.  NOAA was contacted by NH Fish & Game for assistance in considering restoration option for a freshwater marsh.","<b>Highway 3 - Oil Spill; 2800-2898 St Goar St, Dickinson, TX 77539, USA<\/b> 2018-01-21<br />\n<i>Oil Biproduct<\/i> - 1 m³<br />\nOn January 21, 2018 , the USCG MSU Texas City contacted the NOAA Regional Response Officer regarding a release approximately 250 gallons of an oil drilling fluid.","<b>Truck Accident: I95; New London, CT (I95 Bridge)<\/b> 2016-04-04<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn April 4, 2016, a tracker-trailer jack-knifed on the I-95 bridge over the Thames River, Connecticut.  The accident resulted in the breaching of the fuel saddle tanks and the release of approximately 250 gallons of diesel fuel into the River.  Sector Long Island Sound contact the NOAA SSC for oil behavior and sensitive resources information.  A sheen was seen on both sides of the bridge.","<b>Small diesel spill; Lower Columbia River, WA<\/b> 2009-04-26<br />\n<i>Marine Diesel<\/i> - 1 m³<br />\nA32 foot pleasure craft caught fire and sank in the morning of 26APR2009 with approximately 250gallons of marine diesel on board.  USCG Sector Portland requested a trajectory estimate for a complete & instantaneous release from the sunken vessel.","<b>Tanker Truck Spill; Chester River, MD<\/b> 2008-04-15<br />\n<i>fuel oil<\/i> - 1 m³<br />\nUSCG Sector Baltimore notified NOAA SSC this morning at 0820 about a tractor trailer accident that occurred on Rt 301 where it crosses Chester Creek, MD.  Accident occurred in the vicinity of Sassafras, MD.  The 300 gallon saddle tank on the truck was punctured and released an estimated 200-250 gallons of diesel fuel into Chester River.  Location is approximately 25 miles upstream from the mouth of the Chester River which connects with Chesapeake Bay. The river is very shallow in this area and their is concern about impacts of spill on anadroumous fish spawning habitat (i.e shad, herring. According to USCG, majority of the fuel was contained by boom deployed by contractor. No products requested of NOAA by USCG at this time.  USCG enroute to visually inspect accident scene and potential for river impacts.","<b>British Petroleum; Marcus Hook, Pennsylvania<\/b> 1986-03-28<br />\n<i>No. 2 oil<\/i> - 1 m³<br />\nAt approximately 1600 on March 28, 1986, the U.S. Coast Guard Captain of the Port (COTP), Philadelphia, on-scene at the T/V Intermar Alliance oil spill, observed a flow of dark oil in the Delaware River between British Petroleum docks 1 and 2.  British Petroleum Terminal personnel and S & J Pollution Control, an oil spill contractor also on-scene, immediately deployed sorbent and containment boom, capturing much of the floating oil.  USCG district 3.","<b>Small boat name unknown; 7.5 nm off Tillamook Bay Or<\/b> 2007-05-19<br />\n<i>Unknown<\/i> - 1 m³<br />\nAt approximately 0700 PDT, May 19, 2007,  a 31' vessel lost 250 gallons of diesel fuel about 7.5 nm miles offshore of Tillamook Bay, Oregon.","<b>7-Up Bottling Plant; Bridgeton, New Jersey<\/b> 1992-07-08<br />\n<i>#4 oil<\/i> - 1 m³<br />\nOn July 8, 1992, at approximately 0800, the U.S. Coast Guard (USCG) was notified of an oil spill on the Cohansey River in Bridgeton, New Jersey.  Initially, this was thought to be in the U.S. Environmental Protection Agency's jurisdiction but further information determined that it was to be a USCG response.  USCG  Marine Safety Office (MSO) and Atlantic Strike Team (AST) personnel were dispatched to the scene to evaluate the situation.  Surveys by boat and helicopter were performed and the degree and severity of the spill were ascertained.  The spill was listed as a minor release of #4 oil from the 7-Up distribution facility.  The responsible party initiated response actions.  Booms and sorbents were placed in areas of pocketed oil.  The Federal response was over by July 10.  USCG district 5.  Keyword: none.","<b>T/B E-24; \"The Race,\" Long Island Sound, Fishers Island, New York<\/b> 1985-12-22<br />\n<i>No. 6 fuel oil, diesel<\/i> - NA m³<br />\nAt 1345 on November 22, 1985, the U.S. Coast Guard Captain of the Port, New London, was notified by the tug Norseman that its tow, the tank barge E-24, was taking on water.  The tug and tow were headed eastward in Long Island Sound en route to Boston from Port Bayonne, New Jersey, with a cargo of 20,000 barrels of no. 6 fuel oil.  Weather conditions were poor, with heavy rain, easterly winds at 25 knots, and 5-6 foot seas.  The master of the Norseman reversed course and headed back into Long Island Sound.\u000bThe Coast Guard, fearing a catastrophic loss of the barge and the release of the cargo of no. 6 fuel oil into the environmentally sensitive Long Island Sound, ordered the master to come about and head towards open water.  It was thought that towing against the seas and current would stabilize the E-24 and reduce its chance of sinking.  USCG district 3.","<b>Arcelor Mittal Steel Mill; Sampit River, Georgetown, SC<\/b> 2014-03-20<br />\n<i>lube oil<\/i> - 1 m³<br />\nOn March 14, 2014, the USCG was notified of a release of approximately 225 gallons of lube oil from the Arcelor Mittal Steel Mill facility on the Sampit River off Winyah Bay, Georgetown, SC. The NOAA SSC was notified on March 20, 2014 and requested to assist with consultation issues and cleanup options evaluation.","<b>Pipeline Leak Adjacent to Slough, Unalakleet, AK<\/b> 2022-03-12<br />\n<i>diesel<\/i> - 0 m³<br />\nOn 12-Mar-2022, the USCG Sector Anchorage notified the NOAA SSC regarding a pipeline leak in Unalakleet.  The damaged pipeline released approximately 216 gallons of #2 diesel onto snow and ice adjacent to a slough. SSC answered questions from Sector regarding the fate of diesel on snow and ice.","<b>SEAPA Submarine Cable Removal; Stikine Channel, AK<\/b> 2020-03-27<br />\n<i>dielectric fluids<\/i> - 1 m³<br />\nThe Southeast Alaska Power Agency (SEAPA) seeks to replace an electrical submarine power cable in the Stikine crossing between the islands of Woronkofski and Vank to maintain reliable power for the Petersburg Borough. Cable replacement will require removal of the existing oilâfilled cable and installation of a new cable.  Worst case discharge would be the entire length of the cable; 18000 feet with an amount of approximately 212 gallons of dielectric fluid. USCG Sector Juneau requested the NOAA SSC provide input on ESA listed species in the vicinity of the project.","<b>Flowline Incident, Near Dickerson Bayou; Chambers County, TX<\/b> 2008-11-14<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nOn the evening of 14 Nov. 2008, MSU Galveston notified the NOAA Scientific Support Coordinator of an oil spill near Dickerson Bayou, Cambers County, Texas.  The USCG reports that 5 bbls may have entered the adjacent ditch and maybe 1 bbl escaped into the waterway.","<b>Bayou Couba Oil Spill; Salvador State WMA, Louisiana<\/b> 2008-04-14<br />\n<i>Crude Oil Brine Water<\/i> - 1 m³<br />\nOn Monday, 14 April 2008, the Regional NOAA Scientific Support Coordinator (SSC) was notified by USCG Sector New Orleans of a small spill near Bayou Couba in South Louisiana.  The Louisiana Oil Spill Coordinator's office (LOSCO) also provided prompt notification and updates.  At the time it was reported as a small spill, maybe 4 to 5 bbls, and contained.  There were no issues identified that required direct NOAA support.  Since then, there has been on-scene investigation by the USCG, and the USCG has asked for assistance relative to the response and cleanup.  One concern identified was marsh and vegetation impacts during the cleanup (OSRO cut trees down/paths made in vegetation).  USCG plans an overflight of the impacted area.  The NOAA SSC will meet with the USCG in the morning.   The location of the spill is within the Salvador State Wildlife Management Area.","<b>Deer Island Oil Spill; Terrebonne Parish, LA<\/b> 2008-01-14<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nOn 14 January 2008, the NOAA Scientific Support Coordinator was notified of a small spill near Deer Island by the USCG MSU Morgan City.  The report stated that the source was secure, but three to five barrels for crude oil was lost to the environment.  The MSU requested a Resources at Risk (RAR) Assessment for the area.  The reported location places the spill near the Atchafalaya Delta Wildlife Management Area in South Louisiana.","<b>Swanson River Oil Field; Kenai Peninsula, Alaska<\/b> 1986-12-15<br />\n<i>Gas, oil<\/i> - 1 m³<br />\nOn December 12, 1986, a large gas leak was discovered in one of four wells, shut down since 1984, which had been operated by Atlantic Richfield Company (ARCO) in the Swanson River Oil Field on the Kenai Peninsula.  Two days after the initial gas leak from the drilling pad, gas was observed emerging through the ground in several locations within a one-half mile radius of the pad, including into the Swanson River.  On December 15 the leaking gas got into an oil-bearing strata and expelled approximately five barrels of oil onto the surface of the drilling pad through the leaking well.  Due to the number of gas fumaroles, a major concern was discharge of more oil, particularly into the Swanson River.  The U.S. Environmental Protection Agency (EPA) On-Scene Coordinator (OSC) was notified on December 15.  USCG district 17.","<b>Wellhead Failure and Oil Spill; Turtle Bay, South LA<\/b> 2008-11-06<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nOn 6 Nov. 2008, the USCG notified the regional NOAA Scientific Support Coordinator of an oil spill in South Louisiana.  A half inch nipple between the casing valve and check valve broke from an oil producing well resulting in oil flowing free from the wellhead.  The source was secured at 0127 hrs (local time).  The discharged amount is unknown, but suspected to be small since the well only produces 4 to 5 bbls per day.","<b>Crude Oil Discharge from Flowline into Marsh; Galliano, LA<\/b> 2023-10-24<br />\n<i>crude<\/i> - 1 m³<br />\nOn October 24, 2023, the USCG MSU Houma notified NOAA SSC of an estimated 5-barrel (210-gallon) crude oil discharge from a flowline into a marsh (NRC#1382574). The cause of the discharge is determined to be from corrosion. The source was secured on the afternoon of 24 Oct. T","<b>Spill of Crude Oil from Flowline into Marsh; Centerville, LA<\/b> 2023-10-17<br />\n<i>crude<\/i> - 1 m³<br />\n1On October 17, 2023, the Texas Petroleum Investment Company (TPIC) reported an approx 5bbl (210-gallon) spill of crude oil from a flowline into adjacent marsh. NRC# 1382018.  Approx .19  acres of marsh has been impacted.  UC determined that an insitu burn would be the best response tool. \u000b\u000bNOAA SSC engaging with UC regarding response tactics.","<b>Barge Discharges Heavy Fuel Oil into Intercoastal Waterway; Franklin, LA<\/b> 2023-10-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 6, 2023, the NOAA SSC was notified of an incident that occurred on 28 Sept 2023 from the barge  Blessy Marine WEB 275.    Approximately 5bbl (210 gallons)  of Heavy Fuel Oil (HFO) was spilled into the Intercoastal Waterway due to a misaligned valve during transfer to the Orion Engineered Carbons facility in Franklin, LA.  A tailgate test confirmed the non-floating nature of this oil with current conditions.  An initial assessment of the floor of the waterway indicates the presence of sunken oil.  The USCG requested information  related to fate/trajectory and  a resources at risk assessment.","<b>Wapiti Mud Lake Tank Spill; LA, USA<\/b> 2021-06-29<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 29, 2021, the USCG Sector New Orleans received a report of approximately 5bbls of crude oil being discharged from the Wapiti Operating Manila Village #1 Marine Transfer Facility into the waterway known as Spoon Bill Bay, which is in the area of Mud Lake. A tank overfilled and a rainwater drain plug failed on secondary containment, which allowed an estimated 5bbls of crude oil to be discharged into the waterway.","<b>TPIC 2-69 Well Unit 2 Delta Duck Oil Spill; Venice, LA USA<\/b> 2020-06-23<br />\n<i>Oil<\/i> - NA m³<br />\nOn June 23, 2020, the USCG Sector New Orleans received an NRC report of 3-5 barrels of crude oil discharged from a 2-inch gas line, associated with TPIC 2-69 Well Unit 2. The impacted area is within the Delta Duck National Refuge, in Plaquemines Parish. \u000bThe source is secured. Containment boom deployed. The majority of impacted vegetation is water hyacinth.","<b>Whitney Tank Battery 49 Garden Island Bay Oil Spill; Venice, LA, USA<\/b> 2020-06-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 18, 2020, the USCG Sector New Orleans received NRC#1279863. Crude oil discharged from an underwater flow line in the Garden Island Bay area, Plaquemines Parish. The estimated amount of discharge is 5bbls. Whitney Oil and Gas is the responsible party.  OSRO deployed containment and sorbent boom. Impacted vegetation is predominantly water hyacinth. The impacted area is within the Pass A Loutre State Wildlife Management Area.","<b>TPIC Romere Pass, Delta National Wildlife Refuge, Oil Spill; Venice, LA, USA<\/b> 2020-06-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 16th, 2020, the USCG Sector New Orleans received NRC#1279695 regarding a crude oil spill from a wellhead in Romere Pass, LA. Current estimate of discharge is 5bbl.\u000bThe Texas Petroleum Investment Company (TPIC) is the responsible party.  The wellhead has been secured. Oil was effectively contained within a 30ft diameter patch of water hyacinth. USCG  and TPIC coordinated directly with USFWS.","<b>TPIC South Pass 24 W1 Central Facility; 9, LA, USA<\/b> 2019-08-08<br />\n<i>oil<\/i> - NA m³<br />\nOn August 8, 2019, the USCG Sector New Orleans CDT received a report of a discharge of an estimated 05 barrels of crude oil into South West Pass, Plaquemines Parish, near Joseph Bayou, from a hatch malfunction on a saltwater/oil storage tank at the South Pass 24 W1 Central Facility, owned/operated by Texas Petroleum Investment Company (TPIC). A representative for TPIC stated that upon discovery of the discharge, facility personnel immediately secured source in order to prevent further discharge.","<b>Grand Isle Block 22 Sheen; LA<\/b> 2019-07-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 16, 2019, the USCG received reports of a 6 mile by 0.75 mile sheen approximately 6 miles south of Grand Isle, LA.  Estimated quantity of release, as reported by the RP, is 5 barrels of Louisiana Sweet Crude. Release has been secured.   USCG requesting fate and trajectory.","<b>Texas Petroleum Investment Company (TPIC) Wellhead Leak; Mississippi Delta, LA<\/b> 2013-10-31<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nOn October 31, 2013 the USCG Sector New Orleans notified the NOAA Scientific Support Coordinator regarding a discharge of crude oil from the Romere Pass 59 well. An estimated 3-5 barrels was released within the Delta National Wildlife Refuge. The leaked was contained by shutting down the wellhead at the surface.","<b>Oily Water Discharge; Vermillion Bay, LA<\/b> 2013-02-24<br />\n<i>Salt Water and Crude Oil Mix<\/i> - 2 m³<br />\nOn 24FEB at 1120 CST, USCG MSU Morgan City contacted NOAA SSC about a release of 10 bbls of saltwater and crude oil mixture (equivalent of 5 bbls crude oil) into central Vermillion Bay, LA. The release occurred at 10:15 central time and the resulting sheen is traveling south east. USCG is seeking support and a trajectory of sheen movement.","<b>Union Pacific Tank Battery; Pelican Island, Galveston, TX<\/b> 2005-10-12<br />\n<i>Unknown<\/i> - NA m³<br />\nUnion Pacific Tank Battery","<b>Mystery Spill; Cypremort Point State Park, LA<\/b> 2003-04-12<br />\n<i>Unknown<\/i> - 1 m³<br />\nStranded oil, coffee grain-like weathered tar balls exposed on NW beach. Unknown cause and unknown chemicals. Beach clean-up proposed with minimal sand removal.","<b>CGC NAUSHON Fuel Spill; Womens Bay, Kodiak, AK<\/b> 2020-07-21<br />\n<i>diesel<\/i> - 1 m³<br />\nOn 08-Jul-2020, the CGC NAUSHON discharged approximately 204 gallons of diesel into Womens Bay during and internal fuel transfer. MSD Kodiak has requested NOAA Science Support in determining the amount of the release based on observed fate of the sheen.","<b>Masters Resources A-1 Platform; Galveston Bay, TX<\/b> 2005-10-10<br />\n<i>oil<\/i> - 1 m³<br />\nApproximately 200 gallons was spilled from a tank on the rig.  \u000bOverflights showed a line of sheen and black oil heading for the town \u000bof San Leon in Galveston Bay.  Oil made landfall.  \u000bCleanup crews were on-scene.  No major impact to shorelines (mostly rip rap) nor wildlife \u000bwere observed.","<b>Amoisch Ditch Oil Spill; Oregon, OH<\/b> 2003-02-04<br />\n<i>oil<\/i> - 1 m³<br />\nReports of oil in several places in the Amoisch Ditch near\u000bOregon, Ohio. The release has been traced back to contaminated soils beneath railroad tracks owned by the Norfolk & Southern Railroad Company.  \u000bOil entering the waterway has been estimated at 200 gallons.  While\u000bcontainment dikes have been constructed in the area of the release, oil\u000bhas reportedly escaped the creek and entered Maumee Bay.","<b>Stevedoring Services of America 1; San Francisco, California<\/b> 1986-06-04<br />\n<i>Polychlorinated biphenyl -- laden oil<\/i> - 1 m³<br />\nAt approximately 1850 on June 4, 1986, the San Francisco Fire Department notified the U.S. Coast Guard Marine Safety Office, Alamdeda, of a polychlorinated biphenyl (PCB) oil spill at Stevedoring Services of America on Pier 96.\u000bThe release occurred when a forklift struck a transformer and punctured one of the cylinders, releasing approximately 200 gallons of PCB-laden oil.  The oil formed a puddle about 75 feet wide and 200 feet long on the asphalt and concrete floor at the base of the transformer.  USCG district 11.","<b>Truck Collision Spill; Magee Marsh, OH<\/b> 2004-06-22<br />\n<i>lube and fuel<\/i> - 1 m³<br />\nclean-up assessment, flush and vacuum products and cut heavily oiled plants\u000b","<b>R/V Columbus Iselin; Looe Key, Florida Keys National Marine Sanctuary<\/b> 1994-08-11<br />\n<i>diesel<\/i> - NA m³<br />\nAt 0040 on August 11, 1994, the USCG was notified that the University of Miami's 170-foot research vessel, the Columbus Iselin, had run aground on coral in the Looe Key National Marine Sanctuary.  At 0530 MSO personnel onscene reported a small amount of fuel leaking from the vessel.  Observers on an 0845 overflight reported that the vessel was aground and a light sheen extended approximately one-half mile west of the grounding site.  USCG district 7.  Keyword: none.","<b>Lube Oil Spills into Bayou Casotte at Refinery, Pascagoula, MS<\/b> 2022-09-02<br />\n<i>lube oil<\/i> - 1 m³<br />\nOn September 2, 2022, the USCG Sector Mobile contacted the NOAA SSC regarding an approximate 100-200 gallon lube oil spill at the Chevron dock Pascagoula refinery into Bayou Casotte. Chevron activated their Facility Response Plan and reportedly contained the bulk of the oil (600-weight lube oil) with a containment boom within an hour of the discharge. USCG conducted further assessments including the shoreline in the vicinity of the source. The NOAA SSC provided information on resources at risk and cleanup techniques. \u000bNo further support is requested at this time.","<b>Fire and Diesel Spill from Recreational Fishing Vessel, Navesink River, Red Bank, NJ<\/b> 2022-01-20<br />\n<i>Diesel Fuel<\/i> - 0 m³<br />\nAt 9:30 pm on 20 January 2022, USCG Sector New York notified ERD about a fire onboard a 43-foot recreational fishing vessel that was docked at Irwin Marine, Red Bank, NJ. CG reported that the vessel had approximately 500 gallons of diesel fuel onboard when the fire started and that as much as 100-200 gallons of diesel fuel were released into the Navesink River. USCG requested a trajectory.","<b>Phillips 66 Linden, NJ Heavy Fuel Spill; 1 River Rd, Staten Island, NY 10314, USA<\/b> 2021-08-18<br />\n<i>Heavy Fuel Oil<\/i> - 1 m³<br />\nOn 18 August 2021, USCG Sector New York notified the NOAA SSC that 100-200 gallons of heavy fuel oil from a barge spilled into the Arthur Kill waterway during a fueling operation. at the Phillips 66 refinery. No request for products. SSC provided a verbal description of resources at risk.","<b>Steamboat Creek, Norfolk, Virginia; 401 Warner Cir, Norfolk, VA 23509, USA<\/b> 2021-05-25<br />\n<i>Oil<\/i> - 1 m³<br />\nAt 9:00 pm on 25 May 2021, USCG Sector Virginia notified the NOAA SSC about an unknown amount of oil being found in Steamboat Creek, Norfolk, Virginia. A potential RP has been identified. Volume spilled and cause are being investigated. USCG requested recommendations on response actions, clean-up endpoints and potential resources at risk.","<b>M/V HON JAMES L OBERSTAR Fueling Spill; 425 Banks Ave, Superior, WI 54880, USA<\/b> 2020-03-16<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn the morning of March 15, 2020, the M/V HON JAMES L OBERSTAR, spilled during fueling in Howards Bay  (Fraser Shipyard), Superior, WI. The vessel was reported to have discharged 100-200 gallons of diesel fuel into the water. The cause was found to be a hydraulic quick closing valve that was not secured properly. The source of the discharge has been secured. OSRO was deployed and recovery operations have been completed. Notification only.","<b>Sunken Tugboat Meagan M.; Port Orchard Railway Marina, WA<\/b> 2019-07-29<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 29, 2019, the USCG Sector Puget Sound notified NOAA ERD of a sunken tug boat at its slip in Railway Marina, Port Orchard, WA. An estimated 200 gallons of marine diesel has released with moderate sheen. Maximum potential for product onboard is unknown. OSROs are in route.","<b>Republic Steel Black River Sheen; Lorain, OH<\/b> 2019-06-26<br />\n<i>OIl<\/i> - NA m³<br />\nOn the morning of June 26, 2019, Republic Steel reported 50 - 200 gallons of an unknown petroleum product sheening in the Black River in Lorain, OH. OSRO is on site. Notification only, no products requested.","<b>YP207 Vessel Sinking; Pautuxent River, Maryland, USA<\/b> 2018-08-31<br />\n<i>Diesel Fuel<\/i> - 1 m³<br />\nOn August 31, 2018, USCG Sector Maryland NCR notifified the NOAA SSC that a privately owned former Navy vessel, while being towed, sank at an anchorage in the Pautuxent River. An estimated 150-200 gallons of residual fuel oil has been discharge. USCG requested information on potential resources at risk.","<b>Grounded F/V Pacific Quest; Santa Cruz, CA<\/b> 2018-08-12<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn August 12, 2018, the Monterey Bay National Marine Sanctuary (MBNMS) staff contacted the NOAA SSC about a grounded fishing vessel just outside Santa Cruz, CA at the base of the bluff near UC Santa Cruzâs Seymour Marine Discovery Center.  The vessel is carrying 1,200 gallons of diesel.   Responders on-scene have requested a trajectory.","<b>F/V BEACH RUNNER Sinking; United States<\/b> 2018-08-04<br />\n<i>Diesel Fuel<\/i> - 1 m³<br />\nOn 4 August at 2:30pm, USCG Sector Delaware Bay notified the NOAA SSC that the F/V BEACH RUNNER, sank 9 miles offshore of Capr May, NJ.  200 gallons of diesel fuelwere  discharged. USCG requested verbal trajectory.","<b>Noranda Alumina Diesel Spill; LA-44, Edgard, LA 70049, USA<\/b> 2017-11-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 10, 2017, the USCG notified NOAA regarding a release of 200 gallons of non-marine diesel into the Mississippi River from the Noranda Alumina facility in Louisiana located between river mile markers 142 and 143. The USCG requesting fate and trajectory.","<b>Bellingham BNSF Rail Yard; 1001 Roeder Ave, Bellingham, WA 98225, USA<\/b> 2017-02-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 18, 2017, the NOAA SSC was contacted by the EPA and notified that estimated 200 gallons diesel was released from a ruptured locomotive tank in the BNSF rail yard.  Source secured, and tank patched.  No release into any waterway, but some small streams nearby drain into Bellingham Bay. Tank capacity 2500 gallons and no further leak occurring.","<b>MV TUTAHACO, HALIFAX RIVER; 1850 Ocean Shore Blvd, Ormond Beach, FL 32176, USA<\/b> 2017-02-10<br />\n<i>waste oil<\/i> - 1 m³<br />\nOn February 10, 2017, the USCG Jacksonville notified the SSC of a 200 gallon waste oil spill in the Halifax river.   Details at that time were incomplete but Coast Guard representatives on scene indicated some shoreline impact and the possibility of surface washing agent use. At the time of the report the spill had been secured and contained. Later it was reported that the spill originated from a moored WWII tug.","<b>Witt Penn Bridge; Kearny, NJ<\/b> 2015-02-28<br />\n<i>Diesel fuel<\/i> - 1 m³<br />\nOn 28 February 2015 the USCG Sector NY contacted NOAA to report that the Kearny Fire Dept. reported a vehicle accident on Route 7 at the Witt Penn Bridge in Hudson County, NJ. There was a discharge of approximately 200 gallons of diesel fuel from a United States postal service truckâs saddle tank. The oil made its way into the storm sewer and then to the Hackensack Rived. .","<b>Mystery Sheen; Quarantine Bay, LA<\/b> 2013-11-12<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nOn November 12, 2013, USCG Sector New Orleans contacted NOAA SSC about a mystery sheen reported in Quarantine Bay, 8 miles north of Buras, LA. The sheen appears to be from a pipeline near a decommissioned platform. The overflight estimated that 200 gallons of crude oil is on the surface, creating a sheen of 3 miles by 3/4 miles. USCG is requesting a trajectory from NOAA at this time to determine potential shoreline and resource impacts.","<b>RDA Fore River; Quincy, MA<\/b> 2010-01-19<br />\n<i>diesel<\/i> - 1 m³<br />\nOn January 18, 2010, during work on a sunken tug in the wet basin of the former Quincy Shipyard, there was a release of 50 to 200 gallons of diesel fuel.  USCG personnel responded on scene.  The owner (RDA) has taken responsibility and is responding to the release.  NOAA has provided verbal support and stands by if more support is necessary.  Neither the neighboring wetlands nor any water fowl have been reported as impacted.","<b>F/V ALWAYS LATE; 48 miles east of Cape May, NJ<\/b> 2009-09-19<br />\n<i>Unknown<\/i> - 1 m³<br />\nThe F/V ALWAYS LATE, a 48 foot sport fishing vessel sank at a location approximately 48 miles offshore of Cape May, NJ.  Vessel has 200 gallons of diesel fuel on board.  USCG requested trajectory for potential spill. \u000b\u000bForecast as of 11:00 am EDT on September 19, 2009\u000bHudson Canyon To Baltimore Canyon Including The Waters W Of \u000b39.3n 71.9w...Sw To 37.7n 72.9w \u000bThis Afternoon\u000bN to NE winds 15 to 20 kt diminishing to 10 kt or less late. Seas 3 to 6 ft becoming 2 to 5 ft late...highest se. \u000bTonight\u000bWinds becoming variable 10 kt or less. Seas 2 to 4 ft. \u000bSun Through Mon\u000bE to se winds 10 kt or less. Seas 2 to 4 ft. \u000bTue\u000bSe to S winds 10 kt or less. Seas 2 to 4 ft. \u000bWed\u000bS to SW winds increasing to 15 to 20 kt late. Seas 3 to 5 ft. \u000b\u000bSurface water temperatures mid-70's\u000b\u000bAir temperatures high 60's\u000b\u000bOcean currents toward the northeast at less than 1 knot.\u000b\u000bIf all 200 gallons are discharged in a single release, diesel fuel will create a sheen that will extend upwards from on-half mile to one mile long before dissipating.  Sheen will not impact neashore areas due to inflenece of prevailing currents, wind speed and direction and water and air temperatures.  No impacts on natural resources expected.","<b>Sunken Fishing Vessel; Barataria Bay, LA<\/b> 2003-05-15<br />\n<i>diesel fuel<\/i> - 1 m³<br />\nDuring the evening of 15 May 2003, the NOAA SSC was notified by MSU Houma of a sunken commercial fishing vessel (LA9165AM).  The vessel was reported to have sank around 1630 hours at 29 deg 19.8 min Latitude 089 deg 59.2 min Longitude with 300 gallons of diesel fuel onboard.  The vessel apparently struck a submerged pipeline. There is no reported damage to or leakage from the pipeline. 200 gallons of diesel were released from the vessel.","<b>Little Neck Bay Mystery Spill; Little Neck Bay, LI, NY<\/b> 2001-03-30<br />\n<i>#6 fuel oil<\/i> - NA m³<br />\nActivities New York is responding to a #6 spill in Little Neck Bay, on the north shore of Long Island, NY. At this point the amount and source are undetermined. Initially the oil was thought to have come from a leaking barge in the COTP Long Island Sound area. However, laboratory tests show them to be two separate oils. With heavy rains in the area the investigators on scene have discovered oil coming out of a storm drain. They are attempting to trace the source from there.  USCG district 1.","<b>T/B Pequeco #II; Elk River, Chesapeake Bay<\/b> 2000-01-30<br />\n<i>Sodium Silicate, diesel<\/i> - NA m³<br />\nOn January 30, 2000 the tank barge (T/B) Pequeco II sank in the Chesapeake Bay/Elk River in the vicinity of Turkey Point in 38 feet of water.  The barge was carrying a heated cargo of 1,072 tons (2,144,709 pounds) of liquid sodium silicate and approximately 200 gallons of diesel in a deck tank when it sank between 1750 and 1819 hours of 30 January.   The high pH (11.3) and the large quantity of chemical involved posed a potential threat to the fish and invertebrates in the local marine environment.  Ice coverage over the barge ranged from 100% ice on 31 January to 60% ice coverage by 11 February.  The confluence of the Susquehanna and the Elk River appeared to be concentrating the ice along the Maryland Eastern Shore in the vicinity of the sunken barge.  The ice significantly delayed salvage activities due to the dangers associated with diving in heavy ice coupled with the relatively strong (2+ knots) currents observed in the area.  USCG district 5.  Keyword: sodium silicate, tank barge, salvage, winter, heavy lift, ice conditions, non-regulated cargo, risk analysis.","<b>Ocean City Minor Mystery Spill; White Marlin Marina, Ocean City, Maryland<\/b> 1994-06-17<br />\n<i>diesel<\/i> - 1 m³<br />\nNOAA was notified of this incident on June 18, 1994, by MSO Baltimore and participated by telephone with the State of Maryland DEQ in discussions on \"how clean is clean\".   The SSC was asked to estimate how long it would take natural processes to remove the oil stains from this public marina.  NOAA said that if the sheen from the light fuel oil was removed, the coating and staining on shore structures would naturally disperse and be removed from the marina structures soon, but no definite date could be stated.  USCG district 5.  Keyword: sorbent booms, sorbent pads.","<b>Mystery Oil Spill3; Pompano Beach, Florida<\/b> 1988-09-29<br />\n<i>Oil<\/i> - 1 m³<br />\nOn September 29, 1988, the U.S. Coast Guard Marine Safety Office (MSO), Miami, received a report of an oil slick one mile offshore of Pompano Beach.  A boat from Coast Guard Station Ft. Lauderdale took samples and reported that the slick was 75 yards offshore, and estimated the slick's size as approximately 200 gallons spread over a three-mile area adjacent to the shore.  USCG district 7.","<b>Oil on Beach; Huntington, New York<\/b> 1986-07-29<br />\n<i>Diesel fuel<\/i> - 1 m³<br />\nOn July 28, 1986, approximately 200 gallons of diesel fuel came ashore and soaked the beach at Huntington, New York.  USCG district 3.","<b>Oiled Beach Huntington Harbor; Hungtington Harbor, NJ<\/b> 1986-07-28<br />\n<i>Unknown<\/i> - NA m³<br />\nAbout 200 gallons of #2 is on the beach in Hungtington Harbor ~ 200 yds x 10 ft of beach polluted.","<b>M/V Honan Ace; Dora Bay, Alaska<\/b> 1987-04-15<br />\n<i>Bunker C, diesel<\/i> - 1405 m³<br />\nThe Panamanian log ship M/V HONAR ACE (3ERX4) PARTED ITS LINES DURING winds up to 80 kts and grounded by the stern in Dora Bay, eastern side of Prince of Whales Island (approx 55-13-27N, 132-14-42W).  The 570 ft long vessel was partially loaded with logs and contains about 300,000 gallons of bunker and diesel (about 9,000 gals diesel) -- no pollution was evident.  The vessel grounded sometime after high tide (high tide was at about 1400) and was reported about 1530.  There are two tugs on scene holding the bow of the ship into the wind which is 60-80 kts.  At low tide (2026) there is expected to be no water under the vessel...the bottom is rocky!  Next high tide is at 0231 at 17 ft (2 ft higher than the previous high tide.  Two more tugs were enroute; however, one (80 footer) couldn't pass through the 20 ft seas in Clarence Strait. . The Strike Team has been put on alert.  The SSC has been contacted by the OSC to obtain resources at risk. . The RRT is automatically activated due to the nature of the incident. Notifications were made between 1650 and 1930, though some RRT members could not be reached. . RRT members will be kept up-to-date by E-mail and specific requests will be made by telephone if any assistance is needed.  USCG district 17.","<b>F/V Pacific Paradise, Honolulu, HI; 1001 Kalakaua Ave, Honolulu, HI 96815, USA<\/b> 2017-10-11<br />\n<i>diesel<\/i> - 36 m³<br />\nOn October 11, 2107, the USCG Sector Honolulu contacted the NOAA's ERD Oceanographer on Duty to report that a vessel, the F/V Pacific Paradise, was aground 400 yards from the Outrigger Canoe Club in Waikiki.  The USCG requested a trajectory for a potential release of 8,000 gallons of diesel fuel. The vessel also has 50 gallons of lube oil on board.","<b>F/V Christine Ann; Crystal River, FL<\/b> 2007-07-20<br />\n<i>diesel<\/i> - 2 m³<br />\nUSCG reported the fishing vessel Christine Ann sank four miless offshore with 450 gallons of diesel on board at 1930 EST.  Trajectory and oil fate information has been requested.","<b>F/V THE BOSS; Yaquina Bay, OR<\/b> 2004-10-07<br />\n<i>Diesel<\/i> - 5 m³<br />\nNA","<b>Making Time; Ilwaco Harbor, WA<\/b> 2009-11-22<br />\n<i>diesel<\/i> - 1 m³<br />\nOn November 22, 2009, ERD received a call from the US Coast Guard MSO Portland, reporting that the 30 ft. pleasure craft Making Time was reported to have released about 180 gal. Diesel Fuel in Ilwaco Harbor, WA, near the mouth of the Colombia River. A trajectory analysis was requested.\u000b","<b>TPIC Potential In Situ Burn, South Pass 24; LA  USA<\/b> 2021-07-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 11, 2021, the USCG Sector New Orleans IMD called NOAA SSC reporting an estimated 3- 4 bbls of crude oil discharged on 10JUL21from a flowline owned by TPIC in South Pass 24 in Plaquemines Parish. USCG, State, and RP are working on in situ burn as the potential response method for this incident. SSC and RRO are working closely with USCG.","<b>LOBO Grand Bay Discharge; Venice, LA, USA<\/b> 2020-07-12<br />\n<i>Oil<\/i> - NA m³<br />\nOn July 12, 2020, the USCG Sector New Orleans IMD called the NOAA RRO about an estimated 4bbl crude oil discharge at LOBO Operating Grand Bay Tank Battery #12. The cause of the discharge is determined to be a broken valve. The source is secured, most of the discharge is contained with a hard boom.","<b>Hilcorp Homeplace Facility Discharge; Port Sulphur, LA 70083, USA<\/b> 2019-07-24<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 24, 2019, the USCG Sector New Orleans Incident Management Division  received a report of a four BBL discharge of crude oil at the HILCORP Homeplace facility due to a malfunction in the salt water holding tank control panel which was filled with grease causing the overflow signal to fail.","<b>Forefront Timbalier Bay Spill; Timbalier Bay, LA<\/b> 2018-06-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 12, 2018, the USCG notified the NOAA SSC that a non-producing (shut in) well was leaking from the well casing and had released an estimated 2-4 bbls of crude oil into Timbalier Bay, LA.","<b>Marathon Petroleum Co, Mississippi River MM140; 2310 LA-44, Reserve, LA 70084, USA<\/b> 2018-03-21<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn March 21, 2018,  NOAA was contacted by USCG Sector New Orleans regarding a discharge of approximately  4 barrels of crude oil from the Marathon Petroleum Company located at Mississippi Mile Marker 140. USCG requested a trajectory analysis.  .","<b>Energy 21 (formerly Main pass 61); United States<\/b> 2016-11-17<br />\n<i>Louisiana Sweet Crude<\/i> - 1 m³<br />\nOn November 17, 2016, the USCG contacted the NOAA RRO regarding a 3.6bbl oil spill off of Main Pass, LA.  USCG requested Wx and trajectory.","<b>Marina Diesel Spill; Westport, WA<\/b> 2008-01-09<br />\n<i>diesel<\/i> - 1 m³<br />\nOn January 9, 2008, NOAA ERD was contacted by the USCG regarding an estimated 150 gallon diesel spill in a marina at Westport, WA.  The source of the spill is reported to be a truck on the dock.  USCG request fate and trajectory of the spilled oil.","<b>Neah Bay Waste Oil Spill; Neah Bay, Washington<\/b> 1997-03-18<br />\n<i>waste oil<\/i> - NA m³<br />\nOn March 14, 1997, a heavy oil sheen was observed in Neah Bay.  Neah Bay is part of  the Makah Tribal Reservation at Cape Flattery, Washington.  An abandoned tank on the shoreline was the apparent source of the spill.  Up to 150 gallons of waste oil appeared to have leaked slowly over time through a defective seal in the tank's valve.  The defective tank valve was sealed and the tank removed.  A boom was placed along the shoreline to contain the sheen and the site was monitored over the weekend.  Oil was still observed to be leaching from the riprap four days later.  On March 18 the USCG MSO requested the NOAA SSC to report on-scene to help assess the environmental threat posed by the continuing release and develop recommendations for any additional cleanup and/or remediation.  USCG district 13.  Keyword: boom, riprap, sorbent.","<b>F/V Penny Marshall; Pantego Creek, Belhaven, North Carolina<\/b> 1994-06-21<br />\n<i>diesel fuel<\/i> - 1 m³<br />\nOn June 21, 1994, The F/V Penny Marshall, a 58-foot wooden trawler, was at the dock in Belhaven, North Carolina when a 500-gallon tank onboard  released approximately 150 gallons of diesel fuel into the harbor.  USCG district 5.  Keyword: sorbent boom, sorbent pads.","<b>Small Diesel Spill; Offshore Tampa Bay, FL<\/b> 2003-06-19<br />\n<i>diesel oil<\/i> - 1 m³<br />\nMSO Tampa reports a small diesel spill and asks for trajectories. No shoreline impacts expected.","<b>Diesel Spill at Navy Pier, Base Kitsap-Bangor, Silverdale, WA<\/b> 2022-07-29<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn 29-JUL-2022, USCG Sector Puget Sound contacted the NOAA SSC regarding a diesel spill at a Navy pier at Base Kitsap-Bangor.  An estimated 150 gallons were reported spilled, but an unknown volume went into the water.  USCG requested fate & transport info.","<b>Whitney Oil South Pass Platform Leak; Gulf of Mexico, LA, USA<\/b> 2020-05-31<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 31 May 2020 USCG received reports of a 4 mile sheen near South Pass moving south, offshore. A Whitney Oil knockout platform experienced an upset. The product was discharged from the flare.  No recoverable oil reported. Estimated 150 gallons discharged.","<b>M/V ANNE DAVIS Sinking Lake Ferguson, MS; Greenville, MS<\/b> 2018-09-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 28 September, 2018 the USCG Sector Lower Mississippi River contacted the NOAA SSC regarding the sinking of Inspected Towing Vessel, ANNE DAVIS. An estimated 150 gallons of hydraulic oil, lube oil, waste oil, and red dye diesel was discharged. It is estimated that when the vessel sank it had approximately 4,000 gallons of diesel, 100 gallons lube oil, 100 gallons of hydraulic oil, and a small amount of waste oil onboard. The USCG has requested resources at risk information and assistance with ESA emergency consultation.","<b>S2 Energy MP 21 Spill; Breton Sound LA, USA<\/b> 2021-02-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 10, 2021, the USCG notified the NOAA SSC of a release of crude oil on February 9, 2021, from an S2 Energy platform in Main Pass 21 due to a saltwater pump malfunction. Approximately  3.5 bbl of crude released into Breton Sound, Louisiana, resulted in a 1mi x 200yds slick.  USCG requested fate and trajectory.","<b>M/V Rio Barrow; 1151 Florida A1A, Fort Lauderdale, FL 33304, USA<\/b> 2018-03-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 23, 2018, a 900 ft cargo vessel at anchor off the entrance to Port Everglades, FL had a discharge of 500 liters of GTX-30 motor oil due to a bad seal. USCG contacted NOAA for trajectory and RAR information.","<b>Platform Hondo; 5 nm off Santa Barbara, CA<\/b> 2007-11-16<br />\n<i>Hondo Crude<\/i> - 1 m³<br />\nApproximately 130 gallons of crude oil emulsion spilled from eroded pipes on Platform Hondo at 0710 this morning (Friday, 11/16/07).","<b>Mystery Spill, Near Delta Wildlife Refuge; Mississippi Delta, LA<\/b> 2008-10-04<br />\n<i>Crude Oil<\/i> - NA m³<br />\nA small oil slick estimated at 3 bbls was observed at 29Â° 21.28â N Lat. 089Â° 14.14â W Long at 1000 hrs (local time).  This position places the observed slick approximately 3 miles NW of Main Pass and roughly 6 to 8 miles SSW of Breton Island.","<b>Oil Spill from Flowline into Delta National Wildlife Refuge, Boothville-Venice, LA<\/b> 2023-07-06<br />\n<i>crude<\/i> - 1 m³<br />\nOn July 5, 2023, TPIC reported a pinhole leak in a flowline related to their Romere Pass well #49. An estimated 3 bbl of crude oil was spilled into USFWS Delta National Wildlife Refuge.  A patch of marsh dominated by Roseau cane is impacted.  USFW is requesting an insitu burn. USCG has requested NOAA support.","<b>Spill of Natural Gas Condensate into White Lake Wetlands Conservation Area, LA<\/b> 2023-03-30<br />\n<i>condensate<\/i> - 1 m³<br />\nOn March 30, 2023, a 2-inch line associated with TPIC Watkins well #39 discharged approximately 2-3 barrels of natural gas condensate into a marsh located within the state-managed White Lake Wetlands Conservation Area. \u000bLouisiana Department of Wildlife and Fisheries is recommending an in-situ burn.  NOAA SSC provided verbal support to USCG Morgan City.","<b>Hilcorp E8 Platform Oil Spill; Venice, LA 70091, USA<\/b> 2020-08-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 21, 2020, the USCG Sector New Orleans Incident Management Division (IMD) received NRC#1285147 reporting a discharge of approximately 3 bbl crude oil from Hilcorp platform E-8 in Southwest Pass. The discharge is secured and containment boom deployed.  Oil is contained within the area surrounding the facility. USCG and LDEQ were onsite. No shoreline impacts or oiled wildlife observed.","<b>TPIC Platform Pipeline Release Block 69; Venice, LA 70091, USA<\/b> 2019-10-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 07OCT19 USCG Sector New Orleans IMD received a report at ~0855 of 1 - 3 bbl crude oil released into a marsh area in the Gulf of Mexico. The cause of the release was due to a seal on a pipeline located in a platform. Fate, trajectory, and resources at risk has been requested .","<b>Hilcorp Manilla Village Mud Lake Spill; LA<\/b> 2019-07-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 18, 2019, the USCG notified the NOAA SSC of approximately 3 bbl Louisiana sweet crude discharged from the Hilcorp Manilla Village facility in Mud Lake (NRC report 1252432).  The source is secured. Approximately 2 bbls contained within hard and sorbent boom. Non recoverable sheen discovered by USCG and LOSCO on the eastern edge of Mud Lake on July 19.  USCG requested trajectory.","<b>Ellwood Beach spill; Goleta, CA<\/b> 2019-05-30<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn 30-MAY-2019, the USCG Marine Safety Detachment Santa Barbara contacted the NOAA SSC regarding a 1-3 bbl spill of crude oil during a shoreside well abandonment operation on 28-MAY-2019.  USCG requested trajectory information to support shoreline assessment & cleanup activities, if needed.","<b>TPIC Crude Oil Discharge Delta Duck; 1, LA, USA<\/b> 2019-04-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 10, 2019, the USCG Sector New Orleans Incident Management Division (IMD) notied the NOAA SSC that the TPIC Delta Duck Facility had a 6 inch transfer line ball valve fail. TPIC initially reported 3 bbl of crude oil discharged into Delta National Wildlife Refuge's unnamed canal surrounding the facility.","<b>Hilcorp CF#6 Facility; Louisiana, USA<\/b> 2019-04-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 24, 2019, the USCG  Sector New Orleans Incident Management Division (IMD) received NRC Report #1240899 reporting a discharge of an estimated 3bbls of crude oil into an unnamed canal and muddy marsh area, tributary to the Dupre Cut/Barataria Bay Waterway, in Jefferson Parish, LA.  Hilcorp personnel secured the discharge. IMD personnel are on scene at the incident location to conduct an onsite assessment, to determine any further environmental impact  to ensure proper clean up and response actions and will continue to work with Hilcorp to monitor the situation.","<b>Hilcorp Lafitte Field CF#1; Lafitte, LA, USA<\/b> 2016-10-21<br />\n<i>Crude Oil (presumed South Louisiana)<\/i> - 1 m³<br />\nOn October 21, 2016, a storage tank at the Hilcorp facility on the canal south of Lafitte, LA discharged an estimated 3 bbls of crude oil into the canal and nearby marsh area.  Discharge has been boomed and OSRO is on-site. Sector New Orleans notified NOAA SSC and requested resources at risk.","<b>Wellhead Incident; Little Lake, LA<\/b> 2007-03-11<br />\n<i>Crude Oil<\/i> - 6 m³<br />\nNOAA was notified on 11 March 2007 of a tug striking a wellhead platform resulting in a 15 to 20 foot spray of oil.  Fortunately, the incident only involved a connecting flow line that was cut by the tug's prop and not a wild well blowout.  An employee of the company that manages the well observed the incident and was able to access the platform and secure the line by shutting in an isolation valve.  As a result, what could have been a much larger problem was quickly minimized to a small spill.  NOAA has provided consultation to the USCG on the fate and transport of the spilled oil.   \u000b\u000b","<b>MSU Morgan City Response & Offshore Observations; LA<\/b> 2005-10-03<br />\n<i>Oil and oil products<\/i> - NA m³<br />\nThe U.S. Coast Guard's Marine Safety Unit (MSU) at Morgan City, LA, is responsible for monitoring offshore oil rigs, pipelines, and other infrastructure for hurricane damage that results in oil spills.","<b>Mystery Spill14; lower Delaware Bay<\/b> 1995-10-23<br />\n<i>heavy black oil<\/i> - NA m³<br />\nOn October 23, 1995, the U.S. Coast Guard (USCG) Marine Safety Office (MSO) in Philadelphia was contacted by USCG Air Station Cape May, New Jersey about an oil slick sighted in the lower Delaware Bay.  The slick was described as black oil measuring approximately 100 meters by 50 meters. Weather at the time of the incident was warm with winds less than 10 knots.---The USCG contracted with Delaware Bay and River Coop (DBRC) to send a skimmer to the scene and recover the floating oil.---Duration of response was one day.  USCG district 1.  Keyword: DBRC, skimmers.","<b>T/V BORSEC; Marcus Hook, Pennsylvania<\/b> 1991-05-13<br />\n<i>#4 oil<\/i> - 1 m³<br />\nAt approximately 0800 on May 13, 1991, the tank vessel BORSEC spilled #4 oil into the Delaware River.  The BORSEC was loading fuel from a barge, and, the tank overfilled, causing the oil to run out a vent, onto the deck, and into the water.  USCG district 1.","<b>Timbalier Platform; 5-7 mi s of  Belle Pass, LA<\/b> 2002-01-10<br />\n<i>Lousiana Sweet Crude<\/i> - 23 m³<br />\nThe NOAA SSC was notified by MSO Morgan City of an oil spill some 5-7 miles south of Belle Pass, Louisiana.  The release volume is unknown, but estimations between 5 and 120 bbl have been reported by the RP.  An afternoon overflight by the RP with a USCG representative aboard reported only three small streamers of oil and estimated the volume observed at only 3 bbl.  The NOAA spill trajectory predicted land fall during the night (see trajectory products).  Since much of the shoreline at risk has been identified as critical habitat for a threatened species (Piping plovers), the NOAA SSC is planning a beach survey in the AM to assess impact and will coordinate these efforts with the USF&WS representative.  USCG district 8.","<b>Vermillion Block 272, Unknown Sheen; Offshore Louisiana<\/b> 2008-07-20<br />\n<i>Unknown<\/i> - 1 m³<br />\nAt 1445 (local time) the NOAA SSC was notified by USCG MSU Morgan City of a mystery slick/sheen in the Gulf of Mexico in Vermillion Block 272 at 28Â° 28' 17â  N, 092Â° 10' 00â  W.  This is approximately 80 miles offshore according to the USCG.  The slick/sheen is reported to be 10 miles by 0.5 miles of barely visible sheen and estimated to be about 125 gallons.","<b>Corpus Christi Ship Channel Vacuum Oil Discharge; Corpus Christi, TX , USA<\/b> 2018-12-17<br />\n<i>Vacuum Gas Oil<\/i> - 1 m³<br />\nOn December 17, 2018, at approximately 0330 CT, a barge discharged a reported 120 gallons (~3 bbls) of vaccum gas oil onto the deck of the barge due to a tank overflow.  An estimated 15-25 gallons was discharged to the Corpus Christi Ship Channel, in Corpus Christiâs Inner Harbor.  Sector Corpus Christi has requested assistance from NOAA SSC regarding clean-up methods for the barge deck.  Proposed methods include potential addition of diesel to improve flowability of product, and potential use of Surface Washing Agents.  Both measures are for deck only, with no intended discharge to surface waters.  Phone support provided, no on-scene requests.","<b>Portland Yacht Club Spill; Columbia River<\/b> 2008-08-19<br />\n<i>Diesel<\/i> - 1 m³<br />\nUSCG Sector Portland called at 1715 on August 19,2008 to request a spill trajectory for the release at 1330 of an estimated 120 gallons of diesel from a 44 foot cabin cruiser at the Portland Yacht Club on Hayden Island in the Columbia River.","<b>Hilcorp Energy's Berrwood E-5 platform Discharge; Venice, LA 70091, USA<\/b> 2018-01-21<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn January 21, 2018, the USCG Sector New Orleans contacted the NOAA RRO regarding the discharge of approximately 2.75bbls of crude oil from Hilcorp Energy's Berrwood E-5 platform.    USCG will conduct a site visit on 21 JAN 2018","<b>Block 237 Platform; Eugene Island, LA<\/b> 2008-05-29<br />\n<i>Unknown<\/i> - 1 m³<br />\nAt 1400 local time, USCG contacted the SSC in regards to a 113 gallon spill of Louisiana crude oil reported earlier in the morning on 29 May 2008.  There is currently a sheen 7 miles by 0.25 miles.  THe USCG MSU Morgan City has requested trajectory support.","<b>Star Grip; Agattu Island, Alaska<\/b> 2015-12-02<br />\n<i>Hydraulic oil<\/i> - 1 m³<br />\nOn December 2, 2015, the 649-foot cargo vessel, Star Grip, lost two 55-gallon drums of hydraulic oil overboard during rough weather. The incident occurred approximately 100 miles south of Agattu Island. The vessel reported that it was looking to take shelter at Agattu Island.","<b>Army Corps vessel; NW of Eureka, CA<\/b> 2012-06-06<br />\n<i>Hydraulic Fluid<\/i> - 1 m³<br />\nOn the afternoon of 06-JUNE-2012, the USCG District 11 Command Center notified the NOAA SSC of an Army Corps of Engineers vessel that had reported a loss of 90-110 gallons of hydraulic fluid from one of their propellers.  The release reportedly occured at 2115hrs (Local) on 05-JUNE-2012 approximately 10NM West of Patricks Point, just north of Eureka, CA.  USCG D-11 intends to perform an overflight of the area and requested NOAA Trajectory support to inform their search activities.","<b>Hole in Flow Line Results in Spill into Open Water, West Delta Block 29, LA<\/b> 2023-07-25<br />\n<i>crude<\/i> - 0 m³<br />\nOn July 25, 2023, Cox Operating reported a half-inch hole in a 4-inch flow line in West Delta Block 29.  Approximately 2.5 bbl of crude oil was released onto open water and resulted in a 5-mile sheen heading east. The line has been shut in and release secured.  The USCG requested a brief consultation regarding fate and trajectory.","<b>Mystery spill; Charleston Harbor, SC<\/b> 2009-10-20<br />\n<i>Bunker C<\/i> - 0 m³<br />\nA mystery spill of an estimated 100 gallons of Bunker C fuel oil has been reported in Charleston Harbor, SC.  Location is 32deg 45min N, 079deg 53min W. At approximately 1700EST on 20 Oct, 2009, USCG Sector Charleston contacted NOAA-ERD to request oil fate and trajectory information.  Source is unknown and under investigation.","<b>USS Cleveland; SE of Point Loma, CA<\/b> 2009-04-03<br />\n<i>Diesel<\/i> - 0 m³<br />\nThe USS Cleveland reported a release of 100 gallons of diesel fuel at 0804hrs (local) approximately 4nm south of Point Loma.  Winds on-scene were reported at 5knots from the NW.  Sector San Diego contacted the NOAA SSC and requested trajectory support.","<b>Diesel spill Breton Sound; 2 nm from Breton Is, LA<\/b> 2007-06-29<br />\n<i>Diesel<\/i> - 0 m³<br />\nAt 0245 CDT a diesel spill of approximately 100 gallons occurred\u000bduring a transfer operation when a hose broke.  The location is near\u000bthe Breton Islands at 29Â° 27' N by 89Â° 09' W.\u000b\u000bSee Attached map for approximate location which is about 2 nm from Breton I.","<b>F/V American Freedom; Long Island, NY<\/b> 2007-01-22<br />\n<i>100 gallons of lube oil<\/i> - 0 m³<br />\n100 gallons of lube oil was lost at 0700 EST from the\u000bF/V American Freedom,a 350' fish processing ship, about 11 miles south of Long Island.","<b>M/V Redfin; Cold Bay, Alaska Peninsula<\/b> 1999-05-10<br />\n<i>diesel and lube oil<\/i> - 0 m³<br />\nIn the early morning hours of May 10, 1999, the 178-foot freighter Redfin, owned by Western Pioneer of Seattle, ran aground at the entrance to Cold Bay incurring a small hole in the her bow.  Roughly 100 gallons of lube oil and diesel leaked from the vessel.  The Redfin was taking on water in the bow thruster space, although bilge pumps were neutralizing that inflow.  Eventually 22,000 gallons of fuel were transferred from the fore to the aft tanks.  After lightering approximately 40,000 gallons of fuel to the tug Alaskan Mariner, the Redfin floated free at the high tide.  No further loss of fuel occurred.  USCG district 17.  Keyword: diesel, no response.","<b>Monarch of the Seas; St Marteen, Virgin Islands<\/b> 1998-12-16<br />\n<i>diesel<\/i> - 0 m³<br />\nThe 880-foot Royal Caribbean Line cruise ship, Monarch of the Seas grounded on a coral reef off St. Marteen on December 15, 1998.  All passengers were evacuated from the vessel.  The grounding caused significant damage to the vessel, creating a 40- by 2-m gash along the starboard hull. During the grounding three tanks were breached, two diesel tanks and one overflow tank.  The vessel carried 256,000 gallons of heavy fuel oil and a small amount of diesel.  Initially, an estimated 100 gallons of diesel leaked from the vessel.  USCG district 7.  Keyword: potential spill, salvage.","<b>George Inlet Cannery; George Inlet, Ketchikan, Alaska<\/b> 1997-05-10<br />\n<i>Bunker C<\/i> - 0 m³<br />\nOn May 10, 1997, a caretaker at the old abandoned George Inlet Cannery ten miles east of Ketchikan, Alaska discovered that a storage tank had fallen off its platform onto the beach, ruptured, and was spilling Bunker C oil onto the beach and into the water.   Approximately 100 gallons of oil had discharged,  creating a sheen approximately 2,000 by 300 yards in George Inlet impacting approximately 1,200 feet of shoreline.  The Cape Fox Native Corporation was the RP and, using sorbents, attempted to remove as much oil as possible from the rocky cobble, mostly sheer rock,  and hard shale shoreline.  A log and a sorbent sausage boom were deployed around the oiled-beach area.  The oil had been in the tank for so many years that it was tarlike, was not spreading, and resembled a creosoted piling, even after using sorbents on it.  The oiled shoreline had very little bioactivity, only some seaweed and barnacles.    In the end, nothing was done, nothing was apparently affected,  and only a hard tar coating on the bottoms of some of the rocks could be found to show that anything had happened.  USCG district 17.  Keyword: log boom, PES-51, sausage boom, sorbents.","<b>M/V Star Princess; Juneau, Alaska<\/b> 1995-06-23<br />\n<i>IFO-380<\/i> - 0 m³<br />\nOn June 23, 1995, en route from Skagway to Juneau, the 800-foot cruise vessel, M/V Star Princess, owned by Princess Cruises, Inc., grounded on Poundstone Rock, 25 miles northwest of Juneau.  The 800-foot cruise vessel had 271,000 gallons of IFO-380 and 2,000 passengers onboard.    Several gashes in the hull causef breaching of several fuel and non-fuel tanks; however, less than 100 gallons of fuel were lost, and the vessel made it 15 miles farther south to Auke Bay with no further fuel release.   In Auke Bay, the vessel dropped anchor and was surrounded with boom to catch additional releases.  None occurred.  A sheen extended south of Poundstone Rock for a few miles amid conflicting reports of whether it contained any recoverable oil.  Brisk winds and choppy seas at the grounding site combined to rapidly disperse the  oil slick and no recovery was attempted.  At Auke Bay the weather was calm with overcast skies.  Most of the IFO was lightered from damaged tanks into undamaged tanks.  After temporarily plugging the holes in the hull with wood plugs and epoxy, the vessel was allowed to sail south to Portland for repairs.   Media interest throughout the incident was high.  USCG district 17.  Keyword: salvage.","<b>F/V Rapture of the Deep; Hatteras Village, North Carolina<\/b> 1994-04-15<br />\n<i>waste oil<\/i> - 0 m³<br />\nOn April 15, 1994, the F/V Rapture of the Deep, moored at Hatteras Harbor Marina, Hatteras Village, North Carolina, discharged approximately 100 gallons of waste oil into Pamlico Sound.  USCG district 5.  Keyword: sorbent boom, sorbent pads.","<b>Hawk Channel; Key Largo, FL<\/b> 1991-07-26<br />\n<i>#6 oil<\/i> - NA m³<br />\nOn 26 July, T/B Coastal 32 carrying 12000 barrels of #6 oil spilled an unknown amount approximately two miles off Rodriquez Key at approx. position, 25-03.8N, 080-24.3W.   Containment boom was deployed around the barge by Coastal and personnel were dispatched to clean-up the oil. Coastal Barge and Towing accepted full responsibility for the incident and made arrangements for the entire clean-up.   Overflights were performed both by the Fl. Marine Patrol and the Coast Guard. Initially the slick was reported to be approx. 30 miles long by 100 yds wide, but ground-truthing later during the day revealed that a majority of the reported oil was really some type of brown algae.   By the end of the day clean-up operations were complete. A evening overflight by the Fl Marine Patrol was completed with negative sightings of oil.   The Coast Guard determined the source of the barge leak to be a broken 2 inch containment drain line. They estimate less than 100 gallons of oil was lost.   The Pennecamp State Park biologist surveyed the shoreline form Point Willie south for approx. one mile. She found three small areas where there was minimal impact. No damage is expected from the impacts.  USCG district 7.","<b>Barge KENAI; Thin Point, Cold Bay, Alaska<\/b> 1989-01-04<br />\n<i>Dry goods, PCB-laden soil, diesel<\/i> - 0 m³<br />\nOn January 3, 1989, the barge KENAI grounded at Thin Point at the entrance to Cold Bay, Alaska, after breaking its tug tow line.  The barge was carrying mostly dry goods, but also had a small amount of diesel fuel and 40,000 pounds of low-level, polychlorinated biphenyl (PCB)-laden soil from the U.S. Navy facility at Amchitka Island that was being taken to a repository in Oregon.  None of the containers of soil was lost overboard; however, damage to one of the tanks spilled about one hundred gallons of diesel.  USCG district 17.","<b>T/B KENAI; Dixon Entrance, Southeast Alaska<\/b> 1988-07-18<br />\n<i>Diesel fuel<\/i> - 0 m³<br />\nOn January 3, 1989, the barge KENAI grounded at Thin Point at the entrance to Cold Bay, Alaska, after breaking its tug tow line.  The barge was carrying mostly dry goods, but also had a small amount of diesel fuel and 40,000 pounds of low-level, polychlorinated biphenyl (PCB)-laden soil removed from the U.S. Navy facility at Amchitka Island.  The soil was being transported to a repository in Oregon.  None of the containers of soil was lost overboard, however, damage to one of the tanks spilled about one hundred gallons of diesel.  USCG district 17.","<b>Truck Collision; San Leandro, California<\/b> 1987-11-05<br />\n<i>Diesel fuel<\/i> - 0 m³<br />\nOn November 5, 1987,  a big rig tractor trailer and a passenger vehicle collided in San Leandro, California.  Approximately 100 gallons of diesel fuel leaked from a broken cap on one of the tractor trailer's fuel tanks into a nearby storm drain, approximately .8 miles from a navigable waterway and approximately .2 miles from the San Lorenzo Creek.  USCG district 12.","<b>F/V Beverly J; Salt Point State Park, Bodega Bay, California<\/b> 1987-06-04<br />\n<i>No. 2 diesel<\/i> - 0 m³<br />\nAt 0520 on June 3, 1987, the U.S. Coast Guard Marine Safety Office, Alameda, was notified by Coast Guard Group, Bodega Bay that the 45-foot fishing vessel Beverly J had run hard aground in Gerstle Cove, approximately 400 meters from an entrance to Salt Point State Park. The vessel had 200 gallons of number 2 diesel fuel on board.  The vessel operator was rescued uninjured.\u000bAt daybreak on June 4, U.S. Coast Guard personnel arrived on scene and observed that the vessel had partially broken up, spilling about 100 gallons of number 2 diesel.  There was a noticeable odor and sheen emanating north of the Beverly J for about 35-50 meters.  USCG district 12.","<b>Jet Fuel Spill; San Leandro, California<\/b> 1986-12-04<br />\n<i>Jet fuel<\/i> - 0 m³<br />\nOn December 4, 1986, the U.S. Coast Guard Marine Safety Office, Alameda, California, was notified by the Director of the Hayward Fire Department's Hazardous Materials Program that approximately 100 gallons of Jet A fuel had been spilled in San Leandro creek and adjacent marshland area.  USCG district 12.","<b>M & Q Trucking; Long Island Expressway, Flushing Bay, New York<\/b> 1986-03-30<br />\n<i>Gasoline<\/i> - 14 m³<br />\nOn March 30, 1986, an M and Q Trucking tank truck containing 3,000 gallons of gasoline overturned at the Van Wyck intersection of the Long Island Expressway.  Approximately 100 gallons were lost into the storm drain; a gasoline sheen was observed emanating from the storm drain at the creek that flows into Flushing Bay.  USCG district 3.","<b>Home Heating Oil Tank Leak; Manchester, Washington<\/b> 1985-12-05<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn December 5, 1985, a fuel line from a home heating oil fuel tank ruptured, releasing 100 gallons of diesel into Puget Sound near Manchester, Washington.  Although the fuel line was shut off and tank emptied, a visible sheen was reported offshore in the vicinity of the release.  USCG district 13.","<b>Monarch Seas RCL; St. Martin Island<\/b> 1998-12-16<br />\n<i>Diesel<\/i> - 0 m³<br />\nhe Cruise Ship, Monarch of the Seas, a Royal Caribbean Cruise Ship vessel hit a reef as it departed Sint Maarten, NA at 0130 local time on 15 December.  The ship turned around and proceded back to the harbor, but was taking on water and was intentionally grounded on reportedly sand bottom.  The vessel position is 18-01 N and 63-03 W in Great Bay just off Phillipsburg.  All passangers were evacuated from the ship.  USCG district 7.","<b>Sheen from Sunken Fishing Vessel in Five Fathom Creek, McClellan, SC<\/b> 2023-06-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 9, 2023, the USCG Sector Charleston called to report a sunken fishing vessel in Five Fathom Creek near McClellan, SC. The vessel had been weathered and sunk for some time but had just begun to release a sheen from an estimated  100 gallons of diesel fuel still onboard. NOAA provided a resources at risk report. No information was provided as to any USCG response actions or potential adverse effects to any protected resources or habitat.","<b>Spill from U.S. Naval Vessel during Transfer Operations, Norfolk, VA<\/b> 2023-01-13<br />\n<i>Oil<\/i> - 0 m³<br />\nOn January 13, 2023, the USCG Sector Virginia and US Navy notified the NOAA SSC that the USS MESA VERDE spilled an estimated 100 gallons of unknown oil due to a valve being left open during transfer operations at Norfolk Naval Station Pier 9.","<b>Shrimping Vessel Capsize, Main Pass, LA<\/b> 2022-11-04<br />\n<i>Diesel<\/i> - 0 m³<br />\n04 Nov 2022 a shrimping vessel net became ensnared on an adjacent wellhead.  The shrimping vessel capsized with approximately 100 gals of diesel onboard, creating a sheen.   The USCG consulted NOAA regarding response methods, fate, and trajectory and NOAA consulted local USFW regarding nearby habitat.","<b>Red Dye Diesel Spill in Lake Union, Seattle, WA<\/b> 2021-12-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the evening of 20 DEC 2021 the NOAA Regional Response Officer was contacted by the USCG on a red dye diesel sheen in Lake Union located near Northlake Shipyard. The spill is suspected to have occurred early in the morning and could be about 100 Gallons. The Coast Guard requested a trajectory.","<b>Navy Pipeline Release, Pearl Harbor; Hawaii<\/b> 2021-07-19<br />\n<i>diesel<\/i> - 0 m³<br />\nOn July 19, 2021, the USCG D14 and Sector Honolulu notified the NOAA SSC that the Navy reported a release of 100 gallons of diesel fuel from a pipeline at K10 pier in Pearl Harbor due to equipment failure.  The fuel was released into the water but was contained by boom.  The Navy applied absorbents to clean up the spill.  No wildlife was reported to be impacted.  USCG reported from on-scene that there was no indication of seabirds, monk seals, or sea turtles in the area.  Trustees were notified.  No NOAA support was requested.","<b>Gaubert Oil Diesel Spill; ICW, Houma, LA, USA<\/b> 2020-02-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 6, 2020, a broken valve at a fueling facility located along the Houma ICW at mm52 resulted in the discharge of several hundred gallons of red dye diesel into the ICW.  Local winds pushed the diesel against the bank and into a boat slip. Boom applied and cleanup in progress.","<b>Mystery slick; North end of Barataria Bay, La.<\/b> 2011-09-15<br />\n<i>oil<\/i> - 0 m³<br />\nAt 1030 CDT, Sept 15, 2011 there was a report of a 1 mile by 1/2 mile slick at the north end of Barataria Bay.  The CG asked if we could help locate the source.","<b>100 gallon diesel spill; Off Hernando Beach, FL<\/b> 2007-04-08<br />\n<i>diesel<\/i> - 0 m³<br />\n100 gallon diesel spill at 0400 EDT about 5.5 nm from shore, off Hernando Beach, FL.","<b>Spill; Tampa Bay, FL<\/b> 2004-03-23<br />\n<i>#2 diesel<\/i> - 1 m³<br />\nHundreds of gallons of #2 diesel were spilled offshore of Tampa Bay.  NOAA provided weather.","<b>Tank Barge COASTAL 32; Key Largo, Florida<\/b> 1991-07-26<br />\n<i>#6 oil<\/i> - NA m³<br />\nTank barge COASTAL 32 with 12,000 barrels of #6 oil onboard developed a leak while transiting through Hawk Channel off Key Largo, Florida.  Even though Coastal personnel deployed containment boom around the barge shortly after discovering the leak, a U.S. Coast Guard overflight crew reported that the slick extended from Rodriguez Key to Soldier Key (approximately 60 miles) with intermittent sheen of mixed light and dark oil measuring about 1/4 mile wide.  USCG district 7.","<b>M/V MARY KATHRYN H; Prince of Wales Island, Alaska<\/b> 1989-01-23<br />\n<i>Diesel<\/i> - 0 m³<br />\nAt approximately 1800 on January 20, 1989, the tugboat  MARY KATHRYN H grounded in heavy weather at the entrance to Smith Cove, on the east side of Prince of Wales Island. The vessel rested on its starboard side on a reef and was awash at high tide.  The tug contained approximately 7,000 gallons of diesel, of which less than 100 gallons were lost prior to plugging the fuel tank vents.  High winds from the southeast and heavy seas made access to the vessel difficult.  USCG district 17.","<b>Mystery Spill5; Upper Cook Inlet, Alaska<\/b> 1988-08-05<br />\n<i>Oil<\/i> - NA m³<br />\nOn August 5, 1988, personnel on the Phillips Petroleum gas platform in upper Cook Inlet observed several patches of black oil with sheen.  At 1000, a U.S. Coast Guard C-130 overflight confirmed the oil slick and observed a few scattered patches in an area from 10 miles west of Fire Island southwest to Trading Bay.  USCG district 17.","<b>F/V Naiad; Halfway Rock, Sakonnet, Rhode Island<\/b> 1988-07-18<br />\n<i>Diesel fuel<\/i> - 0 m³<br />\nOn July 18, 1988, the wooden fishing vessel Naiad was reported aground on Halfway Rock, off the coast off Rhode Island's Briggs Point.  Initial attempts to refloat the fishing vessel failed.  The vessel carried an estimated 600 gallons of diesel fuel.  USCG district 1.","<b>Tug Cindy Lee; Jackolof Bay, Homer, Alaska<\/b> 1988-07-18<br />\n<i>Diesel fuel<\/i> - NA m³<br />\nOn the morning of July 18, 1988, NOAA's Outer Continental Shelf Environmental Assessment Program (OCSEAP) office was notified by its Kasitsna Bay lab that a small oil spill from a tug and barge operation had occurred near the head of Jackolof Bay.  At the time, OCSEAP was conducting a controlled experiment in Jackolof Bay on the effect of dissolved hydrocarbons on migrating salmon.  \u000bThe tug Cindy Lee and the barge were apparently under contract to the Seldovia Native Association.  While mining gravel from Jackolof Creek (a salmon migration stream), the barge grounded and lost a small amount of diesel fuel.   Sheen was reported on the water, as well as a small amount of oiling of the high tide wetlands at the head of Jackolof Bay.  The area of sheen was estimated to measure roughly 500 yards by 200 yards.  USCG district 17.","<b>Chek Development Construction Company; San Pablo Bay<\/b> 1987-05-07<br />\n<i>Oil<\/i> - 0 m³<br />\nAt 0430 on May 7, 1987, heavy black oil was sighted in a marshy area approximately 3 miles inland from the mouth of Las Gallinas Creek, which empties directly into San Pablo Bay.  A survey by the U.S. Coast Guard of the marsh indicated that the black oil stretched a distance of 600 meters and could be seen throughout the marshland area.\u000bThe Coast Guard notified appropriate Federal, state, and local agencies of the incident.  California Department of Fish and Game representatives reported to the scene to advise the Coast Guard On-Scene Coordinator of the state's particular wildlife and environmental concerns.\u000bThe Chek Development Construction Company took financial responsibility for the incident.  Cleanup commenced at 0600.  Further surveys by the Coast Guard indicated that the oil was confined to the area of the marsh.  USCG district 12.","<b>Bunker discharge Everett Pt; Everett Point, Port Gardner, WA<\/b> 1985-05-22<br />\n<i>Unknown<\/i> - NA m³<br />\nAbout 100 gal of bunker found discharged off of Everett Point Port Gardner Pier 3 could have happened anytime between midnight and 7 am.","<b>Barge Corpus Christi Sun; Buzzard's Bay<\/b> 1985-01-24<br />\n<i>Unknown<\/i> - NA m³<br />\nThe barge Corpus Christi Sun sustained damage to the No.2 portside tank and leaked 50-100 gallons of diesel. The potential spill is 100k barrels barge is anchored off of buoy #11 in West of Cape Cod Canal. Buzzard's Bay and the leak has been stopped. Winds are from the West at 10-20 kts shifting to 10-20 kts from the NW on 1/26. Ice conditions are 80% coverage of pancake & brash ice compacted by the wind.","<b>M/V Yorktown Clipper; Geikie Rock in Glacier Bay National Park, Alaska<\/b> 1993-08-18<br />\n<i>diesel<\/i> - 0 m³<br />\nAt 1600 on August 18, 1993, the cruise vessel M/V Yorktown Clipper ran aground on the charted Geikie Rock, about 20 miles up Glacier Bay.  The weather was clear and calm at the time of the incident.  The vessel incurred major damage to the bow section.  Approximately 100 gallons of diesel was released into the water from a 7,200 gallon bow fuel tank before the large influx of water created a water bottom.  The vessel was rapidly taking on water and in danger of sinking, but the USCG provided air-deployable pumps that curbed the onrush of water.  The Yorktown Clipper limped into Shag Cove, a small arm in Glacier Bay, under its own power where the it was boomed while divers, salvers, and marine architects worked to evaluate, stabilize, and patch the holes with wood plugs, epoxy, and concrete.\u000bBecause the vessel was within the bounds of Glacier Bay National Park, park service personnel were concerned about an additional release of diesel as it exited Glacier Bay.  With NOAA assisting, they evaluated resources, made contingency plans, and issued the following conditions under which the vessel could leave the Bay:\u000b1)  The vessel will get underway shortly before high tide and transit the bay at ebb tide at no more than  five knots down the main channel\u000b2)  An LCM with pollution response equipment will escort the ship\u000b3)  Speed outside Glacier Bay will be determined by the vessel's master\u000b4)  The vessel will make periodic security broadcasts while inside Glacier Bay\u000bThe vessel safely exited the Bay on August 24.\u000bMedia interest was very high throughout the event because the incident occurred in a National Park.  USCG district 17.  Keyword: evaporation, salvage, air activated pumps.","<b>F/V Peregrine; Cultus Bay, Whidbey Island, Washington<\/b> 1986-03-15<br />\n<i>Diesel, lube oil<\/i> - 14 m³<br />\nON 3/25 AT 2:15PM PETTY OFFICER RICK THOMAS, USCG, CALLED TO INFORM HMRB THAT THE FISHING VESSEL PEREGRINE BEGAN LEAKING OIL TODAY. THE VESSEL ORIGINALLY GROUNDED APPROXIMATELY 2 WEEKS AGO IN CULTUS BAY, WHIDBY ISLAND. A TOTAL OF 12,000 GALLONS OF DIESEL OIL IS ESTIMATED TO BE ON BOARD WITH A LOSS SO FAR OF 2-3,000 GALLONS.  THE COAST GUARD HAS REQUESTED A TRAJECTORY AND RISK ASSESSMENT. CALLS HAVE BEEN PLACED TO CLIFF BOSLEY, FWS, CHRIS DRIVDAHL, WA DEPT. OF GAME, STEVE SPEICH, AND TERRY WAHL REGARDING BIRDS WHICH COULD BE IMPACTED. BURL WESCOTT IS PARTICIPATING IN AN OVERFLIGHT. DAVID KENNEDY HAS BEEN NOTIFIED OF THE SITUATION.  USCG district 13.","<b>Barge Corpus Christi; Buzzards Bay, Massachusetts<\/b> 1985-01-24<br />\n<i>#2 fuel oil<\/i> - 0 m³<br />\nNOAA SSC, CAMBRIDGE, RECEIVED CALL FROM LT(JG) RIOPELLE, MSO PROVIDENCE CONCERNING POTENTIAL DIESEL SPILL IN BUZZARDS BAY.  THE BARGE CORPUS CHRISTI/SUN HAD SUSTAINED DAMAGE TO THE NO. 2 PORTSIDE TANK AND LEAKED 50-100 GALLONS OF NO.2 FUEL OIL (DIESEL).  BARGE REPORTED TO HAVE 100,000 BARRELS OF DIESEL FUEL ON BOARD.  LEAK HAD BEEN STOPPED AND VESSEL ANCHORED OFF BUOY \"11\" WEST OF CAPE COD CANAL.  COAST GUARD REQUESTED NOAA PROVIDE SPILL TRAJECTORY AND RESOURCES AT RISK INFORMATION IN THE EVENT A MAJOR SPILL OF DIESEL OCCURRED. . 1040  SSC REQUESTED TRAJECTORY FROM MASS GROUP IN SEATTLE AND RESOURCES INFO FROM RPI.  RPI WILL CONTACT JOHN TEAL AND JOHN FARRINGTON AT WHOI FOR LOCAL EXPERTISE ASSISTANCE.  THE NAME OF BOB BEARDSLEY AND JOHN MOODY AT WHOI SUGGESTED FOR OCEANOGRAPHIC ASSISTANCE TO TRAJECTORY GROUP. . 1050  NOAA WEATHER SERVICE FORECAST FOR BUZZARDS BAY (BOSTON OFFICE) WINDS 10-20 KTS OUT OF WEST THURSDAY INTO FRIDAY.  WINDS SHIFTING TO 10-20 KTS NW FRIDAY AFTERNOON.  SEAS RUNNING 2 FT OR LESS THRU THURS MIDNIGHT. . 1100  LT(JG) RIOPELLE, MSO PROVIDENCE, CONFIRMED POSITION OF BARGE TO BE 1/2 MILE SOUTH OF BUOY \"11\" LOCATED SOUTH OF CLEVELAND LIGHT.  EXPECT TO HAVE MSO PERSONNEL ON SCENE BY 1100.  ICE CONDITIONS REPORTED TO BE 80% COVERAGE OF PANCAKE & BRASH ICE COMPACTED BY WIND BETWEEN BUTLER POINT AND NYES NECK, AND BETWEEN CLEVELAND LEDGE CHANNEL AND WEST FALMOUTH.  CLEVELAND LEDGE CHANNEL LEADING INTO CAPE COD CANAL HAS SLUSH ICE WHICH FLOWS WITH THE CURRENT.  REQUESTED COAST GUARD TO PROVIDE ON SCENE WEATHER DESCRIPTIONS AND ANY VISUAL OBSERVATIONS OF BEHAVIOR OF OIL SHEENS WHEN BARGE WAS LEAKING. . 1152  PROVIDED INITIAL TRAJECTORY COMMENTS AND CLEAN UP RECOMMENDATIONS (RPI) TO COAST GUARD. . 1310  LT(JG) RIOPELLE, MSO PROVIDENCE, CONFIRMED MSO PERSONNEL ON SCENE. LEAK TO NO. 2 PORTSIDE TANK HAS BEEN REPAIRED WITH A 3'X4' PATCH.  FUEL HAS BEEN LIGHTERED TO ALLEVIATE SOME OF THE PRESSURE (FROM OIL) ON THE PATCH.  NO POLLUTION VISIBLE AT THIS TIME.  ARMY CORPS OF ENGINEERS IS ENROUTE TO INSPECT VESSEL BEFORE DECIDING WHETHER IT WILL BE ALLOWED TO ENTER CAPE COD CANAL TO CONTINUE ON TO BOSTON.  VESSEL APPEARS STABLE AT THIS TIME. . 1330  RESOURCES AT RISK INFORMATION PROVIDED TO COAST GUARD. . 1520  CWO WILLIAMS, MSO PROVIDENCE, STATED BARGE CORPUS CHRISTI/SUN HAD BEEN PERMISSION BY COAST GUARD AND ARMY COE TO PROCEED THROUGH THE CANAL. EXPECTED TO GET UNDERWAY BY 1600.  NO POLLUTION VISIBLE AT THIS TIME, BUT COAST GUARD CONCERNED IF LEAK WILL RETURN WHEN VESSEL IS UNDERWAY. ONCE UNDERWAY, VESSEL WILL BE OBSERVED BY HELOCOPTER DURING TRANSIT THROUGH CANAL.  IF SIGNIFICANT LEAKING REOCCURS, VESSEL WILL BE DETAINED IN CAPE COD CANAL, BOOMED, AND THE CARGO LIGHTERED.  IF NO POLLUTION, OR MINIMAL LEAKING OCCURS, VESSEL WILL BE ALLOWED TO CONTINUE TO BOSTON. MSO BOSTON WILL THEN DETERMINE IF VESSEL MUST BE LIGHTERED BEFORE ENTER- ING HARBOR, OR WHETHER IT MAY PROCEED TO GLOBAL MARINE TERMINAL TO OFF LOAD.  AFTER OFFLOADING, BARGE WILL RETURN TO HOME BASE IN NEW YORK FOR REPAIRS. 1600  CWO RONDAMANSKI, MSO BOSTON, CONFIRMED BARGE CORPUS CHRISTI/SUN IS EXPECTED TO ARRIVE BOSTON HARBOR BETWEEN 0300 AND 0400 EST.  VESSEL WILL BE ANCHORED OUT AND BOOMED UNTIL MSO PERSONNEL HAVE INSPECTED IT.  USCG district 1.","<b>T/S Stolt Vision; Off coast of Savannah, Ga<\/b> 2009-09-28<br />\n<i>HFO #6<\/i> - 355 m³<br />\nVessel reported crack in hull and loss of small amount of #6 fuel oil between 1700 and 2030 EST approximately 11 miles off Savannah Ga. USCG reported observed sheen two miles long and suspects that release may have been more substantial than reported","<b>Single Engine Plane Downed in St. Louis River, Duluth, MN<\/b> 2023-02-24<br />\n<i>100 Octane Aviation Gasoline<\/i> - 0 m³<br />\nUSCG Marine Safety Unit Duluth is responding to a downed single-engine plane in the St. Louis River upriver of Lake Superior. The plane reportedly crashed into the ice at approximately 1730 CST on 24 February 2023, caught fire, then submerged. The fuel and worst-case discharge are unknown at this time but is estimated to be up to 90 gallons of 100 octane aviation gasoline. However, the initial report from the fire response was that most of the plane and its fuel were consumed in the fire. The ice cover is otherwise complete in the river, and the distance to the ice edge is approximately 4 miles downriver in Lake Superior. USCG MSU Duluth is seeking fate and transport information, as well as any relevant public safety recommendations.","<b>Fire on 30' Vessel off Decatur Island, WA<\/b> 2022-06-15<br />\n<i>Oil<\/i> - 0 m³<br />\n6/15 at 1300, USCG Sector Puget Sound notified NOAA NW SSC of a 30' vessel fire off of Decatur Island, Honeymoon Cove (across from Center Is, E of Rim Is), San Juan Islands. The fire was caused by a butane tank explosion on board and has since been put out. An approximate 90 gallons of diesel and 2 propane tanks (max potential 100-200 ga) have been released, creating a non-recoverable, rainbow sheen. The USCG is on scene and funding has been opened to hire an OSRO to boom and salvage the vessel.","<b>Thibodeaux #3; Amelia, LA<\/b> 2000-12-19<br />\n<i>oil<\/i> - 0 m³<br />\nOn the Morning of 19 December, the NOAA SSC was notified of a well blow-out near Amelia, a small town near Morgan City, LA.  The well location was reported at 29 degrees 37' 42.92\" N Lat. and 91 degrees 04' 33.77\" W Long. and adjacent to the ICW.  NOAA was requested to provide weather and plume trajectory support.  \u000b\u000bThe initial report suggested that a well pressure surge had resulted in the well head blow-out preventor structure and secondary distribution valves (a.k.a. the Christmas Tree) being blown off followed by the well \"bridging-over.\"  Bridging-over is a term which refers to sand or other debris filling pore spaces around the well bore in the formation essentially shutting-off or reducing flow.  At first light, no gas was reported escaping from the well and only approximately 2 barrels of oil were observed in the water.  The source was characterized as a 9.5/8 casing which was producing at 15,000 psi.  A one mile safety zone was immediately established and the ICW closed.  The NOAA SSC responded on-scene and briefed the USCG Port Captain on the information provided by the NOAA Scientific Support Team in Seattle, WA (the Home Team).\u000b\u000bAs more information became available, the probable cause of the incident shifted to an explosion of a gas drying system immediately adjacent to the well head.  The explosion knocked off the Christmas tree, but immediately (with 5-10 seconds) the subsurface safety system engaged shutting in the line and preventing further release of gas and oil (the system worked as designed).  Wild well control specialist were brought in to install addition safety valves.  At noon, the well was classified as under control, and the ICW was again opened.  USCG district 8.","<b>Spill from Pipeline into Joseph Bayou, Port Eads, LA<\/b> 2023-07-31<br />\n<i>crude oil<\/i> - 0 m³<br />\nOn July 31, 2023, Whitney Oil and Gas reported an approximately 2 bbl spill from an 8-inch pipeline.  Dark oil and sheen was reported on the water and in the adjacent marsh.  The release was secured. The NOAA SSC was consulted on cleanup and recovery operations","<b>Pipeline Rupture of Crude Oil into Marsh Area, Hackberry, LA<\/b> 2023-05-24<br />\n<i>crude oil<\/i> - 0 m³<br />\nOn May 23, 2023, a pipeline rupture in the Apollo Energy Cameron Meadows field discharged an estimated 2 bbl of crude oil into a marsh area.  MSU Port Arthur contacted NOAA SSC for advice on clean-up methods.  Apollo proposed using heavy excavation equipment.  SSC provided input on cleanup methods.  LOSCO plans an on-site visit tomorrow, and an agency discussion is planned following the visit.","<b>Allision between Tug Boat and out-of-service Flowline, South Pass 24, Pilottown, LA<\/b> 2022-11-07<br />\n<i>crude oil<\/i> - 1 m³<br />\nOn November 7, 2022, the USCG received notification of an allision between a tug boat and an out-of-service Hilcorp flowline in South Pass 24.  The pipeline discharged approximately 2bbl of crude oil. The pipeline may contain an additional max of 4bbl. A slick and sheen were present on the waterway.  Impact on the shoreline is anticipated.  The USCG requested fate, trajectory, and resources at risk.","<b>Oil Discharge in Marsh from Unmanned Station, Port Neches, TX<\/b> 2022-06-15<br />\n<i>crude<\/i> - 0 m³<br />\nOn June 15, 2022, Texas Parks and Wildlife Division (TPWD) contacted NOAA SSC with a request to evaluate marsh cleanup options for a 1-2 bbl discharge of oil from an unmanned station owned by Torrent Oil.  Date of initial discharge is undetermined.  Lead agency for the response is Texas Railroad Commission (TRRC).  SSC providing technical support for response planning.","<b>Discharge into Marsh from Aboveground Pipeline, Hackberry, LA<\/b> 2022-05-10<br />\n<i>crude oil<\/i> - 0 m³<br />\nOn May 9, 2022, Texas Petroleum Investment Company (TPIC) observed a discharge from an aboveground pipeline in a marsh near Hackberry, Louisiana.  Approximately 2 barrels of crude oil is estimated to have discharged - some has migrated to Black Lake, and some remains in the marsh vegetation.  OSROs are on-scene with containment boom and skimmers.  On May 10, MSU Lake Charles contacted NOAA SSC for support in preparing an in-situ burn (ISB) request to submit to RRT-6.","<b>HFO Spill, Honolulu Harbor, HI; Honolulu Harbor near Piers 19 and 20, Honolulu, HI 96817, USA<\/b> 2019-11-06<br />\n<i>Heavy Fuel Oil<\/i> - 0 m³<br />\nOn November 6, 2019, the USCG Sector Honolulu received notification a spill of 15 barrels of Heavy Fuel Oil in the vicinity of Piers 19 and 20 in Honolulu Harbor.  The amount released was subsequently adjusted down to 2 barrels.  The release was to be contained within boom.  Trajectory support was requested.","<b>Hilcorp Crude spill Terrebonne Bay; LA, USA<\/b> 2019-08-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn Aug 9, 2019, the USCG notified the NOAA SSC of a sheen in Terrebonne Bay, LA.  A reported 2bbl of Louisiana sweet crude spilled from a Hilcorp facility. Some dark product is contained within boom but a rainbow sheen is escaping containment. USCG requested trajectory.","<b>IG Petroleum, West Delta 84; Louisiana<\/b> 2017-02-15<br />\n<i>Oil (Unknown)<\/i> - 0 m³<br />\nOn February 15, 2017, Sector New Orleans notified the NOAA SSC of a jack-up barge which discharged 2 barrels of an unknown oil in Southwest Pass.  USCG is sending pollution responders to investigate.","<b>TPIC Minor Pipeline Leak; Delta NWR, Plaquemines, LA<\/b> 2016-03-25<br />\n<i>Crude Oil (South Louisiana)<\/i> - 0 m³<br />\nOn March 25, 2016, USCG Sector NOLA notified the NOAA SSC about an estimated 2 bbl leak of crude oil from a Texas Petroleum Investment Company (TPIC) pipeline in the Delta National Wildlife Refuge.  Source is secure, OSROs are on-site, and discharged oil is contained by boom in a dead end canal.","<b>Whitney Oil & Gas Wellhead Leak; Garden Island Bay, Plaquemines, LA<\/b> 2016-02-22<br />\n<i>Crude oil (South Louisiana)<\/i> - 0 m³<br />\nOn February 22, 2016, USCG Sector NOLA notified the NOAA SSC about a 2 barrel crude oil release from a wellhead in the Whitney Oil & Gas Garden Island Bay complex.  Dark oil is visible for approximately a 50 ft radius around the wellhead, and has been contained by boom.","<b>Pipeline Spill (minor - contained); Barataria Bay, LA<\/b> 2013-12-27<br />\n<i>Crude oil<\/i> - 0 m³<br />\nOn December 27, 2013, the Coast Guard notified the NOAA SSC of a small crude oil spill in Barataria Bay, Louisiana.  A faulty valve on a pipeline resulted in the release of approximately 2 barrels of crude oil into a marshy containment area surrounding a pigging station. Some of the product had been drawn into the adjacent waterway by tidal action, staining the wrack line and filling the rip-rap. Clean-up activities are underway and expected to continue through Dec 28. \u000b","<b>Chevron Platform; Main Pass 77, LA<\/b> 2006-08-01<br />\n<i>Crude Oil<\/i> - 0 m³<br />\nAt 0530 local time on August 1, 2006, a small spill was reported at a Chevron Platform at Main Pass 77A in Breton Sound, louisiana.  The cause of the spill was reported as an equipment failure.  An estimated 84 gallons of crude oil was spilled into the water, creating a 1 mile by 100 ft sheen.  The sheen was reported to be moving west to east.  USCG contacted NOAA Hazmat with a request for a trajectory and analysis of whether the Breton and/or Chandeleur Islands were at risk.","<b>T/B 564; Intracoastal Waterway, Great Bridge, Virginia<\/b> 1994-06-02<br />\n<i>JP-5<\/i> - NA m³<br />\nAt 0400 hours on June 2, 1994, the T/B 564 was at Standard Transpipe when the crew noticed strong JP-5 odors.  At first light, JP-5 was observed at the Great Bridge Locks, Landing Bridge, and Centerville Turnpike Bridge-all locations along the transit of the T/B 564  on the Intracoastal Waterway (ICWW) from where it had loaded fuel in Hampton Roads.  When or where the T/B 564 had been damaged and began to spill JP-5 is unknown.  USCG district 5.  Keyword: endangered species, sorbent boom, sorbent pads.","<b>M/V LA MINERA; Galveston, Texas<\/b> 1991-05-20<br />\n<i>#6 fuel oil<\/i> - 54 m³<br />\nAt approximately 0340 on May 20, 1991, the Bahamian motor vessels LA MINERA and HELIZE collided.  Both vessels were on a southeasterly course about 110 nautical miles southeast of Galveston, Texas.  No casualties were reported.  MINERA received damage to her #8 port, double-bottom tank containing approximately 280 barrels of #6 fuel oil and was taking on water rapidly.  HELIZE proceeded without incident to her destination in Florida.  LA MINERA changed course for Galveston, leaking an estimated two barrels per hour of what was described as catalytic feed stock oil (API 16.0).  Approximately 10 hours later, still leaking oil, LA MINERA reached the Galveston area and was instructed to anchor about 20 nautical miles east-southeast.  USCG district 8.","<b>F/V Starrigaven; Sweeper Cove, Adak Island, Aleutian Islands<\/b> 2000-04-19<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn April 19, the F/V Starrigaven, a 59-ft fishing vessel tied unmanned to the Adak docks in Sweeper Cove on Adak Island, was blown loose from its moorings and grounded on the south side of the bay on a rocky shoreline.  Initially there was no pollution, as the steel hull of the vessel seemed to hold up against its rough landing surface.  The vessel contained 2000 gals of diesel.  Initial attempt to off load the fuel into barrels was not successful due to heavy weather conditions.  Instead, the vessel was anchored , tied down, and all vents plugged to prevent any further movement of the vessel and possible release of fuel.  By April 22, conditions were calm enough and the tide was higher, that the vessel was refloated and brought back over to the Adak docks, all the while being boomed.  Some minor holes did occur in the hull, and an estimated 80 gallons of diesel were released at the grounding site.  At the Adak docks, divers surveyed the hull and found numerous scrapes, indents, and cracks, all of which would have to be repaired.  USCG district 17.  Keyword: fishing vessel, diesel.","<b>Fishing Vessel Sinks in Vicinity of Dickinson Bay, Texas City, TX<\/b> 2022-05-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 6, 2022, the USCG MSU Texas City contacted the NOAA SSC regarding the sunken fishing vessel (F/V) Dena Mae in the vicinity of Dickinson Bay.  There was a reported maximum volume of 70-80gal of diesel on board, with a barely discernible silver sheen observed on scene. The USCG requested potential resources at risk from NOAA.","<b>GARROW BEND Sunken Tug; Mobile River, AL<\/b> 2020-02-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 3, 2020, the USCG Sector Mobile notified the NOAA SSC of tug sunk near the Barry Steam Plant in the Mobile River. An estimated 50-80 gallons of diesel and small amounts of oil/lube was discharged.  The release is contained and OSRO onscene.\u000bNotification only. No further action anticipated. Salvage efforts underway.","<b>Towncreek Marina Minor Mystery Spill; Towncreek Marina, Beaufort, North Carolina<\/b> 1994-02-05<br />\n<i>#2 fuel oil<\/i> - 0 m³<br />\nOn February 5, 1994, approximately 50 to 75 gallons of #2 fuel oil from an unknown source was reported in the area of Town Creek Marina, Bogue Sound, Beaufort, North Carolina.  Weather at the time was overcast sky, temperature 35?F.  No obvious source or responsible party was found and USCG MSO Wilmington initiated cleanup activities.  USCG district 5.  Keyword: sorbent boom, sorbent pads, tourism.","<b>Beacon Marina Minor Mystery Spill; Beacon Marina, Solomons Island, Maryland<\/b> 1994-02-04<br />\n<i>#2 fuel oil<\/i> - 0 m³<br />\nOn February 4, 1994. 50 to 75 gallons of #2 fuel oil from an unknown source was reported in the area of Beacon Marina, Back Creek, tributary to the Pautuxent River, Solomons Island, Maryland.  Neither an obvious source nor responsible party was, found, consequently USCG MSO Baltimore initiated cleanup activities.  USCG district 5.  Keyword: sorbent boom, sorbent pompoms, tourism.","<b>Portside Marina Minor Mystery Spill; Bogue Sound, Morehead City, North Carolina<\/b> 1994-02-04<br />\n<i>#2 fuel oil<\/i> - NA m³<br />\nOn February 5, 1994, 50 to 75 gallons of #2 fuel oil from an unknown source was reported in the area of Portside Marina, Bogue Sound, Morehead City, North Carolina.  Neither an obvious source nor responsible party was found and MSO Baltimore initiated cleanup activities.  USCG district 5.  Keyword: sorbent boom, sorbent pompoms.","<b>Snug Harbor Marina; San Juan Island, Washington<\/b> 1988-07-04<br />\n<i>Gasoline<\/i> - 0 m³<br />\nA 30-foot pleasure boat refueled at Snug Harbor Marina and then docked at its moorage slip.  The owner noticed smoke in the engine compartment; when he opened the hatch there was an explosion and fire which eventually sunk the boat and caused a 70-gallon gasoline spill.  USCG district 13.","<b>FV Mar-Gun; St. George Isl, Pribilof Isls, Bering Sea, Alaska<\/b> 2009-03-05<br />\n<i>Diesel, lube oil, hydraulic fluid<\/i> - 86 m³<br />\nThe Alaskan SSC was notified at 0600 March 5 by Sector Anchorage that the 112 foot FV Mar-Gun grounded on the north side of St. George Island, the more southern of the two Pribilof Islands in the SE Bering Sea, Alaska.    Five POB and the vessel had 15,000 gallons of diesel and grounded in 18 to 25 ft. of water.   At the moment the Coast Guard is treating the incident strictly as a SAR case, although NOAA SSC and Sector Anchorage personnel are gearing up to treat this as a pollution case, and have called for a UC meeting morning of March 5.  NOAA is providing weather, tides, ADIOS runs, and possible trajectories and impacts.  Dan Magone from Dutch Harbor was hired as the vessel salvor to extricate it from its rocky grounding on the shoreline on the N. side of St. George Island.   After several fits and starts, bad weather, labor difficulties, broken equipment,etc, etc. the vessel was finally refloated around the first of May and was taken to Dutch Harbor for final repairs.   No significant amounts of oil were released during the incident.","<b>F/V Isabelle; Resurrection Bay, Seward, Alaska<\/b> 2008-02-20<br />\n<i>Diesel<\/i> - 5 m³<br />\nAt 10:00 a.m. on Wed., Feb. 20, Sector Anchorage received a report from the Seward Harbormaster of a sheen near the entrance to the small boat marina. He also reported that the F/V Isabelle was discharging diesel into the harbor as the result of a fuel line failure which was spilling diesel into the bilge and being pumped overboard before being secured.    Storm Chasers, a local OSRO, was hired to clean up the spill.  The release estimates are 250 to 1000 gallons of diesel.   Several folks from Sector Anchorage dispatched to Seward to attend to the spill.    Sector Anchorage requested verbal trajectory, weather, tidal state, and ADIOS weathering curve.   Upon arrival the Coast Guard immediately released that the actual release was considerably less than the initial estimate.   In fact, by Thursday morning, Feb. 21, only minimal sheening was observed.    After gauging the tank that the diesel had leaked from, the amount of the release was set at less than 68 gallons of diesel.","<b>TPIC Well head Leak, Mississippi River Delta; Venice, LA 70091, USA<\/b> 2018-09-09<br />\n<i>oil<\/i> - 0 m³<br />\nOn September 9, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding a well head leak resulting in the discharge of 1.5bbl of crude Oil.","<b>Platform Gail; East end of Santa B. Channel, Ca.<\/b> 2010-10-22<br />\n<i>crude oil<\/i> - 0 m³<br />\nAt 1245 PDT a 1.5 (One and a half) bbl spill of an API 16 oil was reported.","<b>60 Gallon Lube Oil Spill; Offshore LA, Gulf of Mexico<\/b> 2008-08-24<br />\n<i>Engine Lube Oil<\/i> - 0 m³<br />\nAn equipment failure on the CHOUEST CONTENDER resulted in an estimated release of 60 gallons of engine lube oil into the Gulf of Mexico waters during the evening of 24 August 2008.  The NOAA ERD HAZMAT Duty Officer was notified and contacted the regional Scientific Support Coordinator.","<b>Diesel Discharge, Rollover Bay, TX; 950 N Bauer Ln, Gilchrist, TX 77617, USA<\/b> 2018-03-29<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn March 29, 2018, the USCG notified NOAA of a small diesel spill at Rollover Island and Rollover Bay near Port Bolivar, TX.  The incident occurred when an excavator on land caught fire and released diesel into the water. The maximum case discharge is 300 gallons of diesel, and the likely amount is closer to 50-60 gallons. MSU Texas City requested a Resources at Risk.","<b>Lake Lery Hydraulic Fluid Spill; 1, LA, USA<\/b> 2016-10-15<br />\n<i>Hydraulic Fluid<\/i> - 0 m³<br />\nOn October 15, 2016, the USCG Sector New Orleans contacted the NOAA RRO regarding a hydraulic fluid leak on a dredge in Lake Lery, LA.  The leak was due to equipment failure and 50-60gal was estimated spilled.","<b>Gretna Ferry Landing Diesel Spill; Gretna, LA, USA<\/b> 2016-09-30<br />\n<i>Diesel fuel<\/i> - 0 m³<br />\nOn September 30, 2016, the USCG Sector New Orleans contacted the NOAA RRO to report that approximately 60 gallons of diesel fuel was discharged into the Mississippi River creating a sheen.  The discharge occurred while moving a generator with a crane while setting up for a festival.","<b>MV Kristin Faye; Gulf of Mexico<\/b> 2019-09-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 8, 2019, the USCG received a report that Lift Boat M/V KRISTIN FAYE was partially submerged due to a punch through of the ocean floor with the lift boats port leg in Main Pass Block 64. 700 gallons of diesel and 200 gallons of hydraulic oil onboard with a reported 55 gallons of diesel discharged into the waterway resulting in. 3 mile sheen at time of report.","<b>City Gas and Transmission Corporation; Wilmington, North Carolina<\/b> 1991-11-15<br />\n<i>weathered oil<\/i> - NA m³<br />\nIn March 1991, USCG MSO Wilmington personnel saw oily black material leaching into the water from the north bank of the drainage canal.  The canal drains directly to the Cape Fear River constituting discharge of oil into U.S. waters.  Monitoring wells were placed near the site of the leaching to determine the extent and source of the plume.  Analysis of the groundwater monitoring data revealed a plume of oil that stretched from the site of leaching upslope below a nearby pump pit and below the nearest storage tank (tank 13).\u000b\u000bMSO Wilmington is responding to an oil pollution incident at the City Gas and Transmission Corp., Wilmington, NC, an abandoned oil and waste oil facility.  Oil is leaking at a low rate into a drainage ditch and then into the Cape Fear River. The responsible party has also terminated maintenance of a recovery well located about five feet from the edge of the drainage ditch.  Pumps had been used to remove floating oil from the well while depressing the local ground water level .  This had prevented oil from leaching into the drainage ditch. The facility has approximately 15-20 tanks with concrete bottoms. Some sludges in 55 gallon drums have been observed on the site. Oil contamination of soils and potential contamination of underground waters has been estimated as high as 100,000 gallons. (the methods used for this estimate are not known). MSO Wilmington has requested on-site support from the NOAA SSC.  A NOAA proposal to perform preliminary assessments has been approved.  USCG district 5.  Keyword: bioremediation, sorbent booms, sorbent pads, chemical characterization, AST, groundwater contamination, monitoring wells, French drain, COIL, remediation, information management.","<b>M/V Desert Hope Fuel Discharge; 13201 Patterson Rd, New Orleans, LA 70131, USA<\/b> 2017-01-06<br />\n<i>OMG-380<\/i> - 0 m³<br />\nOn the morning of January 6, 2017, the M/V Desert Hope discharged 52 gallons of heavy fuel (OMG-380) near Mile Marker 84, Lower Mississippi River,  while refueling from a tanker barge.  Source is secure.  Sector New Orleans contacted NOAA SSC to request fate.","<b>Sunken tug FRITZ CENAC; Dauphin Island, AL<\/b> 2003-11-28<br />\n<i>diesel fuel<\/i> - 41 m³<br />\nThe NOAA Scientific Support Coordinator was notified by USCG MSO Mobile that the \u000bTug FRITZ CENAC had sunk (or partially sunk) and was leaking fuel oil.  The USCG \u000brequested that NOAA assessed the trajectory implications, probable fate, and \u000bresources at risk of diesel released in Mississippi Sound from the sunken vessel.  \u000bThe vessel is reported to have sunk sometime around 0500 hrs local time N of \u000bDauphin Island.  50 gallons of diesel spilled when the vessel was refloated and most was recovered.","<b>Ferry Hatteras; Newport River, Morehead City, North Carolina<\/b> 1994-11-02<br />\n<i>diesel<\/i> - 0 m³<br />\nOn November 2, 1994, MSO Wilmington was notified that a 135-foot converted North Carolina Department of Transportation ferry, Hatteras, was aground and taking on water over the stern.  The initial estimate of oil released from the vessel was 50 gallons.  The vessel's owner had initially arranged for salvage of the vessel, but MSO Wilmington was not satisfied with the owner's efforts to stop the release.  USCG district 5.  Keyword: containment boom, potential spill.","<b>Venture Luna; Captains Bay, Unalaska Island, Alaska<\/b> 1992-03-21<br />\n<i>oil<\/i> - NA m³<br />\nThe Venture Luna incident occurred early on the morning of March 21, 1992, at Captains Bay, Dutch Harbor, Unalaska Island, Alaska.  As the result of 50- to 60-knot winds, the vessel drug anchor causing it to go aground and damage a tank containing 7,000 gallons of an IFO.  Sheening was noticeable around the vessel; however, due to high winds, this rapidly dispersed and dissipated.  It was estimated that less than 50 gallons of an oily-water mixture was released before the source was secured.   The vessel's owner immediately assumed responsibility and conducted all control and cleanup.  The case was closed on March 25.  USCG district 17.  Keyword: none.","<b>Proctor and Gamble Manufacturing Co.; Arthur Kill, Staten Island, New York<\/b> 1986-03-12<br />\n<i>Palm kernel oil (vegetable oil)<\/i> - 0 m³<br />\nOn March 12, 1986, the Proctor and Gamble Manufacturing Company reported a spill of 50 gallons of palm kernel oil, a vegetable oil, into the Arthur Kill at Staten Island, New York.  The product had entered a stream line from the facility, passed through the heating coil of the tug boat Huron and out the Huron's exhaust drain into the Arthur Kill.  USCG district 3.","<b>Towing Vessel Taking on Water (Submerged) in Sabine-Neches River, TX-LA<\/b> 2023-03-31<br />\n<i>diesel<\/i> - 127 m³<br />\nOn March 31, 2023, the Towing Vessel SEA CYPRESS began taking on water and is currently submerged in 6â of water.  The vessel is estimated to hold approximately 28,000 gallons of red-dye diesel with a confirmed discharge of 50 gallons in the water. The USCG requested fate and trajectory.","<b>Southern Louisiana Oil Platform Breton Sound Release; LA, Gulf of Mexico<\/b> 2021-11-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 30, 2021, a USCG Sector New Orleans Auxillary overflight discovered a crude oil slick originating from a Southern Louisiana Oil platform in close proximity to North Breton Island. The slick was estimated to be 2nm long and 1/2nm wide. An estimated 50 gallons of oil has been released.  USCG requested fate and trajectory.","<b>50 gal diesel spill Old Fort Bayou NRC 1269451; Ocean Springs, MS<\/b> 2020-01-24<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 1300 on 24 JAN 2020, USCG Sector Mobile notified SSC of an approximate 50 gallon spill of diesel into the Old Fort Bayou marsh off Highway 609 in Ocean Springs, MS. Discharge was suspected to be from a commercial vessel located near by. USCG collected samples for fingerprinting and hired an OSRO to conduct cleanup. \u000bNo further support requested.","<b>South Pass, Block 23; Venice, LA<\/b> 2019-01-16<br />\n<i>Crude Oil<\/i> - 0 m³<br />\nOn January 16, 2019, the USCG Sector New Orleans Incident Management Division (IMD) was notified that an estimated 50 gallons of crude oil was discharged near the Pass A Loutre Wildlife Management Area, in Plaquemines Parish, LA. The discharge was reportedly from a facility owned and operated by Whitney Oil & Gas, LLC. The USCG contacted the NOAA Scientific Support Coordinator (SSC) to request satellite imagery of the discharge location to confirm sheen size and trajectory, and NOAA Satellite Analysts reported no satellite imagery was available in the discharge location. An overflight is scheduled to be conducted over the incident location in the morning to confirm sheen sighting and plan recovery product.","<b>Platform Hidalgo hydraulic fluid spill; Lompoc, CA 93436, USA<\/b> 2017-11-08<br />\n<i>Hydraulic fluid<\/i> - 0 m³<br />\nOn November 8, 2017, the USCG Marine Safety Detachment (MSD) Santa Barbara contacted their NOAA SSC to report a spill of 50 gallons of hydraulic fluid on Platform Hidalgo (off Point Conception, just west of Santa Barbara Channel), of which 20 gallons were reported to have entered the water.  According to the NRC report, the release occurred at 0640 hrs on 08-NOV-2017, resulted in a 0.5 mile X 15â sheen, and conditions were calm.  USCG requested trajectory support.","<b>Hydraulic Fluid Spill; Ballard, WA<\/b> 2014-08-01<br />\n<i>Hydraulic fluid<\/i> - 0 m³<br />\nAt approximately 1430 PT on August 1, 2014, the NOAA SSC was contacted by USCG Sector Seattle about a 50 gallon hydraulic oil spill off a vessel in Ballard (Seattle), WA. It is undetermined how much oil was released to the water, however one oiled seagull has been captured. USCG and WA Dept of Ecology are responding.","<b>M/V Nunaniq; Mekoryuk village beach, Nunivak Isl., AK<\/b> 2008-10-02<br />\n<i>Diesel #1<\/i> - 1 m³<br />\nSector Anchorage receive a notification on Oct. 1 that the M/V Nunaniq had discharged 50 gallons of diesel fuel into Mekoryuk Bay during the night of Sept. 27.  The vessel had struck a rock while delivering cargo to the native village of Mekoryuk and a fuel tank suffered a pin hole size puncture.   The fuel in the damaged tank was transferred to another tank and the vessel's crew conducted a cleanup with sorbent pads.  USFWS personnel from the Yukon Delta NWR flew to the scene on Sept. 28, and made numerous observations and photos which are contained in a report posted on this hotline.   Sector Anchorage notified the NOAA Alaska SSC on Oct. 2 and asked for an evaluation of the situation.   Also on Oct. 2, a CG team was dispatched to Bethel and Nunivak Island to do an on-scene evaluation.","<b>Captain Jack Grounding; Southeast Alaska, AK<\/b> 2004-06-09<br />\n<i>Diesel<\/i> - 11 m³<br />\nVessel lost steerage, but not power.  Continued to drift until it grounded on shallow rock reef/ledge.  2-3 days after grounding the vessel unexpectedly caught fire and burned to the water line - M/V Capt Jack was an older wooden vessel.  Approx. 50 gallons of diesel released from the day tank causing considerable sheening.  Later, a landing craft was able to pump out 2400 gals of diesel from main fuel tanks which were below the water level when vessel burned and not compromised.  NOAA support was weather, trajectories from Seattle, tidal heights and currents.","<b>Craney Island Minor Mystery Spill; Elizabeth River, Portsmouth, Virginia<\/b> 1995-01-23<br />\n<i>#2 fuel oil<\/i> - 0 m³<br />\nOn January 23, 1995, approximately 50 gallons of diesel fuel collected along the southern and eastern shoreline of Craney Island, within the containment boom deployed at the U.S. Navy's Craney Island Fuel Depot.  The source of the release was unknown.  USCG district 5.  Keyword: containment boom, sorbent boom, pompoms.","<b>Tug Jenna B; Southern Branch, Elizabeth River, Norfolk, Virginia<\/b> 1993-10-23<br />\n<i>#2 diesel<\/i> - NA m³<br />\nOn October 23, 1993, the 143-foot tug Jenna B sank at a pier next to the boundary of the Norfolk Naval Shipyard.  USCG district 5.  Keyword: sorbent boom, sorbent, pads hot water, steam.","<b>Fish Boat Aground; Pillar Point, California<\/b> 1999-03-30<br />\n<i>diesel<\/i> - 2 m³<br />\nA 40-foot fishing vessel ran aground at Pillar Point, California at about 2130 hours on March 3, 1999.  The vessel, estimated to have 500 gallons of diesel fuel onboard, started leaking at about 1700 hours on March 31.  Weather at the time of the incident was northwest winds 20 to 25 knots.  The RP hired a cleanup contractor to remove a small amount of sheen.\u000bThis area is inshore of the boundaries of the Monterey Bay National Marine Sanctuary.  Also, the James Fitzgerald Marine Reserve is located in the vicinity, starting at Pillar Point and extending along the coastline north about 2 miles, and offshore about 0.5 nm.  There is a boat ramp and a hoist inside Pillar Point Harbor and numerous access points.  Recreational boating is common in this area, and there are several recreational beaches to the south of Pillar Point Harbor.   Half Moon Bay Airport is located within a mile of the Harbor.  USCG district 11.  Keyword: evaporation, sorbent boom, threatened specie.","<b>Main Pass 61; St Bernard Parish, LA, USA<\/b> 2016-10-28<br />\n<i>Oil, crude<\/i> - 0 m³<br />\nOn October 28, 2016, the USCG Sector New Orleans contacted NOAA ERD regarding an estimated 49 gallon discharge of crude oil from a platform located in Main Pass 61 creating a 1.5mi x 0.5 mi rainbow sheen due to an equipment malfunction.  The platform has been shut-in.  The rainbow sheen is dissipating.","<b>USNS Flint; Off Oahu, HI<\/b> 2008-01-24<br />\n<i>Diesel<\/i> - 0 m³<br />\nUSCG Sector Honolulu called the SSC the evening of January 24 to report the USNF Flint had released one barrel of diesel 80 miles south of the Island of Oahu. Oil fate information was requested.","<b>Hilcorp 212 Facility, Lake Grand Ecaille Spill; LA, USA<\/b> 2020-07-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 11, 2020, the USCG Sector New Orleans Incident Management Division called the NOAA Regional Response Officer about an estimated 1bbl crude oil discharge at Hilcorp 212 facility. The cause of discharge is determined to be internal corrosion. Source is secured, most of the discharge is contained with hard boom. USCG requested trajectory for rainbow sheen seen during overflight crew.","<b>Breton Sound Mystery Slick; South Breton Sound, LA 70041, USA<\/b> 2017-11-28<br />\n<i>oil, crude<\/i> - 0 m³<br />\nOn Nov 28, 2017, A 500x50 ft silver sheen with some dark product was observed during an overflight approximately 5 miles offshore in Breton Sound, LA.  The quantity of oil estimated at less than 1 barrel. Oil most likely crude.  The USCG Sector New Orleans called the New Orleans SSC to request fate and trajectory of the oil slick.","<b>West Bay Abandoned Flowline; 9, LA, USA<\/b> 2016-10-03<br />\n<i>Oil (LA Sweet)<\/i> - 0 m³<br />\nOn October 3, 2016, the USCG contacted NOAA regarding a discharge of a reported 1bbl of crude oil in the West Delta.  The discharge occurred when the company pressured the line during a scheduled flushing operation to eliminate potential threat from abandoned legacy lines within the company's field. The company deployed 200' absorbent boom containing 0.5BBL of recoverable oil, secured the line and deployed divers to identify and clamp the source. An over-flight was conducted by the company and reported no recoverable oil outside containment.  The USCG requested a trajectory model of the discharged oil.","<b>Manilla Pipeline Leak; Manilla LA, USA<\/b> 2016-09-26<br />\n<i>crude oil or condensate<\/i> - 0 m³<br />\nOn September 26, 2016, the USCG Sector New Orleans contacted the NOAA RRO regarding a leak in an oil line. The commodity of concern is crude oil. The estimated amount discharged is 1bbl (42gal).","<b>Hilcorp Wellhead Leak, Little Lake Marsh; Grand Isle, LA, USA<\/b> 2016-08-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 23, 2016, a Hilcorp wellhead in Little Lake Marsh discharged 1 barrel of crude oil due to an equipment failure.  Contractors are on site, and discharge has been boomed.  Sector New Orleans contacted NOAA SSC and requested resources at risk.","<b>Well head equipment failure; Bayou Perot, LA<\/b> 2015-11-02<br />\n<i>Crude oil, natural gas condensate, produced water<\/i> - 0 m³<br />\nOn November 2, 2015, the USCG Sector New Orleans Notified the NOAA SSC about an spill of approximately 1 bbl of crude oil into Bayo Perot due to the failure of the packing of a crown valve on a well head.  The spill was contained by previous deployed boom.\u000b","<b>Grand Bay Tank Battery #1; Approximate 5 miles NE of Venice, LA<\/b> 2013-10-22<br />\n<i>crude oil<\/i> - 1 m³<br />\nOn October 22, 2013, the NOAA SSC was contacted by USCG Sector New Orleans regarding a pin hole leak and resulting crude oil release from the dump line associated with the Grand Bay Tank Battery #1 (approximately 5 miles NE of Venice, LA). Reportedly 1 barrel of crude oil was released creating a 45 yard by 15 foot dark black sheen. The associated production well has been shut in and the release reportedly secured.","<b>PBF Energy; Delaware City, DE<\/b> 2013-08-28<br />\n<i>#2 fuel oil<\/i> - 0 m³<br />\nOn August 28, 2013 the PBF Energy facility in Delaware City, DE, had a #2 fuel oil release from a storage tank.  Approximately 1 barrel of oil escaped secondary containment and reached the Delaware River. The RP had deployed boom and requested skimmers from the Delaware Bay and River Coop to help protect local shorelines and recover the product. The cause of the release is still under investigation.","<b>Barge transfer accident; Goleta Point, CA<\/b> 2010-10-29<br />\n<i>light crude<\/i> - 0 m³<br />\nThe USCG requested an analysis of a small release near Goleta Point, CA. A Barge released an estimated 1 bbl of light crude (API 21) during a pumping operation. The origin of the spill was at location 34Â°24.45N 119Â°53.5W and the spill occurred at 0905. A slick or \"pad\" was observed at location 34Â°25.1192N--119Â°54.862W at 11:34. That location is about 1.3 nm up the coast to the west of the release location.  We we asked if the observed \"pad\" could have come from that known release location, and where likely landfall from the release might be.\u000b","<b>USNS Flint; Off Oahu, HI<\/b> 2008-01-24<br />\n<i>Diesel<\/i> - 0 m³<br />\nUSCG Sector Honolulu called the SSC the night of January 24 to report 1 barrel of diesel had been released by the USNS Flint 80 miles south of the Island of Oahu.  Oil fate information was requested.","<b>Mystery Spill, Tarague Beach, Guam; Anderson Air Force Base, Guam<\/b> 1992-02-29<br />\n<i>oil<\/i> - NA m³<br />\nOn the morning of February 29, 1992, small patches of heavy, viscous black oil were found on Tarague Beach and several adjacent beaches on Anderson Air Force Base in Guam.  The U.S. Coast Guard (USCG) Marine Safety Office (MSO) Guam was notified of the spill by the Anderson Air Force Base Environmental Coordinator at 1200 on February 29.  USCG personnel collected tarball samples from all impacted beaches, samples of oil from impacted wildlife (turtles), and cargo samples from the few identified vessels that had transited the general vicinity.   These samples were sent to the USCG Central Oil Identification Laboratory for analysis.  USCG district 14.  Keyword: endangered species.","<b>Mystery Oil Sheens; Buzzards Bay, Massachusetts<\/b> 1985-11-14<br />\n<i>Diesel<\/i> - NA m³<br />\nAt approximately 1425 on November 14, 1985, the U.S. Coast Guard Marine Safety Office in Providence, Rhode Island, received a report from Air Station Cape Cod that a private aircraft had seen three separate sheens of oil in Buzzards Bay.  These sheens were described to be approximately 300-yards long and 75-yards wide, and located in the southern portion of Buzzards Bay.  USCG district 1.","<b>Mystery Spill; Isle Deniers, LA<\/b> 2003-11-21<br />\n<i>oil<\/i> - 0 m³<br />\nn 21 November 2003, the NOAA SSC was notified of a small mystery spill that \u000bstranded an estimated 40 gallons of oil on the bayside of Isle Deniers, LA.  Isle \u000bDeniers is a coastal barrier island on the southern edge of Terrebonne Bay.  The \u000bSSC followed up this contact with consultation with the U.S. Fish and Wildlife \u000b(USFWS) since the area is classified as Piping Plover Critical Habitat.  Several \u000bsmall patches of oil were identified and cleaned by small crews using manual \u000bremoval by shovels on 22 November.","<b>M/V Presque Isle; Lake Superior near Eagle Harbor, MI<\/b> 2003-10-06<br />\n<i>IFO-310<\/i> - 4 m³<br />\nNOAA HAZMAT contacted at 1230 PDT by MSO Duluth on a 800 gallon spill of\u000bIFO 310 on Lake Superior.  The USCG received the initial report from a\u000bship that discovered a 3-4 mile long spill in position 47 deg 34.08' N and\u000b088 deg 24.2' W.  The spill consisted of \"blue sheens and spotty solids\".\u000b\u000bIt was later determined that the spill originated from the M/V PRESQUE\u000bISLE which was enroute from Two Harbor MN to Gary IN.  The spill took\u000bplace while the ship was conducting tank to tank fuel transfers. \u000b\u000bNOAA HAZMAT has provided weather forecasts, oil weathering,\u000band trajectories for the incident.\u000b\u000b1200 gallons of oiled material was recovered. \u000b","<b>Cedar Island Ferry Breakwater; Cedar Island, Pamlico Sound, North Carolina<\/b> 1997-06-04<br />\n<i>diesel fuel<\/i> - 0 m³<br />\nA concrete vessel, the Robert A. Waterman, served as a breakwater for the North Carolina Department of Transportation (NCDOT) Ferry Terminal at Cedar Island, North Carolina.  The Robert A. Waterman  was partially submerged and placed near the ferry landing by NCDOT in the 1970s.  On the afternoon of  June 3, 1997, approximately 40 gallons of diesel fuel created a sheen in Pamlico Sound.  The sheen originated from a fuel tank of the Robert A. Waterman, punctured by a clam dredge during sand and silt removal operations in the cargo hold near the Cedar Island Ferry Landing.    When  the leak was discovered the construction barge operator dropped a load of sand onto the damaged tank to slow the oil leak.  The vessel was lying on a sandy bottom in approximately 12 feet of water.  USCG district 5.  Keyword: none.","<b>Tug Christina; Alligator River, Engelhard, North Carolina<\/b> 1995-02-07<br />\n<i>diesel and bilge slops<\/i> - 0 m³<br />\nOn February 7, 1995, MSO Hampton Roads received a report of an unknown amount of oil on the Alligator River, near Englehard, North Carolina.  The source of the spill was believed to be the tug Christina, which had recently left the area.  Approximately 20 to 40 gallons were in the water and a boom was placed around the area.  USCG district 5.  Keyword: sorbent boom, pompoms.","<b>Dolly Vardon Platform; Cook Inlet, Alaska<\/b> 1992-11-23<br />\n<i>crude and hydraulic oil<\/i> - 0 m³<br />\nAt approximately 1530, on November 23, 1992, the waste liquids tank on the Marathon Dolly Vardon platform overflowed allowing oil to drain into Cook Inlet.    A slick of approximately 40 gallons of waste crude and hydraulic fluid, about 200 yards wide by 3/4 of a mile long extended away from the platform.  Marathon immediately dispatched a helicopter to track the slick until dark.  After dark a Cook Inlet Spill Prevention and Response Inc.  (CISPRI) spill response vessel tried unsuccessfully to locate the slick.  A helicopter overflight the next morning found no trace of the oil.  USCG district 17.  Keyword: none.","<b>LOBO Tank Battery 12, Well 161; Venice, LA, USA<\/b> 2018-09-10<br />\n<i>oil<\/i> - NA m³<br />\nOn September 10, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding the discharge of 20-40 gallons of oil from LONO's tank battery 12 facility well 161.  The source has been reported as secure, and the clean up of marsh is being conducted.","<b>Queen Elizabeth II; Buzzards Bay, Massachusetts<\/b> 1992-08-07<br />\n<i>Bunker fuel<\/i> - NA m³<br />\nAt 2158, on August 7, 1992, the cruise ship Queen Elizabeth II, on her way to New York, ran aground on an uncharted mound about four miles south of Buzzards Bay Tower, Cape Cod, Maine.  At the time of the incident, the winds and seas were calm and visibility was about ten nautical miles.  The only damage to the ship appeared to be the breaching of  two ballast tanks and one fuel tank.  The fuel tank was empty, but a small sheen  became visible around the ship.  USCG district 1.  Keyword: containment boom, endangered species, tourism losses.","<b>Pipeline Leak; Offshore, Sabine Pass, TX<\/b> 2015-12-29<br />\n<i>Crude Oil (API 18)<\/i> - 2196 m³<br />\nOn December 29, 2015, MSU Port Arthur notified NOAA SSC of a pipeline leak of  crude oil approximately 12 miles offshore of Sabine Pass, Texas.  Pipeline has been shut in. An estimated 37 gallons was released, producing a 2 mile x 250 ft sheen.  A trajectory has been requested.","<b>Breton Sound 21 Well; Breton Sound, LA<\/b> 2015-06-07<br />\n<i>crude oil<\/i> - 0 m³<br />\nOn June 7, 2015, NOAA was notified by USCG a discharge from Texas Petroleum Investment Company's (TPIC) Breton Sound 21 well that occurred on June 6, 2015. The source of the discharge was a leak that developed on the surface casing of a saltwater injection well. Initial sheen was estimated to 37 gallons based on sheen calculations from an overflight that was conducted on 6 June. USCG requested a trajectory and Resources at Risk analysis.","<b>Two mystery sheens; Honolulu, HI<\/b> 2009-07-07<br />\n<i>Unknown, likely diesel<\/i> - NA m³<br />\nUSCG D13 contacted the SSC to request assistance identifying potential source locations for two mystery sheens observed on July 5, 2009 in Honolulu Harbor, Oahu.  The first report was made at 0610 of an unknown sheen IVO Piers 21 and 22, Honolulu Harbor. The oil was reported to be a non-dyed product with a slight diesel odor. The second sheen was reported at 0737 near the CGC RUSH at Pier 53 on Sand Island. The oil was reported to be a red-dyed product.  \u000bThe USCG Pollution Investigator estimated the first sheen to be about 5 gallons of product and the second sheen to be approximately 20 to 30 gallons of product. PENCO was hired to recover oil near Pier 53 at Sand Island. Cleanup was completed by 1400 July 5.  \u000bUSCG D14 has requested NOAA SSC assistance with weather (tides, currents, wind) for the area for the period of late Saturday night (4 July) through Monday morning (6 July) and help in possibly identifying where the spill may have originated.","<b>Lake Pelto Oil Spill; Louisiana Coast, LA<\/b> 2004-07-09<br />\n<i>oil<\/i> - 0 m³<br />\nAt 1800 hrs on the evening of 9 July 2004, the NOAA SSC was notified of a well\u000bblowout in Barataria Bay, Louisiana.  The initial report to the USCG was of oil\u000bspraying 300' into the air from a wellhead.  As additional information became\u000bavailable, the magnitude of the problem was much less than originally reported.\u000b The release was caused by a pipeline value failure on a small platform located\u000bat 29deg 04' 39\" N Lat. 090deg 52' 14\" W Long.  Because of the pressure in the line,\u000bthe release did create a visible plume, but very little oil was released.  The\u000bRP reported that only about 30 gallons was actually lost.  A small slick was\u000bobserved at the platform and moving toward open water.  An overflight by the\u000bUSCG identified no oil (or no oil observations of any significance).  The light\u000bsheen probably dissipated rapidly.  NOAA did provide weather and trajectory\u000bsupport based on the initial reports of a potential major oil release.","<b>T/B Boxer fuel/cargo barge; Anchor Point, Alaska<\/b> 1997-05-17<br />\n<i>diesel<\/i> - 0 m³<br />\nOn May 16, 1997, the 130-foot barge, T/B Boxer, ferrying 50,000 gallons of diesel fuel through rough seas ran hard aground on the rocky eastern shores of Togiak Bay in southwestern Alaska. The center hold, where no fuel was stored was holed; the diesel was in the fore and aft compartments.  No oil was released.  The owner, Northcoast Fisheries Seafood Processors Inc. of Seattle, hired a lightering company from Dillingham, who was unable to reach the barge until the evening of  May 18.   High winds and seas prevented significant lightering for the first couple of days, but then the winds calmed some and the full lightering of the fuel tanks was accomplished by May 22.  During this removal, a crack in one of the tanks did allow roughly 30 gallons of fuel to escape.   CHADUX, the non-persistent oils coop for Alaska, also was on-scene and assisted in the lightering, booming, and planning for a possible release.   The USCG was represented on-scene to oversee removal activities.  USCG district 17.  Keyword: salvage.","<b>M/V Comorant II; Florida Keys, Florida<\/b> 1995-02-04<br />\n<i>diesel<\/i> - 0 m³<br />\nNOAA was notified of the incident on February 5, 1995, by the USCG.  The SSC studied the sheen's movement and the trajectory to assess potential resource impacts.  NOAA estimated that there were 20 to 30 gallons of diesel fuel on the water.  If wind and sea conditions increased as forecasted, the sheen would quickly break up and disperse.  The SSC also reported that about half of the total amount spilled would have evaporated or dispersed by the time the sheen was noticed.  No major environmental impacts were expected or observed.  USCG district 7.  Keyword: none.","<b>TPIC Discharge Romere Pass, Delta National Wildlife Refuge; Romere Pass Seaplane Base, Venice, LA 70091, USA<\/b> 2019-07-25<br />\n<i>Oil<\/i> - 0 m³<br />\nOn July 25, 2019, the USCG Sector New Orleans IMD received a report of a discharge of an estimated 30 gallons of crude oil into a marsh area, in Romere Pass, of the Delta National Wildlife Refuge, from a 4-inch flow line, associated with the Delta Duck Facility, owned/operated by Texas Petroleum Investment Company (TPIC).","<b>M/V SUN OF MAN 30 gallon diesel fuel discharge; Venice Marina, Pier 9<\/b> 2019-06-04<br />\n<i>Diesel Fuel<\/i> - 0 m³<br />\nOn June 4, 2019, the USCG IMD notified of a galley fire aboard the M/V SUN OF MAN while moored at pier 9 in Venice Marina. The Plaquemines Parish fire department responded and extinguished the fire. As a result of the fire, an estimated 30 gallons of diesel fuel were discharged overboard.","<b>Northlake Way Bunker C Seepage; Seattle, WA<\/b> 2019-02-02<br />\n<i>Unknown<\/i> - NA m³<br />\nFebruary 02, 2019, 1015 PST - NOAA ERD was contacted by USCG Sector Puget Sound responding to Bunker C leaching into North Lake Union as a result of a burst water main and subsequent flushing of previously contaminated soil. The source (water leak) is secured and initial estimates of total volume of Bunker C entering the lake was said to be around 20-30 gallons. No products are requested.","<b>Romere Pass Crude Oil Spill; Romere Pass, LA<\/b> 2018-07-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 21, 2018,  a Texas Petroleum Investment Company 3 inch flow line discharged approximately 30 gallons of crude oil into Romere Pass, LA. The USCG monitoring is clean up activities.","<b>S/V Sadie; Central Coast, CA<\/b> 2008-02-21<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn 21Feb08 at 1030, the SSC was notified by the Monterey Bay National Marine Sanctuary of a 38ft. private sailing vessel adrift 1.5 miles off the central California coast near Lopez Point.  The skipper called a may day and was airlifted off the vessel by the USCG.  The vessel is adrift with torn sails and no anchor.","<b>Mystery Sheen, off Timbalier Bay; GOM, Louisiana Coast<\/b> 2008-10-11<br />\n<i>Unknown oil (sheen)<\/i> - 0 m³<br />\nAt 0725 hrs (local time) on 11 Oct. 2008, a 5 mile long slick composed of silver sheen was observed approximately 7 miles south of Timbalier Bay off the coast of Louisiana.  The slick was reported at position 28Â° 56.73â N Lat. 090Â° 21.95â W Long. and being some 100 yards wide with continuous coverage.  It is not know if the reported position is the leading edge or a central point for reference.  The observer reported to the NRC that the estimated volume was 28.4 gallons (we assume this was based on a sheen calculation).","<b>Discharge of Crude Oil from Transfer Pipeline, Southwest Pass Area, LA<\/b> 2022-02-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 8, 2022, the NOAA Regional Response Officer (RRO) was contacted by USCG Sector New Orleans regarding a discharge of crude oil from a transfer pipeline in the vicinity of Southwest Pass.  The discharge was discovered when the responsible party (RP) was assessing repairs to the pipeline and noticed an oil sheen. The estimated total discharge is 26 gallons. The location is outside of Louisiana wildlife managed areas and in open water. The NOAA SSC provided verbal resources at risk analysis. The pipeline is reported secured and no further action is required at this time.","<b>Energy 21 Pipeline, Grand Isle Block 22; Offshore LA<\/b> 2017-02-18<br />\n<i>South Lousiana Crude<\/i> - 0 m³<br />\nOn February 18, 2017, MSU Morgan City contacted NOAA SSC to evaluate whether shoreline impact was anticipated from a 26 gallon discharge from an Energy 21 pipeline approximately 7 miles offshore (NRC#1171392).  Phone support provided.  Based on volume discharged, distance from shore, currents and weather, no shoreline impact anticipated. Pipeline is secure, with no pressure in the line, and divers are scheduled to investigate tomorrow.","<b>Buffalo Barge MF11; Intercoastal Waterway mile marker 292, near Port Arthur, TX<\/b> 2001-06-15<br />\n<i>#6 fuel<\/i> - 5 m³<br />\nAt approximately1300 CDT the NOAA ASSC was notified of a spill of 1,000 gallons of #6 Fuel Oil from a barge in position 29?47.38' N 094?00.35' W, Intercoastal Waterway mile marker 292, near Port Arthur, TX.  After USCG and Texas General Land Office personnel arrived on scene to investigate , the spill was downgraded to 25 gallons.  USCG district 8.","<b>South Pass, LA 16Jul13; South Pass of the Mississippi R delta, LA<\/b> 2013-07-16<br />\n<i>S. LA crude<\/i> - 0 m³<br />\nUSCG Sector New Orleans called the NOAA SSC just for notification to NOAA of an ongoing underground pipeline leak in the marshes near South Pass. This is the NRC notification #1054036, and the volume was reported as 22 gal of crude.","<b>Leaking Pipeline; Port Sulphur, LA<\/b> 2015-01-14<br />\n<i>Crude Oil<\/i> - 0 m³<br />\nOn January 14, 2015 Hillcorp Energy experienced a crude oil leak from a 4\" pipeline located in Bastain Bay, Port Sulphur, LA.  Reported amount released was 0.5 barrels, and source has been secured.  Sector NOLA has a team enroute, and has requested a trajectory.","<b>Nat. Gas Platform; 20 miles due south of Galveston, Texas<\/b> 1998-05-30<br />\n<i>condensate<\/i> - NA m³<br />\nOn Saturday 30 May 1998 MSD Galveston received a report of a condensate release from a Natural Gas Platform.  The platform is located in position 28-47.0N, 94-48.0W, or about 20 miles due south of Galveston, Texas.  An estimated 1/2 barrel of condensate had been released from the rig and it had formed a 10 yd x 2 mile light sheen.  The source was reported to be secured.  The D8 SSC was contacted and their main concern was potential for shoreline impact.  USCG district 8.","<b>Crowley Barge 650-2 Crude Oil Spill; Anacortes, WA<\/b> 2019-11-16<br />\n<i>Unknown<\/i> - NA m³<br />\nSaturday, November 16, 2019 3:14 AM - An estimated 20 gallons of Alaska North Slope Crude was spilled onto the deck of a barge during transfer operations in North Puget Sound, Washington. It was estimated that 5 gallons entered the water. On Sunday morning, Washington State's Department of Ecology gave final approval of the cleanup. Investigation into root cause is ongoing.","<b>F/V Helen Euphane; West Ocean City, Maryland<\/b> 1993-10-16<br />\n<i>diesel<\/i> - NA m³<br />\nOn October 16, 1993, the USCG Station Ocean City notified MSO Baltimore of a sunken vessel moored at a pier in Ocean City, Maryland.  By October 17 it became clear that the release of fuel oil from the F/V Helen Euphane was complicated by 100 gallons of paint and 20 gallons of lube oil stored onboard.  USCG district 5.  Keyword: sorbent boom, sorbent, pads.","<b>Crude Oil Discharge from Platform, Breton Sound, LA<\/b> 2022-06-23<br />\n<i>crude<\/i> - 0 m³<br />\nOn June 23 2022, USCG Sector New Orleans IMD notified SSC of a 20-gallon crude oil spill discharge in Main Pass 21. Discharge has been secured and WCC Energy Group is the owner-operator. The location of the platform is 29.5641N, -89.3358W, in Breton Sound. Reported 2-mile x 600 feet silver sheen with 25 ft x 50 ft dark oil in the center. USCG requested a trajectory for discharge. USFWS was notified and was provided the NOAA trajectory. Based on current information we do not anticipate shoreline impact from this spill.","<b>Stone Oil Barge Allision; New Orleans, LA<\/b> 2016-01-15<br />\n<i>Number 6 Fuel Oil<\/i> - 0 m³<br />\nOn January 15, 2015, a tug and barge allided with the transfer barge at the Stone Oil dock in New Orleans, LA, discharging approximately 20 gallons of #6 fuel oil from inactive transfer arms which were sheared off in the allision.  USCG requested a trajectory analysis.","<b>Sabine Block 13; Off Sabine Pass, TX<\/b> 2009-08-22<br />\n<i>unknown oil<\/i> - NA m³<br />\nOn 22 August, 2009, USCG MSU Port Arthur, TX investigated a small sheen off Sabine Pass, TX.  Originally, a pipeline leak was suspected.  However, the small persistent sheen caused the USCG to believe that a US liberty ship that sunk in the vicinity in 1971 could be the source. NOAA has assisted on the identification of the ship, weather, and trajectory of the sheen. Operations to pump any remaining fuel/oil left on the ship has begun. Updates will be posted as they become available.\u000b","<b>Port of Newport Pier; Newport, Oregon<\/b> 1996-01-21<br />\n<i>bunker oil<\/i> - NA m³<br />\nOn the morning of January 22, 1996, the USCG MSO in Portland was notified by Group North Bend that an unknown quantity of black oil had spilled from a pier in Newport, Oregon.  The pier was owned by Port of Newport and used to load logs onto deep draft ships.  A USCG overflight observed black oil in the water in the immediate vicinity of the pier, patches of sheen in the main channel, and oiled rip rap to the west and east of the pier.  The source of the oil was not known at that time, but was suspected to be a barge incorporated into the pier structure.  USCG district 13.  Keyword: high-pressure hot-water washing.","<b>Drill Rig Allision; Offshore Louisiana<\/b> 1998-09-17<br />\n<i>medium crude oil<\/i> - 21 m³<br />\nAt 2145 CST, 17SEPT98 a vessel allided with a drilling rig at Main Pass Block 155 in position, latitude 29 degrees-19.2minutes N, Longitude 088 degrees-53.2 minutes W.  The accident resulted in an approximate release of 108 barrels of medium crude oil API 31.6.  At the time, on scene weather was wind from the south at 30-35 mph and 6-8 foot seas.  USCG district 8.","<b>M/V  Wilderness Adventurer; Dundas Bay, Alaska<\/b> 1999-06-12<br />\n<i>diesel and engine room slops<\/i> - 19 m³<br />\nA small cruise liner is hard aground on a large rock in Dundas Bay which is on the west side of Glacier Bay, Alaska at approximately 58? 26' N and 136?30' W.  The vessel is reported to be in stable condition on the rock at low tide with a 40 degree port list and down 30 degrees at the stern.  The ship has a 5 inch hole in the hull and there is minor sheening from flooding of the engine room, but the fuel tank with 4,200 gallons of diesel fuel appears to be holding.  There is double booming around the vessel and protective booming around local sensitive areas.  USCG district 17.  Keyword: boom, potential spill.","<b>Grounded 48' Recreational Vessel on Stewart Island, WA<\/b> 2023-07-17<br />\n<i>Diesel<\/i> - 2 m³<br />\nIn the afternoon of July 17th, the USCG Sector Puget Sound IMD contacted the NOAA HDO and relayed the case to the SSC NW. A 48â recreational vessel grounded in Reid Harbor off of Steward Island, WA. An estimated 10-15 gallons of diesel has been released, with a maximum potential of approx. 500 gallons on board the vessel. An initial ICS-232 Resources at Risk was requested.","<b>Vessel Discharge Ohio River, Greenup, KY; Greenup, KY<\/b> 2018-11-28<br />\n<i>dIESEL<\/i> - 2 m³<br />\nOn November 28, 2018, USCG contacted SSC about two derelict vessels Misty Liz (45 ft) and Misty Dawn (55 ft) moored on the Ohio River (Mile marker 336.5) that are actively discharging. Each vessel contains approximately 200 gallons of diesel fuel. There is approximately 15 gallons in the water. USCG is requesting trajectory, and fate and effects.","<b>Beached Diesel Bladder; Jefferson, TX<\/b> 2016-03-22<br />\n<i>Marine Diesel<\/i> - 2 m³<br />\nOn March 22, 2016, the USCG Marine Safety Unit in Port Arthur, TX,  contacted the NOAA SSC regarding an app. 500gal bladder containing marine diesel that has washed up on shore in the vicinity of Sea Rim state park in the McFaddin Wildlife refuge.  The bladder has a small perforation in one corner and has discharged approximately 5-15 gallons. The USCG has requested a trajectory from NOAA.","<b>Elliott Bay Mystery Spill; Seattle, WA<\/b> 2006-03-17<br />\n<i>Unknown<\/i> - NA m³<br />\nA sheen of unknown origin was reported at 6:30 a.m. in Elliot Bay near Terminals 70, 46, and 91 by a vessel transitting the area.  A USCG overflight at approximately 9:00 a.m. has observed silver and rainbow sheen in the Bay.  A potential storm drain source near Terminal 18 (end of SW Landers Road) is being investigated.","<b>CIPL Drift River Crude Oil Spill, Cook Inlet, Alaska; Tyonek, AK 99682, USA<\/b> 2016-08-16<br />\n<i>crude<\/i> - NA m³<br />\nOn July 2, 2016, the Cook Inlet Pipe Line Company (CIPL) reported that 14 gallons of crude oil was released inside a valve box and one gallon to the ground at the Drift River Terminal Facility (DRT facility), on the west side of Cook Inlet, Alaska.  On July 29, CIPL also reported a crude oil stain at the surface of one of the buried 20-inch fill line blind flanges in the pipe corridor between Tanks 1 and 4. The quantity of this spill is unknown.","<b>Chevron Platform Discharge; South Marsh Island Block 223, Offshore of Louisiana<\/b> 2016-07-28<br />\n<i>South Louisiana Crude Oil, Produced water<\/i> - 0 m³<br />\nOn July 28, 2016, USCG MSU Morgan City notified the NOAA SSC of an approximately 12 gallon discharge of produced water and crude oil from the Chevron Platform in South Marsh Island Block 223, approximately 9 miles offshore of Marsh Island Refuge and requested an assessment as to the potential for shoreline oiling.  Given amount and type of product released, distance to shore, and environmental conditions, no shoreline oiling was anticipated.  No additional products requested.","<b>M/V TRISTAN, Stern Tube Oil; Gulf of Mexico, Galveston, TX<\/b> 2009-06-23<br />\n<i>Stern Tube Oil<\/i> - 0 m³<br />\nUSCG MSU Galveston contacted the regional NOAA SSC related to a release of stern tube oil in the Gulf of Mexico off Galveston, TX.  The M/V TRISTAN reported that oil was observed escaping the stern tube, but no sheen was observed.  The product was identified as HYDROX BIO 68.  Only a small volume was reported lost, 50 litters.  The primary question asked of NOAA was the characterization of the product itself.","<b>Energy XXI platform West Delta Block 73/74 ; Gulf of Mexico<\/b> 2015-05-06<br />\n<i>crude oil<\/i> - 0 m³<br />\nOn 6 May 2015, the USCG MSU Morgan City contacted the NOAA SSC regarding a minor release (11 gallons) of crude oil from a platform located approximately 7 miles south of Isles Dernieres Barrier Islands Refuge. USCG is requesting information on fate and trajectory.","<b>Platform Elly; Huntington Beach, CA<\/b> 2006-10-06<br />\n<i>Produce water, crude oil<\/i> - 0 m³<br />\nAt 1542hrs on 05 October, a release of 3,000 gallons of produce water (estimated 10 gallons crude) occurred at the Elly Platform (33deg 34'56\"N, 118deg 7'39\"W), approximately 7 miles offshore of Huntington Beach.  On 06 October, Sector LA/LB requested trajectory to estimate time and location of beached tarballs.","<b>F/V Billy and I; San Fernando Island, southeast Alaska<\/b> 1993-08-21<br />\n<i>diesel<\/i> - 3 m³<br />\nShortly before midnight on August 20, 1993, the F/V Billy and I was reportedly taking on water near the south end of San Fernando Island, west of Prince of Wales Island, in southeast Alaska.  When the USCG arrived, the vessel was at a 90 degree list to the port side and there was a sheen in the water.  The vessel carried 600 gallons of diesel.\u000bWith the help of private boats, the owner was able to close all vents from which fuel could escape.  A day tank located on the upper part of the vessel released approximately 10 gallons of diesel.  A hole on the starboard side two feet below the waterline was patched with plywood and visqueen material.  Sorbent boom was placed around the Billy and I, but the amount collected was minimal because wind and tidal action caused the sheen to dissipate rapidly.  After being dewatered on the previous low tide, the vessel refloated on the incoming tide and was towed into Craig and put on the grid.\u000bThe winds during the incident were from the south-southeast, 20-30 knots.  USCG district 17.  Keyword: evaporation.","<b>2 barge collision Port Isabel, TX; 1200 Port Rd, Port Isabel, TX 78578, USA<\/b> 2021-07-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 3, 2021, the NOAA SSC received notification from the state of Texas Scientific Support Coordinator that a two barge collision had occurred in the turning basin at Port Isabel, TX. The collision has resulted in a continuous release of gasoline estimated to be 5-10 gallons per minute.","<b>Crude Oil Discharge in Baptiste Collete Bayou area; Venice, LA 70091, USA<\/b> 2020-06-12<br />\n<i>Oil<\/i> - 0 m³<br />\nOn June 11, 2020, the USCG Sector New Orleans Incident Management Division (IMD) received NRC report #1279374 stating that LOBO Tank Battery 1 discharged an estimated 10 gallons of crude oil into an unnamed canal in the Baptiste Collete Bayou area. OSRO on site, IMD will continue to work with the responsible party to monitor the situation.","<b>Loading Arm Discharge; Port Neches, TX<\/b> 2015-06-09<br />\n<i>Sweet Louisiana Crude<\/i> - 0 m³<br />\nOn June 9, 2015, MSU Port Arthur notified the NOAA SSC of a discharge of 10 gallons of sweet Louisiana crude oil from a loading arm at the Oil Tanking terminal on the Neches River.  The USCG requested a trajectory analysis for the spilled oil.","<b>NOAA Ship Oscar Elton Sette; Maug Island, CNMI<\/b> 2014-06-28<br />\n<i>Gasoline<\/i> - 0 m³<br />\nOn June 28, 2014, the USCG Sector Guam notified the NOAA SSC for the Pacific Islands that the NOAA Ship Oscar Elton Sette reported release of 10 gallons of gasoline near Maug Island in the Commonwealth of the Northern Mariana Islands.","<b>F/V Miss Kathy; Sebastioan Inlet, FL<\/b> 2007-04-28<br />\n<i>diesel<\/i> - 5 m³<br />\nF/V Miss Kathy, a 54 foot shrimp trawler grounded west of Sebastian Inlet.  Minor release of diesel occurred.  1100 gallons still onboard.","<b>SS Jacob Luckenbach Oil Removal; Gulf of the Farallones, CA<\/b> 2002-05-23<br />\n<i>Bunker fuel<\/i> - NA m³<br />\nThe S.S. Jacob Luckenbach collided with her sister ship and sank on July 14, 1953.  This vessel, which was loaded with 457,000 gallons of bunker fuel, sank in 180 feet of water approximately 17 miles west-southwest of San Francisco (37deg40.07N 122deg43.89W).  It had been leaking sporadically over the years and was associated with several \"mystery spills\" in 2002.  On 02 MAY 2002, an oil removal plan was accepted by the Unified Command and oil removal operations commenced on 25 MAY.  USCG requested that the NOAA SSC lead the Resource at Risk workgroup to minimize impacts in the event of an accidental release during salvage/oil removal operations.","<b>Sandpoint Texas LLC Marsh Discharge; High Island, TX<\/b> 2022-04-12<br />\n<i>crude<\/i> - 7 m³<br />\nOn April 8, 2022, a well owned by Sandpoint Texas LLC experienced an equipment failure, discharging an estimated 8 gallons of sweet crude into a bermed marsh area near High Island.  The discharge was reported by the RP on April 11, 2022, and is at the same site but not the same well as the discharge which occurred on April 1, 2022.  On April 12, MSU Port Arthur contacted the Texas SSC to request input on marsh clean-up methods.","<b>T/V Vanadis; Galveston, Texas<\/b> 1997-07-24<br />\n<i>Arabian crude<\/i> - 0 m³<br />\nOn July 24, 1997, observers on the T/V Vanadis, anchored at 2847' N, 94?29' W, reported a sheen. The vessel was conducting lightering operations and carrying 160,000 barrels of medium Arabian crude.  Observers estimated that about five gallons were lost and there was a light sheen.  \u000b\u000bThis vessel had been involved in a collision earlier and there was concern that a crack in the hull might have gone unnoticed and was now leaking.  The USCG halted lightering operations until divers could inspect the hull at first light.  USCG district 8.  Keyword: none.","<b>M/V ENCOURAGER; Mississippi Delta, Louisiana<\/b> 1989-01-23<br />\n<i>Aniline oil<\/i> - 16 m³<br />\nOn the morning of January 23, 1989, the M/V ENCOURAGER, inbound on the Mississippi River, discovered that a deck-mounted 3,500-gallon tank filled with aniline oil was slowly leaking.  The oil appeared to be coming near a valve  assembly on the tank at a rate of approximately three drops per minute; the vessel's captain estimated that five gallons of the material was on the deck.  The vessel was scheduled to reach Cedar Grove, approximately 20 miles southeast of New Orleans, later that evening.  USCG district 8.","<b>Bucket of Engine Oil Washed up at Sitka Sedge State Natural Area, OR<\/b> 2023-04-01<br />\n<i>engine oil<\/i> - 0 m³<br />\nOn April 1, 2023, the USCG Sector Columbia River contacted the Pacific Northwest SSC about a 5-gallon bucket of engine oil that washed up at Sitka Sedge State Natural Area, Oregon, and reports of oil droplets along a half-mile of beach. Phone support for oil behavior, response considerations, and resources at risk was provided.","<b>Above-ground Storage Tank Releases Used Cooking Oil at Norfolk Oil Transit, Norfolk, VA<\/b> 2022-07-19<br />\n<i>Used cooking oil<\/i> - 127 m³<br />\nOn July 19, 2022, the USCG Sector Virginia notified the NOAA SSC that an above-ground storage tank released approximately 6,000k of used cooking oil onto the ground via a crack at the bottom of the tank. An estimated 5 gallons made its way into the Elizabeth River via a storm drain. An estimated 560k gallons remain in the tank. Sector Virginia stated that the secondary containment failed.","<b>Hilcorp Platform Leak; Unnamed Road, Port Sulphur, LA 70083, USA<\/b> 2017-01-31<br />\n<i>oil<\/i> - 0 m³<br />\nOn January 31, 2017, the USCG Sector New Orleans contacted the NOAA RRO about a platform leak approximately 3.7 miles south of Port Sulphur.  The reported amount of oil in the water and the surrounding marsh is 4 gallons.  The source is reported as secure, though the oil was not reported to have been contained.  USCG is sending out a team to investigate.","<b>T/V Asphalt Victory; South of Montauk Point, NY<\/b> 2003-05-12<br />\n<i>Asphalt<\/i> - 15275 m³<br />\nOn 12 May 2003 Marine Safety Office (MSO) Long Island Sound  (LIS) was\u000bnotified by MSO Providence that the T/V Asphalt Victory had an explosion\u000bon deck and spilled an unknown amount of asphalt. The explosion caused a\u000b3-foot by 3-foot hole in the main deck. The potential amount reported\u000bwas 80,000 barrels. The product is an Industrial Asphalt Roofer's Flux,\u000bwith a specific gravity of 1.018. It is insoluble in water. It is\u000bexpected to float in seawater. At the time of the explosion the vessel\u000bwas located at 41 degrees 12 minutes N; 71 degrees 51 minutes W;\u000bapproximately 50 miles south of Montauk Point, NY. The weather on-scene\u000bwas winds expected from the south at 10 knots shifting to the west at\u000b20-25 knots by the late afternoon hours. After about an hour the ship\u000breported that the actual amount released to the sea by the explosion was\u000babout two gallons. The USCG requested weather and a forecast for the\u000bmovement any possible floating product released by the ship. No response\u000bwas mounted.","<b>Little Wendy D; Bush Key, Dry Tortugas National Park, Florida<\/b> 1994-03-09<br />\n<i>diesel fuel<\/i> - 6 m³<br />\nDuring adverse weather on March 3, 1994, the 60-foot wooden shrimping boat, Little Wendy D, was intentionally grounded in the Dry Tortugas National Park on a sand bottom in six feet of water.  The National Park Service deployed sorbent boom around the vessel.\u000b\u000bIt at first appeared that the vessel's owner was going to make repairs and move his vessel; however, on March 9 the Park Service reported that the owner had stripped the vessel of valuables and electronic equipment and abandoned it.\u000b\u000bOn March 11, 1,404 gallons of diesel fuel were off loaded from the vessel leaving only light residue in bilge spaces.  The fuel tanks were completely emptied and filled with seawater.  All sheen was contained and recovered by the sorbent boom.  On March 12 the Federal On-Scene Coordinator (FOSC) representatives departed.  USCG district 7.  Keyword: salvage options.","<b>Pipeline Leak, West Cameron Block 20; Gulf of Mexico, LA<\/b> 2008-06-30<br />\n<i>Natural Gas and Condensate Liquid<\/i> - NA m³<br />\nOn the afternoon of 30 June 2008, the USCG notified the regional NOAA Scientific Support Coordinator of a reported sheen off Cameron Parish, LA.  The report stated that there was gas bubbling to the surface and a 1.5 mile sheen.  In the area was buoy marking a pipeline.  The USCG has request a trajectory.","<b>Leaking vessel; Off Cape Flattery, Washington<\/b> 2009-09-25<br />\n<i>Hydraulic Fuel<\/i> - 0 m³<br />\nUSCG Sector Seattle notified the SSC on Friday night, September 25 of a one gallon hydraulic fuel spill from a vessel approximately 12 nautical miles due west of Cape Flattery, Washington within the boundaries of the Olympic Coast National Marine Sanctuary. Sanctuary staff were notified.","<b>Leaking Cason, Bay Marchand; Gulf of Mexico, LA<\/b> 2009-01-11<br />\n<i>Crude Oil<\/i> - 0 m³<br />\nThe USCG notified NOAA of an incident reported as leak from a cason at a well located at 29Â° 06â 22â N Lat. 090Â° 09â 03â W Long.  This location is approximately 1 mile S of the Fourchon Beach area in the Gulf of Mexico.  The reported release was less than 1 gallon (details of any rate of release are unknown at present).  NOAA was asked to provide a trajectory analysis for planning purposes should the situation worsen.","<b>FV Elizabeth F; False Pass, Alaska<\/b> 2015-07-14<br />\n<i>diesel<\/i> - 23 m³<br />\nOn July 14, 2015, the FV Elizabeth F, an 81 foot fishing vessel grounded near False Pass, Alaska.  The fishing vessel is listing on its starboard side with five thousand gallons of diesel fuel on board.  Initially, a sheen was reported but has dissipated in the last hour.  The master of the vessel reported that the sheen came from a discharge of 1 gallon of hydraulic oil.  The Elizabeth F will attempt to refloat at the next high tide.  The vessel does not have catch on board. USCG is requesting Resources at Risk for the area.","<b>BP/ARCO Tank Farm; Harbor Island, Seattle, WA<\/b> 2007-12-05<br />\n<i>Low Sulfur diesel (red)<\/i> - 831 m³<br />\nSector Seattle notified the HDO, Wednesday afternoon, that a large tank containing 4800 Bbls of low sulfur diesel could structurally fail resulting in oil into the Duwamish River waterway and on into Eliott Bay.  Apparently, the floating lid on the tank had been canted as the result of the over-pressure from the heavy rain deluge of the past few days in Seattle putting a large pressure on the sides of the tank.    The Coast Guard requested NOAA to provide trajectory for a possible release, weather, tides and response consultation.\u000bThe entire situation stabilized late Wednesday night as the tank lid, still canted, sank to the bottom of the tank.  After consultation with BP tank engineers, pumping off of the tank commenced Thursday and was completed Friday morning at 0600 LT with a total of 4354 Bbls of diesel removed.   From the response viewpoint, the incident was closed.   \u000b\u000b","<b>T/V Nord-Jahre Traveler; Long Island, New York<\/b> 1998-12-19<br />\n<i>crude oil<\/i> - 0 m³<br />\nAt approximately 1300 on December 19, 1998, the USCG Marine Safety Detachment (MSD) Coram, New York received notification of a one-liter spill from the T/V Nord-Jahre Traveler. The spill occurred from a fitting during an off-shore lightering operation. The USCG MSO Long Island Sound (LIS) requested an overflight, but was unable to obtain an aircraft.  USCG district 1.  Keyword: none.","<b>Whitney Oil & Gas Well #11; South Pass<\/b> 2017-02-13<br />\n<i>Crude Oil<\/i> - 0 m³<br />\nOn February 13, 2017 Whitney Oil & Gas in New Orleans reported a spill of 0.033 gallons of crude oil. USCG Sector New Orleans reported the incident to NOAA's RRO at 1430 (CST). No products were requested at that time.","<b>Mystery Sheen (NRC (36029); Gulf of Mexico off LA Coast<\/b> 2010-04-03<br />\n<i>Unknown Oil Slick<\/i> - NA m³<br />\nAt 1149 hrs on 3 April 2010, the NRC received a report of a small sheen (0.25 miles long and 0.028 gallons) of unknown origin less than 2 miles off the Louisiana Coast south of Bay Champagne (SW of Bay Marchand).  The sheen is near a platform, but the cause is unknown. USCG has requested a trajectory analysis.","<b>Crowley Barge 160-1; Quinhagak, Alaska<\/b> 2009-09-17<br />\n<i>Gasoline and Jet fuel<\/i> - 655 m³<br />\nCrowley Barge 160-1 ran aground near Quinhagak, AK, just south of the mouth of the Kuskokwim River on Sept. 16, 2009, as the result of navigation error during a normal fuel delivery to the village of Quinhagak.   The barge has 72,000 gallons of gasoline and 72,000 gallons of Jet fuel.  The barge is a 1968 single skin barge.   The grounded barge had gone through two tidal cycles, during which the tug could not pull it off the bottom, prior to notifying CG Sector Anchorage on Sept. 17.    No fuel has been released into the the environment.    The CG requested that the NOAA SSC provide weather and tidal information.  \u000b   Shortly after the grounding a second barge, the OB-5, was summoned from Bethel 80 miles to the north.   Barge OB-5 was able to liter 60,000 gallons of Jet fuel from barge 160-1 and delivered 55,000 gallons to tanks at Quinhagak.   Upon returning to 160-1, barge OB-5 itself grounded just west of the location of the 160-1.   When OB-5 refloated on a subsequent high tide, it was directed to stand by offshore as it had too much draft to conduct further work in the mouth of the Kanektok River.     Crowley summoned another barge from Nome to complete the litering of the still grounded 160-1.  \u000b    The combination of a spring tide and a strong westerly wind produced enough water under the barge to refloat it spontaneously very early on Sept. 22.    The barge was towed to the Quinhagak tank farm where it transferred all its remaining cargo with the exception of 5000 gallons of jet fuel.    It subsequently was directed to Bethel where it will be inspected by the Coast Guard.    Thus bringing an end to the incident.\u000b\u000b\u000b","<b>Tug-Barge collision Miss R; mm 107 upriver of New Orleans<\/b> 2009-03-12<br />\n<i>Unknown<\/i> - NA m³<br />\nThis afternoon NOAA SSC Charlie Henry was notified of a barge - tug collion upstream of New Orleans on the Miss. River.  The barge carrying 1500 metric tons (450,000 gallons) of lube oil was damaged but did not lose any oil.  It is now at the ACL dock at mm 107.","<b>Yasa Golden Dardanelles Grounding; GOM, off Galveston, TX<\/b> 2009-02-21<br />\n<i>#2 fuel oil<\/i> - 118571 m³<br />\nAt about 1200 on Friday, Feb 20 the Yasa Golden Dardenells ground about 29 nm from the entrance to Galveston Bay.  ERD duty officer received the call from CG at about 0430 CST on Saturday, Feb 21.  The vessel has not leaked any oil.  It has 621,000 bbls of low sulfur #2 fuel oil onboard.  NOAA SSC Charlie Henry has been notified.","<b>M/V SEA LION Grounding; SW Pass Jetties, LA<\/b> 2008-11-12<br />\n<i>Unknown<\/i> - 173 m³<br />\nThe SSC was notified @1200 local time on Nov 12th that Sector New Orleans received a report of a dive support vessel that allided with the SW Pass jetties (28-54.8\"N. 089-25.0\"W) while transiting east to west from South Pass blk 49 enroute to Port Fourchon. The captain misjudged the navigation area. The vessel had a hole or crack in their bow thruster compartment. So far there have been no signs of pollution. The vessel has a reported 29,062 gallons of diesel onboard, but they are reporting that the fuel tanks are intact. USCG is awaiting their salvage plan and has requested a trajectory from NOAA.","<b>F/V Anna Marie; Copalis Beach, WA<\/b> 2008-01-23<br />\n<i>Diesel<\/i> - 9 m³<br />\nUSCG Sector Portland notified the SSC that the F/V Anna Marie is grounded on Copalis Beach, north of Ocean Shores, WA.  The vessel is stable and in the process of being refloated.  No diesel has been released.  No support has been requested at this time.","<b>T/V WHITE SEA; Ambrose Channel, New York<\/b> 2007-07-12<br />\n<i>#2 diesel fuel oil<\/i> - 106160 m³<br />\nT/V WHITE SEA carrying 556,000 bbls of #2 diesel fuel ran aground in Ambrose Channel between Coney Island, NY and Sandy Hook, NJ while leaving NY Harbor.  It has been reported that a problem with the steering system caused the vessel to run aground. No oil has been released. On the afternoon of 7/12/07 there was an unsuccessful attempt to remove the vessel from the grounding site using tugs. USCG and RP in process of preparing salvage and lightering plans.  Plan calls for the lightering of 110,000 bbls, expected duration is 10-12 hours. Dive surveys are being planned to ascertain vessel condition and required exit path. Sounding surveys indicate vessel aground along port side from bow to midship. Anticipated refloating schedule would be at high tide, approximately 2000 hourson 7/13.","<b>Yacht \"Big Blow\"; Sunk Off Crystal River, FL<\/b> 2006-12-30<br />\n<i>diesel, lube oils<\/i> - 5 m³<br />\nSunken 50 foot Ocean motor yacht \"Big Blow\" sank off Crystal River, FL in 11-12 feet of water on December 30th, 2006.  Six persons on board were rescued by USCG vessel.  The vessel had approximately 500 gallons of diesel and some lube oils on board.  A small sheen was sighted on the water during the rescue.  Sea Tow located the vessel later that day and towed it into port in Crystal River.  \u000bSounding of the fuel tank back at the marina indicated that no diesel had been released during the incident, and it is assumed that the sheen was a result of some lube oil in the bilge water.","<b>M/V Brali; New Haven, CT<\/b> 2004-01-13<br />\n<i>Gasoline<\/i> - 877 m³<br />\nThe M/V Brali was anchored at 41deg 11'N, 72deg 53'W (4 nautical\u000bmiles south-southeast of Lighthouse Pt, New Haven, Connecticut) and\u000bcarrying 4,623 barrels of unleaded gasoline.  Cracks were found in\u000bthe vessel tanks with product in the void spaces, however, no product was\u000bleaking into the environment. The vessel was lightered and sent for repairs.","<b>M/V Kent Reliant Grounded; Entrance San Juan Harbor, PR<\/b> 2003-09-18<br />\n<i>IFO-180<\/i> - 227 m³<br />\nM/V Kent Reliant runs aground. No pollutions released. Refloated Oct 3 2003.","<b>F/V Chichagof Grounded; Kodiak Island, AK<\/b> 2003-08-07<br />\n<i>Diesel<\/i> - 68 m³<br />\nOn Thursday afternoon, August 7, 2003, the Coast Guard was notified that the F/V Chichagof, an 81 foot wooden-hulled fishing tender, grounded in Alitak Bay, Kodiak Island with 15,000 gallons of diesel.   The vessel operator hit a rock, after which he intentionally grounded the vessel at position, 55-53.6N, 155-13.4W.  The grounding resulted in damage to the vessel's bow area, and the fuel tanks were not compromised during the incident.  Nevertheless, it was taking on water.  A Good Samaritan vessel delivered a pump to the F/V Chichagof, but that was unable to keep up with the flooding.   Not until a Coast Guard helo from station Kodiak delivered two additional pumps was the vessel able to control the flooding.  The next morning a welder and marine surveyor were on scene to assess  and repair the damaged bow with a patch over the roughly 1 foot X 1 foot hole.   By Saturday, August 9, the vessel was fully repaired and back fishing.  NOAA supported the Coast Guard in dealing with this incidence by providing detailed weather information and forecasts, tidal data, and resources at risk information.","<b>F/V Leader Aground; Napeaque, NY<\/b> 2003-04-17<br />\n<i>Diesel<\/i> - 41 m³<br />\nThe fishing vessel F/V Leader carrying 9,000 gallons of diesel fuel ran\u000b aground on the beach near Napeaque. NY, location 40 degrees, 59 minutes,\u000b N; 72 degrees, 04 minutes, W, after the helmsman fell asleep. The F/V\u000b Leader contacted a tug and was pulled off the beach and towed to New\u000b Bedford, MA. No pollution occurred.  NOAA provided weather information\u000band a trajectory analysis.","<b>MV Nanticoke; Maumee River in Toledo, Ohio<\/b> 2001-10-17<br />\n<i>fuel oil #6 and diesel #2<\/i> - 473 m³<br />\nAt 0330 EST, the USCG was notified of a grounding of the M/V Nanticoke, a soy bean cargo vessel, in the Maumee River in Toledo, Ohio at mile marker 5.76.  This vessel is grounded in a soft bottom.  This vessel contains 241 metric tons (66,000 gallons) of fuel oil #6 and 118 metric tons (38,000 gallons) of diesel #2 and 100,000 metric tons of soy beans.  Currently, there is no product spilled and no reported damage to the ship.  USCG district 8.","<b>MV Pacsun; Icy Bay, Northern Gulf of Alaska<\/b> 2000-02-26<br />\n<i>IFO-380<\/i> - 1000 m³<br />\nOn the morning of February 26, 2000, the 539-foot log freighter, Pacsun,  went aground after having loaded logs from a camp in Icy Bay.   The M/V Pacsun is operated by Lasoc Shipping Co. of Portland, Oregon.  Originally it was believed that the vessel was on soft bottom just inside a spit extending from the eastern entrance to Icy Bay.   However, divers discovered that the ship's aft portion was resting on a flat rock.  After removing  much of the log cargo, the initial attempt to refloat the vessel occurred on the lower high tide, the evening of February 26 using the two small tugs that were available at the logging camp.    This effort was unsuccessful.  Two larger tugs, dispatched from Juneau, and were due to arrive on-scene the morning of February 27.   Due to crew fatigue and the two larger tugs not being in position, no attempt was made on the morning higher high tide on February 27.   Efforts to refloat the vessel was planned for the morning of a higher high tide on February 28.  With the vessel fully lightered of logs and the tugs pulling, the Pacsun was successfully refloated on this tide.    No pollution occurred.\u000bThe ship is carrying 220,000 gallons of bunker fuel, but there were no reports of any fuel leaking.  USCG district 17.  Keyword: none.","<b>T/B Bay Trader; Chesapeake Bay, Maryland<\/b> 1999-10-14<br />\n<i>JP-8<\/i> - 1909 m³<br />\nOn October 14, 1999, the T/B, Bay Trader, containing 10,000 barrels of JP-8 grounded off the northeast end of Pooles Island in Upper Chesapeake Bay.  There was no apparent damage to the barge and it was aground on a soft bottom.  Plans were to attempt to refloat the barge at the next high tide.\u000bThe barge was refloated at the high tide of October 15 without incident or damage to the barge.  USCG district 5.  Keyword: potential.","<b>T/B CTCO 2601; Tampa Bay, Florida<\/b> 1998-12-15<br />\n<i>lube oil<\/i> - 4392 m³<br />\nOn December 14, 1998, the T/B CTCO 2601, loaded with 23,000 barrels of light lube oil, ran aground in Tampa Bay while being towed by the tug Camie Cenac.  She was hard aground on a sand bottom 3 miles west of Palmetto and west of Port Manatee.  She appeared to be grounded along the entire length of the hull except at the starboard forward rake.\u000bThe vessel is 236 feet x 52 feet x 15.5 feet.  She has five port tanks and five starboard tanks.  When she grounded, each tank was loaded with 2300 barrels of lube oil and the bow and stern rakes were empty.  No product leaked, but damage to the vessel has not been fully assessed.\u000bThe shorelines in the area are highly sensitive and water depths are very shallow, especially to the east in Cockroach Bay where there is a preserve containing seagrass beds and mangroves.  USCG district 7.  Keyword: none.","<b>Freeport Sunken Vessel; Freeport, Texas<\/b> 1998-11-09<br />\n<i>diesel<\/i> - NA m³<br />\nOn 9 November, Station Freeport received a cellular phone call from the F/V Joyce.  She was listing hard to port and taking on water in 8-10 foot seas southeast of Freeport, Texas.  Fearing the vessel would sink, the three crew members were safely hoisted by a USCG HH-65 and taken to shore.  MSO Galveston requested a tactical trajectory and evaluation of the potential environmental threat of spilled diesel given the current location and conditions (see Hotline #02).  The vessel was initially reported as sunk; a subsequent overflight stated the vessel was awash and no pollution was observed.  Additional overflights are scheduled and a salvage company has been secured.  The NOAA SSC is standing by.  USCG district 8.","<b>Yazoo River Barge; St. Joseph Bay, FL<\/b> 1998-03-16<br />\n<i>#6 fuel oil<\/i> - 1718 m³<br />\nOn March 16, 1998, a barge grounded at 29? 50'N,  85? 20'W in St. Joseph Bay, Florida. The barge is carrying 9, 000 barrels of Fuel Oil No. 6.  At this time, on-scene observers indicate the vessel is not leaking product.  USCG district 8.","<b>T/B 563 and tug Charleston; Chesapeake Bay, Maryland<\/b> 1996-02-01<br />\n<i># 6<\/i> - 2864 m³<br />\nOn February 1, 1996, the tug Charleston reported that her tow, the T/B 563, had grounded with 15,000 barrels of diesel fuel onboard five nautical miles east of Tangier Island, in the Chesapeake Bay.  T/B 563 was subsequently refloated with no damage or pollution.  USCG district 5.  Keyword: potential.","<b>T/B 409 and Tug M. Jenne Dudley; Chesapeake Bay, Virginia<\/b> 1996-01-19<br />\n<i>#6 fuel oil<\/i> - 4392 m³<br />\nOn January 19, 1996, the tug Jenne Dudley reported that her tow, tank barge PPT 409, had run aground three miles south of Tangier Island,  near Tangier Island Light, in Chesapeake Bay, with 23,000 barrels of #6 fuel oil onboard.  T/B PPT 409 was subsequently refloated with no damage or pollution.  USCG district 5.  Keyword: none.","<b>AMOCO Oil Company, T/B 27; Yorktown, Virginia<\/b> 1994-04-25<br />\n<i>#6 fuel oil<\/i> - 1737 m³<br />\nThe tug Elis lost steering power during a shifting of T/B .27 at the AMOCO Oil Company Refinery dock, Yorktown, Virginia on April 25, 1994, resulting  in minor damage to the front knuckle area of the barge.  None of the 9,100 barrels of #6 oil on the barge was spilled.  USCG district 5.  Keyword: none.","<b>Miss Beholden; Key West, Florida<\/b> 1993-03-13<br />\n<i>diesel<\/i> - 23 m³<br />\nAt approximately 2100 on March 13, 1993, the Miss Beholden went aground  five nautical miles off Key West, FL on a live coral reef within the boundaries of the Florida Keys National Marine Sanctuary.  The Miss Beholden, a 142-foot, steel-hull coastal freighter sails under the St. Vincent flag.  The vessel had approximately 5,000 gallons of diesel fuel-lube oil onboard contained in tanks that were not integral to the hull.  No spill occurred.\u000bThe vessel made several unsuccessful attempts to free herself from the reef the morning  of March 14; a tug also tried unsuccessfully to pull her off the reef.  USCG district 7.  Keyword: NAVSUPSALV, salvage.","<b>S/S KINSMAN INDEPENDENT; Isle Royale, Michigan<\/b> 1990-11-25<br />\n<i>#6 fuel oil<\/i> - 305 m³<br />\nAt approximately 1000 hours on Saturday November 24, the M/V KINSMAN INDEPENDENT ran aground approxmately 0.3 mi sw of the Isle Royale Light at the head of Siskiwit Bay, Isle Royale, MI (See Chart 14796). . Isle Royale is a National Park which is managed by National Park Service. . At this time CG MSO DULUTH investigators are enroute to the scene. The Cutter Sundew and Canadian Cutter Grizzly are also enroute. Two tugs are headed to the scene to aid the grounded vessel and one is expected on scene at 1430 CST 25 Nov. . Winds are approximately 20 kts from the NW. . No oil has spilled and the vessel is carrying 67,000 gallons of #6 fuel oil for propulsion.  No other hazardous cargoes are known at this time. . OSC (COTP DULUTH) has requested SSC support in projecting potential pollutant paths and resources at risk. . SSC will be working from East Lansing.  USCG district 9.","<b>T/B B95; Sabin Point, Providence, Rhode Island<\/b> 1988-03-16<br />\n<i>Number 6 fuel oil<\/i> - 17184 m³<br />\nOn March 16, 1988, the tank barge B95, carrying 90,000 barrels of number 6 fuel oil, was reported aground at Sabin Point on the Providence River in Providence, Rhode Island.  No product was reported released as a result of the grounding.  USCG district 1.","<b>Tug Sydney Foss; Chiniak Bay, Kodiak, Alaska<\/b> 1988-02-24<br />\n<i>Diesel<\/i> - 386 m³<br />\nAt 0705 on February 24, 1988, the 120-foot tug SYDNEY FOSS ran aground under gale force winds in Chiniak Bay, while towing a barge out of the Kodiak Harbor destined for Adak Island.  None of the 85,000 gallons of diesel onboard was released.  After the grounding, the barge broke loose.  Several hours later, it was collared by the tug Kodiak King.  USCG district 17.","<b>TV Michael; 5 miles E of Rohoboth, Delaware<\/b> 2000-01-29<br />\n<i>Nigerian Light Crude<\/i> - 173661 m³<br />\nThe T/V Michael is grounded approximately 8 miles east of Rohoboth Beach, DE (position 38? 42.7' N /  74? 58.3' W). The tank vessel is single hulled and fully loaded with 909,000 barrels (38,178,000 gallons) of Nigerian Light Crude. The tanker's draft is 52 feet, and she is grounded in about 48 feet of water.\u000b\u000bAn attempt was made to back her off at the last high tide at 1515 (+3.2 feet). However, she remains stuck in the soft sand bottom. A barge is being brought out for lightering this evening (approximately 86,000 barrels will allow the vessel to rise about one meter). Two tugs are also being sent out to assist in pulling off at the next high tide, Sunday morning at 0355 (+3.8 feet). The tides will be increasing successively over the next several days.  USCG district 1.  Keyword: none.","<b>Navy Aircraft in Kaneohe Bay; Oahu, Hawaii<\/b> 2023-11-20<br />\n<i>Jet A<\/i> - 9 m³<br />\nOn November 20, 2023, the NOAA SSC for Hawaii was notified that a Navy aircraft had run off the end of a runway at Marine Corps Base Hawaii into Kaneohe Bay with 2000 gallons of Jet-A fuel on board. No sheen had been observed at the time of the report.  A fate and trajectory analysis was requested.","<b>Fishing Vessel Aground; Pleasant Beach, NJ<\/b> 2023-11-17<br />\n<i>Fuel Oil<\/i> - 3 m³<br />\nOn the morning of 17 November 2023, USCG Sector Delaware Bay notified the NOAA SSC that the 65 ft long FV Susan Rose lost power and ran aground on Point Pleasant Beach just south of the entrance to Manasquan Inlet. Vessel has 600 gallons of diesel fuel on board. No reported discharge at this time.","<b>Tug and Barge Collide with Pipeline on Columbia River; Clatskanie, OR<\/b> 2023-11-12<br />\n<i>R99 Renewable Diesel<\/i> - 115 m³<br />\nOn November 12, 2023, the USCG Sector Columbia River notified the NOAA SSC NW that the Tug Cindy B and Barge St. John collided with a pipeline at the Columbia Pacific Bio Refinery on the Columbia River earlier this morning near Clatskanie, OR. There is potential for approx. 600 bbl, although only residual R99 renewable diesel is reported in the pipeline, there is no spill or sheen observed at this time. The pipeline has been shut down, an OSRO is on-site, the area is boomed and a vac truck is removing oil product.","<b>M/V American Courage - St Clair River, Marine City, MI<\/b> 2023-11-07<br />\n<i>Unknown<\/i> - 0 m³<br />\nOn November 7, 2023, the M/V American Courage ran soft aground in the St. Clair River in US waters. The 617' bulk carrier has stone cargo and is aground on the bow, away from the fuel and oil tanks. There is no threat of pollution. The vessel is expected to be refloated and towed away by its marine salvor. No support was requested initially by USCG. At a subsequent USCG sector brief, downstream resources at risk were requested and provided.","<b>26-foot Cabin Cruiser Sunk, Bellingham Bay, Bellingham, WA<\/b> 2023-08-28<br />\n<i>gasoline<\/i> - 0 m³<br />\nOn 28-AUG-2023, USCG Sector Puget Sound notified the NOAA SSC that a 26-foot cabin cruiser sank in Bellingham Bay, WA. It is unknown how much fuel product is on board the vessel. There has been no reported sheen or fuel observed in the water. Ownership of the vessel is under investigation, The USCG opened the OSLTF and requested a verbal ESI/ Resources at Risk to prepare for pollution response.","<b>38-foot Fishing Vessel Listing, Funter Bay, Angoon, AK<\/b> 2023-08-24<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn August 25, 2023, the USCG Sector Juneau contacted NOAA AK aSSC to notify them of the 38ft F/V Cathy Anne that began listing at the south side of the mouth of Funter Bay. The vessel has 250 gallons of diesel aboard, and at the time of notification, was not releasing product. USCG performed SAR operations to rescue crewmembers and are now dealing with recovering the vessel. USCG requested from AK aSSC any information on sensitive resources in the area that could be impacted if a release occurred.","<b>53-foot Recreational Vessel Sunk near Seguin Island, ME<\/b> 2023-08-21<br />\n<i>Marine diesel<\/i> - 2 m³<br />\nAround 0900 on August 21, USCG Sector Northern New England contacted the SSC about a 53' recreational vessel that caught fire and sank near Seguin Island, ME on August 19 around 2300. The USCG requested trajectory and resources at risk support. The vessel was reported to have 410 gallons of diesel on board. No spills or sheens were reported.","<b>108â Vessel Aground, Brownsville Marina, WA<\/b> 2023-06-30<br />\n<i>diesel<\/i> - 91 m³<br />\nOn June 30, 2023, the USCG Sector Puget Sound notified the NOAA Northwest SSC that on 29 June the 108-foot vessel âYTB823â broke free from its mooring and ran aground off Brownsville, WA. This is a prior USN vessel now privately owned. There is a max. potential of approx. 20k gallons of diesel and 80 gallons of motor oil, there are no signs that the tanks were damaged. There has been no sheen observed in the water.","<b>Fishing Vessel Taking on Water off Southern Oregon Coast<\/b> 2023-06-13<br />\n<i>diesel & hydraulic oil<\/i> - 5 m³<br />\nOn June 13, 2023, the USCG Sector Columbia River notified the SSC for the Pacific Northwest that the  47â F/V Nadine is taking on water off the southern Oregon coast. Search and rescue operations rescued all persons on board. There is max. potential for 1200 gallons of diesel and 100 gallons of hydraulic oil on board, no oil is observed to have released. A trajectory was requested.","<b>Freighter Aground at Belle Isle, Detroit River, Detroit, MI<\/b> 2023-05-17<br />\n<i>Unknown<\/i> - 0 m³<br />\nOn 17 May 2023, the 639' freighter M/V Mark W Barker ran aground at Belle Isle in the Detroit River.  USCG pollution responders and casualty investigators are deployed to the scene to evaluate the severity of the casualty and assess options to refloat the vessel. No spill or sheening has been observed.","<b>Bulk Carrier Strikes Pier at Dock 20 on the Cuyahoga River, Cleveland, OH<\/b> 2023-05-03<br />\n<i>Marine Diesel<\/i> - 0 m³<br />\nOn May 3, 2023, the M/V Wilfred Sykes, a 206 m bulk carrier, reported an allision with the pier at Dock 20 on the Cuyahoga River, Cleveland, OH. A partially filled fuel tank on the port quarter was punctured above the waterline and above the level of the fuel in the tank. The vessel did not take on any water, moored safely, and no fuel was discharged.","<b>Washington State Ferry Aground, Bainbridge Island, WA<\/b> 2023-04-15<br />\n<i>Unknown<\/i> - NA m³<br />\nNOAA SSC was notified that the Washington State Ferry Walla Walla ran aground in Rich Passage, on Bainbridge Island, WA, while enroute from Bremerton to Seattle. There are approx. 600 passengers aboard with no report of injuries. A tug and USCG vessels are on-scene. There has been no observed oil release. Peak low tide is 2000 this evening. A plan to offload passengers is being developed. .","<b>Fishing Vessel Fire, Hylebos Waterway, Tacoma, WA<\/b> 2023-04-08<br />\n<i>Diesel<\/i> - 255 m³<br />\nAt 1026L on 8-April-2023, USCG Sector Puget Sound IMD notified the SSC for the Pacific Northwest that the F/V Kodiak Enterprise is on fire on the Hylebos Waterway in Tacoma, WA. There is a max. potential of 200k gallons diesel with an estimated 50k diesel on board the vessel. No oil release or sheen is observed at this time. The fire is reported in the accommodation spaces and the vessel is starting to list. The USCG requested RAR, trajectory and air dispersion models.","<b>Sunken 60-Foot Shrimping Vessel, Bolivar Peninsula, TX<\/b> 2023-03-15<br />\n<i>diesel<\/i> - 3 m³<br />\nOn March 14, 2023, the vessel F/V Tu-Thao, a 60 ft steel hull shrimping vessel sank approximately a half mile off Bolivar Peninsula in about 16 ft of water.  All crew were rescued.  Vessel was reported to be carrying 500-600 gallons of diesel fuel.  Vessel is not actively sheening.  MSU Texas City is working with owner to remove pollution, and requested fate and trajectory.","<b>Tug Aground near Ferry Terminal, Lopez Island, WA<\/b> 2023-02-22<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn February 22, 2023, the USCG Sector Puget Sound contacted the PNW SSC that the Tug Tulalip is aground near the Lopez Island Ferry Terminal in the San Juan Islands, WA. The tug has the potential for approximately 400 gallons of diesel, no release is reported at this time. The USCG requested a Resources at Risk and a local weather forecast.","<b>32-Foot Recreational Fishing Vessel Sunk Offshore Texas<\/b> 2023-02-21<br />\n<i>unleaded gasolinge<\/i> - 1 m³<br />\nOn February 21, 2023, MSU Texas City contacted NOAA SSC regarding the vessel Aliikai, a 32ft recreational fishing vessel which sank with approximately 200 gallons of unleaded gasoline onboard.  She is on the bottom in 80 ft of water, approximately 6 miles offshore the mouth of the Brazos River.  No discharge has been reported, or sheen observed.  All passengers recovered safely.  MSU Texas City requested input on fate and effects of potential discharge, likelihood and trajectory of potential vessel drift, and information about resources at risk.  Phone support provided.","<b>Privately-Owned, De-Commissioned Coast Guard Buoy Tender Grounded, Long Beach, CA<\/b> 2022-12-11<br />\n<i>Diesel<\/i> - 25 m³<br />\nEarly afternoon of 11-DEC-2022, USCG Sector Los Angeles/Long Beach contacted their NOAA SSC to discuss the salvage of the grounded vessel FEARLESS KINGSTOWN.  The vessel is a privately-owned, de-commissioned USCG buoy tender that is grounded at roughly 33Â° 44.4'N, 118Â° 14.1'W.  It is not leaking and is sitting port-side to the riprap. A starboard-side fuel tank has a maximum potential of 4,500 gallons diesel fuel. The USCG requested oil fate & transport info for a hypothetical release in the event something happens during vessel removal operations.","<b>SEACOR MARINE LB ROBERT potential spill; Gulf of Mexico<\/b> 2022-11-21<br />\n<i>Diesel<\/i> - 141 m³<br />\nOn November 21, 2022, the USCG Marine Safety Unit (MSU) in Houma, LA,  was notified that the liftboat LB ROBERT, owned by SEACOR MARINE and located approximately 73 nautical miles south of Vermillion Bay, was listing to one side. All personnel had been previously evacuated due to inclement weather.  No spill has been reported.  The liftboat has 31,000 gallons of diesel onboard. USCG notified NOAA SSC of the potential threat and requested preparedness for fate/trajectory request.","<b>Towing Vessel Aground, Mile Marker 659, Mississippi River, Helena-West Helena, AR<\/b> 2022-09-16<br />\n<i>diesel and lube<\/i> - 437 m³<br />\nOn September 22, 2022, the USCG Sector Lower Mississippi River contacted the NOAA SSC regarding an ITV (Inspected Towing Vessel) that had run aground in the vicinity of mile marker 659 on the MS River.  The vessel had taken water on in the engine room but was reported as stable. No reports of pollution discharge. The vessel is carrying 95,000 gallons of marine diesel and 1,180 gals of lube oil.  NOAA SSC provided information on river conditions and resources at risk (no identified water intakes immediately downstream in the vicinity).  USCG requested assisting vessel for salvage operations and is now underway from Paducah, KY","<b>40-foot Vessel Sunk, Two Harbors, Santa Catalina Island, CA<\/b> 2022-09-03<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn September 3, 2022, USCG Sector Los Angeles/Long Beach contacted the NOAA SSC to request a hypothetical \"what if\" trajectory for a 40â vessel that had sunk at a mooring ball in Isthmus Cove at Two Harbors, Santa Catalina Island.  The P/C DAS PUG BOOT is not currently sheening and is apparently sitting on the bottom in roughly 45â of water.","<b>Fishing Vessel Sunk off San Juan Island, WA<\/b> 2022-08-13<br />\n<i>Diesel (approx 2500 ga), hydraulic, lube oils (100 ga)<\/i> - 12 m³<br />\nOn 13-AUG-2022 at 1525L, the USCG Sector Puget Sound contacted the NOAA SSC about the F/V Aleutian Isle that sank 300 yards off San Juan Island, WA. The vessel has approx. 2,500 gallons diesel on board, there is no report of release or sheen. The vessel has fishing gear that is in the water. The CG requested a Resources at Risk.","<b>WWII Submarine Chaser Sunk at Pier, Longview, WA<\/b> 2022-06-28<br />\n<i>Vegetable Oil<\/i> - 7 m³<br />\nOn June 28, 2022, the USCG Sector Columbia River notified NOAA NW SSC of a WWII Subchaser SC-772 that sank at the pier. The vessel is a 110-foot wooden-hulled vessel that was undergoing restoration. There is a maximum potential of approx. 8,000 gallons vegetable oil on board the vessel, the RP is reporting approx. 500 gallons were on board. No sheen or release has been observed. The USCG is requesting a RAR and trajectory.","<b>Potential Diesel Spill from Tank Barge under Tow offshore Eureka, CA<\/b> 2022-06-20<br />\n<i>Diesel<\/i> - 7637 m³<br />\nOn the evening of 20-JUN-2022, USCG Sector San Francisco contacted their NOAA SSC to discuss a potential diesel spill from the tank barge MONTEREY towed by the Tug APACHE.  Reportedly, the aft portion of the MONTEREY contacted the entrance channel jetty as the tug & barge were departing Humboldt Bay, CA for Coos Bay, OR.  The barge is carrying 40,000 bbls of diesel, and is holding station roughly 14NM NW of the Eureka entrance buoy with no indications of a release at this time.  As local weather deteriorates, re-entering Humboldt Bay may pose some risk, so USCG is requesting fate & trajectory information to support COTP decision regarding tug & barge transit options.","<b>Fishing Vessel Aground, Lois Island, Columbia River<\/b> 2022-06-13<br />\n<i>diesel<\/i> - 5 m³<br />\nOn June 13, 2022, the USCG Sector Columbia River contacted the NOAA SSC to report the wooden-hulled 60â F/V Billie dragged anchor and was soft aground on the West side of Louis Island on the Columbia River. There is a maximum potential of 1200 gallons of diesel on board, there is no observed release of product at this time. The USCG Cutter Terrapin is nearby and monitoring the vesselâs condition.  The USCG is requesting an ESI and preliminary Resources at Risk.","<b>Tanker Vessel Aground, Fairport Harbor, OH<\/b> 2022-05-23<br />\n<i>Diesel<\/i> - 227 m³<br />\nOn May 23, 2022, the USCG Marine Safety Unit Cleveland notified the NOAA SSC that the vessel American Courage was aground in Fairport OH. No pollution has been observed or reported at this time. A lightering plan is currently being reviewed and tug support is standing by to remove the vessel from shallow water. The USCG is requesting trajectory support.","<b>Container Ship Drifting in Heavy Weather off Point Reyes, CA<\/b> 2022-04-08<br />\n<i>Low sulfur diesel<\/i> - 177 m³<br />\nAt 1900 hrs on 08-APR-2022, USCG District 11 staff alerted their NOAA SSC of a drifting 560â (172 m) container ship roughly 8 miles off Point Reyes.  She was experiencing engine troubles and the anchor was dragging under heavy weather conditions from the NW.  Three tugs are en route and a second anchor was deployed, which slowed drift to <1 knot.  Even so, she continues to drift towards the Point Reyes National Seashore and is reportedly carrying roughly 39,000 gallons of fuel.","<b>Containership Grounded off Gibson Island in Chesapeake Bay<\/b> 2022-03-15<br />\n<i>Oil<\/i> - 3637 m³<br />\nOn 15 March 2022, USCG Sector Maryland NCR notified the NOAA SSC that at approximately 9:00pm on Sunday, 13 March the Ever Forward, a containership grounded off of Gibson Island in the Chesapeake Bay. The vessel has remained stranded since then. The ship is outside the main shipping channel. There is no damage, injuries or pollution at this time.","<b>Fishing Vessel Fire at Ilwaco Marina, WA<\/b> 2022-02-02<br />\n<i>diesel<\/i> - NA m³<br />\nOn 02/02/2022 at 2226 PT USCG Sector Columbia River notified the NOAA SSC that the 48â fishing vessel West Wind caught fire at slip J7, Ilwaco Marina, WA. There is a maximum potential of 600 gallons of diesel, the vessel is not boomed, there is no release at this time. The Fire Department was on the scene immediately, the fire is secure, USCG has not requested any NOAA products or support at this time.","<b>Vessel Grounding, Ocracoke, NC<\/b> 2022-01-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 28, 2020, the USCG Sector North Carolina notified the NOAA SSC that the \"VIVENS AQUA, a 55 ft yacht grounded on the south point of Ocracoke Island, North Carolina. The vessel contains over 700 gallons of diesel fuel onboard. No pollution reported at this time. CG requested a trajectory model and informal ESA coordination.","<b>Fishing Vessel Grounded, Sandy Hook, NJ<\/b> 2022-01-09<br />\n<i>Diesel Fuel<\/i> - 2 m³<br />\nAt 0900 on 9 January 2022, USCG Sector New York notified the NOAA SSC that a 45 foot sport fishing vessel, the \"Time Out\", broke loose from its mooring and grounded on Sandy Hook National Park. Vessel reportedly had approximately 500 gallons of diesel fuel on board. Vessel is intact and no report of any discharge. Owner has submitted a salvage plan to USCG. No products requested.","<b>M/V CALUMET soft aground in Saginaw River; MI<\/b> 2021-10-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 22, 2021, the USCG Sector Detroit emailed stakeholders to share incident details of M/V CALUMET soft aground near the Lake State Railroad Bridge in the Saginaw River. USCG is on scene, no pollution reports at this time. Tug assist should be onscene at 0630 eastern time on 10.22.21. USCG will conduct an overflight of the incident area at first light. \u000b\u000bHotline created in case situation worsens.","<b>48' Grada Marie; 1.5 miles North of Tatoosh Island, WA<\/b> 2021-10-15<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn October 15, 2021, the USCG notified the NOAA SSC of a 48â wooden hulled Makah Tribal Vessel Garda Marie that sank 1.5 miles north of Tatoosh Island. The vessel sank in approx. 660-840 feet of water. The vessel has approx. 400 gallons diesel and 10 gallons motor oil on board and fish in the cargo hold. The location is approximate based on the observed debris field, no sheen was observed. The USCG has an overflight scheduled this morning. CG requests a Resources at Risk.","<b>Vessel Aground, Doughty Point, NW Orcas Island, WA<\/b> 2021-10-03<br />\n<i>gasoline<\/i> - 1 m³<br />\nOn 10/21/2021, the USCG Sector Puget Sound called the SSC about a vessel aground off Doughty Point on the NW corner of Orcas Island. The 30-36' private crabbing vessel (name unknown) is hard aground with a potential of approx. 120 gallons gasoline on board. There is currently no release or sheen. They have requested POC's for managers in the area and resources at risk. The CG is working with the vessel owner on a salvage plan.","<b>PC PERFECT CAST sunk off Point Reyes, CA<\/b> 2021-08-29<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn August 29, 2021, the USCG Sector San Francisco contacted their NOAA SSC to report the sinking of the PC PERFECT CAST about 13 NM southwest of Point Reyes. She was taking on water while under tow and reportedly sank around 1300 hrs.  The vessel is believed to be carrying 280 gallons of diesel, but there are currently no reports of sheening.  USCG requested trajectory support in the event of a release.","<b>23ft R/V aground Buckeye Island, Lake Erie;<\/b> 2021-08-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 23, 2021, the NOAA SSC was notified by MSU Toledo of a 23ft SeaRay recreational vessel aground on Buckeye Island, Lake Erie. The incident occurred approximately 2 weeks ago, RP is not communicating. The USCG opened the OSLTF to remove an estimated 75-100gallons of gasoline from the vessel. No sheen has been observed. SSC is working with USFWS, SHPO, and TPO for consultations and provided an estimate of fate if a release occurs.","<b>Fish Magnet Aground; Big Sur, CA<\/b> 2021-08-18<br />\n<i>Diesel<\/i> - 6 m³<br />\nOn 18-Aug-2021, the 54' vessel FISH MAGNET ran aground in Monterey Bay.   Approximately 1400 gallons of diesel on board. No sheen was observed at the time of grounding. The vessel is in the active surf zone.  Sector San Francisco is requesting a fates analysis and trajectory.","<b>FV Tyrant; Egegik, AK<\/b> 2021-07-22<br />\n<i>diesel<\/i> - 0 m³<br />\nOn 22-Jul-2021, USCG was notified that the FV Tyrant experienced engine failure while underway and 25-30 knot winds pushed the vessel hard aground.  There is about 50 gallons of diesel, 15 gallons of hydraulic oil, and 7 gallons of lube oil on board.  There are no reports of discharge at this time.  There were also no reports of catch on board or gear in the water. Sector Anchorage is making notifications only at this time and not yet requesting products.","<b>Recreational Vessel on Fire; Alpena County, MI, USA<\/b> 2021-07-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 16, 2021, the USCG Sector SOO notified SSC of a recreational vessel on fire in the sanctuary. 2 people were rescued and transported to EMS. There is no description of the vessel or on scene confirmation of sheen in the water. Opening the hotline to prepare for more information coming. Notification to sanctuary completed.","<b>MV Kite Bay<\/b> 2021-05-25<br />\n<i>Oil<\/i> - 505 m³<br />\nAt 4:30pm on 25 May 2021, USCG Sector North Carolina notified the NOAA SSC that the 590 ft long bulk carrier, Kite Bay, grounded outside on the Morehead City Inlet. The vessel has 111,000 gallons of fuel and 11,000 gallons of lube oil on board, though nothing has spilled at this time. USCG requested trajectory.","<b>M/V NYK DELPHINUS fire; Offshore Monterey Bay, CA<\/b> 2021-05-14<br />\n<i>Mixed fuels<\/i> - 3637 m³<br />\nOn 14-MAY-2021, USCG Sector San Francisco contacted their NOAA SSC to report a shipboard fire on the M/V NYK DELPHINUS, approximately 60 miles west of Monterey Bay, CA.  At the time, the vessel was without propulsion and drifting.  Marine fire fighting activities were underway and USCG was focused on search & rescue operations.  No pollution has been reported, but it is unclear if fire fighting activities on board the ship were successful.  USCG later requested a hypothetical trajectory estimate for roughly 800,000 gallons of mixed fuels in the event the incident devolves.","<b>M/V Toya Adrift; Offshore Texas<\/b> 2021-05-14<br />\n<i>Heavy Fuel Oil, Marine Grade Diesel<\/i> - 4546 m³<br />\nOn May 14, 2021 the M/T Toyo lost propulsion and is adrift approximately 120 miles offshore of Galveston, TX.  No vessel damage or discharge. MSU Texas City has requested a vessel drift trajectory to evaluate risk of allision with nearby platforms.  Vessel is in ballast (no cargoes),  loaded with approximately 1 million gallons (~24,000 bbls) fuel.  Fuel is heavy fuel oil (HFO) and marine grade diesel.  Assist tug enroute.","<b>MV TIRRANNA Vessel Grounding, Cape Charles, Virginia; Northampton County, VA, USA<\/b> 2021-04-27<br />\n<i>Oil<\/i> - NA m³<br />\nOn 27 April 2021, USCG Sector Virginia notified the NOAA SSC that a 760 foot long Norwegian flagged car carrier grounded just offshore Cape Charles, Virginia, No pollution reported at the time of notification. Vessel grounded due to loss of steering. No products or assistance requested of NOAA SSC at this time.","<b>70ft Wooden Hulled Vessel, Norwester, near Stuart Island, WA; Prevost Harbor, WA, USA<\/b> 2021-04-17<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn the evening of April 17, 2021 USCG notified the NW SSC of a 70ft wooden-hulled vessel,  the Norwester,  aground on rocks near Stuart Island on the westerly side of Prevost Harbor. No sheen has been observed at this time. The vessel owner stated about 400 gals of Diesel on board with the potential to be around 1,000 gals. Salvage is en route to assist the vessel. A 24-hour trajectory and Resources at Risk were requested.","<b>M/V Round III Chandeleur Islands; LA, USA<\/b> 2021-04-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 9, 20291, the USCG notified the SSC of a grounded motor vessel (M/V) on the Chandeleur Islands, LA on 9 April. No discharge reported.  SSC providing assistance on BMPs and coordination with USFWS. The crew of the vessel was safely recovered.  The ROUND III is reported to have a pollution potential of 600 gallons of diesel fuel onboard.","<b>T/V Harvest Spirit grounding in Detroit River; 370 Crystal Bay Dr, Amherstburg, ON N9V 4B2, Canada<\/b> 2020-12-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 2, 2020, the Great Lakes SSC received notification of the bulk carrier Harvest Spirit running aground near buoy marker 13 in the Detroit River. No reports of observed pollution at this time. USCG requests trajectory and RAR for the estimated 280 cubic meters (73968.2 gallons) of marine diesel.","<b>F/V Jimmy and Charlie Jr.; McIntosh County, GA, USA<\/b> 2020-11-10<br />\n<i>Diesel<\/i> - 91 m³<br />\nOn November 10, 2020, the USCG notified the NOAA SSC that an 88-foot steel hull fishing vessel is grounded near the entrance to the Altamaha River on a sand bar. The vessel has a capacity of 33000 gallons and is thought to have 15000 gallons of diesel fuel onboard. No pollution reported at this time. Salvage plans are being developed and anticipated to begin tomorrow morning.","<b>Bulk Carrier Aground Welsh Island, Oregon; Welsh Island, OR, USA<\/b> 2020-10-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of 01 OCT 2020, Bulk Carrier Genco Auvergne ran aground near Welsh Island, Oregon on the Columbia River. SSC received the initial call at 0800 and an update at 0900. No leaking has been observed. The Carrier contains approximately 14,600 Barrels of low sulfur marine gas oil. Three tugs are on-scene to assist, waiting for high tide around 1300 to move the Carrier. Resources at Risk requested.","<b>Lobo Durango Platform Allision, Breton Sound; LA, USA<\/b> 2020-09-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 26, 2020, the USCG Sector NOLA received NRC reports #1288319 and #1288318 regarding an allision between M/V Kristy Dutch and Lobo Platform, Durango. The allision resulted in damage to the inactive riser platform. An active line with approx 4.5bbl oil is associated with the structure. Currently no active discharge. NOAA providing Spot Forecasts","<b>Fishing vessel struck rock; intentionally beached to prevent sinking; Karluk, AK<\/b> 2020-08-27<br />\n<i>diesel<\/i> - 1 m³<br />\nOn 27-Aug-2020, MSD Kodial reported that the FV LADY ASHLEY hit a submerged rock, was taking on water, and was then intentionally beached to prevent from sinking.  The vessel reportedly has 200 gallons of diesel fuel on board and did not appear to be leaking fuel after the intentional grounding. MSD Kodiak is still investigating and has asked NOAA to stand by for potential requests for science support.","<b>FV Ginny O Submerged; Crawfish Inlet, Sitka, AK<\/b> 2020-08-27<br />\n<i>diesel<\/i> - 8 m³<br />\nOn 25-Aug-2020, Sector Juneau reported that the FV GINNY O was sinking in Crawfish Inlet south of Sitka. The vessel has a maximum fuel capacity of 3500 gallons. The vessel is boomed off, and the fuel vents were plugged.  The sheening observed was very light and is contained within the boom. The vessel was not actively sheening.","<b>Ferry Vessel ISLAND DUCHESS aground; Wellesley Island, NY, USA<\/b> 2020-08-20<br />\n<i>diesel<\/i> - 7 m³<br />\nOn August 20th, 2020, the NOAA Great Lakes SSC was notified of F/V ISLAND DUCHESS aground in the St. Lawrence river with 138 passengers and 1500 gallons of marine diesel on board, though nothing has spilled. The vessel is stable, at anchor, and not taking on water. All passengers transferred to an empty ferry vessel with USCG escort. USCG Sector Buffalo requesting trajectory and fate if release does occur. Canada and local tribes have been notified.","<b>Tank Fire, Pasadena Refining Systems, Pasdena, TX; 111 Red Bluff Rd, Pasadena, TX 77506, USA<\/b> 2020-08-18<br />\n<i>heavy hydrocarbon<\/i> - NA m³<br />\nOn August 18, 2020, a tank fire was reported at Pasadena Refining Systems, Pasadena, TX.  The facility is adjacent to Buffalo Bayou.  Product is unknown. Fire reported extinguished approximately 0730 CT.  No waterway discharge, fire suppression water, and foam remained within secondary containment. No products requested.","<b>Bayou Bienvenue Vessel Fire; Bayou Bienvenue, New Orleans, LA, USA<\/b> 2020-08-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 13, 2020, the USCG Sec NOLA notified the NOAA SSC of two derelict vessels on fire in Bayou Bienvenue and Lake Borgne (aka Post Katina Junkyard).  The area is not accessible by land. No response to the fire was initiated. USCG overflight on 14 Aug 2020 did not identify a release of oil from the vessels. Fire is out.","<b>FV Viking Star Riper Sinks off Coast of New Jersey; Offshore, Barnegat, NJ<\/b> 2020-07-28<br />\n<i>Diesel Fuel<\/i> - 5 m³<br />\nOn 28 July 2020, USCG Sector Delaware Bay notified the NOAA SSC that a 60 ft fishing vessel sank 30 NMI east of Barnegat Light, NJ. The vessel had over 1,000 gallons of diesel fuel onboard. No pollution observed at the time incident was reported.","<b>Vessel Capsizes at Naval Station Norfolk, VA; Norfolk, VA<\/b> 2020-07-28<br />\n<i>Diesel Fuel<\/i> - 2 m³<br />\nOn 28 July 2020, USCG Sector Virginia notified the NOAA SSC that a privately owned charter vessel with 400 gallons of diesel fuel onboard, sank, and capsized in Willoughby Bay, Norfolk, Virginia, adjacent to the US Navy's Naval Station. USCG requested an informal ESA emergency consultation. No pollution reported at this time. Salvage operations are underway.","<b>FV Stormie B; Sukhoi Lagoon, Kodiak Island, Alaska<\/b> 2020-06-19<br />\n<i>diesel<\/i> - NA m³<br />\nOn June 19, 2020, NOAA was notified that the F/V STORMIE B ran aground on the beach just outside Sukhoi Lagoon, Kodiak, AK. The vessel sustained two quarter-sized holes in the hull and repaired them using Splash Zone. Master reported no water in the bilges and no pollution from the vessel. The USCG is not requesting any NOAA assistance at this time but will update should the vessel discharge any fuel.","<b>T/B PML-2501; 19823 E Pierre Row, De Tour Village, MI 49725, USA<\/b> 2020-06-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 11 June 2020 the barge PML-2501 under tow by the tug ANGLIAN LADY and carrying crude coal tar grounded near Sweets Point in area of Sault Sainte Marie, MI.  The barge's ballast tank was holed, but no product released.","<b>Sunken Pleasure Craft Matia Island, WA; Eastsound, WA 98245, USA<\/b> 2020-06-02<br />\n<i>Unknown<\/i> - NA m³<br />\nMorning of 02 JUN 2020, Washington State Ecology was notified of a sunken 41 ft pleasure craft off Matia Island in the San Juan Islands. Coast Guard safely rescued persons onboard before the vessel sank.  It is unknown how much fuel is onboard the vessel at this time and Coast Guard is reporting they are not seeing a sheen in the water.  They are planning to conduct an overflight at daylight to assess the situation.  ESA has been requested at this time.","<b>Fishing Vessel \"Bay of Isle\" Aground, Barnegat Inlet, NJ; Barnegat Light, NJ, USA<\/b> 2020-05-07<br />\n<i>Diesel Fuel<\/i> - 1 m³<br />\nUSCG Sector Delaware Bay notified the NOAA SSC at 9:30am on 7 May 2020 that a 45 ft long commercial fishing vessel was hard aground on the south side jetty in Barnegat Inlet, New Jersey. Vessel has 500 gallons on board. No pollution reported at this time. USCG requested trajectory and resources at risk support.","<b>FV MACH III; 18 Rocky Point Rd, Norwalk, CT 06853, USA<\/b> 2020-05-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 6, 2020, the 40 ft fishing vessel, MACH III, landed hard aground about 300 yards off the southern shore of Sheffield Island (Long Island Sound) and the Stewart B. McKinney National Wildlife Refuge this morning.  USCG contacted the NOAA SSC.  The vessel is carrying approximately 150 gallons of diesel fuel.  No pollution reported.  Salvage plans being developed.  All crew rescued.","<b>PV Bella Vita Sinking; Cochrane Bay, Prince William Sound, Alaska<\/b> 2020-04-16<br />\n<i>diesel<\/i> - 3 m³<br />\nOn 15-Apr-2020, the 60â P/V Bella Vita struck a submerged pinnacle rock in Cochrane Bay in Prince William Sound.  The vessel captain was forced to abandon ship.  The vessel sank in 800â of water.  The two passengers were rescued by a nearby good samaritan vessel. The Bella Vita has an estimated 700 gallons of diesel on board, along with a small amount of engine oil.  No release or sheen has yet occurred. The Alaska DEC has requested NOAA to provide trajectory and fates analysis.","<b>Tug ALBERT/Barge MARGARET Grounding; Grosse Pointe Park, MI<\/b> 2020-04-13<br />\n<i>Diesel<\/i> - 18139 m³<br />\nOn the morning of April 13, 2020, the Tug ALBERT ran aground while pushing a double-hulled barge with 95,000 gallons of diesel aboard. There are no reports of pollution at this time. USCG is requesting a trajectory and resources at risk.","<b>M/V ALGOMA CONVEYER Grounding; Green Bay, WI<\/b> 2020-03-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the evening of March 19, 2020, M/V ALGOMA CONVEYER ran aground\u000bapproximately 5 NM North of Fox River in Green Bay and partially blocked\u000bthe channel near the Green Bay Harbor Entrance Channel Light 14. The vessel\u000bexperienced a loss of propulsion prompting it to let go of its starboard\u000banchor and then run aground. Approximately 600' of the vessel is aground. No\u000binjuries were reported and no reports of pollution. The vessel is carrying rock salt and 15,000 gallons of heavy fuel oil and diesel. USCG Sector Lake Michigan is requesting a trajectory and resources at risk.","<b>MV MAYESEA  Sinking, Sandy Hook, NJ; Area F Rd, Highlands, NJ 07732, USA<\/b> 2020-02-22<br />\n<i>Diesel Fuel<\/i> - NA m³<br />\nAt 10:00pm on 22 March, 2020, USCG Sector New York notified the NOAA SSC that the 65 ft MV MAYESEA ran aground on Gunnison Beach, Sandy Hook, NJ. Vessel has as much as 150 gallons of diesel fuel on board. No pollution observed as of 23 March at 9:00am. Primary concern is that this area is a known piping plover nesting area.","<b>Fishing Vessel Aground on Shackleford Banks, NC; Harkers Island, NC, USA<\/b> 2020-02-07<br />\n<i>Diesel Fuel<\/i> - 45 m³<br />\nAt 0900 on 7 February, 2020, USCG Sector North Carolina notified the NOAA SSC that a commercial fishing vessel went aground on Shackleford Banks, North Carolina. Vessel has 7,000-10,000 gallons of diesel onboard. No pollution reported at this time. USCG requested trajectory.","<b>Barge Ironmaster Tug Anglian Lady Aground; ON, Canada<\/b> 2019-12-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of December 8, 2019, Barge Ironmaster and Tug Anglian Lady ran aground near the border in Lake St. Clair.  3,500L of diesel on board. No spill observed.   CANUSLAK Notification/Activation at 1800 10 Dec.","<b>F/V SEA ANGELS Grounding; Browns Inlet NC<\/b> 2019-12-09<br />\n<i>Diesel Fuel<\/i> - 82 m³<br />\nAt 10:45 am on 9 Dec. 2019, USCG Sector North Carolina notified the NOAA SSC that the 100 foot long, F/V SEA ANGELS, was hard aground in Brown's Inlet, Onslow, County (near Swansboro), NC.  Vessel is listing and taking waves over its side.  Vessel has 15,000 gallons of diesel fuel onboard. No reports of any pollution or sheen reported at this time. USCG requested a NOAA GNOME trajectory.","<b>Recreational vessel TUSSLER sunk; off La Jolla, CA<\/b> 2019-11-13<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn November 13, 2019, the 66â recreational vessel TUSSLER sank at roughly 17.5 NM due west of La Jolla, CA.  The vessel was reportedly carrying 800 gallons diesel fuel and no sheen/slick was observed when she went down.  USCG Sector San Diego contacted their NOAA SSC to request trajectory support in the event the vessel leaks.","<b>Grounded Rec Vessel, San Bernard, TX; Brazoria County, TX, USA<\/b> 2019-10-11<br />\n<i>'Diesel<\/i> - 1 m³<br />\nOn October 11, 2019, MSU Texas City contacted NOAA SSC about a cabin cruiser, Cheap Wine, grounded on an offshore sandbar near the mouth of the San Bernard River.  Vessel reported to be carrying 150 gallons of diesel.  Vessel had not discharged at the time of the call.  Advice on fate and effects of diesel requested and provided.","<b>Sunken Rec Vessel, San Bernard, TX; Gulf of Mexico<\/b> 2019-10-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 10, 2019, late in the evening, the sailing vessel Quickxotic sank approximately 2 nautical miles offshore of the mouth of the San Bernard River, with 150 gallons of diesel on board.  There has been no evidence of a discharge.  Vessel is in the same general area as a grounded rec vessel also reported this morning.  Phone support provided.","<b>M/V RT. HON. PAUL J. MARTIN Aground; Edwardsburgh/Cardinal, Canada<\/b> 2019-10-07<br />\n<i>HFO<\/i> - 291 m³<br />\nOn the morning of October 7th, 2019, USCG Sector Buffalo notified SSC that the M/V RT. HON. PAUL J. MARTIN ran aground in the Saint Lawrence Seaway approximately 12NM North of Ogdensburg, NY near Galop Island. The vessel is taking on water at a negligible rate in the forepeak. Fuel tanks have been sounded and the crew is monitoring the ballast tanks. No pollution is present.","<b>San Jacinto River Fleet Incident; Channelview, TX<\/b> 2019-09-20<br />\n<i>naptha, monoetheylene glycol, lube oil<\/i> - 1909 m³<br />\nOn September 20, 2019, the USCG Sector Houston notified the Texas SSC that at least 5 barges broke this morning due to flooding conditions.  There is no reported pollution at this time.  Responders are engaged but the situation is difficult due to high water.  A partial list of products on the barges include 1 barge with 10,000 bbls of naptha, 1 barge with 10,000 bbls of lube oil, 1 barge with 17,000 bbls of monoethylgycol, and 2 barges each with 10,000 bbls of soybean oil.  USCG has requested trajectories for the lube oil and naptha cargoes.","<b>Olympic Tug and Barge Grounding; Marginal Way S, Seattle, WA 98134, USA<\/b> 2019-06-29<br />\n<i>High Sulfur No.6 Fuel Oil<\/i> - 15275 m³<br />\nOn June 26, 2019, USCG Sector Puget Sound contacted NOAA ERD to request a trajectory and resources at risk for a potential release from a barge carrying an estimated 3,000,000 gallons of oil that grounded at its berth at Pier 23 on Harbor Island, Seattle, Washington. This is a potential release, no spill has occurred at this time.","<b>Vessel Grounding M/V Timber Navigator; Mississippi River, LA, USA<\/b> 2019-06-24<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 23, 2019, the USCG notified NOAA SSC of the M/V Timber Navigator grounding at MM 0 of the Lower Mississippi River. The vessel is being held in position by its port anchor and tug assist vessel. The vessel is carrying approx 190 metric tons of various fuel and hydraulic oil. No current signs of discharge.","<b>ALGOMA NIAGARA Grounding and Anchoring Near Pipeline; Windsor, ON, Canada<\/b> 2019-06-17<br />\n<i>Propane/Ethane<\/i> - 90 m³<br />\nOn the morning of June 17, 2019, ALGOMA NIAGARA broke free from its moorings and subsequently dropped anchor and grounded. The anchor is in the vicinity of two pipelines. There are no reports of pollution at this time. Potential of 194 bbl of liquid ethane and 275 bbl of liquid propane. USCG is requesting plume models and fate and effects.","<b>Smith Island Grounding, near Smith Island, WA; Near Smith Island, WA<\/b> 2019-05-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 09, 2019, the USCG Sector Puget Sound contacted NOAA ERD to report the grounding of a Canadian whale-watching vessel, the 4 Ever Wild, near Smith Island, WA. The maximum potential discharge was reported as 264 gallons of diesel fuel. No spill has occurred at this time. Resources at Risk were requested.","<b>Sunken Crane Barge - Offshore Freeport; Offshore Freeport, TX<\/b> 2019-05-08<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn May 8, 2019, a crane barge containing a reported 150 gallons of diesel fuel sank approximately 9 NM offshore of Freeport, TX.   No discharge has occurred.  MSU Texas City requested fate analysis.","<b>FV Masonic Grounding; Spanish Islands, Alaska<\/b> 2019-05-07<br />\n<i>diesel<\/i> - 9 m³<br />\nAt 0200 on 7-May-2019, the FV Masonic grounded on on the Spanish Islands around Cape Decision in Southeast Alaska. The wooden hulled fishing vessel has a reported 2000 gallons of diesel and 150 gallons of lube oils onboard. There was no reported or observed discharge at the time of the report.  USCG MSD Sitka is requesting a fates analysis, trajectory and resources at risk report.","<b>TV Aqua Loyalty; Mississippi Sound<\/b> 2019-04-21<br />\n<i>Colombian crude API 22.6<\/i> - 95468 m³<br />\nOn 21 April 2019, USCG Sector Mobile notified the SSC that the 817-foot Tanker Vessel Aqua Loyalty ran soft aground enroute to the Chevron Refinery in Pascagoula, MS. Vessel is carrying 500K bbls of Colombian crude (API 22.6). NO REPORT of discharge.\u000b\u000bUSCG is monitoring closely. No products requested at this time. Vessel was refloated","<b>ITV Buckles MO River; Slater, MO 65349, USA<\/b> 2019-04-14<br />\n<i>diesel<\/i> - 36 m³<br />\nNOAA SSC was notified on 14 April 2019 of incident involving the grounding of the vessel ITV Buckle at Mile Marker 217.1 on the Missouri River near Saline City, MO. Vessel ran hard aground on 13 April. No apparent discharge. Vessel is carrying 8,000 gallons of diesel.  USCG is requesting trajectory assessment for potential worst case discharge and resources at risk.","<b>Cargo Plane Crash, Trinity Bay,TX; Anahuac, TX 77514, USA<\/b> 2019-02-23<br />\n<i>JP-5 (Heavy Kerosene<\/i> - 109 m³<br />\nOn February 23, 2019, a Boeing 767 cargo plane crashed into Trinity Bay, Texas.  Aircraft reported to be carrying 24,000 gallons of JP-5 (heavy kerosene).  Sector Houston-Galveston and Texas General Land Office (TGLO) responded.  Large debris field was present, no visible sheen or recoverable oil.  TGLO provided fate analysis, CG requested no additional products.  Recovery operations suspended at nightfall.","<b>FV Kaia; Unimak Island, Alaska<\/b> 2019-02-23<br />\n<i>diesel<\/i> - 18 m³<br />\nAt 0200 on 23-Feb-2019, the FV Kaia ran aground on the north side of Unimak Island. The Kaia is a steel hulled fishing boat carrying a reported 4,000 gallons of diesel fuel.  No report of a spill at this time. At this time, all crew are still onboard.  A USCG helicopter is enroute.  Weather is 35 kt winds and 12 foot seas. Sector Anchorage is requesting fates analysis, a trajectory, and potential resources at risk.","<b>M/V St Clair Vessel Fire Maumee River; Toledo, OH<\/b> 2019-02-17<br />\n<i>Fuel Oil<\/i> - 314 m³<br />\nOn the morning of February 17, 2019, the M/V St Clair was reported to be on fire at the CSX pier on the Maumee River in Toledo, OH. The vessel was reported to have 69,000 gallons of #6 fuel oil aboard though there are no reports of pollution.","<b>Trawler Aground Swinomish Channel, Puget Sound; North end of Swinomish Channel, Anacortes, WA<\/b> 2019-02-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the afternoon of February 10th, 2019, NW SSC was notified by USCG Sector Puget Sound of a 50' trawler which ran aground at the northern end of the Swinomish Channel near Padilla Bay.  Vessel appears to be intact at this time as there is no reported sheen.  USCG and Swinomish Tribe will attempt to get a party aboard to sound the vessel to determine if any product is still aboard.  Swinomish tribe is attempting to contact the owner.  USCG will continue to monitor the site for any signs of spillage.","<b>F/V A.E. CLIFFORD Sinking; Superior, WI<\/b> 2019-01-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn Friday January 4th, 2019 the F/V A. E. CLIFFORD was taking on water at the Hughitt Slip Pier in Superior, WI. Superior Fire Department arrived on-scene, verified there were no persons on board, and began attempting to de-water the vessel. MSU Duluth's Duty Prevention Officer and pollution responder arrived on-scene, reported no visible signs of pollution in the water, however the smell of diesel and oil was present on the vessel. Potential of 200 gallons.","<b>Jack Boat Ram XVII; 23 nautical miles west of Southwest Pass, Louisiana, Gulf of Mexico<\/b> 2018-11-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 18, 2018, a leg on the 134-foot Jack boat RAM XVII malfunctioned resulting in the vessel tilting  at a 45 degree angle and taking on water. The vessel reportedly has 17,000 gallons of diesel onboard.  The USCG requested trajectory for worst case discharge. There are currently no reports of discharge.","<b>F/V Captain M&M; Cameron, LA  USA<\/b> 2018-09-18<br />\n<i>Diesel<\/i> - NA m³<br />\nOn September 18, 2018, the NOAA SSC was contacted by USCG MSU Port Arthur regarding the collision of a Fishing Vesse off of Sabine Pass.  The USCG is requesting a Fate and Trajectory in order to determine future actions regarding the vessel.  No release has occurred at this time.","<b>Tug Sea Cypress Grounding; Lavallette Beach, NJ, USA<\/b> 2018-07-24<br />\n<i>Diesel Fuel<\/i> - 77 m³<br />\nUSCG Sector Delaware Bay notified the NOAA SSC at 0530 hours on 24 July 2018 that the Tug Sea Cypress ran aground on a beach earlier this morning onLavallette Beach, New Jersey. Tug has 17,000 gallons of diesel fuel on board, USCG reported no discharge at this time.","<b>Grounded Longliner SEA GODDESS; Off Reef Runway, Honolulu, HI 96819, USA<\/b> 2018-07-04<br />\n<i>Diesel<\/i> - 36 m³<br />\nOn July 4, 2018, the USCG Sector Honolulu has notified the NOAA SSC for the Pacific Islands that the 83-foot steel-hulled Longliner SEA GODDESS  grounded early this morning off the middle of the reef runway at the Honolulu Airport.  No sheen or oil release has been observed or reported at this time.  The vessel is reported to be carrying 8000 gallons of diesel and 500 gallons of oily waste.  A trajectory analyses in the event of release was requested.","<b>Stranded Vehicle, Sea Rim State Park, TX; Sabine Pass, TX<\/b> 2018-06-25<br />\n<i>Gasoline<\/i> - NA m³<br />\nOn June 25, 2018, MSU Port Arthur contacted the NOAA SSC for evaluation of potential listed species present at Sea Rim State Park, TX, where a vehicle with a potential of 15-20 gallons of gasoline was stranded in the surf zone.  No sheening has been observed.  Phone support provided.  Owner will attempt to recover vehicle.","<b>M/V Seavoyager; Galveston, TX<\/b> 2018-06-09<br />\n<i>Oil, crude<\/i> - 1337 m³<br />\nOn June 08, 2018,  the National Response Center received a report that the laden tanker MV Seavoyager had grounded  27 nautical miles southeast of Galveston, TX.  The incident occurred on June 07, 2018 at 9:36 p.m. CT as the vessel was departing the Galveston area.   The vessel was later refloated and taken to the Galveston Fairway anchorage for further survey. No pollution was detected.  All tanks were sounded with no discrepancies observed. A Coast Guard overflight confirmed there was no visible discharge from the vessel.","<b>Vessel Paradise Grounding, Key West, FL; Key West, FL<\/b> 2018-04-30<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG Sector Key West reported on Friday 27 APR 2018 that the 55' vessel Paradise was aground at Rock Key Sanctuary Preservation Area off Key West, FL.  Salvage attempts have been unsuccessful due to weather and sea conditions. The vessel is reported to have approximately 550 gallons of diesel and 15-20 gallons of lube oil on board. There was no release of pollution reported.  A fate and trajectory analysis has been requested.","<b>UTV Charlie Wallace; 29 Great River Rd, Wickliffe, KY 42087, USA<\/b> 2018-04-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 13, 2108, the USCG Sector Ohio Valley contacted the NOAA SSC regarding a sunken vessel (UTV Charlie Wallace) at MM 980 near Cairo Bridge on Ohio River. River is closed from MM 979-981. OSRO and salvage support are enroute. Vessel carrying 1,050 gallons of diesel and 50 gallons of lube oil. No sheen reported. \u000b\u000bUSCG is requesting fate and transport and RAR information.","<b>Grounded Barge, Wake Island; North Pacific Ocean<\/b> 2018-03-29<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 29, 2018, the USCG Sector Honolulu has notified the NOAA SSC that a barge briefly ran aground when entering the entrance channel at Wake Island.  No oil was released.  USCG is investigating the incident and USFWS is surveying any damage to coral in the area.  USCG requested a trajectory analysis in the event of a release while the vessel is stabilized outside of the channel.  The vessel is reported to be carrying an estimated 3000 gallons of oil in different capacities.","<b>Yuma Exploration Platform Fire; E, LA, USA<\/b> 2018-01-31<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 31, 2018, the USCG Sector New Orleans IMD received report of a fire and potential discharge from an unmanned production platform out of Main Pass 4, in coastal Louisiana.  The platform is operated by Yuma Exploration and Production Company.  The fire was determined to be caused by a pinhole leak in the fire tube (burner) of the heater treater, which caught a Conex box on fire.  The platform was shut in and the fire was extinguished using a portable pump.  No discharge of oil occurred, source and fire secured.  Total potential was 16,000 BBLs of crude and oily mixtures.","<b>Tug Lumberman - Gastineau Channel; Juneau, AK<\/b> 2018-01-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 12, 2018, the USCG notified the Alaska SSC of a planned oil and hazmat removal operation from a moored vessel in Gastineau Channel, Juneau, AK.  An estimated 3,000 gallons of oil and oily mixtures will be removed from the semi-permanently moored vessel. A discharge has not occurred. The USCG Sector Juneau requested a Resources at Risk.","<b>M/V Pacific Huron Grounding Saint Lawrence Seaway; 42176 Twin Islands, Clayton, NY 13624, USA<\/b> 2017-12-28<br />\n<i>Heavy Fuel Oil/Diesel<\/i> - NA m³<br />\nOn December 28th, 2017, the USCG Sector Buffalo contacted the NOAA Great Lakes SSC about the 623-foot motor vessel M/V PACIFIC HURON, that ran aground late Wednesday (12/26) in the Saint Lawrence Seaway near Wellesley Island, New York.   There are no reported injuries to the crew, and no reported leaks, pollution, or flooding on the vessel. Products aboard are 91.9 tons of Heavy Fuel Oil, 54.7 tons of Diesel Fuel, and 19,680.2 Metric Tons of Soybeans. Sector Buffalo is requesting resources-at-risk and a trajectory in the event of a discharge.","<b>FV Anne Row; 164-198 Eastern Point Blvd, Gloucester, MA 01930, USA<\/b> 2017-11-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 9, 2017, the FV Anne Row grounded near Eastpoint Lighthouse in Gloucester MA, due to loss of power.  The crew was rescued without injury.  No release was reported.  USCG requested oil fate and behavior information pending an attempt to refloat the vessel","<b>F/V Ben & Casey Sunken Vessel; South Padre Island<\/b> 2017-10-31<br />\n<i>Marine grade Diesel<\/i> - 0 m³<br />\nOn October 30, 2017 the F/V Ben & Casey, a steel hulled fishing vessel, sank, with a potential 14,000 gallons of marine diesel on board. Vessel is in 62 ft of water, approximately 4 miles offshore of South Padre Island, and approximately 10 miles north of the Mexican border.  No discharge currently reported. On October 31, USCG District 8 and Sector Corpus Christi requested fate and trajectory for diesel fuel on board.","<b>F/V Saint Paul Grounding; Moses Lake, Texas City, TX 77590, USA<\/b> 2017-10-25<br />\n<i>Marine Diesel<\/i> - 1 m³<br />\nOn October 25, 2017, the USCG Marine Safety Unit in Texas City, TX, contacted the NOAA RRO regarding a grounded fishing vessel in the vicinity of Moses flood gate, within a high Priority Protection Area. There has not been a discharge from the vessel at this time.  USCG is requesting natural resource detail support and information regarding potential (if any) ESA issues.","<b>Akutan Abandoned Vessel; Unalaska, AK<\/b> 2017-10-07<br />\n<i>diesel<\/i> - 107 m³<br />\nThe FV Akutan was placed at anchor at the head of Captain's Bay on Unalaska Island and abandoned. On 7-Oct-2017, during high winds the vessel drifted and ended up within 100 yards near shore. USCG will open the fund to remove all the fuel from the vessel.  FV Akutan contains 25,000 gallons of diesel, hydraulic oils, and lube oils. There has been no report of a release at this time.  USCG is requesting resources at risk and a section 7 consultation for the lightering operation.","<b>Colonial Pipeline/Intergulf GCMarine; Vista Court, Highlands, TX 77049, USA<\/b> 2017-09-21<br />\n<i>Diluted Petromeen (0.05-0.07%)<\/i> - 859 m³<br />\nOn September 21, 2017, the USCG Sector Houston Galveston contacted NOAA regarding a plan from a Colonial to demo two out of commission pipes running under the San Jacinto River.   NO RELEASE HAS OCCURRED.","<b>FV Trident & FV Delusional<\/b> 2017-09-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 19, 2017, the USCG Sector Northern New England contacted the NOAA SSC for oil fate considerations for fuel oil from two fishing vessels that collided in outer Boothbay Harbor, Maine.  One of the vessels sank, but there was no release reported.","<b>Breton Sound 32 LOBOPlatform Fire; Breton Sound, LA, USA<\/b> 2017-08-27<br />\n<i>Oil, crude<\/i> - 45 m³<br />\nOn August 27, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a platform fire in Breton Sound.   All personnel are evacuated and safe.  No reports of pollution in the water.  The USCG has requested a potential trajectory.","<b>M/V Calumet Aground St. Marys River, MI; Ferry Dock, Sault Ste. Marie, MI 49783, USA<\/b> 2017-08-10<br />\n<i>Diesel<\/i> - 477 m³<br />\nAt 2340 on August 9th, 2017, M/V Calumet a 629-foot cargo ship ran aground on the north side of Sugar Island in the St. Marys River. No reported damage, injuries, or pollution. USCG Sector Sault Ste. Marie contacted the NOAA SSC to request trajectory and resources at risk for the potential release of 105,000 gals of #2 Diesel fuel.","<b>FV All In; Knight Island, AK<\/b> 2017-08-04<br />\n<i>diesel<\/i> - 2 m³<br />\nOn 4-Aug-2017, the F/V All In capsized off the south end of Knight Island. Vessel is not drifting; it is in shallow waters, and the mast is reportedly touching the bottom.  There is approximately 400 gallons of diesel on board (max potential of 1500 gal of diesel), but there is no release reported at this time.  The USCG MSO Valdez is requesting a fates analysis, trajectory, and resources at risk report.","<b>Liberated barge, Main Pass 25; Main Pass 25, LA, USA<\/b> 2017-06-20<br />\n<i>Relatively empty barge loose in unmanned platform territory<\/i> - NA m³<br />\nOn June 20th, 2017, the USCG Sector New Orleans contacted the NOAA RRO to request trajectory information for a barge that broke free from its mooring at the facility located in Main Pass, Louisiana.  There is no concern for discharge from the barge, but it may be a hazard to vessels and platforms in the area.","<b>Sunken Tug, Eugene Island Block, Offshore LA; Gulf of Mexico<\/b> 2017-05-29<br />\n<i>Diesel<\/i> - 20 m³<br />\nOn May 25, 2017, the USCG MSU Morgan City contacted NOAA SSC to evaluate if shoreline impact was anticipated from a sunken tug in the Eugene Island Block, Offshore Louisiana.  Tug is carrying 4,400 gallons of diesel, but is not known to have discharged.  No NRC # has been filed, case is currently in Search and Rescue (SAR) phase.  Phone support provided.","<b>M/V Todd Brown; MM 940 Mississippi River (near Columbus, KY)<\/b> 2017-04-17<br />\n<i>marine diesel<\/i> - 82 m³<br />\nOn April 17, 2017, the USCG MSU Paducah contacted the NOAA SSC regarding a sunken UTV, the M/V Todd Brown located near MM 940 on the Mississippi River north of Columbus, MS.  Vessel sank around 1500 CST and has approximately 17,980 gallons of diesel and 67 gallons of slop oil on board.  No release reported, but no on-scene observations as of yet. USCG is requesting fate and trajectory for worst case discharge.","<b>F/V Bendora Aground; near Grand Terre, LA<\/b> 2017-04-10<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn April 10, 2017, the USCG Sector New Orleans notified the NOAA SSC regarding a grounded fishing vessel, F/V Vendora, near Grand Terre, LA.  No discharge has occurred, but the vessel has 1,200 gallons of diesel on board.  The USCG has requested a trajectory prior to approving a lightering plan.","<b>UTV Michael Nadicksbernd; Strawberry Rd, Brookport, IL 62910, USA<\/b> 2017-04-05<br />\n<i>diesel<\/i> - 214 m³<br />\nOn April 5, 2017, the  USCG MSD Paducah (Sector Ohio Valley) contacted the NOAA SSC regarding an Uninspected Towing Vessel (UTV) grounded at Lock 52 on the Ohio River (MM 939). No report of discharge. Vessel carrying 47,000 gallons of diesel. USCG  is requesting trajectory assessment for worst case discharge.","<b>ATB Meredith Reinauer, Catskill, NY; Hudson River near Catskill, NY<\/b> 2017-04-04<br />\n<i>gasoline<\/i> - 11456 m³<br />\nOn April 4, 2017, the ATB MEREDITH REINAUER ran hard aground in the Hudson River near Catskill, NY.  The pollution potential is 60,000 BBLS of gasoline (barge) & 93,000 gals of diesel (tug).  The barge is  listing 10 degrees to STBD but no pollution has been observed.  USCG requested trajectory for a potential release.","<b>UTV Tom Rogers; Mississippi River near Wickliffe, KY 42087, USA<\/b> 2017-03-09<br />\n<i>marine diesel<\/i> - 16 m³<br />\nOn March 9, 2017, the UTV Tom Rogers  sank in the Mississippi River (LDB at LMR MM 950) near Wickliffe, KY  No current reports of pollution, but potential is 3500 gallons of diesel and residual lube oil from bilge. Shoreline/on-water assessments up to 7-10 miles downriver are being conducted and OSRO is on-scene. Assessments will continue periodically until the vessel is salvaged. USCG is requesting fate and transport assessment of potential discharge given current river conditions.","<b>OSV Miss Lynda Aground, Calcasieu West Jetty; Cameron, LA<\/b> 2017-03-08<br />\n<i>Marine Grade Diesel<\/i> - 20 m³<br />\nOn March 8, 2017, an OSRV ran around approximately 1/4 mile offshore of the Calcasieu Ship Channel west jetty.  No discharge has occurred.  Vessel has approximately 4,390 gallons of oil products on board, predominantly marine grade diesel fuel, along with some lube oil and hydraulic fluid. MSU Lake Charles requested a worst-case discharge trajectory.","<b>Racine Lock & Dam condensate barges; Racine Locks and Dam, Letart, WV 25253, USA<\/b> 2017-03-02<br />\n<i>natural gas condensate<\/i> - 573 m³<br />\nOn March 2, 2017, USCG Sector Ohio Valley notified the NOAA SSC of a barge incident located near the Racine Lock & Dam on the Ohio River.  No release reported. Two barges containing a combined 74,000 bbls of natural gas condensate are detached and resting in the dam. Salvage operations are underway.","<b>Mystery Sheen, South Timbalier, LA; Gulf of Mexico<\/b> 2017-02-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 23, 2017, MSU Morgan City, contacted the NOAA SSC and asked for an evaluation of a possible sheen   (NRC#1171801) in South Timbalier area.  Review of photos indicated differences in water color were most likely a convergence zone, not oil.  Conclusion reported to MSU Morgan City.","<b>F/V Karrissa Jo; 24 Water St, Lubec, ME 04652, USA<\/b> 2017-01-10<br />\n<i>Deisel<\/i> - 1 m³<br />\nOn January 7, 2017, the FV Karissa Jo sank in near Lubec, Maine, in approximate 53 feet of water (cause unknown).    The vessel was carrying 150 gallons of diesel fuel.  No pollution has been reported.","<b>Renaissance Ship Shoal 266A Platform Fire; Offshore of Terrabonne Parish, Lousiana<\/b> 2017-01-05<br />\n<i>South Louisiana Crude<\/i> - 91 m³<br />\nOn January 5, 2017, a fire was reported on a small production platform in the Ship Shoal area of the Gulf of Mexico, approximately 55 miles offshore of Terrabonne  Parish, LA.  Crew members abandoned platform, and were recovered by a nearby vessel. No pollution was reported.","<b>F/V Qualay Squallum, Moclips, WA; Grays Harbor, WA<\/b> 2016-12-07<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 0330 hours on 12/7/16, the 51 foot fishing vessel Qualay Squallum ran aground north of Grays Harbor, WA.  The USCG reports the vessel is aground on tribal lands, and is currently not reported to be leaking.  The vessel has an estimated 3000 gallons of diesel onboard.  The grounding location was given as 47.16.967 N and 124.14.582 W.  The location is near Moclips, WA.  USCG requests a trajectory analysis and consultation assistance.","<b>M/V Nenita, Columbia River, WA; Columbia River Mile 30, WA<\/b> 2016-11-19<br />\n<i>Marine diesel and high-sulfur fuel oil<\/i> - 1364 m³<br />\nOn November 19, 2016, the USCG Sector Columbia River was notified that the M/V Nenita, a 738-foot bulk carrier laden with grain, had run aground in the Columbia River at river mile 30 (near Brookfield, WA) while outbound.   The vessel is carrying 300,000 gallons of marine diesel and high-sulfur fuel oil.  The vessel's hull was breached but no fuel was released.  Two tugs assisted with stabilizing and turning the vessel for transit to Kalama.  Spill response equipment is on-scene and standing by in the event of a fuel release.","<b>Pleasure Craft LUCIA; United States<\/b> 2016-11-15<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn November 16, 2016, the 36 foot pleasure craft LUCIA collided with a 40 foot fishing vessel and promptly sank.  The event happened 12.5 miles SE of Block Island, RI in 200 feet of water.  All souls were rescued by the fishing vessel which experience no major damage.  The LUCIA went down with 175 gallons of diesel fuel on-board.  The UCSG Sec. Southeast New England requested fate and transport information from the NOAA SSC.","<b>Iron Throne Sinking; Prince William Sound, Alaska<\/b> 2016-10-30<br />\n<i>diesel<\/i> - 0 m³<br />\nAt 1300, on 30-Oct-2016, USCG notified the SSC of 32-foot pleasure craft which sank west of Naked Island in Prince William Sound.  The vessel has 100 gallons of fuel on board. The bow is visible above the water surface. Five persons were rescued. No sheen is visible.","<b>F/V Pacific Rim; Westport, WA 98595, USA<\/b> 2016-10-24<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn October 24, 2016, the USCG Sector Columbia River notified NOAA ERD that the F/V Pacific Rim is grounded on a sand bar just south of the Westport Marina in Grays Harbor, WA.  The 60-foot vessel sank at approximately 0400 yesterday and is reported to be carrying 250 gallons of diesel fuel.  No oil release has been observed but trajectory support was requested in the event of a release.","<b>Tug GILCREST, Gig Harbor, WA; Carr Inlet, Pierce County, WA, USA<\/b> 2016-10-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 20, 2016, the USCG Sector Puget Sound notified the NW SSC that a submerged vessel âGILCRESTâ was reported in Carr Inlet, west of Gig Harbor, WA, physical address 8202 86th AVE, Gig Harbor, WA.  The vessel is a 55ft tug converted to a recreational craft.  On board is approximately 500 gallons of diesel.  USCG is on scene and detects no sheen or signs of release. Vessel appears to be stable and not expected to drift, with upper part of mast just above surface of water.  Vessel owner has contacted Boat U.S. for salvage.","<b>Grounded Barges Hatteras Island, NC; Hatteras, NC, USA<\/b> 2016-10-11<br />\n<i>oil<\/i> - 2 m³<br />\nOn 11 October, 2016 at 0800 hours, USCG Sector North Carolina notified the NOAA SSC about two grounded barges on Hatteras Island, North Carolina. In total the two barges contain approximately 500 gallons of diesel fuel and 400 gallons of hydraulic fluid. Barges broke free from their moorings as a result of Hurricane Matthew. No pollution has occurred. USCG has not requested any products or services at this time.","<b>F/V Trinity; Copalis Beach, WA<\/b> 2016-09-08<br />\n<i>Diesel<\/i> - 14 m³<br />\nOn September 8, 2016, the USCG Sector Columbia River notified the NOAA SSC for the Northwest that a 70+ foot steel hulled fishing vessel, the F/V TRINITY, grounded at approximately 0300 on Copalis Beach, WA. The vessel is reported to be carrying 3000 gallons of diesel, but there has been no release. Tugs are en route to try to free the vessel.  NOAA trustees have been notified.","<b>F/V Lady Lillian, Westport, WA; Westport, WA<\/b> 2016-09-05<br />\n<i>Diesel fuel<\/i> - NA m³<br />\nOn September 4, 2016, the USCG Sector Columbia River notified the NOAA SSC for the Northwest that a 77-foot fishing vessel at the Westport Marine in Westport, WA.  The vessel is reported to be carrying 1000 gallons of diesel and 10 gallons of lube oil.  Currently, the vessel is not actively discharging.  USCG plans to deploy boom around the vessel and remove the fuel.","<b>Grounded F/V Ila; Grays Harbor, WA<\/b> 2016-08-20<br />\n<i>marine diesel<\/i> - 1 m³<br />\nOn August 20, 2016, the F/V Ila ran aground at the south jetty near Grays Harbor, WA. Vessel has 250 gallons of marine diesel on board and not currently leaking, however, the wooden hull is damaged. USCG notified RRO at 1250 and requested trajectory.","<b>FV Carmelina; Dry Bay, Alaska<\/b> 2016-07-25<br />\n<i>diesel<\/i> - 1 m³<br />\nOn 22-JUL-2016, the FV Carmelina, a fiberglass hull purse seiner, capsized and overturned in Shelikof Strait near Dry Bay, Alaska. All POB rescued by \"Good Sam\" vessel SPARTAN. Estimate of fuel on board is 250 gallons diesel (with other assoc. oils). No sheen observed at the time of rescue. Vessel is carrying approximately 3000 lbs of fish. Vessels nets were fully deployed at the time of capsize. USCG is requesting a Resource at Risk report.","<b>Saxon Harbor Marina; Saxon Harbor, Iron County, Wisconsin<\/b> 2016-07-13<br />\n<i>Marine debris / gasoline / lube oil<\/i> - NA m³<br />\nOn July 11, 2016, severe weather and flooding destroyed much of the Saxon Harbor Marina in Iron County, Wisconsin.  A total of 85 boats have been damaged or destroyed with 20 of those washing up on the Lake Superior shoreline and 6 boats still unaccounted for.  USCG reports very turbid water and debris 3 to 6 miles offshore.  No visible sheen at this time.  MSU Duluth contacted the NOAA SSC for trajectory and resources at risk support.","<b>T/V CHEM VENUS; Portsmouth, NH<\/b> 2016-06-30<br />\n<i>Unknown<\/i> - 136 m³<br />\nOn June 29, 2016, the Tank Vessel CHEM VENUS was outbound in the Piscataqua River (border of Maine and NH)when it struck a ledge near Goat Island and proceeded to strike 3 moored sailing vessels. No injuries.  No pollution or cargo release has been reported and observations by boat and aircraft confirm no pollution.","<b>FV Chippewa; Unimak Island, Alaska<\/b> 2016-06-20<br />\n<i>diesel<\/i> - 5 m³<br />\nOn June 19, 2016, the 44' F/V Chippewa grounded at Cape Pankof on Unimak Island, Alaska. The vessel is holed on its starboard side and could not be pulled free. No sheen has been observed; maximum potential is 1000 gallons diesel. Crew were rescued by good Samaritan vessel and enroute to King Cove.  Resolve Marine has been contacted for salvage.","<b>F/V Michelle Dawn; 1.5 miles SSW Mexico Beach, FL<\/b> 2016-06-14<br />\n<i>marine diesel fuel<\/i> - 1 m³<br />\nOn June 14, 2016, the NOAA SSC was notified by the USCG in Panama City, Florida  regarding a 50 ft commercial fishing vessel that reportedly sank off Mexico Beach on evening of 13 JUN 2016 with approx. 200 gallons of marine diesel on board. No one on board the vessel. MSD is working on fuel removal plan with OSRO. No report of sheen. Vessel is overturned. MSD is requesting trajectory analysis.","<b>Cessna off Makaha Beach; Makaha Beach, West side of Oahu, HI<\/b> 2016-05-23<br />\n<i>Jet A fuel<\/i> - 0 m³<br />\nOn May 23, 2016, the USCG Sector Honolulu notified the NOAA SSC for Oceania that a small 4-passenger Cessna aircraft is in the water about 100 yards off the south end of Makaha Beach on the west side of Oahu, Hawaii.  The aircraft is reported to have 50 gallons of Jet A fuel onboard. No oil has been reported released or observed in the water. The aircraft is intact and has been anchored in position. NOAA trustees were notified.","<b>F/V No. 1 JI HYUN; Aunuu Island, American Samoa<\/b> 2016-04-15<br />\n<i>Diesel<\/i> - 227 m³<br />\nOn April 15, 2016, USCG Honolulu notified the NOAA SSC for Oceania that the F/V No. 1 JI HYUN has grounded on the southwest side of Aunuu Island in American Samoa.  The vessel is reported to have 3,000 gallons of diesel on board. No oil has been released to the environment at this time. USCG requested trajectory support in the event of a release.","<b>FV Tempest; Whale Island, Kodiak, AK<\/b> 2016-02-16<br />\n<i>diesel<\/i> - 9 m³<br />\nOn February 16, 2016, the USCG notified the NOAA SSC that the 115 foot fishing vessel TEMPEST was aground on the south shore of Whale Island in the vicinity of Kodiak, AK.  The F/V TEMPEST is carrying 2,000 gallons of diesel, 110 gallons of lube oil, 55 gallons of hydraulic oil and 350,000 pounds of fish. No discharge or damage to the vessel's hull have been reported. The USCG has requested a weather forecast and shoreline information.","<b>Grounded Tug; Galveston, TX<\/b> 2015-10-26<br />\n<i>Diesel Fuel<\/i> - 355 m³<br />\nOn October 26, 2015, the USCG MSU notified the NOAA SSC of a grounded tug and barge in Galveston Texas (NRC#1131660).  The barge is empty, tug has a potential of 78,000 gallons of diesel fuel on board.  No discharge has occurred.  Fate, trajectory, and resources at risk requested.","<b>Sunken Barge; Garyville, LA<\/b> 2015-10-25<br />\n<i>Petroleum Coke<\/i> - NA m³<br />\nOn October 25, 2015, the USCG Sector NOLA notified  the NOAA SSC of a sunken barge containing 1,200 tons of petroleum coke (petcoke) at Lower Mississippi River (LMR) Mile Marker 140.  The barge is reported to be RP secure, currently tied up at the dock, and no product was released.","<b>FV Barnacle Bill; Cold Bay, Alaska<\/b> 2015-09-04<br />\n<i>diesel<\/i> - 0 m³<br />\nOn September 3, 2015, the 34-foot fishing vessel Barnacle Bill sank between Amak and Glen Islands, offshore of Izembek Lagoon/NWR. The vessel has 100 gal diesel, 5 gal hydraulic fluid, 6 gal oil in the engine, and 3 8D batteries. There was no sheen observed at time of sinking.","<b>F/V Richie Rich; Offshore Point Au Fer Island, LA<\/b> 2015-08-31<br />\n<i>Diesel<\/i> - 18 m³<br />\nOn August 31, 2015, the USCG Marine Safety Unit in Morgan City, LA, notified the NOAA SSC about a sunken fishing vessel, F/V Richie Rich, 10 miles offshore of Point Au Fer Island, Louisiana.  The vessel is reported to have approximately 4,000 gallons diesel on board.  Initial reports were no pollution, but a sheen of unknown size was later reported at the same location.  USCG requested a trajectory.","<b>FV Copper Star; Hawkins Island, Alaska<\/b> 2015-07-14<br />\n<i>diesel<\/i> - 9 m³<br />\nOn July 14, 2015, the FV Copper Star, a 76 foot steel hulled fishing tender, ran aground at Hawkins Island in Prince William Sound. The vessel is reported to have approximately 1,000 to 2,000 gallons of diesel on board. Fuel tanks are not reported to be leaking. The USCG has requested Resources at Risk information and assistance with coordination with USFWS and NMFS.","<b>M/V Sharon; Dauphin Island, AL<\/b> 2015-06-30<br />\n<i>marine diesel<\/i> - 2 m³<br />\nOn June 30, 2015, the USCG Sector Mobile contacted the NOAA SSC regarding a 53 ft wooden hulled fishing vessel which has run aground off the west end of Dauphin Island, AL. The vessel is believed to have 500 gallons of marine diesel aboard and no discharge has been reported. USCG has requested a worst case discharge analysis.","<b>WWII Seaplane N85U; Flora-Bama, Perdido Key, FL<\/b> 2015-06-30<br />\n<i>aviation fuel avgas<\/i> - 2 m³<br />\nOn June 30, 2015, the USCG Sector Mobile contacted the NOAA SSC regarding a WWII era seaplane which has run aground on the sandbar about 50 feet from shore on Perdido Key, FL. The seaplane is believed to be carrying 400 gallons of aviation gas (avgas). No discharge has been reported. The seaplane was involved in a movie being filmed locally and experienced mechanical problems forcing it to land. Upon landing, the seaplane began to take on water and was intentionally run aground onto the sandbar. USCG is requesting a worst case discharge analysis.","<b>Barge DB 165-1; Kuskokwim Bay, AK<\/b> 2015-06-03<br />\n<i>mixed fuel<\/i> - NA m³<br />\nOn June 3, 2015, the USCG Sector Anchorage notified the SSC regarding a barge aground near Kongiganek, AK.  The barge is not leaking at this time, but USCG requested resources at risk.  The barge is reported to be loaded with 50,000 gallons of jet fuel, 17,000 gallons of diesel, 1,000 gallons on unleaded gasoline, and 100 gallons of lube oil.","<b>37 ft boat sinks in Columbia River; West of Sand Island, WA<\/b> 2015-05-23<br />\n<i>diesel<\/i> - 2 m³<br />\nOn May 23,2015, a 37' wooden boat sank just inside the entrance to the Columbia river with 350 gallons of diesel fuel.  No spill reported.","<b>M/V ALGOMA SPIRIT; St. Lawrence River<\/b> 2015-05-17<br />\n<i>HFO & Marine Diesel<\/i> - NA m³<br />\nThe M/V Algoma Spirit ran aground in the St. Lawrence River near the Seaway International Bridge, northeast of Massena, NY. The vessel is reported to be carrying 200 Metric Tons of HFO and 60 Metric tons of Diesel. No pollution reported at this time. USCG Sector Buffalo requested trajectory, fate, and resources at risk support as precaution.","<b>Sunken deck barge; ICW near Horn Island Gulf of Mexico<\/b> 2015-04-10<br />\n<i>diesel and gasoline<\/i> - 1 m³<br />\nOn April 10, 2015, the USCG Sector Mobile notified the NOAA SSC of an incident involving a dredge pontoon barge (deck barge) that sank in/near the Inter-coastal waterway (ICW) northeast of Horn Island (approximately 9 miles south of Pascagoula, MS). Report indicates approximately 13 pontoon barges carrying various equipment including 2 gasoline generators and one tender vessel (25ft) with total of approximately 300 gallons of fuel on board. USCG is requesting fate and trajectory information for worst case release. No release has been reported.","<b>M/V Grey Shark; NY Harbor<\/b> 2015-03-17<br />\n<i>Fuel Oil<\/i> - 250 m³<br />\nOn March 17, 2015, the USCG Sector New York notified NOAA concerning a fire aboard the M/V Grey Shark, a Ro/Ro (roll on/roll off) carrying cars. Crew are attempting to control the fire. The vessel is currently under tow about 100 miles east of Pt. Pleasant, NJ heading back to NY. It has been reported the ship has a total of 55,000 gallons of several different oils onboard. The USCG has requested trajectory implications for each of two potential anchorages, to decide where best to send the ship when it arrives around 2200 this evening in case of any potential spill. The ship is not currently losing any oil.","<b>Eyak Fishing Vessel Grounding; Sitka, Alaska<\/b> 2015-01-20<br />\n<i>diesel and gasoline<\/i> - 4 m³<br />\nOn January 20, 2015, USCG was notified that the 71-foot F/V Eyak grounded off of\u000bCalligan Island, on its way back to Sitka, Alaska. The vessel was carrying approximately 800 gallons of diesel and 200 gallons of gasoline. No discharge has been reported yet, but there has been bad weather and the vessel rolled after the vents were plugged. USCG requested weather, oil fate and trajectory analysis.","<b>MV GB Corrado; Matagorda Shipping Channel, TX<\/b> 2014-12-28<br />\n<i>#6 fuel oil/diesel<\/i> - 799 m³<br />\nOn December 26, 2014, the Bulk Carrier MV GB Corrado grounded south and west of the Matagorda Shipping Channel.  She is carrying a load of bauxite (49,389 MT), and fuel (32,130 gallons diesel and 175,788 gallons # 6 ).  Cargo and fuel currently secure, with no releases.  Salvage planning and operations underway.  Sector Corpus contacted NOAA SSC with request for trajectory should release occur during salvage.  \u000b","<b>Eastport Breakwater Collapse; Eastport, Maine<\/b> 2014-12-04<br />\n<i>Diesel Gasoline<\/i> - 5 m³<br />\nOn December 4, 2014, part of the Eastport, Maine breakwater collapsed, cause yet unknown, resulting in the sinking or damage of several vessels.  No injuries are reported.  The vessels were not large and no pollution has been reported.","<b>S/V Aurora; St Johns, USVI<\/b> 2014-11-26<br />\n<i>diesel<\/i> - 1 m³<br />\nOn November 26, 2014, the USCG notified the NOAA SSC of a 50 foot sailing vessel grounded on the east side of St Johns Island near Drunk Bay on Monday 24 November. The vessel has 300 gallons of diesel onboard. No pollution has been reported as of 0830 26 November 2014 but salvage actions are not safe at this time due to sea conditions on site. USCG requested information on oil fate and effects due to sensitivity of resources in the area and association with the National Park.","<b>T/B Karen Jean; Narragansett Bay, RI<\/b> 2014-10-23<br />\n<i>Diesel fuel<\/i> - 45 m³<br />\nOn October 22,  2014 the tug boat Karen Jean sank about 2 miles east of Scarborough Beach, RI. The vessel sank in about 70 feet of water while towing a work barge. The barge is still attached to the tug and still afloat and has not pollution threat aboard. The tug has a maximum capacity of 10, 000 gallons of diesel fuel, but the owner reports only about 3,000 gallons on board, plus an additional 100 gallons of assorted other petroleum products.","<b>Sunken \"LADY A\"; Off Dungeness Spit, WA<\/b> 2014-10-17<br />\n<i>Diesel<\/i> - 3 m³<br />\nOn October 17, 2014, the USCG Sector Puget Sound notified the NOAA SSC that a 67-foot recreational vessel, the \"LADY A\", sank approximately 1.5 miles off of the Dungeness National Wildlife Refuge. The wood hull vessel is reported to have about 700 gallons of diesel aboard. A small sheen was observed when the vessel sank but no other release has been reported at this time. The USCG requested trajectory support in the event of a release, at the request of National Wildlife Refuge staff.","<b>M/V PAUL RUSS; Tanapag Harbor, Saipan<\/b> 2014-09-08<br />\n<i>IFO 380<\/i> - 1455 m³<br />\nOn September 8, 2014, the USCG Sector Guam notified the NOAA SSC for Oceania that a 500 foot container ship, the M/V Paul Russ, ran aground in Tanapag Harbor in Saipan. The vessel has approximately 320,000 gallons of IFO 380 on board but there has been no release at this time. The vessel is reported to be hard aground but stable.","<b>F/V TAKE MARU grounded; Cocos Island, Guam<\/b> 2014-07-30<br />\n<i>Diesel<\/i> - 35 m³<br />\nOn July 30, 2014, the USCG Sector Guam notified the Oceania SSC that a 45-foot Japanese fishing vessel grounded on coral reef off Cocos Island, Guam at 0800 local time on July 30.  The quantity of diesel aboard is unclear, however no sheens were observed in the area at the time of the report.  The exact location of the grounding remains uncertain.  Access to the area has been limited by severe weather conditions.","<b>90 foot pleasure craft sunk; Anacortes, WA<\/b> 2014-05-18<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn May 18, 2014, a 90 foot pleasure craft sank at the Cap Sante Marina in Anacortes, WA. It has a reported 120 gallons of diesel on board. It discharged a small amount when it first sank, but now has no reported discharge and has been boomed.","<b>Grounded Barges; Grand Tower, Illinois<\/b> 2014-04-15<br />\n<i>LAPIO<\/i> - NA m³<br />\nOn April 15, 2014, the MSU Paducah (USCG) contacted NOAA ERD regarding 2 oil barges aground on the upper Mississippi River (Mile Marker 83.5) near Grand Tower, Illinois.  The barges grounded on April 9, and the barges are not currently leaking, but dropping water levels have increased the stress on the barges, and the USCG is requesting support for this potential incident.  Each barge is laden with 15,000 bbls of low API (non-floating) oil.  \u000b\u000b","<b>M/V Sealion; Boca Raton, FL<\/b> 2014-02-23<br />\n<i>diesel<\/i> - 3 m³<br />\nOn February 23, 2014, the M/V Sealion, a 46 foot recreational vessel, sank three miles off Boca Raton, FL in 600 feet of water.  The vessel had 650 gallons of diesel fuel onboard.  No observed pollution was reported.  The SSC was contacted to provide information relative to trajectory, risks to shoreline and resources as well as oil fate.","<b>M/V Commander; Gallows Bay St Croix USVI<\/b> 2014-02-01<br />\n<i>diesel<\/i> - 23 m³<br />\nAbout midnight on January 31, 2014, the M/V Commander, a 221 foot RO/RO (roll-on, roll-off) vessel ran aground on a reef outside the channel in Gallows Bay near Christiansted, St Croix, USVI.  The vessel has 5000 gallons of diesel fuel onboard. No spill has been reported.  USCG is working with salvers on a plan to refloat the vessel. NOAA SSC is helping to coordinate consultation issues with DOI, USFWS, SHPO, and NMFS.  NOAA is also providing initial trajectory, oil fate, and weather information.","<b>UTV Alex D, Barge Collision; ICW, mile maker 341, TX<\/b> 2013-12-23<br />\n<i>Calcium chloride (CaCl2) 25 % solution<\/i> - NA m³<br />\nOn December 23, 2013, USCG notified the NOAA Emergency Response Division of a barge accident near Texas City, TX.  The Tug LAKES CHARLES, pushing two barges, collided with the Tug ALEX D, pushing 3 barges. The incident occurred approximately 22 miles west of the High Island bridge on the Intracoastal Waterway.  Two barges were damaged. A barge containing Calcium Chloride solution was successfully lightered on Dec 24th, with no release of product. A double-hulled barge carrying crude oil was also damaged but mo crude oil was released.","<b>F/V Nat; Newport, OR<\/b> 2013-12-15<br />\n<i>Diesel<\/i> - 3 m³<br />\nOn 15 December 2013, the NW SSC was alerted by Sector Columbia River of the F/V Nat that sunk south of the South Jetty for the entrance to Newport, OR at approximately 1900 14 December 2013. There is currently no discharge, but there is a potential of 600 gallons of diesel. Salvage crews will be removing the fuel on 12/15, and vessel salvage operations will begin at some point in the near future. The USCG has asked the SSC for a worst case discharge trajectory, fate of potential release, and for notifications to the state and federal natural resource trustees","<b>R/V After Hours; 24 NM offshore Tampa, FL<\/b> 2013-10-22<br />\n<i>diesel<\/i> - 2 m³<br />\nOn October 22, 2013, the USCG Sector Tampa notified the NOAA SSC that the 39 foot recreational boat, After Hours, sank overnight 24 NM offshore Tampa, FL in 54 feet of water with 400 gallons of diesel fuel onboard. No release has been observed or reported. Sector Tampa consulted with the NOAA SSC regarding oil fates, trajectory, and resource concerns.","<b>F/V ANDRIANNA aground; Outside Grays Harbor, WA<\/b> 2013-09-06<br />\n<i>diesel<\/i> - 5 m³<br />\nAt approximately 0915 on 6 September 2013 USCG Sector Columbia River contacted the NOAA SSC regarding the 55 ft. F/V ANDRIANNA aground 1/3 mile south of the southern breakwater at the entrance to Grays Harbor, WA. Potential release of 1200 gallons of diesel, however, no release has yet been reported. All crew are safe. USCG requested trajectory and fate support.","<b>F/V SEA BREAKER sunk; Pt. Roberts, WA<\/b> 2013-09-05<br />\n<i>Diesel<\/i> - 5 m³<br />\nAt approximately 1630 PDT on 5 September 2013 USCG Sector Puget Sound contacted the NOAA SSC regarding the sunken 50 foot fishing vessel SEA BREAKER, ~2 NM SE of Pt. Roberts, WA. There is a potential of 1000 gallons of diesel on board the vessel. There is no sheen at this time. USCG is requesting a worst case discharge trajectory scenario, along with the weather, tides and current information.","<b>21 foot bayliner, grounded; Sekiu River mouth, WA<\/b> 2013-08-21<br />\n<i>Gasoline<\/i> - NA m³<br />\nOn August 21, 2013 the USCG Sector Puget Sound notified the NOAA SSC of a grounded 21 foot bayliner vessel at the mouth of Sekiu River, WA.  The vessel grounded in fog at approximately 7:00pm/PDT on August 20, 2013. The USCG requested information on environmental sensitivities in the area.  There is no fuel leaking from the vessel at this time.","<b>Feeling Free; Woods Hole, MA<\/b> 2013-07-29<br />\n<i>Diesel fuel<\/i> - 25 m³<br />\nOn 29 July, 2013, the luxury yacht \"Feeling Free\" (112 foot, 203 gross tons) grounded in Woods Hole passage, MA. She has a fuel capacity of 5500 gallons of diesel and reports 3123 gallons on board. No pollution is reported. USCG crews are en-route. Salvage options are being considered. NOAA is examining resources at risk in the area and providing telephone support to the Coast Guard.","<b>Jack Up Rig Hercules 265; 40 NM south of Timbalier Bay, LA<\/b> 2013-07-23<br />\n<i>Natural Gas Condensate<\/i> - 32 m³<br />\nOn July 23, 2013, NOAA ERD was notified of a well blowout & evacuation of personnel from the rig Hercules 265. This jackup rig is located 40NM south of Timbalier Bay, LA in South Timbalier Block 220. The well is predominantly natural gas, no report of sheen currently from USCG overflight, worst case discharge is 118 bbls of liquid/day (gas+oil+condensate).","<b>F/V Neahkanie; Whidbey Island, WA<\/b> 2013-06-04<br />\n<i>Diesel<\/i> - 32 m³<br />\nUSCG Sector Puget Sound notified the NOAA NWRRT representative and NOAA SSC that the F/V Neahkanie ran aground early this morning, 4 June 2013, north of Lagoon Point on Whidbey Island in Washington.  No fuel has been released from the 97-foot long vessel and USCG indicated the risk of release is low. The potential aboard the vessel is 5000-7000 gallons of diesel.  USCG has requested a trajectory for a worst-case scenario discharge of 7000 gallons of diesel and the weather forecast.","<b>M/V Matthew I; 83 NM South of Vieques Island, Puerto Rico<\/b> 2013-06-02<br />\n<i>diesel, other oil and containers<\/i> - 42 m³<br />\nUSCG reported that on 02 June 2013 that a 187 foot cargo freighter, the Matthew I burned, capsized and sank 83 nm south of Vieques, Puerto Rico at position 16-43N; 065-23 W.  There was reportedly 35,000 liters of diesel and 40 liters of other oil on board as well as containers.  No information was available for the contents of the containers.  USCG reported no pollution was reported or observed at the site. NOAA was asked to provide a trajectory for any release that might occur.  Case is closed now and CG is not responding.","<b>ARCTIC STORM fire, potential spill; 32 mile west of Grays Harbor, WA<\/b> 2013-05-20<br />\n<i>Diesel<\/i> - 855 m³<br />\nOn 20 May 2013 at 1700 PDT the NOAA SSC received a call from Sector Columbia River regarding the 324 foot fish processing vessel ARCTIC STORM on fire 32 miles west of Grays Harbor, WA. Since the initial call the vessel fire was suppressed with Halon, and the vessel's crew is checking and monitoring the space where the fire was and Halon was released. NOAA ERD was requested to provide a trajectory of a potential worst case discharge of 188,000 gallons of diesel and to provide the weather forecast. There is no reported discharge at this time. There are no reported injuries and USCG Sector Columbia River responded on-scene.","<b>Mystery slick off Puerto  Rico; 6 miles off SW corner of Puerto Rico<\/b> 2013-04-25<br />\n<i>May or may not be oil, brown with no sheen<\/i> - NA m³<br />\nAt about 1600 ADT on April 25th, an overflight reported a 12 mile slick oriented N to S and about 5-6 miles off the SW tip of Puerto Rico.  Reported coordinates are 17d 54.7'N by 67d 18.2'W for the northern tip, and 17d 43.6'N by 67d 18.2' W.Photos show a brown substance in the water with no sheen.  Winds were 5 - knots.","<b>Tug Delta Captain; Offshore of Point Sur, CA<\/b> 2013-04-13<br />\n<i>Diesel<\/i> - 100 m³<br />\nAt approximately 1700 hours (local) on 13-APR-2013, the tug Delta Captain was reportedly sinking approximately 13NM off Point Sur, CA.  At the time, she was towing a deck barge with a crane on board and a total of 22,000 gallons of diesel (18,000 on the tug, 4,000 on the barge).  By the time a USCG helicopter was on-scene to conduct search & rescue operations, the barge, a life boat and debris was visible but no signs of pollution and no tug boat.  Four survivors were rescued and taken to shore and the tug is believed sunk and possibly suspended below the barge by a 1,400 foot tow cable.  Water depths in the area are approximately 400 fathoms (2,400 feet), seas are reportedly 14-16 feet and gale force winds.  A second tug boat is due on-scene in the next 14 hours.  USCG Sector San Francisco contacted their NOAA SSC to request a precautionary âwhat ifâ trajectory in the event there is a catastrophic release of product before tomorrowâs first light overflight.","<b>Apache Rig, Main Pass 295; 20 mi Offshore LA<\/b> 2013-02-15<br />\n<i>Crude Oil and Condensate<\/i> - 6098 m³<br />\nOn 15FEB13, USCG Sector New Orleans contacted NOAA SSC in regards to a potential release of crude oil and condensate from an exploratory well being drilled about 50 mi east of Venice, LA. There is concern about an underground flow of natural gas at the site and non-essential personnel have evacuated from the shallow-water platform. The well's blow-out preventer was successfully closed. There is currently no pollution release and operations are underway to fully secure the well. USCG requests a trajectory of the worse-case discharge as a precaution.","<b>UTV Saint Paul, MM 135; North of New Orleans, LA<\/b> 2013-01-17<br />\n<i>Diesel and Lube oil<\/i> - 18 m³<br />\nOn 17JAN13, USCG Sector New Orleans contacted NOAA SSC in regards to a towing vessel which sank 200 ft off the right descending bank of the Mississippi River at mile marker 135, about 40 river miles west of New Orleans. The towing vessel is not currently releasing any oil or diesel, but concern is high. USCG is requesting a trajectory for a worse case discharge.","<b>Shell Drill Rig Kulluk adrift; NW Gulf of Alaska<\/b> 2012-12-29<br />\n<i>Diesel<\/i> - 655 m³<br />\nThe Royal Dutch Shell drilling rig Kulluk went aground on Sitkalidak Island, Alaska on January 1, 2013. Sitkalidak is an uninhabitated island just south of Kodiak Island. The Kulluk was being towed from Dutch Harbor to Seattle by the towing vessel Aiviq when it lost engine power, which caused the loss of the Kulluk. Although power was restored to the Aiviq, subsequent attempts at reattaching the tow were not successful, in part due to heavy weather. The Kulluk has on board approximately 144,000 gallons of diesel fuel and 16,000 gallons of lube oils and hydraulic fluid. Currently the Kulluk is sitting upright and there are no observable fuel leaks. The weather continues to remain rough, which is hampering attempts at salvage efforts and site visits.  By Jan. 6 the weather was calmer and salvage crews had stabilized the drilling rig.   As a result the Aiviq, connected by tow, was able to successfully refloat the Kulluk and began towing it to Kliuda Bay, 30 n.m. away.  During the early morning hours of Jan. 7 the Kulluk safely arrived in Kilida Bay and was anchored to its safe harbor assessment position where a thorough evaluation of its condition will be evaluated prior to continuing on to Seattle.","<b>M/T STENA PRIMORSK; Albany, NY<\/b> 2012-12-20<br />\n<i>Oil<\/i> - 53271 m³<br />\nThe SSC was notified by Sector NY of the grounding of the 800 foot M/T Stena Primorsk south of Albany, NY. At this time there is no oil being released. The ballast tank has been breached. No request for any additional actions from NOAA at this time.","<b>Oiled Wildlife;  St Lawrence Island, Alaska<\/b> 2012-11-07<br />\n<i>Unknown<\/i> - NA m³<br />\nThe NOAA Scientific Support Coordinator in Alaska was notified by Coast Guard Sector Anchorage on the morning of 7 November 2012 that subsistence hunters in Savoonga and Gamble on St. Lawrence Island, Alaska, found oiled birds and an oiled seal.  The initial NOAA report suggested that the source of the oil was a sunken Russian vessel located in Russian waters.  This now appears highly speculative, and no oil sheens have been reported and no source has been identified.   U.S. Fish and Wildlife Service and National Marine Fisheries Service have both been notified.","<b>F/V MAVERICK; 30 miles W. of La Push, WA<\/b> 2012-09-28<br />\n<i>Diesel and other product<\/i> - 2 m³<br />\nAt about 0830 Pacific time Coast Guard Sector Puget Sound contacted NOAA SSC about a vessel collision. Between approximately 0530 and 0600 a vessel collision occurred in position 47 55.5 N, 125 19.6 W between the F/V MAVERICK and F/V VIKING STORM. The 40 foot F/V MAVERICK subsequently sunk.  The F/V VIKING STORM is sound and is not a pollution threat. Visibility is limited due to fog. This location is 1.5 miles inside the Olympic Coast National Marine Sanctuary. The sanctuary has been informed of the situation. Although the fuel potential is not confirmed, given the distance offshore that the collision occured, the current wind conditions, the forecasted wind conditions, and the reported size of the vessel it is not expected that any fuel would impact shore. NOAA is providing a weather forecast.","<b>Platform IRENE potential spill; Off Point Arguello, CA<\/b> 2012-08-24<br />\n<i>Crude oil<\/i> - 141 m³<br />\nAt 1000hrs (local time), USCG District 11 Command Center contacted their NOAA SSC about a potential release from Platform IRENE off Point Arguello, just to the North & West of Santa Barbara Channel.  A pressure drop was detected on one of Platform IRENEâs production lines with a reported maximum potential volume of 31,000 gallons crude.  No product has been observed on the surface by platform workers on-scene.  An Oil Spill Response Vessel (OSRV) is on-scene and transiting the pipeline corridor connecting Platform IRENE to shore to look for product on the surface.  In addition, a helicopter overflight is being scheduled with the local Sheriffâs office and a USCG C-130 overflight may occur later in the day.  A precautionary âwhat-ifâ trajectory has been requested.","<b>F/V \"Up The Ladder\"; Cuttyhunk, MA<\/b> 2012-08-16<br />\n<i>diesel<\/i> - 2 m³<br />\nA 43 foot recreational fishing vessel grounded on the 'Sow and Pigs Reef\" just south of Cuttyhunk Island in Buzzards Bay, MA.  She is carrying 400 gallons of diesel fuel and was towed to an intentional grounding area on a sand/gravel beach on the north side of Westend Pond (which does not communicate with the sea).  \u000b\u000bActions:\u000b1. She currently sits 200 yds off the beach, vents have been closed and she is no longer sheening.\u000b2. Salvage resources are due to arrive by 2000 tonight\u000b3. NOAA SSC has informed and briefed the DOI Trustee, particularly with regard to Penikese Island (2.5 miles to the north) where roseate terns (endangered) have been known to roost.  Potential for impacts is very low.\u000b4. NOAA produced fate models indicating very low likelihood of oil threatening Penikese Island.\u000b\u000b","<b>FV Sherry Ann; Martha's Vineyard, MA<\/b> 2012-07-11<br />\n<i>diesel<\/i> - 4 m³<br />\n45 foot aluminium hull vessel grounded on Squibnocket Beach (SE facing side) overnight.  The vessel is carrying 800 gallons of diesel fuel (no release).  The owner attempted to haul the vessel off the beach prior to high tide, resulting in a breach of the hull.  Coast Guard is on scene along with a professional salvage company with hopes of refloating the vessel on the high tide.  If that is not possible, a more complex salvage plan will be required.\u000b\u000bAccess is difficult and the area is important to two endangered species, the piping plover (currently with chicks) and the northeastern beach tiger beetle.  This is critical habitat for the beetle in particular.\u000b\u000bUSFWS and MA Div. of Fisheries and Wildlife experts have been engaged.","<b>Pleasure Craft Revenge; Carrington Point, Santa Rosa Island, CA<\/b> 2012-06-10<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn the afternoon of 10-JUNE-2012, USCG Marine Safety Detachment Santa Barbara contacted their NOAA SSC about the vessel REVENGE that had sunk just off Carrington Point on Santa Rosa Island, CA.  The REVENGE is a 40' pleasure craft with 250 gallons of diesel on board.  She is not leaking at present and salvage/removal operations will commence on the morning of 11-JUNE-2012.  USCG requested a precautionary \"what if\" trajectory estimate from NOAA ERD in the event the vessel leaks overnight or before salvage operations are completed.","<b>T/S Yare; 88 NM South of Andros Island, Bahamas<\/b> 2012-05-11<br />\n<i>crude oil<\/i> - 46779 m³<br />\nA 750 foot Venezuelan tanker, the Yare, grounded 88 nm south of Andros Island, Bahamas on 10 May 2012 at approximately 1500 EST.  The vessel is reported to be carrying a cargo of 245,000 barrels of crude oil plus an unknown quantity of ship's diesel fuel.  The vessel is reported to be aground the entire length of the hull.  No spill has been reported.  USCG is monitoring and conducting an overflight of the area this morning (5/11/12).  NOAA SSC has been asked to provide a trajectory, weather FT and oil fate info.","<b>Makah F/V aground; Neah Bay, WA<\/b> 2012-05-09<br />\n<i>diesel<\/i> - 0 m³<br />\nNOAA SSC was contacted 1230 PST May 9 by Olympic National Sanctuary about a Makah Fishing Vessel aground just west of Neah Bay in the sanctuary. No pollutants have been released, and all persons that were on board have been evacuated safely. Requested was tides, currents, and localized weather forecast for salvage planning purposes. USCG D13 also contacted SSC requesting possible pollution impacts if any diesel were released. Potential for 50-100 gallon diesel release.","<b>TUG INVADER, Vigor Marine Shipyard; Everett, WA<\/b> 2012-03-19<br />\n<i>Diesel<\/i> - 273 m³<br />\nNOAA SSC contacted 1200 PST by USCG to provide trajectory support to situation at Vigor Marine Shipyard in Everett, WA. Tug Invader is partially submerged after the dry dock began sinking on Saturday evening, 17 March, and stopped at approximately 0000 Sunday, 18 March, when it made contact with the sea floor. The Invader is not leaking at this time. USCG has requested a trajectory with a 60,000 gallon diesel potential release.","<b>Russian icebreaker Tanker Renda; Winter fuel delivery to Nome, Alaska<\/b> 2011-12-21<br />\n<i>#1 diesel and gasoline<\/i> - 6819 m³<br />\nNo spill; just an extremely engaging, but potentially risky  marine event.  Ever since last Wed. Dec. 21, the NOAA Scientific Support Coordinator has been meeting daily with U.S. Coast Guard District (Juneau, AK) and Sector Anchorage personnel  and from the NOAA NWS Alaska office to plan for and to monitor the Russian icebreaker tanker, as it gradually makes it way to Nome, Alaska, through 300 miles of the Bering Sea ice pack to make a crucial delivery of winter fuel.  More details in first entry to this Hotline.  \u000b","<b>Tug Nathan Stewart & Tanker Barge Adrift; NE Gulf of Alaska<\/b> 2011-12-18<br />\n<i>#1 diesel and Aviation gas<\/i> - 11365 m³<br />\nSector Juneau notified the AK SSC at 1600 on Sunday, Dec. 18, 2011, that the tug, Nathan E. Stewart operated by KC Transportation, and associated double-hulled fuel barge,DVL-55, were adrift off of Cape Fairweather in the NE Gulf of Alaska.   The tug lost its starboard engine and its port engine was performing erratically and could only be used for emergencies. The barge has 2.5M gallons of #1 diesel and 1000 gallons of aviation gas.    As of 1320 LT, the T&B position was 58Â° 27.6'N, 138Â° 21.9'W and gale force gusts were pushing the T&B parallel to the shore towards the NW.  A Spot weather forecast was initiated with the Juneau NWS forecast office.  Fortuitously, the tub barge TB Le Chevel Rouse was available from Hawk Inlet in northern SE Alaska to rush to the scene.    It successfully towed the Nathan Stewart with its tanker barge to Skagway, Alaska, where repairs and other needed services were rendered.","<b>M/V Morning Cedar; Aleutian Islands, Alaska<\/b> 2011-12-07<br />\n<i>diesel and bunker C<\/i> - 1305 m³<br />\nThe crew of the M/V Morning Cedar reported the loss of steering to the USCG on Dec. 5, 2011 and was adrift 10 miles north of Tanaga Island in the Aleutian, more than 1200 miles SW of Anchorage.  The vessel crew has reported to the CG that there is some type of steering casualty and that the crew was not able to make repairs while they were underway.     Shortly, thereafter, CG Sector Anchorage requested the SSC to initiate a SPOT weather forecast from the NWS.   No spill has occurred.  The vessel is a 656 ft long  Singapore registered vessel with 23 crew members aboard.  The USCG reports that the vessel's cargo is packaged lumber and that there are 227,000 gallons of bunker C oil and 60,000 gallons of diesel on board.  As of Dec. 6, the vessel was drifting in a northwest direction away from land and is projected to continue to drift to the north for the next day.  \u000bAfter flying in some Norwegian engineers - to Anchorage, Adak, and then via CG helo to the MV Morning Cedar - temporary repairs were accomplished on the rudder.   This allowed the vessel a modicum of steerage, by using the bow thruster in conjunction with main engine and fixed rudder, to control the vessel and motor at a higher speed.  Hence, the CG ordered the vessel to motor to Dutch Harbor, where it arrived on Sun. morning, Dec. 11, 2011, to make permanent  vessel steerage repairs.  The tug Guardsmen as well as the CGC Sherman will stand by until the CG has fully inspected and approved these repairs.\u000b\u000bCase Closed\u000bJohn Whitney, NOAA Alaska SSC","<b>F/V Phyllis aground; South shore of Santa Cruz Island, CA<\/b> 2011-09-27<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn the morning of 27SEP2011, the F/V Phyllis ran aground on the south shore of Santa Cruz Island, CA, within the Channel Islands National Marine Sanctuary and the Channel Islands National Park boundaries.  The vessel is believed to be carrying approximately 300 gallons of diesel fuel on board;  though no release has been observed at this time.  USCG Sector LA/LB contacted their NOAA SSC and requested trajectory support.","<b>Crowley Barge Adrift; Diomede Islands, AK<\/b> 2011-09-21<br />\n<i>aviation fuel<\/i> - 636 m³<br />\nAn unmanned US-flagged barge carrying 140,000 gallons of aviation fuel broke free from the US-flagged Towing Vessel SINUK in the Bering Straits near the Diomede Islands.  The tug has been unable to reacquire the barge due to weather conditions (46 mph winds, 10-15 foot seas). The Towing Vessel SINUK is shadowing the barge and providing hourly updates on position, weather, and intentions.  The US-flagged Towing Vessel SIKU is enroute to nearby Wales, AK to provide additional support if needed. NOAA ERD is standing by to provide scientific support include vessel drift information.  The freely drifting barge was successfully guided south through the Bering Straits where the SIKU was able to corral the barge and successfully tow it to Port Clarence for repairs and services.  Case closed.","<b>T/V Sea Falcon; Delaware Bay, Delaware<\/b> 2011-08-06<br />\n<i>Basra light crude oil<\/i> - 100050 m³<br />\nThe NOAA SSC was notified this morning at 0500 by the HDO of an incident in Delaware Bay. On the morning of August 6, 2011, the T/V Sea Falcon, an  824 foot long doubble hull vessel carrying 524,000 bbls of crude oil ran aground in Big Stone Anchorage in Delaware Bay, offshore of Cape May, NJ.  No pollution has been reported. Cause Unknown. SSC has been coordinating with USCG Sector Delaware Bay. USCG requested trajectory, weather, and RAR.","<b>F/V Nor'Quest grdg-Bristol Bay, Alaska; NW side of Hagemeister Island<\/b> 2011-05-25<br />\n<i>diesel Fuel, Lube Oil, Hydraulic Oil, Gasoline & waste oil<\/i> - 86 m³<br />\nThis is a potential spill. The F/V NorâQuest lost anchor on the evening of May 24, 2011 and started to drift ashore towards the Hagemeister Island. The vessel captain notified the U.S. Coast Guard (USCG) at 3:15  AM on May 25, 2011. Located within Hagemeister Strait within Bristol Bay and approximately 15 miles S/W of Togiak, Alaska. Lat/Long: 58Âº44.700N, 160Âº52.900W. The vessel captain estimates that 16,800 â 18,800 gallons of diesel fuel, 200 gallons of gasoline, 200 gallons of lube oil, 300 gallons of hydraulic oil, and 110 gallons of waste oil are on board the vessel. USCG has conducted an overflight with a C-130 and reported no visible sheen in the area. In addition the USCG contacted the USCG Pacific Strike Team for possible lightering support. The F/V NorâQuest was unable to remove itself from the grounding location on this morningâs high tide. A second vessel owned by SRW Marine Services attempted to attach a tow line to the vessel but was unable to safely approach close enough. USCG has requested that the vessel operator develop a fuel removal plan and a vessel salvage plan.. Alaska Chadux Corporation, a spill response contractor, has also been notified and has been asked to stand by to assist with any sensitive area protection and spill cleanup if necessary.  Vessel crew is attempting to cap the vessel fuel vents.\u000bOn 29May at 2330 lightering ops commenced, and a total of 9,000 gallons of diesel was lightered off for a total of 12,000 gallons. 15 barrels of misc oils and 200 gallons of gasoline were removed from deck. Vessel was successfully refloated on 30May at 0430. Magone's divers have departed the scene. Intentions are to tow the vessel 3 miles off of Togiak Island to Nunavochak to anchor. A tow plan is to be submitted and upon plan approval and adequate weather conditions, the Nor'quest will be towed to Dutch Harbor. USCG personnel that was O/S is to arrive in Dillingham at 1700 30May, and both USCG members to return to Anchorage at 1530 on 01Jun","<b>F/V Capt Andrew; King Cove, Alaska Peninsula<\/b> 2011-03-06<br />\n<i>Diesel Fuel, Lube Oil, Hydraulic Oil<\/i> - 9 m³<br />\nSunday morning, March 6, the NOAA Alaska SSC was notified that the 58' F/V Capt Andrew, due to human error, had grounded on a rocky shoreline west of King Cove, Alaska, with 5 POB.   The vessel had 2000 gallons of diesel onboard as well as a cargo of 110K to 120K cod.  No release of the fuel nor the cargo had occurred as of Sunday night A good Sam vessel was able to rescue to 5 POB the grounded vessel, and reliable Dan Magone from Dutch Harbor was hired to remove the fuel and conduct salvage on the vessel unground it.   His ETA on scene is estimated to be Monday evening, March 7.  The Coast Guard requested that NOAA keep them abreast of the weather throughout this incident.   At the time of the grounding, the weather was small craft advisories with NE winds, 30 kt, seas 10 feet.   A Coast Guard overflight is slated for Monday afternoon, March 7.  On Thursday, March 10, 2011, salvors completed removal of all recoverable petroleum products from the vessel. They estimate that they removed approximately 1,200 gallons of fuel and oils from the vessel. A more precise volume will be determined when the fluids are offloaded in Dutch Harbor.  No impacts to wildlife have been reported.\u000bNo impacts to historic or cultural resources have been identified at this time.\u000bCommercial fisheries operating in the area should not be affected and no closures have been initiated.","<b>F/V Ruffian; Latouche Isl, PWS, Alaska<\/b> 2011-01-25<br />\n<i>Diesel Fuell<\/i> - 1 m³<br />\nUSCG MSU Valdez reported a fishing vessel grounded at about 0200 this morning at location 60Â°04.76'N--147Â°51.7'W. That location is northeast of the northern tip of Latouche Island, near Pt. Grace. The vessel is reported to be carrying 200 gal diesel fuel. On scene weather was reported to be winds from the southeast at 25 knots, and 2-3 ft seas. There is no known release reported at this time. The Coast Guard requested weather, trajectory, and fate should a release occur.  A CG helo has been deployed to evaluate the situation and possibly rescue the three POB.","<b>MODU Power Failure; Gulf of Mexico, LA<\/b> 2010-11-03<br />\n<i>crude oil<\/i> - 0 m³<br />\nOn the evening of November 3, 2010 at approximately 2000 to 2100h local central time, a Mobile Offshore Drilling Unit (MODU) approximately 56 nm SSE of SW Pass, LA, lost power to all systems.  With a loss of dynamic positioning and fear of a separated riser pipe, notifications were made to USCG District 8 in New Orleans.  NOAA's Emergency Response Division was contacted by USCG Sector Morgan City about 90 minutes after the initial notification. USCG requested trajectory and WX support. At approximately 2310, NOAA was notified that all systems were restored, no injuries, no oil release, and response has stood down.","<b>M/V CSL METIS; Guayama, Puerto Rico<\/b> 2010-10-12<br />\n<i>#6 Fuel Oil<\/i> - 1227 m³<br />\nWe received a report that the M/V CSL METIS (7926162) went aground while approaching the AES Facility in Guayama.  The approximate location was 17-55.19N 066-09.44W. The vessel was pulled off via tug boats prior to receiving the report.  It is a dry bulk vessel carrying coal, but it has approximately 270K gallons of #6 Fuel Oil on board.  No indication of pollution at this point.","<b>F/V Nightwatch; Off Eugene Island, La<\/b> 2010-05-20<br />\n<i>Diesel fuel<\/i> - 64 m³<br />\nVessel aground with 14,000 gallons of diesel fuel.  No spill, but a potential","<b>F/V Big Cobb; Darien, Georgia<\/b> 2010-04-21<br />\n<i>diesel<\/i> - 0 m³<br />\nThe shrimping vessel, F/V Bigg Cobb was pushed into the water next to a dock last night during a fire with 70 gallons of diesel onboard.  USCG reports no release at this time of report but state that  a release could occur during planned salvage operations.  The location is about 50 miles south of Savannah near I-95 at position 31-21.965N; 081-26.013W.  The NOAA SSC provided oil fate information for the worst case release and discussed response strategies to minimize impacts and maximize recovery potential.","<b>F/V Pacific Bully; Santa Ana jetty, CA<\/b> 2010-04-20<br />\n<i>Diesel<\/i> - 3 m³<br />\nAt approximately 0430hrs (local) on 20APR2010, the 58foot F/V Pacific Bully ran aground near the Santa Ana Jetty, south of Huntington Beach, CA with 600-700gallons of diesel and 40tons of sardines on board.  No signs of pollution have been reported from overflights or by personnel on-scene and her tanks are being sounded regularly to monitor fuel levels.  The NOAA SSC had been notified initially by USCG's D-11 Command Center.  Subsequent discussions with USCG Sector LA/LB personnel resulted in a request for a oil fate & trajectory estimates as a precaution in the event the vessel cannot be removed during the afternoon's high tide.","<b>FV Patricia Jean; Point Judith, RI<\/b> 2009-11-21<br />\n<i>Unknown<\/i> - 7 m³<br />\nOn November 21, 2009, the wooden fishing vessel, Patricia Jean, ran aground on the south jetty of Harbor of Refuge, Point Judith, RI.   She is carrying 1500 gallons of diesel fuel.  No release has been reported.  USCG has requested NOAA ERD support.","<b>CSL Assiniboine; St. Lawrence River, Canada/NY<\/b> 2009-11-20<br />\n<i>Heavy Oil, Diesel, Soybeans<\/i> - NA m³<br />\nAt approximately 0900 PST on 20 NOV 2009, USCG MSD Massena, NY contacted ERD requesting trajectory support for a vessel grounded in the St. Lawrence River. The USCG reported that at approximately 0815 local time on 16 NOV 2009 the 739ft self-unloading bulk carrier CSL Assiniboine grounded in the St. Lawrence River between Lake Ontario and Montreal.  The vessel is aground in Canadian waters (approx 300 yds from US waters).  The ship currently has 307 Metric Tons of Heavy Oil and 74 Metric Tons of Diesel on board.  The ship is also carrying a cargo of 400,000 tons of soybeans. There is minor damage reported to the #2 hold that is under control.  There has been no reported release of any product.  The USCG requested trajectory support for a worst-case scenario.  Currently, the USCG reports that the ship is planning on lightering off enough soybeans to refloat the vessel and then transit to dry-dock for further vessel inspection.","<b>F/V Sea Wind; Toke Point, Willapa Bay, WA<\/b> 2009-11-19<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn 19 NOV 2009, ERD was contacted by USCG Sector Portland regarding a 34-36 foot fishing vessel Sea Wind.  The vessel was reported grounded in Willapa Bay, WA, just north of Toke Point. It has an estimated 180 gallons of diesel fuel on-board.  There is currently no report of a spill.","<b>F/V Lisa Marie; Unimak Isl., E. Aleutians, Alaska<\/b> 2009-11-05<br />\n<i>diesel<\/i> - 0 m³<br />\nOn Nov. 5, 2009, Coast Guard Sector Anchorage notified the NOAA Alaska SSC that the 75' FV Lisa Marie was in trouble roughly 15 nm N. of Unimak Island at 55Â° 17'Nm 164Â° 08'W.  The winds were from the NW at 40 Knts, seas were 25 feet, and the vessel was running on only 3 cylinders and able to make only 3 knts headway.  The vessel is hoping to make it to Unimak Pass and seek shelter on the S-SW side of the island.  Although the amount of diesel on the vessel was unknown, the capacity of the vessel is 10K gallons.  The CG requested that NOAA keep track of the weather.   As of Friday evening, November 6, 2009, the FV Lisa Marie safely arrived at Dutch Harbor.  No oil was released during this tense couple of days with an under performing vessel in very harsh weather.","<b>F/V Sea Dancer; Sand Point, Alaska<\/b> 2009-10-14<br />\n<i>Diesel<\/i> - 1 m³<br />\nSector Anchorage notified the Alaskan NOAA SSC that the 42' FV Sea Dancer had grounded at 0400 on Oct. 14, and was taking on water near Sand Point, Alaska, on the south side of the Alaskan peninsula.   The skipper was requesting assistance from Sand Point and related that 150 gal of diesel was on board.   The Coast Guard requested weather information from NOAA.   Later that day, assistance arrived from Sand Point, and the Sea Dancer is now safe and on the blocks for repairs at Sand Point. No oil was released into the water.  Case closed.","<b>F/V Lady Frances; Santa Cruz Island, CA<\/b> 2009-10-06<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn the evening of 06OCT2009, Sector LA/LB notified NOAA ERD of a 32foot squid boat grounded near Smugglers Cove (Santa Cruz Island, CA) that is due for refloating and towing to Ventura Harbor.  The F/V Lady Frances is carrying approximately 200 gallons of diesel fuel on board and shows no sign of pollution.  Sector LA/LB requested information on oil fate and trajectory in the event that a spill occurs during the estimated 12-14hr transit.","<b>M/T Eagle Tuscon grounding; MM3 Miss. R<\/b> 2009-09-28<br />\n<i>Crude Oil<\/i> - 72737 m³<br />\nGrounded tanker.  No leak.  16 million gallons of Venezuelan crude onboard.","<b>Barge Allision with Mooring Buoy; ICW at Colorado River, TX<\/b> 2009-08-04<br />\n<i>Diesel Fuel<\/i> - 4773 m³<br />\nOn Tuesday evening, 4 Aug. 2009, MSU Galveston reported that a barge carrying 25,000 bbls of diesel fuel allied with a mooring buoy in the ICW near the junction with the Colorado River.  The bow rake, and two void tanks are damaged.  The initial reports suggest that there was no damage to the cargo tanks. The barge operator is Maryland Marine.  The USCG is responding to the incident and requested a potential trajectory and RAR should there be a release.","<b>Sailing Vessel \"Paul Eric\"; Rose Atoll, American Samoa<\/b> 2009-06-16<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn June 16, 2009, NOAA ERD was notified of a stranded sailing yacht on Rose Atoll in American Samoa.   The 35-foot aluminum vessel is believed to have approximately 40 gallons of diesel onboard, but reports are very sketchy at this time.  The yacht is reported to be intact and not leaking.  A private yacht is enroute to provide assistance.  \u000b\u000bRose Atoll is located approximately 130 nautical miles east-southeast of Pago Pago Harbor, American Samoa, and is the easternmost Samoan island. It is the southernmost unit of the National Wildlife Refuge System. On January 6, 2009, Rose Atoll Marine National Monument was established, which includes Rose Atoll National Wildlife Refuge within its boundaries.","<b>CSX Railroad Derailment; Green Mountain, NC<\/b> 2009-05-27<br />\n<i>No release reported at this time, however, derailed cars contained alcohol, molten sulfer, petroleum lube oil and possible liquid petroleum gas.<\/i> - NA m³<br />\nSSC received telephone notification at 0830 from USEPA Region 4 concerning a train derailment.  Based on the NRC Report #906758 the train derailment involved 15-30 cars.  Incident took place on 27-May-09 at approximately 0530 local time.Due to unknown reasons 2 freight trains derailed into the North Toe River.  Some of the cars contained hazardous materials. No release reported at this time, however, derailed cars contained alcohol, molten sulfer, petroleum lube oil and possible liquid petroleum gas.  Response personnel on route. No technical assistence requested from NOAA at this time.  EPA emergency responders will provide additional information once on-scene.","<b>Redoubt Volcano eruption; Cook Inlet, Alaska<\/b> 2009-03-23<br />\n<i>Cook Inlet crude oil<\/i> - 28258 m³<br />\nRedoubt Volcano, intermittently active since January and approximately 100 nm SW of Anchorage on the west side of Cook Inlet, resumed its activity late Sunday night and  early Monday morning, March 22 & 23, with five explosive eruptions.  These eruptions caused lahars, extensive fllooding, and mud flows around the Drift River Tank Farm, where oil from the Cook Inlet fields is temporarily stored prior to shipping out aboard tankers.    Currently, two of the four active tanks have 74,000 bbls of oil apiece. At 7:30 PM on March 23rd, ADEC and USCG conducted an over-flight to determine any potential threat to the tank farm and related facilities at the Drift River Terminal.  They observed extensive flooding to the area with mud flows to a depth of six feet in the area of the runway and ballast tank, but no significant penetration of the 18 to 20 foot high teritiary containment berm around the tank farm.  No oil or hazardous substance releases have been reported at this time.  Cook Inlet Pipeline Company, operator of the tank farm, is planning on-the-ground evaluation today of the teritiary berms, pumps, and other equipment and facilities necessary for the operation of the tank farm.   The Alaska Volcano Observatory is predicting additional explosive activity of the volcano in the near future, which combined with the extensive amount of snow and ice on the flanks of Redoubt could cause additional significant flooding and mud flows towards the Drift River Tank Farm.    The Coast Guard has asked the NOAA SSC to keep fully abreast of the situation and to participate in conference calls among the CG, the state, the tank farm operator and others.  \u000b       The last  major explosive eruption of Redoubt volcano occurred on April 4.  It was the largest eruption, during this sequence,  and produced the largest lahar to date, completely encircling the Drift River Tank Farm (DRTF).    None of the mud or water, however, penetrated the large dikes around the facility.   As an additional safety precaution, Chevron and Cook Inlet Pipeline decided to completely shut in the  DRTF and proceeded to draw down the oil in the two active storage tanks to minimal levels.    To achieve greater tank stability, 30,000 Bbls of fresh water was added to each of the two active tanks.   \u000b     With no eruptions since April 4 and dome building in the volcano's throat dramatically decreasing, the Alaska Volcano Observatory (AVO) decided to downgrade the threat level of the volcano from orange to yellow on June 29, 2009.\u000b","<b>Galveston Bay UTV; Galveston Bay. Tx<\/b> 2009-03-12<br />\n<i>Diesel fuel<\/i> - 61 m³<br />\nOn the morning of March 12, NOAA SSC, Charlie Henry, was notified concerning a UTV that hit a submerged object inside of Galveston Bay and was taking on water. The vessel was not leaking oil and it has 13,400 gallons of diesel onboard.  The vessel is on the north side of Pelican Island.","<b>T/V Minerva Iris Grounding; Galveston Bay, TX<\/b> 2009-03-03<br />\n<i>Crude Oil<\/i> - 114561 m³<br />\nAt 1037 CST, in Galveston Bay Texas, the T/V Minerva grounded in the shipping channel.  The vessel is reported to have 600,000 bbls of crude oil onboard.  There is not spill at this time.  The shipping channel has been closed until the vessel can be moved.","<b>FV Beau Vin; Wrightsville Beach, NC<\/b> 2009-02-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 2/8/09 at 1500 hours, USCG Sector North Carolina notified the NOAA SSC about a commercial fishing vessel, the FV Beau Vin, that was on fire and adrift at a location 6 miles east of Wrightsville Beach, NC. USCG rescued one individual from the vessel. Vessel is carrying 700 gallons of diesel fuel. No reports of pollution. USCG requested trajectory, weather, tides from NOAA. As of 2/9/09 1400 hours a USCG aircraft made two search patterns looking for the vessel. It was not found. No sheen was located. USCG plans to document as a\u000bsinking with 700 gal oil onboard.","<b>USS Port Royal; Pearl Harbor, HI<\/b> 2009-02-06<br />\n<i>navy marine diesel<\/i> - 1137 m³<br />\nU.S Coast Guard Sector Honolulu notified the NOAA SSC that the USS Port Royal, a Pearl Harbor-based navy guided missile cruiser, is hard aground at the entrance to Pearl Harbor at coordinates 21 degrees 17.48 north, 157 degrees 55.23 west. The location is approximately a half a mile south of Honolulu Airport's Reef Runway and a mile and a half from the entrance of Pearl Harbor.\u000bNo oil has been released at this time. The vessel is taking on water, however, the water is contained in the space adjacent to the sonar array. It is believed that only the sonar array is aground. Operations to free the vessel, reportedly grounded on sand and crushed coral rock, are in progress. The vessel is reported to be carrying 250,000 gallons of navy marine diesel and 1000 gallons of JP5 aboard.","<b>CSL Argosy; Annapolis, MD<\/b> 2009-01-18<br />\n<i>Iron ore and fuel oil<\/i> - 0 m³<br />\nOn Sunday, January 18, the 800-foot bulk carrier CSL Argosy ran aground in the Chesapeake Bay in the lower Craig Hill Channel just north of Annapolis, MD.  The ship, with pilot aboard, was inbound to Baltimore with a cargo of iron ore when it ran aground.  There was no pollution associated with the grounding, although as a precautionary measure, oil spill recovery equipment had been placed on stand-by in the event it was needed. On Monday, January 19, the vessel was refloated after a total of 19,300 metric tons of iron ore were removed and transferred to barges.  The ship is safey anchored near Annapolis, MD. while the crew manually inspects all areas of the ship.  At this time there is no signs of damage or pollution.  Cause of grounding in under investigation.  No NOAA products/support requested.","<b>F/V Santa Lucia; Key West, FL<\/b> 2008-12-12<br />\n<i>diesel<\/i> - 2 m³<br />\nUSCG Sector Key West called  at approximately 1700 EST on 12/12/08 to report the F/V Santa Lucia, a 68.5 foot shrimper had grounded at 24-37.5N; 081-49.8W.  This location is about 4 miles north of Malory Square, Key West.  The closest point of land is Fleming Key at 2 miles.  The vessel is a wooden ship with fiberglass reenforcement and has 500 gallons of diesel on board.  Currently it is high and dry in one foot of water with a crack in the hull.  No pollution has been observed.","<b>M/V Captain Gerry Oreron; Gulf Intracoastal Waterway, Mobile, AL<\/b> 2008-11-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 18, 2008, NOAA ERD was notified of a sinking towboat in Mississippi Sound, near the western end of Dauphin Island, Alabama.  The 53-foot towboat is partially submerged and is now supported by its tow: two barges loaded with 44,000 bbls (1.85 MG) of crude oil condensate.  The tug is reported to contain 6,000 gallons of diesel fuel.  No spill from the barges or towboat have been reported but USCG has requested ERD to provide trajectory support for the incident.","<b>Grounded Barge, MM329 ICW; Gilchrist, Texas<\/b> 2008-10-08<br />\n<i>Light Cysle Oil<\/i> - 118 m³<br />\nOn the evening of 8 October 2008, USCG MSU Galveston contacted the regional NOAA Scientific Support Coordinator to request support for a grounded red flag barge carrying 23,000 gallons of Light Cycle Oil.  The reported location was 29Â° 31.11â N Lat. 094Â° 30.34â W Long.  This position places the grounded barge in the ICW at Rollover Pass on the Bolivar Peninsula.  The closest city is Gilchrist, TX.","<b>Tug Twilite; Wood River, SW Alaska<\/b> 2008-10-08<br />\n<i>Gasoline, lube oil<\/i> - 6 m³<br />\nThe Tug Twilite grounded approximately 25 miles up the Wood River from Dillingham, AK late on 07Oct2008 and is reported to contain 1,000 gallons of gasoline and 300-350 gallons of lube oil.  No release has been reported and transfer operations are being planned.  Sector Anchorage has requested NOAA Wx and tide support.","<b>Red Flag Barge Allision ; Bolivar Roads, Bolivar Peninsula, TX<\/b> 2008-08-28<br />\n<i>Crude Oil and Naphtha<\/i> - NA m³<br />\nDuring the early morning hours of Thursday, 28 August 2008, the NOAA ERD HAZMAT Duty Officer was notified of an allision in Bolivar Roads.  The regional Scientific Support Coordinator (SSC) was notified and provided the support requested by USCG MSU Galveston.  The report was that a tow containing two red flagged barges had an illision with a stationary barge.  The actual details were unknown, but there was damage reported, but no release.","<b>Platform Fire, HI 552; East Breaks, Gulf of Mexico<\/b> 2008-08-16<br />\n<i>Platform Fire, Possible Oil Spill<\/i> - NA m³<br />\nOn the evening of 16 August 2008, USCG MSU Galveston notified the NOAA ERD Hazmat Duty Officer (HDO) of a platform fire some 100 miles S of Galveston, Texas in the Gulf of Mexico.  The fire was reported as out, and no pollution was reported.  The USCG requested a trajectory to support a morning overflight to assess damage and possible pollution release.  This location is very near the Stetson Bank of the Flower Gardens National Marine Sanctuary.","<b>Spirit of Glacier Bay; Glacier Bay, northern extremity<\/b> 2008-07-07<br />\n<i>#2 Diesel fuel<\/i> - 18 m³<br />\nEarly during the morning of July 7 the 207' cruise ship Spirit of Glacier Bay grounded on a soft, silty mud bottom at the northern end of Tarr Inlet with 3000 to 4000 gallons of #2 diesel during a falling tide.   No discharge was reported when Sector Juneau was notified at 0744 on July 7.   NOAA is currently providing tides and weather information to the Coast Guard along with a preliminary written trajectory.   The vessel refloated on the afternoon rising tide.  No compromise occurred to the hull or fuel tanks, although there was some minor internal structural damage.  The vessel will be headed to dry dock for a complete examination and repair, as needed.","<b>T/V FAIRCHEM FILLY Grounding; Galveston, TX<\/b> 2008-07-02<br />\n<i>IFO<\/i> - 195 m³<br />\nOn the evening of 2 July 2008, the USCG notified the NOAA HAZMAT Duty Officer of a grounded inbound tanker at the entrance to Galveston Bay, TX.  The reported position is 29Â° 21.37â N Lat. 094Â° 46.66â W Long.  This position places the vessel just south of the Port Bolivar Ferry Landing.  The T/V FAIRCHEM FILLY is carrying 43,000 gallons of Intermediate Fuel Oil (IFO).  No pollution is reported at present.  The USCG has requested a trajectory analysis.","<b>Barge GULFSTREAM; Bolivar Anchorage, Galveston, TX<\/b> 2008-06-28<br />\n<i>Fuel Oil #6<\/i> - 12048 m³<br />\nOn the morning of 28 June 2008, USCG MSU Galveston notified the HAZMAT Duty Officer of a grounded barge near the entrance to Galveston Bay TX.  The Tug Marlin was pushing the oceangoing Barge GULFSTREAM and ran aground at 0230 hrs local time in vicinity of Bolivar Anchorage near Galveston TX.  The barge was loaded with 63,100 BBL of No.6 Fuel Oil.  There has been no reported leak at this time.  The USCG requested a trajectory forecast.  The HAZMAT Duty Officer contact the regional NOAA SSC and initiated the support requested.","<b>Kewalo Basin F/V grounding; Honolulu<\/b> 2008-05-02<br />\n<i>diesel<\/i> - 2 m³<br />\nF/V with 400 gallons of diesel grounded last night at the entrance to Kewalo Basin.  No report of oil in the water.  This is a potential.","<b>Grounded Tanker, M/V EOS; Corpus Christi, TX<\/b> 2008-03-02<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn Sunday afternoon, 2 March 2008, the regional NOAA Scientific Support Coordinator was notified by the Texas General Land Office of a grounded tanker near Corpus Christi, TX.  There is no oil reported spilled at present.","<b>Well Blowout; South Pelto, LA<\/b> 2008-02-15<br />\n<i>light condensate<\/i> - 17 m³<br />\nThe NOAA SCC was contacted Friday morning, Feb 15th concerning a well blowout at South Pelto 10 Well B.  Worst case discharge per day was identified as 1M-1.5M cubic feet of natural gas, 90 bbl of condensate with a specific gravity of 53 and 500 bbl of saltwater.  There is currently no evidence of sheening or recoverable product.  The natural gas leak has not been shut down and the platform has been evacuated.  The USCG is requesting a trajectory for the next few days concerning the condensate.","<b>Gold Coast; Nanticoke River, Maryland<\/b> 2008-02-13<br />\n<i>No. 6 oil<\/i> - 80193 m³<br />\nThe SSC received notification from USCG Sector Baltimore at 0900 today that at approximatley 0600 hours the tank barge, Double Skin #19, being towed by the tug, Gold Coast, went aground off of Ragged Point in the Nanticote River, Maryland. Grounding believed to be a result of adverse weather conditions. Vessel carrying 420,000 gallons of No. 6 oil. No pollution reported.  USCG monitoring situation and enroute to grounding site. Miller Marine providing salvage support. Plan is to attempt to refloat vessel at next high tide.","<b>MV MSC JAPAN; Chesapeake Bay, Maryland<\/b> 2008-01-28<br />\n<i>Diesel fuel and IFO<\/i> - NA m³<br />\nThe MV MSC JAPAN, a 796 ft. long containership lost power and ran aground approximately 1 nmi north of Sandy Point State Park near Annapolis, MD.  There have been no reports of any pollution.  The vessel is carrying 74 mt of diesel and 2,342 mt of IFO. USCG Annapolis on-scene.  USCG working with vessel owner to prepare plan to attempt to refloat vessel this evening.  USCG has not requested any on-scene support or any products at this time and will keep SSC posted as to status of incident.","<b>Barge Tamara V; Guam, Pacific Ocean<\/b> 2007-12-03<br />\n<i>Diesel<\/i> - 7 m³<br />\nSector Guam notified the Seattle HDO that the Barge Tamara had grounded on a reef in the local harbor a position stated below.   The barge had been supporting a dive operation that was working on the outfall of  a local sewage plant.  The barge grounded at 0630, Dec. 4, and has 1500 gallons of diesel in a single on-deck double-walled tank, that was not leaking.   The barge seemed to be in tact and was not taking on water.   Coast Guard request to NOAA was for weather, tides and currents, a trajectory for a possible release and resources at risk and impact on the coral reef.  SPOT forecasts were provided by the NWS Guam, and NOAA Hazmat provided the remaining products.  Meanwhile the RP hired a salvor out of Singapore, and by Thursday, Dec. 6 (LT), the barge had been successfully removed from its grounding on the reef, and was taken to a local harbor for inspection and repairs.  The response case was closed.","<b>Evergreen Timber House Boat; George Inlet, SE Alaska<\/b> 2007-11-23<br />\n<i>diesel and hydraulic fluid<\/i> - 27 m³<br />\nAround 2030 on November 23, Sector Juneau reported that a 120 ft. houseboat, owned by Evergreen Timber was aground in Coon Cove in George Inlet.   The vessel was taking on water via a small hole in its hull.  6000 gallons of diesel were onboard but none had yet leaked into the environment.   Sector Juneau requested support from NOAA for a trajectory, weather and tidal information.  SPOT weather forecasts were provided by the Juneau NWS office, and NOAA Hazmat provided the remaining information.  The Coast Guard initially provided one dewatering pump and planned to provide additional pumps.   By the morning of November 24, five additional pumps had fully dewatered the vessel, causing it to float high enough to expose and patch the hole in the hull.  No fuel was released into the water and the Coast Guard declared the incident closed.","<b>Kivalina Village; NW Alaska<\/b> 2007-09-13<br />\n<i>Unknown<\/i> - 1046 m³<br />\nThe village is being evacuated because it's coastline on a barrier island is rapidly eroding.\u000bDue to continued erosion the village is about to lose its fuel tanks of 200K diesel and 30K gasoline.  \u000bCG is concerned about the potential spill if the tanks are compromised. Ultimately, the Coast Guard had the Pacific Strike Team come to Kivalina to evaluate the situation and develop contingency response plans in case the tank(s) were compromised.   Ultimately the fuel was moved to another location at a considerable distance from the eroding shoreline.   No oil was released.","<b>Sweet Dreams; Wrightsville Beach, NC<\/b> 2007-09-04<br />\n<i>#2 diesel fuel oil<\/i> - 2 m³<br />\nThe sailboat, Sweet Dreams, ran aground in Masonboro Inlet, adjacent to Wrightsville Beach, NC at approximately 2300 hours on 9/3/07.  USCG Wilmington, NC notified NOAA SSC at approximately 0930 hours on 9/4/07. It was reported to the SSC that the vessel sank and broke apart.  Approximately 375 gallons of #2 fuel oil was on board the vessel when she ran aground. Due to warm ocean temperatures in the mid-80's F. and warm air temps in the 90's F, most if not 100% of the fuel oil would be expected to evaporate and dissipate within 24 hours or less from the time of the incident.  Vessel owner hired salvage company to inspect vessel. Salvagers confirmed that fuel tank breached and empty. No reports of product observed in water or on shoreline.","<b>F/V Secret; 6 miles south of Umpqua R, OR<\/b> 2007-09-02<br />\n<i>#2 diesel<\/i> - 3 m³<br />\nUSCG Sector Portland, OR reported a 52' fishing vessel SECRET sank at approximately 1200 hr 2Sep07 with 600-700 gallons of #2 diesel on-board.  No pollution reported at time of report.  Sector has requested a trajectory in the event of a fuel release.  Vessel sank at N43-34.19', W124-17.22', or 6 nm south of the Umpqua R. and 3.5 nm offshore.  One person only was on-board and he abandoned the vessel safely.","<b>M/V Pegasus; Sunshine Cove, AK<\/b> 2007-07-25<br />\n<i>diesel<\/i> - 5 m³<br />\nThe M/V Pegasus, a 61' landing craft hauling two containers filled with more than 40,000 pounds of explosives, capsized Tuesday morning along Lynn Canal north of Juneau.  The vessel grounded in Sunshine Cove north of Yankee Cove at 58.6035Â°N, 134.9255Â°W; it contains 1200 gallons of diesel, none of which was released.   The vents were all plugged.  The vessel, owned by Gumption Leasing, was mostly submerged standing upright with its stern pointing directly out of the water.  The USCG and a salvage company are working to recover the boat, the diesel, and the cargo.  No injuries were reported to the two people aboared the landing craft, which was en-route to the Kensington Gold Mine.  Both the diesel and the explosives were successfully removed from the vessel, and the vessel was refloated.","<b>T/V Eagle Otome; 30nm off Galveston , TX<\/b> 2007-07-01<br />\n<i>Heavy Fuel Oil<\/i> - NA m³<br />\nThe T/V Eagle Otome has grounded about 30 nm SE of the entrance to Galveston Bay. The location of the grounding is 29Â° 04.92' N by 094Â° 14.98' W.  The vessel contains 91 metric tons of heavy fuel oil which is about 25,000 gallons. No reported release at this time.","<b>M/V Kobe Express grounding; NY<\/b> 2007-03-17<br />\n<i>fuel oil<\/i> - 191 m³<br />\nGrounded 700' vessel.  No release.","<b>M/V Montrose grounding; Chesapeake Bay, MD<\/b> 2007-02-28<br />\n<i>Fuel Oil<\/i> - NA m³<br />\nGrounded 712' Coal Carrier that was outbound.\u000bUnknown amount of fuel oil.\u000bGrounded in soft mud.\u000bNo reported damage, no reported spill.\u000b\u000bAt high tide on Thursday, about 1430 EST, an attempt will be made to pull\u000bthe vessel free.","<b>T/V Seabulk Pride; Nikiski, AK<\/b> 2006-02-02<br />\n<i>Heavy Fuel Oil<\/i> - 21639 m³<br />\nAt 5:30 a.m. AST the T/V Seabulk Pride broke free from the dock, due to heavy ice conditions, while loading a heavy fuel oil from the Tesoro Refinery at Nikiski, AK.  The vessel is a 600 ft. long, double bottom tanker.  The vessel has a total of 4,760,364 gallons of various fuel oils on board.","<b>M/V Panama; Ensenada, Mexico<\/b> 2005-12-28<br />\n<i>Bunker C<\/i> - NA m³<br />\nThe containership M/V Panama grounded on a sand bar on Christmas Day 2005, 300ft off the main dock at Ensenada, B.C.S. Mexico.  There has been no fuel release at the time of notification.  Two tugs from Los Angeles have responded to remove the vessel.  USCG District 11 has requested NOAA Hazmat trajectory products.","<b>T/V Sperchious; Bahia de Guayanilla, Puerto Rico<\/b> 2005-11-21<br />\n<i>#6 fuel oil<\/i> - 60918 m³<br />\nOn 11/21/05 at 0730 local time the T/V Sperchious grounded on the south coast of Puerto Rico, outside Bahia de Guayanilla. The vessel is not leaking at this time. The vessel has a cargo of 50K metric tons or 13.4M gallons of #6 fuel oil.","<b>ITB Mobile; Sabine Pass, TX<\/b> 2005-07-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn Wednesday morning, 20 July 2005, the NOAA Scientific Support Coordinator was\u000bnotified of a grounded 690 foot, single hulled, Integrated Tank Barge at\u000bcoordinates 29Â° 37.80'N by 93Â° 49.34' W.","<b>MV Sea Cloud; St. Croix, US Virgin Islands<\/b> 2005-03-27<br />\n<i>#6 Fuel Oil, diesel<\/i> - NA m³<br />\nThe vessel MV Sea Cloud, a 132 foot container ship grounded on coral or hard\u000bbottom on the south central coast of St Croix at approximately 0745 local on\u000bSaturday 26 March 2005.  CG reported the grounded position is 17-40.7N;\u000b064-45.9W. This position is at the Alucroix port channel near the Hovensa\u000bfacility.  Water depths were reported as 9-4 fathoms, but this is unconfirmed.\u000bCG reported they believe the vessel is aground on coral.\u000b\u000bFuel on board was initially reported as 500 metric tons of #6 fuel oil.  This\u000binformation was later updated to be 180 metric tons of #6 and an unknown\u000bquantity of diesel fuel.  The diesel fuel was being transfered to inside tanks\u000bfor added security. NOAA provided contingency trajectory information and weather forecasts to the USCG MSD in St Croix.  After lightering the majority of fuel, the vessel was successfully re-floated without incident the morning of March 28 and taken into dock for hull inspection.  There was no significant damage to the hull.\u000b\u000bNOAA DAC coordiantied with co-trustees to assess damage to the reef grounding site.\u000b\u000b","<b>Yacht TV; Port Everglades, FL<\/b> 2005-03-17<br />\n<i>diesel<\/i> - 32 m³<br />\nThe 100 foot yacht TV ran aground at approximately 2200 EST on 16 March 2005\u000bat the entrance to Port Everglades on the north jetty.  The position of the\u000bgrounding is 26-05.671N; 080-06.222W as reported by USCG.  The vessel had 7000\u000bgallons of diesel oil onboard at time of grounding.  Hull damage has occurred\u000band the engine room is flooded with free communication with the sea.  Lightering\u000bof the fuel took place using vac trucks on the shore.\u000b\u000bSome water in the flooded engine room mixed with engine oil and lube oils.\u000bA conference call was held with the incident specific RRT to discuss decanting\u000band discharge of the oily engine room water if necessary during a refloat\u000boperation.  The RRT agreed to this operational tradeoff if necessary.  Coast\u000bGuard agreed that attempts to lighter all fuel and the oily seawater would be\u000bconducted prior to a refloat attempt.\u000b\u000bIf decanting and discharge of the oily water becomes necessary, the discharge\u000bwould be directed into a containment boom with sorbent materials for recovery of\u000bany oil sheens.  Pump rates would be controlled to eliminate or minimize any\u000bsheens into the water.\u000b\u000bProtection measures for sensitive areas inside the cut have been reviewed and\u000bboom and sorbents will be ready for deployment at turtle nesting sites to the\u000bnorth and to protect mangroves and Whiskey Creek to the south.\u000b\u000bThe potential use of special solidifier products are being considered to remove\u000bsheen from the engine room and as a filter for the oily water discharge.\u000b\u000bThe M/V TV was successfully refloated at 1430 EST, March 18th.  Once refloated, the vessel did not appear completely stable, so the Coast Guard decided to direct the vessel to a nearby facility at the Dania cutoff canal rather than the planned facility further away in the New River.  The vessel made it safely to the facility without incident. No spill or even visible sheening was reported during the entire refloat and movement operation.  The vessel damage will be further assesed and repaired enough to continue to the New River facility or removed from the water by sling at the Dania location.\u000b\u000b","<b>M/V Cape Flattery; Barbers Point, Oahu, HI<\/b> 2005-02-02<br />\n<i>IFO and granular cement<\/i> - 546 m³<br />\nAt 0700(Hawaii Time) on 02 Feb, an inbound 550ft cement carrier went aground at the entrance of Barber's Point--21deg 18.6n 158deg 07.6w.  There were 550 tons (120,000 gal) of IFO on board. At high tide, the USCG and 3 tugs tried unsuccessfully to refloat her. After offloading most of the vessel's fuel and several tons of the granular concrete cargo, the vessel was successfully floated off the reef early the morning of February 15 on the high tide and towed into deep water.  No oil was released during the operations.  A joint natural resource trustee and RP dive survey of vessel damage was conducted in the afternoon to assess grounding damage of coral. \u000b\u000b","<b>MV Global Challenger; Lower Columbia River, OR/WA<\/b> 2005-01-07<br />\n<i>Heavy oil and diesel<\/i> - 1432 m³<br />\nThe 528-foot freighter Global Challenger grounded the night of January 6, 2005 in the Columbia Rivernear Skamokawa, WA. The vessel was refloated the morning of January 7, 2005.  The grain vessel was heading upriver and was not\u000bcarrying any cargo, but had 258,836 gallons of heavy oil and 56,339\u000bgallons of diesel onboard. No oil was released during the grounding or refloating.","<b>Barge RTC503; Hells Gate, NY Harbor, NY<\/b> 2005-01-06<br />\n<i>#2 home-heating oil<\/i> - 24822 m³<br />\nA fuel-oil tanker ran aground in the East River. It was first feared that some of the 446-foot long barge's 130,000 barrels of home-heating oil on board had spilled.  But by daybreak divers determined not a drop had leaked. The barge was towed to the docks under the Whitestone Bridge, and divers were in the water just after 6:30 a.m. to look at the extent of the damage. The tugboat hauling that barge ran aground around 7:20 p.m. Thursday near the Hell's Gate Bride. A Staten Island transportation company owns the tugboat. The captain was tested for drugs and alcohol and tests came back negative. The barge is now being assessed for stability. NOAA provide trajectory and weather information.","<b>F/V Miss Dottie; Offshore Marathon Key, FL<\/b> 2004-12-08<br />\n<i>diesel, lube oil<\/i> - 37 m³<br />\nOn December 8, 2004 (AT approximately 7:00am), the 72-foot steel fishing vessel Miss Dottie caught fire and was abandoned offshore of Marathon Key, FL.  The vessel had 8000 gallons of diesel fuel and 200 gallons of lube oil on board.  The vessel's position at 1400 was reported to be N24 deg 35.1min, W80deg 48.7min, which is 5.7 mi. outside of the FKNMS boundary.  After consultation with Sanctuaries about resource concerns, and NOAA HAZMAT regarding potential drift trajectory, the USCG proposed sinking the vessel before it drifted into Sanctuary waters.\u000b\u000bThat evening at 9:15 pm the vessel sank at position N24deg 47.5min, W80deg 33.6min (approximately 2.2 miles from the FLKNMS boundary) in 370 feet of water.  USCG cutter Drummond had been dousing the smoldering vessel with water to extinguish the fire to allow for the attachment of tow lines so the vessel could be towed further offshore and sunk, but the vessel sank on its own before the towing could be accomplished. At the time of sinking, no report was made of observed oil on the water, however since it was dark, it was difficult to assess.\u000b\u000bAt dawn the next day an overflight reported no sighting of pollution.\u000b\u000bInformation sources: NOAA hotlines and Chief Donald Whittle, CG station Key West.\u000b","<b>Tanker Adrift; Offshore Mexican Waters, SW of Manzanillo, Mexico<\/b> 2004-11-01<br />\n<i>Gasoline<\/i> - 53644 m³<br />\nAt 1700PDT on 01 November, 2004, USCG District 11 reported that the T/V\u000bVigilance was adrift approximately 120nm SW of Manzanillo, Mexico. This US Flag tanker is carrying about 280,000 bbls of gasoline and while en route from Panama to Los Angeles had a shaft casualty and lost power at about 2200 on the evening of 31OCT.  USCG D11 requested trajectory support to estimate where/when the vessel would make landfall.","<b>M/V Federal Pescadores; Ft Lauderdale, FL<\/b> 2004-10-07<br />\n<i>Bunker Oil and diesel<\/i> - NA m³<br />\nM/V Federal Pescadores, a bulf freighter, grounded approximately 1 mile east of Ft. Lauderdale Beach.  Sensitive line of limestone reefs in grounding area, with sponges, hard and soft corals.  Vessel successfully refloated on 11 Novvember with no pollution released.","<b>F/V Royal Flush Grounding; SE Alaska, AK<\/b> 2004-09-14<br />\n<i>diesel<\/i> - 2 m³<br />\nFishing vessel grounded when pillot went to sleep t the wheel during a fishing opening in SE Alaska.  Shoreline was very rugged and rocky, but no fuel was released.  400 gals of diesel were removed by the owner at a later date.   NOAA support:  weather, fate and trajectory of possible release, tidal data.","<b>Barge Grounding; NY<\/b> 2004-07-17<br />\n<i>Gasoline<\/i> - NA m³<br />\ngasoline barge; aground; no spill; Notification","<b>M/V Eastwind; Ft. Lauderdale, FL<\/b> 2004-03-26<br />\n<i>bauxite, heavy fuel oil, diesel<\/i> - NA m³<br />\nAt the time the vessel grounded it was loaded with bauxite and 280 metric \u000btons of a heavy fuel oil and 14.34 metric tons of diesel.\u000bThe vessel was refloated with no pollution released.","<b>Tug; SE of Marquesas Key, FL<\/b> 2004-03-26<br />\n<i>Unknown<\/i> - 0 m³<br />\nA tug was reportedly taking on water SE of Marquesas Key.  No spill occurred.  NOAA provided weather.","<b>Sunken F/V; Off Foul Weather Bluff, Hood Canal, WA<\/b> 2003-10-29<br />\n<i>Diesel<\/i> - 3 m³<br />\nNOAA ORR was notified by MSO Puget Sound the evening of 10/29 that a 58\u000bfoot fishing vessel carrying approximately 700 gallons of diesel fuel\u000bhad capsized and sunk in 250-300 feet of water near the entrance to Hood\u000bCanal off Foul Weather Bluff in storm conditions.  Winds were reported\u000bto be 30-40 knots with 5-7 foot swells.  The last known position of the\u000bvessel was:  N 47deg56.34',  W 122deg 35.06' No observations of release were\u000breported.  Trajectory and weather forecasts were requested.","<b>T/V Great Lakes; NY<\/b> 2003-08-26<br />\n<i>jet fuel<\/i> - 6683 m³<br />\nT/V Great Lakes grounded on soft sediment. No pollution released. The vessel was refloated that same day.","<b>Mystery Sheen; Ship Shoal Area, Offshore, LA<\/b> 2003-06-18<br />\n<i>Unknown<\/i> - NA m³<br />\nReported sheen off the coast of Louisiana, near Ship Shoal. The sheen was describes as a mixture of rainbow and black sheen, 3 miles long by 1/2 mile wide. No pollution was found.","<b>Sunken Vessel OSV April; Gulf of Mexico, Offshore, LA<\/b> 2003-05-10<br />\n<i>diesel fuel<\/i> - 59 m³<br />\nSunken vessel OSV April found near the Coast of Louisiana. No pollution was reported.","<b>Anthea Y Aground; Cementown, NY<\/b> 2003-01-14<br />\n<i>Diesel fuel<\/i> - 150 m³<br />\nPotential oil spill 14 January 2003.\u000b\u000bAt 2300 on 14 January the NYSSC was notified of a potential oil release\u000bof 33,000 gallons of diesel oil. The bulk carrier Anthea Y ran aground\u000bat approximately 1700 approaching its pier in Cementown, NY (on the\u000bHudson River north of Kingston). The Anthea Y is a 641 foot ship\u000bcarrying a cargo of salt. The ship berthed at the pier and was grounded\u000bthere. Four tanks were compromised during the grounding. Three of the\u000bholds were empty, one contained 33,000 gallons of diesel oil. The ship\u000bwas boomed in but no oil was reported released. The river contained\u000babout 50% ice cover. A morning overflight detected no oil on the river.\u000bA salvage plan was implemented and oil removed from the vessel prior to\u000battempts for refloating. The SSC provided ESI data and tide information.","<b>Allouette Arrow Aground; Cape Canaveral, FL<\/b> 2003-01-09<br />\n<i>diesel oil<\/i> - 682 m³<br />\nVessel grounded and was pulled off and refloated that same day. No products was released.NOAA provided weather and trajectory information.","<b>OR Vessel Adrift; 90 nm west of Cape Foulweather, OR<\/b> 2001-11-20<br />\n<i>residual fuel oil<\/i> - 95 m³<br />\nThe Coast Guard received a report that the 900 ft MV ANTIGUN PASS under tow to China broke loose from its tug at 0800 on November 20, 2001. The location of the vessel was 90 nm west of Cape Foulweather, OR (45Â°07.1'N, 126Â°19.4'W).   The ship was reported to be 60 nm west of the entrance to the Columbia River (45Â°58.4'N, 126Â°46.6'W) at 1200, November 21. The ship is unmanned and adrift with the tug nearby.  The ship is empty of cargo and was being transported to China for scrap metal, but has approximately 500 barrels of residual fuel oil on board.  At this time the vessel is not leaking product.  USCG district 13.","<b>MT R. Haldean; Horn Island Channel, MS<\/b> 2001-02-13<br />\n<i>Maya crude<\/i> - 87740 m³<br />\nAt approximately 1510 CST the NOAA ASSC was contacted by MSO Mobile and notified of the M/T R HALDEAN aground in the dump site just outside the Horn Island Channel, position: 30? 10.74'N/088? 33.3'W (approximately 3nm SW of Petit Bois Island, MS).   This is south of Pascagoula, Mississippi.  The M/T HALDEAN is 784.9' in length with a draft of 36'.  Total cargo on board consists of 460,000 barrels of Maya Crude.  An overflight has been conducted and there is no report of any oil in the water at this time.  USCG district 8.","<b>MV C. A. McCall; East Timbalier Island, LA<\/b> 2001-01-13<br />\n<i>marine diesel fuel<\/i> - 34 m³<br />\nThe NOAA SSC was notified by MSD Houma of a grounded support vessel off East Timbalier Island, Louisiana at 1100 hrs on Saturday, 13 January 2001.  The MV Carol Ann McCall was employed to transport personnel to the nearshore oil and gas facilities in the Terrobonne - Timbalier Bay area.  The vessel was carrying an estimated 7,500 gallons of marine diesel fuel and an unknown quantity of lube oils.  No personnel injuries were reported (nor was the actual cause of the grounding).  USCG district 8.","<b>FV Sandra D; Cape Mendicino, CA<\/b> 2000-07-19<br />\n<i>diesel<\/i> - 16 m³<br />\nThe Sandra Dee, a 63' fishing vessel carrying approximately 3,600 gallons of diesel,is afire and adrift about 9 miles off Cape Mendocino at 40? 21.7' N by 124? 35.4' W.  No oil has been reported leaking from the vessel.  The crew has been rescued.\u000bOnscene reports are that the vessel has not drifted very far over the last few hours despite 12 knot winds from the NW.  This is believed to be the case due to the vessel dragging fishing equipment in the water.  USCG district 11.","<b>TV Tuatsi; Delaware Bay, DE<\/b> 2000-04-07<br />\n<i>urea, ammonium nitrate, #6 fuel oil, lubricating oil<\/i> - NA m³<br />\nAt about 1130 on April 7th, the Russian vessel MT Tuapse went aground in Delaware Bay at Miah Maull Shoals due to a steering failure.  On board are 44,000 metric tonnes of urea and ammonium nitrate (liquid fertilizer) as well as an undetermined quantity of #6 Fuel Oil and lubricating oil.  The vessel is reported to be moving slightly on a sandy bottom.  No pollution has been observed.  Pollution response equipment is standing by and tugs are enroute with an ETA of 2000 - 2200 this evening.  The vessel could be pulled off as early as midnight tonight.  NOAA is providing trajectory information and weather.  USCG district 1.","<b>T/V Eagle Baltimore; Gravesend Bay, New York<\/b> 2000-03-20<br />\n<i>Hibernia crude oil<\/i> - 114561 m³<br />\nAt approximately 1245 EST today 3/20/00, USCG Activities New York was notified that the T/V Eagle Baltimore was aground in Gravesend Bay Anchorage, outside of the Narrows in New York Harbor.  The double-hulled tanker is carrying 599,000 barrels of Hibernia crude oil.  No oil has been released at this time.  \u000b\u000bThe NOAA SSC was notified and is providing trajectory analysis, weather and tide forecasts, and ADIOS output.  USCG district 1.","<b>F/V American Star; Unimak Island, Alaska<\/b> 2000-02-11<br />\n<i>diesel, lube, and hydraulic oil<\/i> - NA m³<br />\nOn the morning of February 11, 2000, a fire broke out on the F/V American Star, a 140-foot crabber/tender, just south of Unimak Island.    A mayday rousted a helicopter from the deck of the USCG Mellon, and successfully removed the crew of five from the burning  vessel.   At this point, the unmanned vessel was only a few miles offshore and the wind was 30 knots from the southeast  blowing it towards a grounding on the southeast side of Unimak Island.   With rocky shores to roughly one mile either side, the vessel grounded in the afternoon on a sand and gravel beach.  The steel hull remained intact, and no pollution was observed.  Then began a month long dance with the weather as the salvor, Dan Magone from Dutch Harbor, tried several times to reach the vessel only to be thwarted by the weather and  high seas.  Finally large bladders were flown in by the Coast Guard, and the salvor successfully pumped the fuel and removed the drums from the vessel, with no pollution to the environment.    NOAA provided support to the USCG by keeping track of the weather and weather forecasts, and by coordinating information from the resource agencies on sensitivities in the vicinity.  Grounding occurred only one mile from the mouth of the Lazaref River, a salmon spawning stream where there may be chum and/or pink salmon eggs in the intertidal gravels.   Other information from the USFWS indicated that loose concentrations of waterfowl including Steller's eiders (threatened species), scoters, emperor geese, and cormorants had been observed in the vicinity only 3 days earlier.  USCG district 1717.  Keyword: none.","<b>FV ISABELLA; Pfeiffer Point, CA<\/b> 2000-01-06<br />\n<i>diesel<\/i> - 0 m³<br />\nAt approximately 0100 on 06JAN00, the owner of the F/V Isabella, a 40' wooden hull boat, noticed the vessel was listing severely and had taken on quite a bit of water.  The vessel is located just offshore of Pfeiffer Point, CA (37? 13.1'N, 121? 48.1' W) within the Monterey Bay National Marine Sanctuary and the California Sea Otter State Game Refuge.  A rescue was initiated and two of the three crew members were returned to safety, the third member perished.  The vessel remains in about 50' of water, approximately 200 yards offshore, partially submerged.  The vessel is oriented vertically, with its bow floating just above water and the stern almost touching the bottom.  An estimated 80 gallons of diesel fuel remain onboard and there have been no signs of sheening reported at this time.  USCG district 11.","<b>F/V Siddie Golden; Ocracoke Inlet, NC<\/b> 1999-12-20<br />\n<i>diesel<\/i> - NA m³<br />\nOn the morning of 20 December the F/V SIDDIE GOLDEN went aground at the entrance to Okrakoke Inlet.  Initial attempts to refloat the vessel by Coast Guard Group Cape Hatteras and other fishing vessels were not successful.  The owner of the fishing vessel reported that he had no insurance to hire a clean up contractor to stand by if an oil release occurred during further salvage attempts.  Marine Safety Office Hampton Roads opened the pollution fund and hired Industrial Marine Services to provide cleanup services if oil was released.  The F/V SIDDIE GOLDEN was pulled free the morning of 22 December 1999.  The vessel was towed to Silver Lake on Ocracoke Island.  The vessel was reported to not have sustained any visible damage and no pollution resulted form the grounding and salvage efforts.  USCG district 5.  Keyword: potential grounding, fishing vessel, inlet.","<b>T/V APNOIA; Jay Bird Shoals, Wilmington, NC<\/b> 1999-12-20<br />\n<i>diesel<\/i> - 1673 m³<br />\nEarly in the morning of 20 December 1999 the T/V APNOIA was outbound from the Port of Wilmington when the vessel lost power and propulsion and ran aground on sandy bottom west of Buoy #7 at Jay Bird Shoal.  The vessel had discharged its cargo of #6 fuel oil in Wilmington and was transiting in ballast.  The vessel had 368,000 gallons of diesel fuel on board.  The T/V APNIA was refloated and underway by 1600 hours of the 20th of December.  The vessel proceeded to Folly Anchorage where an underwater survey was conducted showing no damage.  USCG district 5.  Keyword: ballast, soft bottom, grounding, double bottom tanker, transiting in ballast.","<b>M/V Spirit of 98; Tracey Arm, southeast Alaska<\/b> 1999-07-27<br />\n<i>diesel and lube oil<\/i> - NA m³<br />\nThe USCG MSO Juneau office reported that at 0900 on July 27, 1999, the 192-foot cruise ship, M/V Spirit of 98, hit a rock in the eastern end of Tracy Arm in southeast Alaska making a hole into the engine room.  No fuel tanks were punctured and no release of fuel occurred.   Nevertheless, the vessel was in jeopardy of sinking because of the flooding engine room.   The eastern 5 to 6 miles of Tracy Arm are vertical cliffs with no beach to intentionally ground the vessel to keep it from sinking.   The captain was able to motor the vessel far enough to the west to intentionally ground the vessel 6 to 7 miles from its collision point.  Meanwhile the USCG responded with air-lift pumps and crew to stem the incoming water.  The USCG Cutter Anacapa was on-scene and constructed a cofferdam around the leak for a concrete patch.   With the engine room dewatered, the Spirit of 98 was towed to Ketchikan for repairs.  USCG district 17.  Keyword: none.","<b>MV NAVIOS PIONEER; Port Royal Sound, SC<\/b> 1999-07-21<br />\n<i>#2 fuel oil, IFO-180, and gas oil<\/i> - 5637 m³<br />\nAt approximately 0400 this morning, 21 July, 1999 the M/V NAVIOS PIONEER ran aground on a mud sand bank.  The grounding occurred near the entrance to Port Royal Sound, SC in position 32 -05.8 N and 080-35.05 W.  The vessel was inbound and ran hard aground between buoys 4 and 5.  The vessel remains aground and may be blocking the channel.  The vessel is currently drawing 27 feet and soundings indicate 27 feet of water. \u000bThe M/V NAVIOS PIONEER is 590 feet and was carrying a cargo of crushed granite.  The vessel contains 60 metric tons of Fuel Oil #2,  532 metric tons of IFO-180, and 25 metric tons of Gas Oil.  Presently there is no indication of pollution and the potential for release is considered unlikely.  On scene weather conditions at 1000 were SW winds at 5-10 kts, seas 2 feet or less and temperature 28 C.  USCG district 7.","<b>C/V Independent Spirit; Hopewell, Virginia<\/b> 1999-05-27<br />\n<i>bunker fuel<\/i> - NA m³<br />\nOn May 27, 1999, the C/V Independendent Spirit notified MSO Hampton Roads that they had run aground on the mud bottom of the James River at a bend approximately 1.5 miles north of Hopewell, Virginia.  The vessel was aground the full length of the port side.  No pollution was observed and no sign of damage was detected after sounding all fuel tanks.\u000bOn May 28, 1999, the vessel was refloated without incident with the assistance of three tugs and deballisting operations.  The vessel proceeded to the Port of Hampton Roads where no damage to the vessel's bottom plates was reported.  USCG district 5.  Keyword: potential, double bottom.","<b>MV Algontario; Middle Neebish Channel, Michigan<\/b> 1999-04-05<br />\n<i>IFO 180, Diesel<\/i> - 596 m³<br />\nOn April 5, 1999, the M/V Algontario ran aground in the St. Mary's River near Johnson's Point in Middle Neebish Channel.  No release of cargo or fuel bunkers was seen during the initial USCG overflight.  The vessel grounded on the Canadian side of the river, and for the most part, Canadian interests conducted the response efforts.  However, the grounding posed a high risk of contamination that would involve United States' efforts if a spill were to happen.  By day two, the vessel's Oil Spill Response Organization (OSRO) had boomed off the ship and lightering operations were underway. OSRO are many cleanup agencies or companies  that can be contracted by a vessel that has a U.S. port on its itinerary. The names of OSRO's are supplied to the vessel by the USCG to be used voluntarily to secure an agency to perform cleanup operations during the ship's transit in US waters.  The Canadians have a similar program but they are called simply ROs (Response Organizations).  The National Strike Team (NST) Coordination Center reviews each company that wishes to be included on the OSRO list.  They must meet certain criteria to be allowed as a response organization.  Once approved any vessel determines which OSRO will be suitable for their area of transit and what they are carrying.  Or they may contract an organization elsewhere to suit their's and the USCG's needs.  On day three the vessel was successfully pulled off and anchored for a hull inspection by divers.  There was no major damage to the vessel's integrity so she was allowed to steam to a dry dock facility for repairs.  The USCG monitored the situation.\u000bThe ship is carrying a cargo of powdered cement and has 98.2 metric tons(105,000 gallons) of IFO 180 fuel oil and 98.2 metric tons(27,000 gallons) of diesel. No product has been spilled.  USCG district 9.  Keyword: potential.","<b>M/V Hekifu; Dutch Harbor, Alaska<\/b> 1999-02-19<br />\n<i>bunker C, diesel, and lube oil<\/i> - NA m³<br />\nOn February 19, 1999, during an unexpectedly intense storm event with 100 mph winds, icing conditions, snow, and zero visibility that knocked out local communications, the Liberian-flagged freight ship M/V Hekifu ran aground at Rocky Point in Dutch Harbor, Alaska.  It appeared that we had another Kuroshima on our hands, and the USCG and the state prepared to fly oil-spill response gear and personnel to the harbor from Anchorage as soon as weather permitted.  The USCG and local tugs successfully pulled her off the rocks with no loss of oil.  Fortunately the CGC Mellon was able to get outside Unalaska Bay and serve as a communications platform after all the local communications were lost.  NOAA was asked for weather information and reported that gale force winds were predicted to continued through the weekend with some possible calming on February  22, 1999  USCG district 17.","<b>TB CTCO 2601; Tampa Bay, FL<\/b> 1998-12-15<br />\n<i>light lube oil<\/i> - 4392 m³<br />\nThe T/B CTCO 2601, being towed by the tug Camie Cenac, and loaded with 23,000 Bbls of a light lube oil ran aground in Tampa Bay last night at 2000 local time.  It is reportedly hard aground on a sand bottom at position 27 degrees, 41.54 minutes north and 082 degrees, 34.34 minutes west, a location 3 miles west of Palmetto and west of Port Manatee.  The vessel appears to be aground along the entire length of the hull except at the starboard forward rake.\u000b\u000bThe vessel dimensions are 236 feet x 52 feet x 15.5 feet.  It has 5 port tanks and 5 starboard tanks with 2300 Bbls of lube oil in each tank.  Both the bow and stern rakes are empty.   No product has been reported leaking but damage to the vessel has not been fully assessed at this time. \u000b\u000bThe shorelines in the area are highly sensitive and water depths are typically very shallow, especially to the east in Cockroach Bay were there is a preserve containing seagrass beds and mangroves.  USCG district 7.","<b>Sunken Vessel; Freeport, Texas<\/b> 1998-11-09<br />\n<i>marine diesel2<\/i> - 14 m³<br />\nOn November 9, 1998, USCG Station Freeport received a cellular phone call from the F/V Joyce.  She was listing hard to port and taking on water in 8- to10-foot seas southeast of Freeport, Texas.  Fearing the vessel would sink, the three crew members were safely hoisted by a USCG HH-65 and taken to shore.  NOAA was notified of this incident by MSO Galveston who requested a tactical trajectory and evaluation of the potential environmental threat of spilled diesel.  The fishing vessel was reported sunk about 1 mile off the Texas coast, just south of Freeport.  The vessel had 3, 00 gallons of diesel fuel onboard.  NOAA provided detailed trajectory implications.  Subsequent overflights identified the vessel as awash, but not sunk.  There were no reports of oil leaking from the vessel and the vessel was salvaged.  USCG district 8.  Keyword: none.","<b>Jack-Up Rig; Timbalier Bay, Louisiana<\/b> 1998-09-11<br />\n<i>crude oil<\/i> - NA m³<br />\nNOAA HAZMAT was notified at 1330 PDT that the jack-up rig R.E. Thibodeaux was adrift in the Gulf of Mexico, south of Timbalier Bay, Louisiana.  The initial reported location was 28?59'N, 090?15'W at 1300 CDT.  The rig is reported to be dragging one of its \"legs\" and there is concern that it could damage submerged pipelines in the area.  No pollution has been reported but strong winds, rough seas, and torrential rain in the Gulf of Mexico as a result of Tropical Storm Francis have restricted overflights and access to the rig.  The NOAA SSC has been notified and is standing by and an initial verbal trajectory and weather forecast have been prepared.  USCG district 8.  Keyword: potential spill.","<b>M/V Author; Ponce, Puerto Rico<\/b> 1998-09-08<br />\n<i>Diesel, heavy fuel oil<\/i> - 21821 m³<br />\nOn September 8, 1998, the container ship M/V Author was hard aground on the south coast of Puerto Rico near Ponce.  Onboard were 414 metric tons of diesel and 1979 metric tons of heavy fuel oil.  No product was released when the grounding occurred.   The vessel grounded approximately 1.5 miles off shore of very sensitive mangrove islands and shoreline.  Winds were east at 10 knots, seas 2 to 3 feet.  USCG district 7.  Keyword: Corexit 9500.","<b>MV Author; Ponce, Puerto Rico<\/b> 1998-09-08<br />\n<i>diesel and heavy fuel<\/i> - 21776 m³<br />\nThe NOAA SSC was contacted at 0940 Central time this morning and was notified that the container ship M/V Author was hard aground on the south coast of Puerto Rico near Ponce.  Position is 17 degrees 56.3 minutes North, 066 degrees 37.6 minutes West.  It was reported that 414 metric tonnes of diesel and 1979 metric tonnes of heavy fuel oil are on-board.  No product is reported to be in the water.  The vessel is approximately 1.5 miles off shore.  Winds are east at 10 kts, seas 2-3 feet.  The MSO has requested resources-at-risk and trajectory information.  It is expected that a SSC will be going on-scene.  USCG district 7.","<b>F/V Turner Ross; Wanchese, North Carolina<\/b> 1998-07-06<br />\n<i>diesel<\/i> - 1 m³<br />\nOn July 6, 1998, USCG Group Cape Hatteras received a report of a sinking vessel.  The USCG Response Team found the F/V Turner Ross sank in approximately 10 feet of water in Pamlico Sound near Wanchese, North Carolina.   The owner of the vessel reported that there may have been 150 gallons of diesel fuel onboard and hired a commercial salvor and diver from Foster Survey and Claims.  By the end of the day, the diver had plugged the fuel vents. There was a report that there was little sheening from the sunken vessel.  During the next few days, the winds remained from the north and northeast at over 10 knots with 2- to 3-foot seas.   During this time, salvage operations were not attempted and little sheen was observed coming from the vessel.  USCG district 5.  Keyword: none.","<b>Barge Coastal 2010; Marseilles Locks, Illinois River<\/b> 1998-06-10<br />\n<i>#6 fuel oil<\/i> - 3819 m³<br />\nAt approximately 1245 CDT, the south bound (down river) M/V Les Sutton, pushing four barges, made up two by two, grounded one mile south of the Marseilles locks in the Illinios River.  The grounded barge, \"Coastal 2010\" is carrying approximately 20,000 barrels of No. 6 fuel.  No release has been reported and the potential for release is considered low due the soft muddy sediments.  USCG district 2.  Keyword: potential.","<b>T/B Gregory; Norfolk, Virginia<\/b> 1998-01-15<br />\n<i>gasoline<\/i> - 141 m³<br />\nAt 0700 hours on January 15, 1998, the tug Neil McAllistar struck the tank barge Gregory near Sewalls Point in the Port of Hampton Roads.  The Gregory contained 31,000 gallons of gasoline.  There was some damage to the Gregory, however; there was no release of gasoline.  USCG district 5.  Keyword: potential.","<b>Atlantic Bulker; Mount Hope Bay, MA<\/b> 1997-12-29<br />\n<i>IFO 180<\/i> - 750 m³<br />\nAt approximately 0630 EST, the M/V Atlantic Bulker grounded north of the turning basin as she was attempting to tie up at the Brayton Point Power Station with a cargo of coal.  The vessel grounded by the bow in soft sediments.\u000b\u000bLat: 41? 42' 28.4\"          Long.: 071? 11' 11.8\"    NOAA Chart #13227\u000b\u000bFuel:  IFO 180,   API 13.1\u000b#2 Starboard Tank = 42,200 gallons\u000b# Starboard Tank = 122,900 gallons\u000b\u000bThe vessel is tied to the pier by the stern.  5 Tugs are standing by.\u000b\u000bNo oil has been released.  USCG district 1.","<b>F/V Fortuna 21; Pearl Harbor, HI<\/b> 1997-10-30<br />\n<i>Diesel<\/i> - 309 m³<br />\nThe F/V FORTUNA 21 ran aground approximately 1 nm south of the entrance to Pearl Harbor, HI at 1100 HST on October 29, 1997.  The vessel had 68,000 gallons of diesel on board.  Attempts to refloat the vessel were unsuccessful. No oil was reported in the water.  On-scene weather:  wind 070 degrees at 12 knots; seas 070 degrees at 3 feet.  The NOAA SSC was contacted by MSO Honolulu at 1800 HST and requested to provide trajectory and fate/effect information for instantaneous release of 68,000 gallons of diesel.  The Honolulu NWS forecast is for trade winds at 15 knots through Friday.  There is a potential for Kona winds to develop Saturday morning.  NOAA provided weather forecast, ADIOS weathering data and statistical trajectories for E and ENE wind scenarios.  MSO Honolulu reported the vessel was successfully refloated October 30 at approximately 0330.  USCG district 14.","<b>T/B 106; Fort Eustis, Virginia<\/b> 1996-01-19<br />\n<i>gasoline<\/i> - 91 m³<br />\nOn January 19, 1996, the tug Triumph reported that her tow, T/B 106, had grounded with 20,000 gallons of gasoline onboard, near the James River Light #36 near Fort Eustis, Virginia.  T/B 106 was subsequently refloated without causing environmental damage or pollution.  USCG district 5.  Keyword: none.","<b>Freighter Forum Chemist; Gulf of Mexico, 35 miles SSE of SW Pass, Mississippi<\/b> 1994-07-01<br />\n<i>fuel oil, heavy oil<\/i> - 2955 m³<br />\nOn July 1, 1994, the 659-foot freighter Forum Chemist reported an engine room fire, which could have been started when a broken fuel line to the diesel generator sprayed fuel on the hot exhaust manifold.  \u000b\u000bOf initial concern was the presence of Tropical Storm Alberto in the Gulf of Mexico forecasting a potential of 50-knot east winds on site.  July 2, the storm had moved from the original forecast and 25-knot north winds were being forecasted.  \u000b\u000bThe fire on the Forum Chemist  was extinguished the evening of July 3,1994.  July 4, the ship was surveyed by a marine chemist and approved for transit by tow. No pollution was ever sighted from ship.  USCG district 8.  Keyword: none.","<b>T/V BOW PETROS; Conamicut Pt., Narragansett Bay<\/b> 1992-12-30<br />\n<i>Heavy Oil<\/i> - NA m³<br />\nSSC was paged at 1645 by HAZMAT regarding a potential in MSO Providence's Area of Resposibility (AOR).  The T/V Bow Petros had grounded in a ballasted condition (no cargo) off of Conamicut Pt. (Narragansett Bay), no oil had been released.\u000bSSC prepared and FAXed to MSO, resources at risk information, weather forecast, tide table and a basic trajectory forecast (which was confirmed by Dr. Lear, MASS).\u000bAt 2100, the MSO informed the SSC that the vessel had refloated, with no pollution, and was heading for dry-dock for inspection.  USCG district 1.  Keyword: none.","<b>T/B Hygrade 22; Haddam, Connecticut<\/b> 1991-11-19<br />\n<i>#2 fuel oil<\/i> - 3182 m³<br />\nT/B Hygrade 22 grounded in the Connecticut River near Haddam, Connecticut at 0300 local time, November 18, 1997.  Captain of the Port (COTP) Long Island Sound (LIS) was notified and responded at 0330.  The barge was carrying 700,000 gallons of #2 fuel oil.  No oil was spilled.\u000bThe USCG Atlantic Strike Team (AST) responded to the scene and oversaw the lightering of the barge. Equipment was pre-staged at identified sensitive areas from the Area Contingency Plan and others identified by the Connecticut Department of Environmental Protection (CTDEP). High tide was at 1500 and the barge refloated at 1515.\u000bThere were no leaks and no oil was lost.  After refloating, the barge continued on to her destination.  USCG district 1.  Keyword: none.","<b>Michelle Lane; Nomansland Island, Massachusetts<\/b> 1991-11-05<br />\n<i>diesel<\/i> - NA m³<br />\nDuring a storm on October 31, 1991, (a violent \"nor'easter\" referred to  by the Federal Emergency Management Agency as \"Nor'easter SAM\") the 50-foot, steel-hulled fishing vessel Michelle Lane ran hard aground on the southern shore of Nomansland Island (southwest of Martha's Vineyard).  The crew was rescued by U.S. Coast Guard (USCG) search and rescue crews.  The hull was intact and no release was reported.  Due to the force and timing (at high tide) of the storm, the vessel was transported over a long, shallow, rocky approach and deposited in the sand and cobble at the high-tide line.  Because the ship was stable and its hull intact, the probability of release was considered small.  USCG district 1.  Keyword: Clean Harbors Cooperative, ordnance.","<b>M/V SEA JADE; Dutch Harbor, Alaska<\/b> 1991-08-23<br />\n<i>IFO, diesel<\/i> - 1464 m³<br />\nOn the morning of August 23, 1991, approximately 39 miles north of Dutch Harbor, Alaska, two large fish processing vessels collided  during calm seas and clear weather. The motor vessel OCEAN AYA ripped a 5-meter long fracture from the waterline to the deck of the motor vessel SEA JADE.  The estimated fuel on board included 276,500 gallons of IFO and 45,435 gallons of diesel.  Initial reports were that no fuel had leaked and there were no personnel casualties.  USCG district 17.","<b>M/V PRINCE WILLIAM SOUND; Dutch Harbor, Alaska<\/b> 1991-04-22<br />\n<i>Diesel<\/i> - 614 m³<br />\nOn the afternoon of April 22, 1991, the PRINCE WILLIAM SOUND, a 180-foot fish processing vessel, caught fire while moored at Captain's Bay at Unalaska Island.  The vessel carried an estimated 135,000 gallons of diesel fuel.  There were also limited quantities of oxygen, acetylene, and ammonia bottles; ten barrels of lube oil; and seven barrels of gasoline stored on deck.  The fire was started by a welding operation in the tool room, which caused a fire in adjacent packing boxes.  The local fire department attempted unsuccessfully to put out the fire.  A decision was made to tow the burning vessel out to sea a safe distance northwest of Unalaska Island.  USCG district 17.","<b>M/V JESULA II; Miami, Florida<\/b> 1991-03-28<br />\n<i>Bunker C<\/i> - 32 m³<br />\nOn March 28, 1991, the 177-foot, 498-ton motor vessel, JESULA II, carrying general cargo, caught fire east of Miami, Florida.  The vessel was reported to have approximately 7,000 gallons of Bunker C and 110 gallons of lube oil onboard.  First reports said that the vessel was 80 percent engulfed in fire, but no oil had been seen in the water.  USCG district 7.","<b>T/V KEYSTONE CANYON; Central California<\/b> 1990-12-04<br />\n<i>Alaska North Slope Crude oil<\/i> - 164114 m³<br />\nOn Sunday, December 2, 1990, 100 miles off Puget Sound, Washington, the tanker vessel KEYSTONE CANYON, carrying 859,000 barrels of Alaska North Slope crude oil, discovered a 20-foot vertical hull fracture near her #3 segregated ballast tank.  No oil had spilled and immediate measures were taken to reduce flooding and dewater the tank.  The captain of the ship reported the fracture to the U.S. Coast Guard Marine Safety Office (MSO), San Francisco on December 3.  The KEYSTONE CANYON planned to rendezvous with a salvage/diving tug and a lightering tanker 120 miles off San Francisco.  USCG district 11.","<b>F/V COLLIPSO; Nantucket Island, Massachusetts<\/b> 1990-11-30<br />\n<i>Diesel<\/i> - 18 m³<br />\nAt approximately 0500 on November 30, 1990, the fishing vessel COLLIPSO ran hard aground near Great Point on Nantucket Island, Massachusetts.  At the time of the grounding, the exact location of the ship was unknown.  The vessel reported that she was 2 to 3 hundred yards offshore, carrying 4,000 gallons of diesel fuel.  No oil had been released.  USCG district 1.","<b>M/V COLUMBINE; Tolchester Beach, Maryland<\/b> 1990-11-01<br />\n<i>Bunker C, diesel<\/i> - 2546 m³<br />\nAt approx 1430 hrs on 1 Nov 90 a 582 ft container ship,COLUMBINE, went aground in good weather just south of buoy \"25B\" near the Eastern Shore of Chesapeake Bay opposite Baltimore.  Coordinates are approx. 39 15\", 76 14\". No pollution reported, however, bunkers are in the double bottom. Total bunkers are 11,592 bls of bunker \"C\" and 1,739 bls of diesel. The vessel was not refloated during the higher of the high tides of 1 Nov 90 at approx 1830 hrs.  The next high tide of 2 Nov is approx 0630 hrs and the high of the high tides of 2 Nov is 1930 hrs. The location of buoy 25B is near shore and the vessel is estimated very near this Eastern Shore. At this time, the threat of this grounding is small.  USCG district 1.","<b>NORTHERLY ISLANDER; Cape Hatteras, North Carolina<\/b> 1990-10-26<br />\n<i>Diesel<\/i> - 186 m³<br />\nDuring severe weather on October 26,1990, the dredge barge NORTHERLY ISLANDER, dragged anchor and collided with the bridge at Oregon Inlet, North Carolina   The bridge spans Oregon Inlet that connects Pamlico Sound to the Atlantic Ocean.  The collision removed the bridge and the barge was aground and grinding on the bottom at the site.  The barge carried approximately 41,000 gallons of diesel and an unknown quantity of lubrication oil.  No oil was released.  USCG district 5.","<b>T/V UNIVERSAL MONARCH; Southwest Pass, Mississippi River<\/b> 1989-09-25<br />\n<i>Venezuelan heavy crude<\/i> - 98196 m³<br />\nAt midnight on September 25, 1989, the tanker UNIVERSAL MONARCH ran hard aground just after entering the Southwest Pass of the Mississippi River.  The MONARCH, a single-hull vessel under Panamanian flag, was loaded with 515,000 barrels of Venezuelan heavy crude and was en route to a refinery in Chalmette, Louisiana.  Six tugboats tried unsuccessfully to pull her free.  Early morning U.S. Coast Guard overflights noted no leakage from the vessel.  USCG district 8.","<b>T/V R. HAL DEAN; Bayou Cassotte, Pascagoula, Mississippi<\/b> 1989-07-14<br />\n<i>Mayan crude<\/i> - 75465 m³<br />\nAt 1840 on July 14, 1989, the Chevron tanker R. HAL DEAN, loaded with 395,000 barrels of Mayan crude, ran hard aground while moving into the Bayou Cassotte and Pascagoula Ship Channel near buoy #14.  Although the vessel was grounded in soft sediments approximately eight nautical miles south-southeast of Pascagoula, Mississippi, and was reportedly not leaking, there was concern because she is a single-hulled vessel and was in an area studded with abandoned buoy anchors and other debris.\u000bChevron's plans, approved by the U.S. Coast Guard Marine Safety Office (MSO), Mobile, called for lightering and then refloating the R. HAL DEAN using the vessel's engines and tug boats as needed.  USCG district 8.","<b>F/V TARPON; Port Moller, Alaska<\/b> 1989-06-19<br />\n<i>Diesel fuel<\/i> - 136 m³<br />\nEarly in the morning on June 19, 1989, the TARPON, a double-bottomed, 175-foot fishing supply vessel, ran aground at high tide on the sand bar south of Port Moller.  None of the vessel's 30,000 gallons of diesel fuel was reported in the water.  USCG district 17.","<b>T/V O.M.I Leader; Virginia Beach, Virginia<\/b> 1989-06-15<br />\n<i>Number 6 fuel oil<\/i> - 43779 m³<br />\nThe 632-foot tanker, O.M.I. LEADER, carrying 9,630,000 gallons of number 6 fuel oil, ran aground five miles east of Virginia Beach, Virginia on around 2100, June 14, 1989.  The Coast Guard Marine Safety Office (MSO), Hampton Roads, advised the vessel to take no action, other than soundings, to pull the ship off the bottom until MSO investigators arrived.  USCG district 5.","<b>T/S SEA KING; Chesapeake Bay, Virginia<\/b> 1988-10-24<br />\n<i>Arabian crude oil<\/i> - 90922 m³<br />\nJust after midnight on October 24, 1988, the 850-foot tank ship SEA KING, carrying 20,000,000 gallons of Arabian crude oil, ran aground at the entrance of the Chesapeake Bay near Norfolk, Virginia.  Although three-fourths of the vessel length was aground on the mud/sand bottom, refloating was expected to occur without incident.\u000bOn the third attempt, five tugs helped refloat the SEA KING at 0645 on October 25, 1989.  No pollution to the environment occurred.  The vessel proceeded to the Sewell's Point anchorage for a bottom survey.  USCG district 5.","<b>M/V Matsukaze; Whiskey Creek, Washington<\/b> 1988-04-28<br />\n<i>Vegetable oil, tallow, cottonseed oil, lube oil<\/i> - NA m³<br />\nAt dawn this morning the tanker Matsukaze carrying Vegetable Oil, Tallow and Lube Oil became grounded at Crescent Bay.  Two ballast tanks are known to be holed, but as yet nothing has been seen in the water.  Dave Kennedy, the SSC, is in Alaska and is expected back in Seattle tomorrow.  The vessel is hard aground, so salvage is expected to take at least a couple of days. MSO Seattle is en route to Crescent Bay (near Port Angeles) at this time.  USCG district 13.","<b>Steelhead Platform Blowout; Cook Inlet, Alaska<\/b> 1987-12-21<br />\n<i>oil well fire<\/i> - NA m³<br />\nRCVD REPORT VIA LANDLINE THAT THE STEELHEAD PLATFORM  HAD SUFFERED A BLOWOUT AND THAT THE CREW WAS PREPARING TO EVACUATE. AIR STATION KODIAK LAUNCHED A C-130 A/C AND A H-3 HELO AND THE CGC SEDGE GOT UNDERWAY TO SCENE.  THE BLOWOUT DID NOT REPORTEDLY RELEASE ANY OIL OR LIGUID PETROLEUM INTO COOK INLET, AND WAS VENTING GAS ONLY.  MOMENTS AFTER A PROGRESSIVE EVACUATION OF THE PLATFORM WAS COMPLETED, THE PLATFORM ERUPTED INTO FLAMES. ALL PERSONNEL ARE ACCOUNTED FOR AND REPORTED UNINJURED.  THE RIG CONTINUES TO BURN OUT OF CONTROL.  CGC SEDGE CONTINUES ENROUTE AND THE H-3 HELO IS STAGED AT KENAI FOR MSO ANCHORAGE SUPPORT  USCG district 17.","<b>F/V Ocean Clipper; St. Paul Island, Pribilof Islands, Bering Sea<\/b> 1987-03-23<br />\n<i>Diesel, hydraulic oil<\/i> - NA m³<br />\nSubj vsl remains agound off Reef Pt., Sea Lion Rocks, SW tip of St. Paul Is. with lube, diesel and hydraulic oils on board.  Owner has taken no action to remove oil. b.  2 MSO and 2 PST reps and equipment arrived St. Paul Is.  USCG district 17.","<b>T/B Interstate 70; Boston Harbor, Mass<\/b> 1986-11-27<br />\n<i>Unleaded gasoline<\/i> - 12047 m³<br />\nAt approximately 2240 on November 26, 1986, the tank barge Interstate 70, was moored alongside the tanker, Kriti Mountains when the Kriti Mountains' anchor gave way and both vessels grounded in shoal waters adjacent to Deer Island at the approaches to Boston's inner harbor.  The tank ship was empty of cargo with bunkers aboard totaling 4,000 barrels.  The tank barge was carrying about 63,000 barrels of unleaded gasoline.  The grounding of the vessels occurred immediately after completing lightering operations in the anchorage.  Initial reports indicated that there was no apparent hull damage to either vessel.  USCG district 1.","<b>Log Ship Listing; Longview, WA<\/b> 1986-08-19<br />\n<i>Unknown<\/i> - NA m³<br />\nA log ship tied up at a pier in Longview, WA is listing 24 degrees and is aground. There are 900 metric tons of #6 aground. No pollution yet.","<b>F/V Grounded in Cape Cod Bay; Cape Cod Bay,<\/b> 1986-06-11<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V grounded in Cape Cod Bay with 700 gal of diesel on board. It is not leaking at the present time. On Scene winds 15-20 kts from the East.","<b>Ship grounded at East Rockway Inlets; East Rockway Inlet, NY<\/b> 1985-10-25<br />\n<i>Unknown<\/i> - NA m³<br />\nA Ship Was Grounded At East Rockway Inlet At 0600 EDT. It had 16000 Barrels Of #2 Diesel On Boards- It Was Not Leaking. An Attempt will Be Made To Lighter It And Pulll It Off The Bottom At about Noon EDT.","<b>F/V New Moon; Watch Pond, Martha's Vinyard, NY<\/b> 1985-07-31<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V new Moon grounded on the beach off of Watch Pond at 1030 EDT Vessel is carrying 500 gal of diesel, 0 gal spilled thus far. Will offload and try to refloat on high tide 8/1.","<b>Banana Boat; Key Biscayne, FL<\/b> 1985-05-25<br />\n<i>Unknown<\/i> - NA m³<br />\nA 300 ft Banana boat grounded four miles outside of Key Biscayne, about 2.5 miles south of Fowery Rocks. No fuel lost, but a potential of 260 tons fuel oil.","<b>Pacific Progress; Chesapeake Bay<\/b> 1984-08-24<br />\n<i>Unknown<\/i> - NA m³<br />\nA brittish ship (the Pacific Progress) grounded on soft bottom near the Chesapeake Bay Entrance. The ship was carrying 367.1 Metric tons of Bunker, 227.6 metric tons of #2 and 56.2 metric tons of Iron Ore. No structural damage reported, no loss of pollutant. Would like to try to refloat on high tide.","<b>Barge in Chester River; Chester River, Kent Narrows<\/b> 1984-07-07<br />\n<i>Unknown<\/i> - NA m³<br />\nA barge ran aground earlier today in the Chester River (near Kent Narrows) No spillage yet total potential fo 12k barrells of #2 carried in 12 tanks.","<b>Morning Cloud; Chesapeake Bay<\/b> 1984-06-11<br />\n<i>Unknown<\/i> - NA m³<br />\nA loaded coal carrier the Morning Cloud grounded in Chesapeake Bay at 0715 EDT Ship was also carrying 700 Metric ton of heavy fuel oil & 130 Metric tons of diesel fuel. No oil reported lost.","<b>Ethel H (II); Hudson River, New York<\/b> 1977-02-04<br />\n<i>No. 6 Fuel Oil<\/i> - NA m³<br />\nOn February 4, 1977, at approximately 1900, the Ethel H (II)  ran aground on Con Hook Rock in the Hudson River near West Point, New York, while being towed by the tug McAllister Brothers.  The forward section of the barge began taking on water.  Due to darkness and heavy ice conditions, none of the 60,000 barrels of No. 6 oil aboard the Ethel H (II)  was observed to be leaking into the water at the time of the grounding.\u000bAt 0255 February 5, the dispatcher reported oil leaking from the #1 starboard tank on the Ethel H (II).  Oil was observed both north and south of the vessel, but did not reach the shore due to 12 to 20 inches of shorebound ice.  By 1015, the Ethel H (II)  had shifted partially off Con Hook Rock and was in danger of sinking.  Tugs assisted to help prevent the barge from sinking.  Sea Land Environmental Engineering Co, contracted by McAllister Towing Co., and the USCG Atlantic Strike Team (AST) arrived on-scene February 5.  After oil was pumped from submerged tanks, the barge's list was reduced to 15 degrees.  Once the barge was secured from sinking, Amerada Hess Corporation, owners of the Ethel H (II)  and McAllister Towing Co., refused responsibility for clean-up of any oil in the Hudson River.  The USCG took control of the cleanup, retaining Sea Land Environmental Engineering Company as the prime contractor.\u000bReports of oiled birds prompted the New York State Department of Conservation and the U.S. Fish and Wildlife Service to establish a primary bird cleaning center.  Several marinas and boat clubs on the Hudson reported oil impacts.  Extensive clean-up efforts continued through April 14, funded by the federal 3ll(k) oil pollution fund.  USCG district 1.  Keyword: Atlantic Strike Team (AST), Air-Deliverable Anti-Pollution Transfer System (ADAPTS), lightering, boom, vacuum truck, oil snares, manual removal, skimmer, high-pressure washing, fingerprinting, steam generators, Shell Solvent 70..","<b>FV ARIES sunk; Offshore of Umpqua Bar, OR<\/b> 2012-05-29<br />\n<i>diesel<\/i> - 2 m³<br />\nAt 0330 PST The NOAA SSC was contacted about a potential spill off of the Oregon Coast, 1.5 miles offshore of Umqua River Bar entrance. The 32' wooden hull FV ARIES went down, but did not release any pollutants. The vessel has a reported 400 gallons of diesel on-board. All aboard were safety evacuated. Weather and hypothetical release trajectory were requested.","<b>Grounded Barge; Columbia River, OR<\/b> 2009-07-09<br />\n<i>gasoline<\/i> - 4546 m³<br />\nUS EPA Region 10 called the NOAA SSC with a trustee notification that a double-hulled barge grounded this morning on the Columbia River at river mile 169.5 near the mouth of the Hood River. The barge is carrying 1 million gallons of gasoline. No gasoline has been spilled and responders are planning to lighter some of the cargo to facilitate refloating the barge.","<b>F/V Hot Tuna; Off Florence, OR<\/b> 2009-06-21<br />\n<i>Diesel<\/i> - 1 m³<br />\nSector Portland notified ERD of the 36-foot F/V Hot Tuna that sank in 160 feet of water off the Siuslaw River near Florence, OR.  The vessel was reported to be approximately 1000 feet offshore and carrying 150 gallons of diesel fuel;  though no release has been observed.  Sector Portland requested a trajectory estimate to support their response operations.","<b>M/V Lituya; Metlakatla, SE Alaska<\/b> 2009-01-30<br />\n<i>Diesel<\/i> - 32 m³<br />\nCall received from Sector Juneau at 0300, Jan. 30,  reporting that the Alaska Marine Highway ferry, the MV Lituya was aground on Scrub Island roughly one-half mile north of Metlakatla, SE Alaska, in 50 to 80 knot winds.  The vessel was successfully abandoned, but has 7000 gals of diesel onboard.   So far nothing has been released.   Sector Juneau requested a trajectory and weather forecast.","<b>Barge RTC 150; Western Long Island Sound, NY<\/b> 2009-01-22<br />\n<i>#2 heating oil<\/i> - 26830 m³<br />\nAt 1438R, TUG MEREDITH C. REINAUER with loaded Barge RTC 150 ran aground.  The Barge hit bottom near Execution Rocks, NY.  The barge was loaded with 140,517 bbls (5,901,714 gals) of home heating oil.  The barge is taking on water, but not discharging any oil att.  The barge is double hulled. The barge is at anchor approx 1/2 nm NE of Hart Island, NY.","<b>F/V Miss Michelle; Entrance to Grays Harbor, WA<\/b> 2008-09-15<br />\n<i>Unknown<\/i> - 5 m³<br />\n58 ft F/V sinking, but still afloat, at the entrance to Grays Harbor, near buoy 9. No spill but a potential of 1000 gallons of diesel.","<b>M/V Island Intrepid; Miami, FL<\/b> 2008-08-14<br />\n<i>Diesel<\/i> - NA m³<br />\nAt approximately 1530 EST on Aug.13, 2008, the M/V Island Intrepid, a 279ft. general cargo container, has run hard aground on a coral ledge in the entrance to the Port of Miami (\"Government Cut\").  Location: 25deg45.874N, 080deg08.014W. Steering failure has been reported as the cause.  The vessel is holed and taking on water, but no release of fuel or cargo has occurred. USCG Sector Miami notified NOAA ERD at approximately 1115 EST on 14Aug requesting a worst case oil spill trajectory for a potential spill of 72 MT (~23,000 gals) of diesel fuel.","<b>F/V Northern Mariner; Prince William Sd., Fleming Isl., Alaska<\/b> 2008-08-07<br />\n<i>diesel<\/i> - 114 m³<br />\nThe NOAA SSC was notified by MSU Valdez on the morning of August 8 of the intentional grounding  of the 92' F/V Northern Mariner two hours before the high tide on the previous afternoon of August 7 after striking a rock.   The vessel contains 25,000 gallons of diesel in 6 wing tanks, 3 on each side of the vessel and was loaded with fish,  but no release has occurred. The captain reports that damage occurred about 6 ft. from the nearest fuel tank - a one foot long hole in the forward engine room.   Four persons were successfully abandoned on the  evening  of August 7, and MSU Valdez has requested a trajectory for a possible release.  The vessel's proximity to the San Juan fish hatchery is of paramount concern to the Coast Guard. Current efforts are being focused on litering both the fuel and the fish to lighten the vessel as well as to partially deploy the pre-staged boom around the hatchery.","<b>Grounded Jackup vessel; Offshore of Belle Pass<\/b> 2008-08-04<br />\n<i>Diesel and lub oils<\/i> - 48 m³<br />\nThe vessel was having problems earlier this morning and is now ashore.\u000bIt has 8500 gallons of diesel and 2100 gallons of hydraulic oil.  No\u000bspill reported.","<b>Crowley Barge 180-1; Togiak, AK<\/b> 2008-07-23<br />\n<i>Gasoline and Jet fuel and diesel<\/i> - 1023 m³<br />\nThe Crowley Barge 180-1 is grounded on a beach near the Togiak Fisheries Inc. Cannery in Togiak, Alaska.  According to loading reports the barge has approximately 175,000 gallons of diesel, 24,000 gallons of gasoline, and 23,000 gallons of jet A fuel onboard.  The double-hulled barge was intentionally grounded (on a soft, sandy bottom) for the delivery of the fuel; however, it grounded too high on the beach to re-float.  There has been no spillage of any product and the likelihood of a release is considered small, but a hotline has been opened as a precaution. The owner is preparing a \"salvage\" plan, which will likely include off-loading a portion of the fuel onto another barge on Saturday.  The USCG has requested information on potential resources at risk in the event that there is spillage of all or part of the fuel.  The incident location is 59 degrees, 3 minutes north latitude and 160 degrees 20 minutes west longitude.","<b>Tug Yankee and Barge DBL151; Tampa Bay, FL<\/b> 2008-04-02<br />\n<i>#6 HFO<\/i> - 22530 m³<br />\nUSCG Sector Tampa/St Petersburg notified the SSC that the tug Yankee with Barge DBL 151 grounded at 1700 EST today (2Apr08) south of marker 14 in Egmont Channel, just outside of Tampa Bay, FL at position 27-36.39 N:  082-48.92W.  The barge is fuly loaded with 118,000 Bbls of #6 HFO.   No pollution has occurred at this time. The barge is on a sand dredge spoil bottom and out of the way of traffic.  Refloat attempt will be tried in the morning.  NOAA is generating weather forecasts, tides and currents, oil fate and an initial trajectory assessment based on tidal excursion and range along with forecast weather.\u000bVessel was successfully refloated after lightering a portion of the cargo without reported pollution before dark on Friday, April 4, 2008.","<b>M/V Centaurus Leader; Brunswick, GA<\/b> 2008-02-13<br />\n<i>HFO<\/i> - 6 m³<br />\nThe roll-on, roll-off container vessel Centaurus Leader ran aground 13Feb2008 while inbound to Brunswick, GA.  The position is at buoys 26 and 27, Lat 31-06.69; Long 081-28.18.  The vessel is grounded on mud bottom and reports damage to two tanks; #1 Stbd used for ballast and #1 Stbd/center which has 1320 gallons of Heavy Fuel Oil.  No release is reported at this time. \u000b","<b>M/V Lady Marie; Breton Sound, LA<\/b> 2007-12-11<br />\n<i>Diesel, lube oil<\/i> - 32 m³<br />\nThe SSC was notified by USCG at approx. 1600LT 11Dec07, that a crew boat (M/V Lady Marie) hit a well the previous night in Main Pass 44, Breton Sound, LA.  The vessel is still afloat and attached to the well platform.  Vessel reports 7,000 gals fuel and 100 gal lube oil on board.  No oil pollution reported from vessel or well at this time.  USCG requests trajectory for potential release.","<b>Tug Deschutes; Snake River, WA<\/b> 2007-12-02<br />\n<i>diesel fuel<\/i> - 27 m³<br />\nUSCG Sector Portland called 12/1 at 2 p.m. to report the Tug Deschutes is grounded and taking on water on the Snake River between miles 4 and 5 (near Pasco, about 4 miles from where the Snake River enters the Columbia River).  No significant oil release has occurred at this time.  The vessel is carrying approximately 6000 gallons of diesel fuel.  Sector Portland requested worst-case trajectory and oil fate information in the event of a release.","<b>Fishing vessel aground; Barnegat Light, NJ<\/b> 2007-10-11<br />\n<i>Diesel<\/i> - 11 m³<br />\nAt approximately 0750 local time, the 57-ft F/V Karen , a commercial scallop fishing vessel, was caught in currents and grounded in Oyster Creek Channel, Barnegat Inlet NJ.  No product has been released, but the vessel is on its starboard side and is carrying 2500 gal. of diesel.  Salvage team is aboard and awaiting Coast Guard approval to proceed.  Coast Guard has requested trajectory information from NOAA/ERD as guidance","<b>Tug Seneca; Lake Superior, MI<\/b> 2006-12-06<br />\n<i>Diesel, Lube Oil<\/i> - NA m³<br />\nDuring a storm, the 80+ foot Tug Seneca grounded in 3 feet of water.  The tug is carrying 1900 gallons of diesel fuel and 50 gallons of lubricating oil.  No oil has been released at this time.  Marine Safety Field Office Sault Ste Marie contacted NOAA ERD for assistance in determining the feasibility of monitoring the vessel via satellite imagery.\u000b\u000bDOI/Bur. of Indian Affairs has been contacted by the USCG and Mike Ripley a fisheries biologist for the Chippewa & Ottawa Resources Authority (a tribal organization) has responded regarding concerns over tribal fish resources.","<b>T/V Kristin Poling; Rockaway Inlet, NY<\/b> 2006-11-10<br />\n<i>No. @ Heating oil & Diesel oil<\/i> - 3055 m³<br />\nJust before midnight on November 9, 2006, the T/V Kristin Poling grounded between Buoys 5 and 7 outside East Rockaway Inlet, Atlantic Beach, NY.  The vessel is reported to be carrying 672,000 gallons of No. 2 Home Heating Oil and Diesel onboard. Vessel reports no damage, injuries or pollution.  Morning USCG overflight reports no sheen or oil in water.  Vessel is grounded by the bow.  Position 40-35.25'N, 073-46'W.","<b>F/V  Buccaneer; Point Mugu, CA<\/b> 2006-01-06<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn January 4, 2006, the F/V Buccaneer sank in 1200 feet of water 2.5 miles off Point Mugu, CA, near Port Hueneme, CA.  The 68-foot steel-hulled squid fishing vessel was carrying approximately 1000 gallons of diesel.  Sheening was observed when the vessel sank but currently is no visible sheen.","<b>F/V Hail Mary II; Long Island, NY<\/b> 2006-01-03<br />\n<i>Diesel<\/i> - 27 m³<br />\nAt 0500 EST On January 3, 2006, the 80 foot fishing vessel F/V Hail Mary II grounded in Shinnecock Bay, NY. The vessel was carrying an estimated 6,000 gal diesel fuel, and was not leaking.\u000b\u000bOn Friday, Jan 5th, the vessel was located at 72deg 28.63' W by 40deg 50.44'N.  Plans were in place to move the vessel to 72deg 28.96' W by 40deg 50.57'N on Saturday afternoon at about 1400. The vessel was estimated to have between 4,000 and 6,000 gallons of diesel fuel onboard. The Hail Mary II was hung up on the west bank of jetty lining the Shinnecock Inlet. The offshore weather conditions prohibited the arrival of a barge with crane to do the salvage operation. The USCG received the RP's salvage plan and eventually allowed the fishing vessel to be lifted and taken for repairs.","<b>F/V Captain A.B.; FL<\/b> 2005-12-14<br />\n<i>Diesel, Lube Oil<\/i> - NA m³<br />\nOn December 12, 2005, at approximately 5:30 AM, the fishing vessel Captain A.B. grounded in Ponte Vedra Beach, Fl, near Jacksonville, FL. The grounding site is just north of Guana River State Park, Fla. There were no injuries or pollution as a result of the grounding.  The vessel is carrying 4500 gallons of diesel and 300 gallons of lube oil.","<b>Ferry LaConte Grounding; Peril Strait, AK<\/b> 2004-05-11<br />\n<i>Diesel<\/i> - 136 m³<br />\nThe Alaska State Ferry, M/V LaConte, grounded in clear and calm weather on Cozian Reef at the north end of Peril Strait on Admiralty Island in SE Alaska  on May 11, 2004.  The vessel was hard aground and suffered significant damage, including multiple stress fractures.  However, no oil (deisel) was released.  Nevertheless, boom was deployed around the vessel and lightering commenced up to 3000 gallons remaining onboard as an operational supply.   A substantial amount of response equipment was on-scene and a salvage barge was en route from Seattle.   Potential harbors of refuge were evaluated in the vicinity of Cozian Reef.  Arrangements were made for bird hazing in the event of an oil release impacting nearby tidal flats.  Resource experts from both NOAA Fisheries and the US Fish and Wildlife Servcie were consulted and assisted in assessment of resources at risk.   The LaConte was stabilized and anchored at Cozian Reef for the lightering and for temporary patches to the hull prior to towing the vessel to Ketchikan for permanent repairs in their drydock facility.   The ferry was refloated and moved off the reef on May 17, and after confirming that the temporary patches were adequate, the vessel was towed to Ketchikan for repairs.","<b>Barge and Tanker Collision; Mobile Bay, AL<\/b> 2003-12-02<br />\n<i>diesel oil and gasoline<\/i> - 1337 m³<br />\nOn the afternoon of 2 December 2003, the NOAA SSC was notified of a collision \u000bbetween a barge and tanker at the intersection of the Mobile Ship Channel and the \u000bInter-coastal Waterway (ICW).  Two tanks were reported holed on the tanker:  a \u000b5000 bbl gasoline cargo tank and a 7000 bbl diesel cargo tank.  The location of \u000bthe incident was reported as N 30 deg 16.659' Latitude W 088 deg 02.090' Longitude.  NOAA \u000binvestigated the potential threats from the reported collision.  While the collision did result in significant damage to the tanker, the USCG \u000breported that very little gasoline and probably no diesel fuel was released to the \u000benvironment.","<b>Submerged Dredge Honey Island; Round Island,  Pascagoula, MS<\/b> 2003-11-19<br />\n<i>diesel fuel and bilge slop<\/i> - 18 m³<br />\nUSCG MSO Mobile notified the NOAA Scientific Support Coordinator of a\u000bsunk or partially submerged dredge near Round Island in Mississippi\u000bSound South of Pascagoula, MS early on the morning of 19 November. The\u000bincident occurred at approximately 2242hrs on 18 November at position N\u000b30 deg 17.30', W 088 deg 35.40'.  This position places the dredge\u000bapproximately 4 nautical miles N of Horn Island.  The dredge had onboard\u000bat time of incident some 3000 to 4000 gallons No. 2 Diesel Fuel\u000b(diesel), and an estimated 200 gallons bilge slop.  The dredge was salvaged and no pollution was reported","<b>F/V Raven Adrift; North of Alaska Peninsula, Bering Sea, AK<\/b> 2003-10-15<br />\n<i>Diesel<\/i> - NA m³<br />\nOn Wednesday afternoon, Oct. 15, 2003, the F/V Raven, an 85'crabber, was\u000bpoised north of the Alaska Peninsula to begin crabbing when heavy seas\u000bcaused it to take on considerable water, producing a 30-40 degree\u000bstarboard list.   Fearful of capsizing, the captain put out a MAYDAY and\u000ball five crewmen were lifted from the vessel by a Coast Guard\u000bhelicopter.   Northeasterly winds caused the unmanned crabbing to drift\u000bparallel to the coast until the afternoon of Oct. 16 when it was in a\u000bposition 12 to 15 miles due north of Amak Island.  With winds shifting\u000bto the north the Coast Guard became very concerned that it might ground\u000bon Amak Island, the site of a sea lion haulout, classified as an\u000bendangered species.   At this point the Coast Guard asked NOAA to get\u000binvolved and provide a \"most likely\" trajectory for the vessel.   NOAA's\u000btrajectory had the F/V Raven just missing the east side of the island\u000band grounding on the barrier islands outside of Izembek Lagoon, a\u000bNational Wildlife Refuge being very sensitive with its large number of\u000btransient waterfowl waiting to migrate southward.   The CGC Morgenthau\u000bwas on scene shadowing the Raven but was unable to attach a towline due\u000bto the heavy seas.   Instead, it attached a drogue, which slowed the\u000bmovement of the vessel.  Meanwhile the owner hired Dan Magone from\u000bUnalaska to attempt to come to the scene and offer assistance.   Dan\u000barrived when the Raven was only 1 nautical mile off the NE coast of Amak\u000bIsland, and in a dramatic rescue was able to get a line on the vessel\u000bonly 0.3 nm from the island and keep it from grounding.    The Raven was\u000btowed to the lee of the island where it was stabilized, outfitted with a\u000bbetter tow bridle, and then was towed to King Cove to be repaired.   The\u000bcase ended with no pollution entering the water.","<b>Jackup Barge Superior Endeavor Grounded; Boston Harbor, MA<\/b> 2003-10-03<br />\n<i>diesel fuel<\/i> - 43 m³<br />\nA 122 foot jack-up barge: Superior Endeavor, grounded. No pollution spill reported. Refloated brought back to docks for repairs","<b>M/V Alam Senang Grounded; Off Port Everglades, FL<\/b> 2003-07-25<br />\n<i>#2 fuel<\/i> - 723 m³<br />\nM/V Alam Senang grounded. Was refloated the next night. No signifcant damages done to the hull and no oil released.","<b>F/V Capt Bob Fire and Sinking; Offshore Currituck, NC<\/b> 2003-05-29<br />\n<i>diesel oil<\/i> - 7 m³<br />\nOn May 30, 2003 the F/V CAPT BOB caught fire 14 miles E of Currituck NC.  There was a potential of approximately 1,500 gallons of diesel fuel oil. No pollution was reported released.","<b>F/V Grounding; Umpqua River, OR<\/b> 2003-01-14<br />\n<i>Diesel<\/i> - 18 m³<br />\nOn Tuesday Jan. 14, 2003 at 0900, MSO Portland reported a fishing vessel\u000bthat is aground 1.5 nautical miles north of the north jetty at the mouth\u000bof the Umpqua River. The vessel is hard aground in sand with 4000\u000bgallons of diesel on board.\u000b\u000bTwo days later, the vessel was refloated. No damage to the hull and no pollution in the\u000bwater.","<b>MV Faro I; Cape Florida, FL<\/b> 2002-03-07<br />\n<i>diesel<\/i> - 30 m³<br />\nThe M/V Faro, a 180 foot freighter grounded 6 March, 2002 at approximately 1530 EST during high tide.  The grounded position is 25-40 N; and 80-08W; approximately one mile east of the Cape Florida Lighthouse on Key Biscayne, FL.  Water depth at this location is 3-4 feet.  The vessel has 6,500 gallons of diesel aboard.  One of the vessel's anchors is lost and the other was reported frozen and inoperable.  During the evening, the Coast Guard discovered that sea water and oil had entered the ship's cargo hold, but no sheen was visible in the water near the vessel.  The ship was ballasted to reduce movement and damage overnight.  A weather forecast was provided to the Miami Marine Safety Office that indicated onshore winds through the weekend with a significant velocity increase on Sunday, 10 March.  An initial trajectory analysis indicated that any release of oil would likely move toward shore to the west fairly quickly ; within 2-3 hours.  If all 6500 gallons of oil were released, it would likely create a sheen visible for 2-3 miles which would spread  towards the west.  Shoreline staining from the diesel would not be likely beyond 2 miles from the point of release.  Oiled debris, seagrass and sargasm may need to be cleaned from the beach.  With diesel, localized and short term toxic effects would be of concern.  USCG district 7.","<b>FV Miss Julie; SW of S. Jettty, Galveston, TX<\/b> 2002-01-07<br />\n<i>Diesel<\/i> - 91 m³<br />\nAt 1030 CST the NOAA ASSC was notified by MSU Galveston of a fishing vessel on fire and adrift approximately 3.3 nm southwest of the Galveston entrance channel in position 29Â° 17.6'N 094Â° 45.8'W.  The vessel is reported to have 20,000 gallons of diesel aboard, but is not leaking at this time.  As of 1158 the USCG reported the vessel has been anchored and a salvage plan is being developed.  USCG district 8.","<b>FV Sandra Kay; Bolivar Peninsula, Gulf of Mexico<\/b> 2001-04-13<br />\n<i>diesel<\/i> - 1 m³<br />\nUS Coast Guard Marine Safety Unit Galveston (Texas) contacted NOAA SSC Charlie Henry regarding a grounded fishing vessel near Bolivar Peninsula approximately 17 miles ENE of the entrance to Galveston Bay.  F/V SANDRA KAY, a shrimp vessel, is reported to have run aground 75 yards offshore, is carrying approximately 300 gallons of diesel but was not leaking at that time.  The immediate concern is for the nearby, environmentally sensitive Bolivar Flats.  NOAA Hazmat will be providing weather and a verbal trajectory to support the response.  USCG district 8.","<b>FV Nita H; Smudoski Beach, CA<\/b> 2000-05-04<br />\n<i>diesel fuel<\/i> - 27 m³<br />\nOn Thursday, 04MAY00, the F/V Nita H ran aground on Zmudoski beach, just north of Moss Landing Harbor.  Since its initial grounding, about 5000 gallons of diesel fuel have been pumped off, another 900 gallons potentially remain onboard.  Two attempts to pull the vessel off the beach have failed so far, the second time the towing hawser parted.  Another towing vessel is en route from Astoria, OR and due to arrive sometime Saturday, 13MAY.  Towing operations should start by Sunday evening's high tide, around 2100PDT.  So far, no product has been released into the water, and the vessel remains structurally intact.  Plans are to tow the vessel to a shipyard in the San Fransisco Bay once freed.  USCG district 11.","<b>Barge Paula Lee; Grays Harbor, WA<\/b> 2000-03-03<br />\n<i>diesel<\/i> - 55 m³<br />\nA barge carrying about 12,000 gallons of diesel fuel lost it's tow rope and went aground off Ocean Shores Washington this afternoon.  The barge is 2 miles north of the jetty at the entrance to Gray's Harbor, on a sand bottom.  At this time no oil is reported leaking and an attempt to pull the barge out will be made at the midnight high tide.  USCG district 13.","<b>FV Gussie Flynn; Deer Island, Mississippi<\/b> 1999-09-14<br />\n<i>ammonia, diesel<\/i> - 16 m³<br />\nAt1040 CDT the assistant SSC was notified by the District 8 Chief of Response of a 167' poggy  boat on fire and adrift in position 30 19.38\"N  088 51.31\"W, approximately 3 nautical miles south of Deer Island, MS.  The fire is reported to be in the engine room and the vessel is carrying 3,500 gallons of diesel, 250 gallons of ammonia refrigerant, and 75 gallons of propane.  At this time no product has been released.  NOAA is providing trajectory, weather, and ADIOS.  USCG district 8.  Keyword: RIDS.","<b>Dredge LOUISIANA; Corpus Christi Bay, Texas<\/b> 1999-02-12<br />\n<i>diesel<\/i> - 136 m³<br />\nOn February 12, 1999, the 150-foot dredge Louisiana was reportedly on fire in Corpus Christi Bay.  The vessel, carrying 30,000 gallons of diesel fuel, was said to be totally engulfed in flames.  The vessel was at the intersection of the Intracostal Waterway (ICWW) and the Corpus Christi Ship Channel.  By midnight it was reported that the flames were under control and a fire team was preparing to board the vessel and continue fighting the fire.  There were no reports of pollution.  USCG district 8.  Keyword: potential spill.","<b>PARADISE QUEEN II; Kure Atoll<\/b> 1998-10-16<br />\n<i>diesel<\/i> - 45 m³<br />\nAt approximately 0800 Hawaii Standard Time on 16 OCT 98, the 89 foot fishing vessel PARADISE QUEEN II went aground off of Kure Atoll at position 28 degrees 24.8 minutes N, 178 degrees 17.1 minutes W.  This position is approximately 50nm northwest of Midway Island.  There is reportedly no product in the water, but there are 10,000 gallons of diesel onboard the vessel.  USCG district 14.","<b>BP/Chevron Pipeline; Mississippi Canyon<\/b> 1998-09-30<br />\n<i>crude oil<\/i> - 705 m³<br />\nDuring a routine pipeline transfer operation from British Petroleum (BP) Mississippi Canyon 109A, a spill of unknown volume occurred during the night of September 30, 1998.  The spill volume was estimated at 3700 barrels with a potential of 7500 bbl.  On October 1, a large patch of oil south of Southwest Pass was identified by an overflight and treated with dispersants  USCG district 8.  Keyword: none.","<b>MT Kapitan Egora; Guayanilla harbor, Puerto Rico<\/b> 1998-06-21<br />\n<i>#6 fuel oil<\/i> - 1355 m³<br />\nAt apprxomiately 6:30 PM Eastern Time today the M/T Kapitan Egora ran aground in Puerto Rico at Guayanilla Harbor near Bouy #1 at the location of 17 deg. 57.7 min. N and 066 deg. 45.96 W.  The vessel is 206 meters long and is carrying 298,000 gallons of #6 fuel oil.  There is no reported spillage at this point; only that the vessel is hard aground.  US Coast Guard personnel are en route.  NOAA Hazmat is providing trajectory and resources at risk information at this time.  USCG district 1.","<b>Barge Ocean 211; Pascagoula, MS<\/b> 1998-05-28<br />\n<i>gas, diesel and jet fuel<\/i> - 946 m³<br />\nThe Barge Ocean 211 is grounded at Horn Pass near Pascagoula, MS at location 30?13\"N, 88?30.5\"W.  The vessel is carrying 208,000 barrels of gas, diesel and jet fuel, but is not leaking any product at this time.  It is not known what the bottom type is where the vessel is resting.  Tidal heights are decreasing which could result in the vessel remaining grounded if it is not moved within the next few tide cycles.  The weather outlook for the next few days is winds SE at 5-10 knots, seas 3 feet, high temperatures in the 90's, low temperatures in the 70's  USCG district 8.","<b>Barge Hannah 5101; Port Huron, Michigan<\/b> 1998-04-15<br />\n<i>#6 fuel oil<\/i> - 8410 m³<br />\nNOAA's HAZMAT office was notified that the Barge HANNAH 5101, moored at the Port Huron Marine Terminal (Port Huron, Michigan), has 3 cracks in the exterior hull.  The barge contains approx. 44,000 barrels of floating #6 oil.  At this time there is NO oil in the water.  USCG district 29.  Keyword: potential.","<b>M/V Kure (grounding); 100 yards off the South Jetty, Entrance Channel, Humboldt Bay, CA<\/b> 1998-03-14<br />\n<i>potential IFO 180<\/i> - 1137 m³<br />\nAt about 1300, 14 March 1998, USCG Group Humboldt Bay reported to the MSO San Francisco that the M/V Kure was hard aground on a sandy shoal approximately 100 yards off the south jetty of the entrance channel to Humboldt Bay.  The vessel was loaded with wood chips and carried 250,000 gallons of IFO 180 aboard.  The vessel tanks were sounded, and no pollution was reported at the time of the grounding.  The MSO notified the NOAA SSC to be on stand-by to come on-scene in the event oil was released.  Assist tugs were arranged, and the vessel was refloated with out incident the next day.  USCG district 11.  Keyword: potential spill.","<b>T/V Anthony J; East Rockaway Inlet<\/b> 1993-03-15<br />\n<i>gasoline<\/i> - 3169 m³<br />\nT/V Anthony J  The tank vessel Anthony J grounded at 0205, 50 meters west of bouy # 4 off East Rockaway Inlet (0.4 miles SW of Silver Point). The vessel is carrying 16,600 barrels (684,600 gallons) of gasoline. The bottom in this location is sandy.  Tide: 3/15 High = 0100  + 4.2 feet Low  = 0725  + 0.4 feet High = 1331  + 3.4 feet  Weather: Winds from the W SW 25 35 knots, decreasing through the day to 15 25 knots.  Rough estimates of explosive concern (Lower Explosive Limit) under current environmental conditions for a catastrophic release (totatl loss of cargo) would be approximately 1.5 miles long by 0.5 miles wide. For a small release of about 1,000 gallons the Area Of Concern would be in the on the order of a few hundred meters.  If there is a release under current environmental conditions ADIOS  predicts 75% evaporation, 15% dispersion, and 10% floating after 12 hours.  Plans are underway to partially lighter the vessel into a barge in an attempt to re-float it.  USCG district 1.","<b>T/B New York; Savannah River<\/b> 1992-12-23<br />\n<i>gasoline<\/i> - 41824 m³<br />\nAt 10:50 AM Eastern Standard Time, the T/B New York went aground at 31 degrees, 59.55' N and 80 degrees, 46.64' W at the mouth of the Savannah River between buoys 4 and 6.  There are 9 million gallons (219,000 bbls.) of gasoline on board, and no product is in the water at this time.  Three tugs are at the scene and will try to move the tanker at high tide which occurs at 7:28 PM.  Gary VanDenBerg is currently working out of his office.  He is providing weather, tide, and current information to the USCG.  Trajectory analysis and resources at risk assessments are in progress.  USCG district 7.","<b>Hyundai No. 12; Shumagin Islands, Alaska<\/b> 1991-10-02<br />\n<i>IFO-180, diesel<\/i> - 886 m³<br />\nOn October 2, 1991, the motor vessel Hyundai #12, a 512-foot Korean cargo vessel, ran aground in Twelve Fathom Strait.  The vessel had taken shelter from a storm in the Shumagin Islands, part of the Alaska Maritime National Wildlife Refuge.  Twelve Fathom Strait is along the north side of Simeonof Island, a wilderness area.  The vessel was carrying 23,000 tons of wheat, 174,000 gallons of IFO-180 fuel, and approximately 21,000 gallons of diesel.  One bottom fuel tank was breached; however, no oil leak occurred because a hydrostatic head of water held the fuel in the tank.\u000bThe owner took full responsibility for the salvage and response.  Only minor sheening was reported during this incident.  USCG district 17.  Keyword: none.","<b>Thunder Horse Platform; Offshore LA, Gulf of Mexico<\/b> 2005-07-12<br />\n<i>diesel<\/i> - 0 m³<br />\nOn July 11, 2005 the NOAA Gulf Region Scientific Support Team was contacted by\u000bUSCG MSO Morgan City, LA about the listing offshore oil rig THUNDERHORSE.  The\u000brig was evacuated for hurricane Dennis and upon returning the rig was observed\u000bwith a list of 20-30 degrees.","<b>MV Sea Astride; Cabo Rojo, PR<\/b> 2005-06-10<br />\n<i>diesel, lube oil<\/i> - 10 m³<br />\nDuring the evening of June 9, 2005 the M/V Sea Astride, a 150 foot Haitian coastal freighter was adrift with no power and taking on water 3/4 miles off Cabo Rojo, Puerto Rico.  The vessel grounded at 17-59.04N, 067-13.365W in 12-15 feet of water.  The vessel remained firmly aground and water entered the vessel's engine room.  No pollution has been observed outside of the hull.\u000bThe vessel is reported to have 2000 gallons of diesel and 250 gallons of lube\u000boil on board.\u000bNOAA provided trajectory, weather, oil fate, and resources at\u000brisk information for the incident.  NOAA coordinated with local resource managers and divers to evaluate potential risk to area natural resources.\u000bOn 13 July the vessel had been refloated and taken into port in San Juan.  Approval to sink the vessel offshore was requested and approved (after most pollution removed. On 26 August 2005, the vessel was towed to deep water and scuttled 12-15 nm northeast of San Juan.","<b>MV Highland Faith; the Port of NY/NJ<\/b> 2000-12-06<br />\n<i>gasoline<\/i> - 102742 m³<br />\nThe vessel Highland Faith (an O.B.O.) arrived at the Port of NY/NJ Wednesday (12/6) and was inspected by USCG Activities New York personnel. Upon boarding the USCG noted gasoline awash on the deck. Further inspection found numerous other deficiencies and hazardous conditions, including cracks in deck plates, faulty wiring, inert gas system not functioning in some compartments, gasoline in void spaces, etc. The vessel is carrying a cargo of 537,000 barrels (22,554,000 gallons) of gasoline. The ship was held at anchor off Ambrose for further inspection and a condition report. Monday the ship will be brought to Gravesend Anchorage and lightered.  USCG district 1.","<b>Dredge Alaska; Moriches Inlet, New York<\/b> 1997-08-21<br />\n<i>diesel fuel<\/i> - 532 m³<br />\nAt 0824 on August 21, 1997, the USCG Group Moriches was notified that the 220-foot dredge Alaska had broken her mooring lines and might run aground off the coast of Long Island, New York. There were 22 people onboard.  The Alaska was approximately 1,500 feet offshore of Moriches, New York.  The dredge had about 117,000 gallons of diesel aboard. The crew was airlifted off the dredge because of the high seas.  USCG district 1.  Keyword: containment boom, evaporation, salvage, potential spill.","<b>Freighter Fortuna Reefer; Mona Island, Puerto Rico<\/b> 1997-07-24<br />\n<i>IFO 180 and marine diesel<\/i> - 605 m³<br />\nOn July 24, 1997, the USCG MSO in San Juan, Puerto Rico was notified that the freighter Fortuna Reefer had run aground just 300 yards southeast of Mona Island.  The island is a Commonwealth of Puerto Rico natural reserve with numerous endangered, threatened, and rare species and federally designated critical habitats.  \u000b\u000bThe vessel had departed Mayaguez, Puerto Rico en route to the western Pacific with no cargo.  Fuel onboard consisted of 100,000 gallons of heavy fuel oil, IFO 180, and 33,000 gallons of marine diesel.  All fuel was distributed in several double-bottom tanks.  USCG district 7.  Keyword: boom, Corexit 9527, Corexit 9500, endangered species, rare species, salvage, skimmers, sorbents, SUPSALV, threatened species,.","<b>Small plane crash; Columbia River, Astoria, OR<\/b> 2009-04-24<br />\n<i>Jet-A<\/i> - 1 m³<br />\nA small plane crash-landed near the mouth of the Columbia River in the vicinity of Pier 17, Astoria, OR late in the day on 24APR2009.  No pollution has been observed thus far, but the aircraft was reported to be carrying approximately 240 gallons of Jet-A fuel on board.  USCG Sector Portland requested a trajectory estimate in the event of a fuel release.  News reports indicate that attempts are being made to recover the aircraft from the water.","<b>Superior Conquer; East matagorda Island, TX<\/b> 2000-11-16<br />\n<i>diesel<\/i> - 18 m³<br />\nEarly this morning, 16 November, the NOAA SSC was notified of a potential diesel spill off East Matagorda Island, Texas.  At approximately 0300 hrs CST an Offshore Supply Vessel (OSV) sank with an estimated 4000 gallons of diesel aboard.  The position of the vessel is 0.5 miles offshore.  NOAA was requested to provide a trajectory assessment.  The NOAA SSC is currently addressing issues related to the spill and coordinating the Science Support Team. \u000bThe initial report which stated that the vessel sank was incorrect.  The vessel was taking on water and abandoned early yesterday morning at the position originally reported.  The vessel did not sink, but drifted toward shore and grounded just off Matagorda Island.  The vessel's reported position as of Friday afternoon was 28? 40.0 N latitude and 95? 48.21 W longitude.  USCG district 8.","<b>Tug WALLEY BLESSEY; Corpus Christi Bay, TX<\/b> 2005-01-13<br />\n<i>Diesel<\/i> - NA m³<br />\nOn Wednesday evening, 12 January 2004, the NOAA Scientific Support Coordinator was notified of a grounding and diesel spill off Corpus Christi, Texas.","<b>FV Capt Tony Peter; 8 miles southeast of Bolivar Peninsula<\/b> 2000-11-01<br />\n<i>diesel<\/i> - 23 m³<br />\nOn Wednesday morning, November 1, 2000, the NOAA SSC for the Gulf of Mexico, Charlie Henry, was notified by MSO Galveston, Texas that the F/V CAPTAIN TONY PETER, was in danger of sinking at the position of 29? 20.3 N and 94? 31.0 W (approximately 8 miles southeast of Bolivar Peninsula).  It has been reported that the vessel may be carrying as much as 5,000 gallons of diesel aboard.  USCG district 8.","<b>FV Juan Gabriel; York Spit Channel, Chesapeake Bay<\/b> 1998-06-22<br />\n<i>Diesel<\/i> - 50 m³<br />\nAround 2300 hrs of 22 June the F/V JUAN GABRIEL was struck by the F/V GULF\u000bISLAND and sank at 37-03.3N and 076-05.6W in the York Spit channel,\u000bChesapeake Bay.  During the rescue of the crew there was reports of the\u000bsmell of oil in the vicinity.  On the morning of 23 June, heavy fog with\u000bvisibility less than one half mile made it impossible to see oil on the\u000bwater surface.  USCG district 8.","<b>Sheen and Shoreline Oiling, Gravesend Bay, Brooklyn, NY<\/b> 2023-11-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 30, 2023, USCG Sector New York notified the NOAA SSC that a sheen was observed in Gravesend Bay and sections of shoreline were oiled.  A Unified Command was been established at Sector New York, Fort Wadsworth, Staten Island, NY.  The USCG Federal On-Scene Coordinator (FOSC) requested NOAA participate in the UC meeting.","<b>Sporadic Tar Balls on Northern New Jersey Beaches; Long Branch, NJ<\/b> 2023-11-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 28, 2023, the NOAA SSC was notified by the USCG and NJ DEP of sporadic tarballs on northern NJ beaches. The amount, source, and extent is currently unknown.  In response to these reports, a Unified Command was established by  USCG Sectors New York and Del Bay alongside the New Jersey Department of Environmental Protection, U.S. Fish and Wildlife Service, NOAA, and Monmouth County. The Unified Command is responding to the incident and evaluating response and cleanup methods.  The SSC went on-scene to assist with survey and cleanup recommendations","<b>Little Diomede Building Collapse; Diomede, AK 99762, USA<\/b> 2023-11-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 27-NOV, USCG Sector Anchorage contacted the NOAA SSC to notify them of a building that had partially collapsed in the City of Diomede, Little Diomede, AK. USCG is reporting a small amount of fuel discharging from the building but the type of product and max potential is currently unknown.  The USCG requested a Resources at Risk for any potential impacts to the coastal zone.","<b>Tug Releasing Residual Sheen; Orcas Island, WA<\/b> 2023-11-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 20-NOV-2023, the USCG Sector Puget Sound IMD notified the NOAA NW SSC that the 80â Tug El Capitan began to release a residual sheen in Deer Harbor, Orcas Island, WA on 18-NOV. In 2020, the vessel had previously sunk and the USCG removed all accessible fuel products. On November 18th, the vessel began to release a residual sheen, IOSA hard boomed the area. On the 19th, Global dove on the vessel and plugged one vent, replaced sorbent boom and pads and no additional sheen has been observed.","<b>Pipeline Release: Main Pass, LA<\/b> 2023-11-16<br />\n<i>Louisiana sweet crude<\/i> - 5001 m³<br />\nOn November 16, 2023, at 9:10 am local, a pipeline leak was reported to the NRC.  The report came from Third Coast Midstream Pipeline company.  Oil sheen on water was observed around 0900. The leak location is thought to be 19 miles offshore of the Mississippi River Delta.  An overflight at 1400 CST reported a slick that was 3-4 miles wide, with dark oil scattered throughout.  A NOAA ship working in the area also reported the slick.  \u000b\u000bThe USCG requested trajectory information and resources at risk. \u000b\u000bThe Coast Guard, Main Pass Oil Gathering Company, LLC and the Louisiana Oil Spill Coordinator's Office established a Unified Command in response to a crude oil release in the Gulf of Mexico near the Main Pass Oil Gathering (MPOG) company's pipeline system close to Plaquemines Parish, southeast of New Orleans, Louisiana, Thursday. \u000b\u000bThe Unified Command is coordinating with the National Oceanic and Atmospheric Administration, Louisiana Department of Environmental Quality, Forefront Emergency Management, and other federal, state, and local agencies to respond to the incident.","<b>Iced-in Barges in Lake Johnson; Nunapitchuk, AK<\/b> 2023-11-07<br />\n<i>diesel and gasoline<\/i> - 564 m³<br />\nOn Tuesday 8-NOV, EPA Region 10 AK contacted NOAA acting AK SSC to notify them of 2 tugs, and 2 barges that are beset in ice in Johnson Lake, approximately 6 miles down river from the village of Nunapitchuk.\u000b\u000bThe vessels were in the process of making the final delivery to the village.  One barge (Cauneq) has 57,000 gallons of Diesel and 52,000 gallons of regular unleaded gasoline (RUL) onboard.  The other barge (RW-14) has 15,000 gallons of RUL onboard.  Vitus plans on delivery of the fuel to the village once winter conditions allow for transportation on the ice.","<b>Diesel Release from Sunk Tug Vessel; Steamboat Slough, Bethel, AK<\/b> 2023-11-02<br />\n<i>diesel<\/i> - 1 m³<br />\nOn October 30, 2023, at approximately 1500 local time, a sheen was reported on the Kuskokwim River by a Bethel Search and Rescue team member. The sheen was traced back to the partially submerged Vitus owned tug vessel Francis Snow which was grounded in Steamboat Slough off of the Kuskokwim River. The vessel sank due to a crack in the hull and has a max fuel capacity of 2,500 gallons, but it is estimated that only 250-300 gallons of diesel were aboard. The incident location is just incident EPA jurisdiction and they are currently the FOSC, however USCG jurisdiction is downstream and they are monitoring the situation. The source has been secured and the vessel was refloated on 31-OCT. NOAA acting AK SSC was not notified directly by EPA, but has been included on email traffic and invited to meetings for water sampling collection.","<b>Semi-derelict Fishing Vessel Sunk; Sitka, AK<\/b> 2023-10-28<br />\n<i>diesel<\/i> - 1 m³<br />\nOn October 28, 2023, the USCG Marine Safety Detachment (MSD) reported that F/V Fram,  a semi-derelict vessel was sunken and generating sheens and debris into Sitka Sound, AK.  The 34-ft wooden vessel was built in 1949.\u000bThe F/V Fram's maximum capacity is about 250 gallons, but the amount on board is unknown because the owner was unreachable.","<b>Tug Vessel Sunk; Tulalip Bay Marina, WA<\/b> 2023-10-25<br />\n<i>Diesel<\/i> - NA m³<br />\nOn 25-OCT-2023 the USCG Sector Puget Sound notified the NOAA SSC of a 30â tug vessel submerged at the Tulalip Bay Marina, WA. There is approx. 60 gallons diesel on board with a max. potential of 300 gallons. Sheening is observed and the marina has deployed boom. There are two salmon hatcheries in the area. The USCG federalized the case and is working with a contractor remove the vessel.","<b>Satellite Imagery Detects Suspected Oil Spill; SE Gulf of Mexico, NW of Key West, FL<\/b> 2023-10-24<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 24, 2023, the NOAA SSC for Florida was notified by the USCG Sector St Petersburg and USCG D7 regarding high-confidence oil imagery detected by satellite and reported by NOAA NESDIS in SE Gulf of Mexico NW of Key West, FL. USCG expects to overfly the area this morning and requests any updated position reports and trajectory forecast to aid in directing the overflight.","<b>Mystery Tar Balls; Bandon, OR<\/b> 2023-10-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 12, 2023, the USCG Sector Columbia River contacted the NOAA NW RRO in reference to a potential sheen reported at Bandon, OR. USCG is en route and has sent photos they received from on-scene and requested an opinion on whether this is a natural phenomenon or a petroleum release.","<b>Barge on Fire in  Grand Bay; Boothville-Venice, LA<\/b> 2023-10-11<br />\n<i>crude<\/i> - 514 m³<br />\nOn October 11, 2023, a storage barge caught fire in Grand Bay, LA with about 100 bbl of crude oil onboard. A concrete storage barge with a larger cargo is adjacent to the barge on fire and is currently intact. The total potential spill is 113,000 gal (2690 bbl) of crude oil.  The USCG requested trajectory.","<b>Sunken Vessel in Kake Harbor; Kake, AK<\/b> 2023-10-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 11-Oct 2023, USCG Sector Southeast Alaska initiated an Emergency ESA Section 7 Consultation for an 80â wooden hull vessel that sank at the pier in Kake Harbor, Kake, AK. The vessel has an unknown amount of oil onboard and is creating a large sheen in the harbor. The Coast Guard has contracted Hanson Maritime to initiate a response utilizing boom and divers in the harbor. NOAA AK aSSC was not notified by USCG for this incident, but was included on the email traffic for the consultation and am now coordinating with NMFS.","<b>Cargo Vessel MV Bonnie G aground; St. Thomas, USVI<\/b> 2023-10-04<br />\n<i>diesel<\/i> - 59 m³<br />\nOn October 4, 2023, the NOAA was notified of an180 foot cargo vessel that had sunk on 04 Oct 2023 Â½ mile from the St, Thomas airport. It was later reported that the 42-year-old former offshore supply vessel was loaded with 13000 gallons of diesel fuel. She was on a regular run from St. Croix in the early hours of October 4, and her crew contacted the Coast Guard to report that they were aground and taking on water in the engine room. Despite rough surface conditions, a Coast Guard boat crew rescued all 12 people aboard.","<b>Tug MAZAPETA sunk; Little Potato Slough, Stockton, CA<\/b> 2023-09-26<br />\n<i>diesel and lube<\/i> - 7 m³<br />\nOn the afternoon of 26-SEP-2023, USCG Sector San Francisco contacted their NOAA SSC for oil fate/transport support for an ongoing sunken vessel case in the Sacramento/San Joaquin River Delta.  On 04-SEP, the Tug MAZAPETA sank to the bottom (partially submerged) in Little Potato Slough, a tributary of the Stockton Deep Water Channel.  The owner estimated 1,000 gallons diesel and 600 gallons engine oil were on-board at the time of sinking.  Sector San Francisco requested oil fate/transport information to assist in discussions with the City of Stockton and other key stakeholders","<b>Overfill Spill on Offshore Supply Ship; Montville, CT<\/b> 2023-09-13<br />\n<i>Diesel<\/i> - 0 m³<br />\nAt approximately 3pm EDT on September 13 CT DEEP notified the NOAA SSC about a spill onboard the Atlantic Oceanic while fueling at the Gateway Terminal on the Thames River north of New London, CT. A small sheen was reported.","<b>Grounded Drug-running Submarine<\/b> 2023-09-01<br />\n<i>diesel<\/i> - NA m³<br />\nA drug runner sailboat modified to operate as a semi-submarine grounded and was abandoned on Mona Island, Puerto Rico on or about 31 August, 2023. The vessel is leaking diesel fuel and is in prime sea turtle habitat. NOAA's Scientific Support Coordinator has discussed the issue with NOAA's Office of Protected Resources and the US Coast Guard.","<b>53-foot Motor Yacht Adrift Off Big Sur, CA<\/b> 2023-08-27<br />\n<i>Diesel<\/i> - 4 m³<br />\nLate Sunday night (27-AUG-2023), USCG Sector San Francisco contacted ERDâs Hazmat Duty Officer for notification purposes only of the 53â Motor Yacht SERENITY then adrift.  The SERENITY was the subject of a USCG search & rescue operation Sunday evening with an estimated 800 gallons diesel on-board.  The incident occurred during heavy weather conditions (winds exceeding 20 knots from the NW and building to well over 30 knots) and all persons on board (POBs) were rescued.   ERD provided support for possible drift estimates of the vessel to inform the vessel ownerâs aerial search planned for Friday (01-SEP), in the event it is still afloat.","<b>Fishing Vessel Taking on Water, Westport Marina, Grays Harbor, WA<\/b> 2023-08-23<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn 23-AUG-2023 the USCG Station Astoria notified the NOAA SSC of the F/V Pacific Bay taking on water while moored at the Westport Marina, WA. There is a max. potential of approx. 1,200 gallons of diesel on board. The vessel owner is repairing the bilge pump and is making plans to pump off the oily water to totes at the Port of Grays Harbor.","<b>169-Foot Fishing Vessel Leaking Anhydrous Ammonia; Tacoma, WA<\/b> 2023-08-17<br />\n<i>Ammonia, Diesel, Oily Water<\/i> - NA m³<br />\nOn 17-Aug, USCG Sector Puget Sound contacted the NOAA Hazmat Duty Officer to notify them of an anhydrous ammonia leak aboard the 169 ft F/V Pacific Producer that is docked near the Foss Waterway in Tacoma, WA. Aside from the anhydrous ammonia leak, the vessel is currently slowly taking on water and there remains 3,000 to 4,000 gallons of diesel aboard.","<b>43-Foot Vessel Sunk near Bolsa Chica Wetlands, Huntington Beach, CA<\/b> 2023-08-17<br />\n<i>Diesel<\/i> - 1 m³<br />\nThe evening of 17-AUG-2023, USCG Sector LA/Long Beach contacted their NOAA SSC to request support for a 43â vessel sunk roughly 300 yds outside the entrance to the Bolsa Chica Wetlands, Huntington Beach, CA.  At the time, the vessel was reportedly carrying 300 gallons diesel and it was not clear whether it was actively sheening or not.  USCG requested trajectory support in the event of a catastrophic release overnight or during the morning hours.","<b>Tug Sunk offshore from Myrtle Beach, SC<\/b> 2023-08-09<br />\n<i>Diesel and Lube<\/i> - 23 m³<br />\nUSCG Sector Charleston requested a spill trajectory at 0730 on 9 August 2023 for a 65 foot tug, the Jacqueline A that sank 3 miles offshore from Myrtle Beach SC at 2100 on 08 Aug 2023 in 30 feet of water. Tug is on the bottom with 5000 gallons of diesel fuel and about 75 gallons of hydraulic and lube oils onboard.","<b>Flooding of Mendenhall Lake and River, Juneau, AK<\/b> 2023-08-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the evening of 5-Aug, 2023, a glacial ice dam released at the Mendenhall Glacier in Juneau resulted in the flooding of the Mendenhall Lake and River. Per the NWS, the Mendenhall Lake gauge crested as of 11:15pm Saturday at 14.97 feet, several feed above the previous record. The water level is falling rapidly however flooding is ongoing.\u000b \u000bHomes along the Mendenhall River have been impacted by flood waters which has resulted in heavy debris and the loss of an unknown number of home heating oil tanks (HHOTs). The AK DEC is aware of 5 HHOTs that were swept away by flood waters. No current volume or capacity estimates for the impacted tanks at this time.","<b>Bulk Carrier Hull Breach and Spill of Marine Diesel into Lake Michigan, Manistee, MI<\/b> 2023-08-02<br />\n<i>Marine red-dye diesel<\/i> - 7 m³<br />\nOn August 2, 2023, the 612â bulk carrier Manitowoc reported a hull breach on its starboard fuel tank, reportedly carrying approximately 10,000 gallons. At the time of the report, the vessel was at anchor 1.4 nautical miles off shore, NNW of where the Manistee River enters Lake Michigan. Initial reports indicate that red was observed around the hull, indicating that marine diesel has been released to the environment. The extent of the damage and release is not yet known. USCG Sector Lake Michigan pollution responders are deploying to the scene to evaluate. USCG Sector Lake Michigan reports that the vessel operator is transferring fuel from the impacted tank to alternate tanks, and there has been no report of taking on water. The NRC report indicates that boom has been deployed by the crew around their vessel. USCG is requesting trajectory and fate analysis.","<b>Commercial Fishing Vessel Aground in Gastineau Channel, Juneau, AK<\/b> 2023-08-01<br />\n<i>diesel<\/i> - 1 m³<br />\nOn 1-Aug-23, The 40â CFV MARCO ran aground in Gastineau Channel. GPS 58-13.55N, 134-15.69W. The vessel has approximately 300 gallons of diesel fuel onboard. USCG plans to utilize divers to plug the fuel vents and boom the vessel while the owner further develops the salvage plan with his insurance company.","<b>Mystery Tar Balls, Ocean Shores, WA<\/b> 2023-07-25<br />\n<i>non-petroleum<\/i> - NA m³<br />\nOn 25-JUL-2023, the USCG IMD Astoria called the NOAA SSC about a report of tar balls by a good samaritan at Ocean Shores, WA.","<b>Mystery Sheen Reported, South Timbalier Block 22, Port Fourchon, LA<\/b> 2023-07-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 22,  2023, a 5-mile long by  30-foot wide mystery sheen was reported in South Timbalier Block 22.  No recoverable oil but a light sheen was observed. The sheen was reported to have naturally dissipated over time.","<b>Platform Fire and Diesel Spill in Viosca Knoll, LA<\/b> 2023-07-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 22, 2023,  a compressor caught fire on a Cox Operating platform in Viosca Knoll.  The fire is out. The platform is shut in.  Diesel from the compressor entered the water and generated a 40-yard sheen which was naturally dispersed.","<b>Sheen from Offshore Platform, West Delta Block 75, LA<\/b> 2023-07-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 19, 2023, BSEE reported a 5-mile by 50-yard sheen from a  GOM Shelf/Commodore Offshore platform in West Delta Block 75. The platform was being decommissioned. All wells had been plugged and abandoned. The discharge was from oil remaining in storage tanks.  The USCG requested a rapid assessment of the potential shoreline impact.","<b>Satellite Reports Detect Mystery Sheen in High Island Area 536, offshore Texas<\/b> 2023-07-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 12, 2023, NOAA's SSC in Texas received three Marine Pollution Surveillance Reports (MPSRs) generated by NOAA's National Environmental Satellite, Data, and Information Service.  All were referred to the National Response Center.  All three reports were high confidence that oil was observed and all were near an offshore oil production platform  A third-party overflight report from the same time period reported a 2 mile x 20 ft rainbow sheen of unknown origin in the same area.","<b>Platform Fire at Facility, Cantarell Oil Field, Bay of Campeche, offshore Mexico<\/b> 2023-07-07<br />\n<i>crude oil<\/i> - NA m³<br />\nOn July 7, 2023 a platform fire started at a PEMEX facility in the Cantarell oil field, Bay of Campeche.  Oil discharges in this area potentially could be transported to Texas by winds and currents.  The NOAA SSC contacted the NOAA Satellite Analysis Branch (SAB) regarding any assets NOAA might have covering this region.  NOAA does not typically monitor this region, however, SAB coordinated with Mexican counterparts, and was also able to locate an image of the fire.  Twitter and open press later reported worker fatalities and injuries, but no discharge of oil.","<b>Fire aboard Car Carrier Vessel, Port Newark, NJ<\/b> 2023-07-06<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 0830 on 6 July 2023, USCG Sector New York notified the NOAA SSC that on the evening of 5 July, a fire broke out aboard the car carrier, Grande Coasta d'Avorio, while docked in Port Newark. USCG requested a trajectory, resources at risk and hazard analysis support from the NOAA SSC.","<b>Tarballs Reported at Surfside Beach, Freeport, TX<\/b> 2023-07-04<br />\n<i>Tarballs,<\/i> - NA m³<br />\nOn July 4, 2023, tarballs were reported on the beach at Surfside Beach, extending approximately 3 miles down the beach from Public Access Point 3.  MSU Texas City notified NOAA SSC they planned to send a field team to evaluate on July 5.  On July 5, the field team observed an estimated 1% coverage of tarballs, stranded in the wrack line. MSU Texas City requested input on clean-up methods and endpoints.","<b>Tarballs Reported on Sargent Beach, Bay City, Texas<\/b> 2023-06-27<br />\n<i>oil<\/i> - NA m³<br />\nOn June 27, 2023, tarballs ranging from 1-3 cm were reported stranded on Sargent Beach, Texas.  MSU Texas City contacted NOAA SSC for input on potential ecological effects and for clean-up recommendations.  Phone support provided.","<b>Satellite Report Indicates Potential Oil Slick, Fort Lauderdale, FL<\/b> 2023-06-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 20, 2023, the USCG called regarding an NOAA NESDIS satellite report indicating a potential oil slick 41.54 nm east of Fort Lauderdale. The anomaly has medium to high confidence from USCG request trajectory and threat information for the anomaly. USCG will update if additional information or observations are received. NOAA is evaluating the forecast movement of the potential slick to assist the USCG.","<b>Oil Anomalies Detected by Satellite Imagery, SE Alaska<\/b> 2023-06-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 15, 2023, the USCG Sector Anchorage contacted NOAA Alaska SSC about three oil anomalies captured on Canadian ISTOP satellite imagery on 14-Jun at 0710L. Sector Juneau requested a trajectory of the anomalies to cover 72-96 hours from the pollution report.","<b>Commercial Fishing Vessel Hard Aground, Horn Island, MS<\/b> 2023-06-14<br />\n<i>diesel<\/i> - 17 m³<br />\nOn June 14, 2023, the USCG Sector Mobile notified the NOAA SSC that 55-foot CFV CAPTAIN QUINTINN ran aground near the west end of Horn Island with a max capacity of 3,800 gallons of diesel onboard. The vessel is currently hard aground with a significant list to port. Personnel from the Gulf Islands National Seashore confirmed the vessel is breaking up due to the elements. There is a sheen in the water along the south side of the island and a diesel line of emulsified oil extending approx. 50 feet on the South Side of Horn Island beach. The Gulf Islands National Seashore contact also confirmed there is debris in the water and on the beach. The NOAA SSC provided a trajectory and RAR.","<b>Tanker Truck Explosion/Fire Leads to Collapse of I-95 Overpass, Philadelphia, PA<\/b> 2023-06-11<br />\n<i>Gasoline<\/i> - 45 m³<br />\nAt 10:00pm on 11 June 2023, , USCG Sector Delaware Bay notified the NOAA SSC that a gasoline tanker truck exploded, resulting in a fire that led to the collapse of an I-95 overpass of the northbound lanes and closure of the southbound lanes. A small amount of gasoline entered the City of Philadelphia's sewer system and created a sheen in the Delaware River.","<b>Sheen Discharging Near Abandoned Platform in High Island Block 24, Jefferson County, TX<\/b> 2023-06-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 9, 2023, MSU Port Arthur contacted NOAA SSC regarding a silver sheen discharging from near a platform in High Island Block 24 (NRC1369517).  The Coast Guard requested input on resources at risk and methods for estimating volume from sheen.  The source of the sheen is unknown but may be the well or an adjacent pipeline.  The approximate location is 1.25 miles offshore of McFaddin National Wildlife Refuge.  The platform is abandoned.  MSU Port Arthur is working with Texas General Land Office (TGLO), and plans to Federalize the case.","<b>Storage Tank Fire at Refinery, Lake Charles, LA<\/b> 2023-06-03<br />\n<i>Naptha<\/i> - 4546 m³<br />\nOn June 3, 2023, a storage tank at Calcsieu Refinery, Lake Charles, containing a reported 1 million gallons of naptha was ignited, reportedly by a lightening strike.  MSU Lake Charles contacted NOAA SSC for input on minimizing likelihood of product or fire-fighting water reaching waterway.  Fire is in EPA zone, MSU Lake Charles is responding as first Federal on-scene.  Evacuations are in place up to 1.5 miles downwind of the refinery, shelter-in-place orders were initially in effect up to 5 miles downwind of the refinery.  Product and fire-fighting are remain within secondary containment at this time.  Fire is being contained with water, and allowed to burn out. Phone support provided, no products requested at this time.","<b>Damaged/Leaking 55-gallon Drum, Shishmaref, AK<\/b> 2023-06-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 28-May 2023, a damaged 55 gallon drum was discovered leaking a \"black oily substance\" on the coastline of a barrier island located 20 NM SW of Shishmaref, AK. The drum is suspected to have been damaged by a polar bear, but this is unconfirmed. On 2-Jun 2023, Sector Anchorage contacted NOAA Alaska aSSC to initiate an Emergency ESA Section 7 Consultation for cleanup operations.","<b>Twin Otter Airplane Crash, 35 Miles West of Pacifica, CA<\/b> 2023-05-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the afternoon of 20-MAY-2023, USCG Sector San Francisco contacted their NOAA SSC to discuss the pollution potential of a crashed Twin Otter aircraft that crashed roughly 40 miles WSW of San Francisco International Airport (SFO) with an estimated 1,000 gallons of Jet A fuel on board.  Search & rescue operations are underway and USCG requested fuel fate information to consider potential pollution threats.","<b>Refinery Fire, Inner Harbor, Corpus Christi, TX<\/b> 2023-05-17<br />\n<i>crude oil, sulfur<\/i> - NA m³<br />\nOn May 17, 2023, the Valero Refinery in the Inner Harbor area of Corpus Christi experienced a fire in their heat exchanger, releasing an unknown amount of hydrogen sulfide and sulfur dioxide.  NWS Corpus Christi smoke plume trajectory predicted the smoke cloud from the fire to pass over the Sector office and portions of city of Corpus Christi.  Sector Corpus requested assistance with effects analysis and response options in event of exposure to hydrogen sulfide and sulfur dioxide.  SSC, in conjunction with public health officer from ASTDR, recommended shelter-in-place, and directed IMD personnel to Annex 5a, the Public Health and Safety Community Air Monitoring Protocols, which contain exposure information.  Poison Control Centers were notified of the  release.","<b>Release of Petroleum Coke (PET) from Sunk Barge, MM 54 of Lower Mississippi River, Davant,  LA<\/b> 2023-05-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 8, 2023, the USCG Sector New Orleans received an NRC report that open-hopper Ingram barge ING7515 sank at MM 54 Lower Mississippi River and released 1700 tons of PET coke into the river. The USCG contacted NOAA SSC regarding concerns to wildlife.","<b>Explosion and Fire at Refinery, Deer Park, TX<\/b> 2023-05-05<br />\n<i>petroleum products<\/i> - NA m³<br />\nOn May 5, 2023, an explosion at the Shell Deer Park Refinery resulted in a fire.  As of the time of this report, the fire is still burning, and firefighters are on scene.  Fire is in the distillation column, reported to contain cracked heavy gas and cracked light gas.  EPA is the FOSC. Currently no impact to the waterway.","<b>Fishing Vessel Taking on Water, Partially Sunk, Port of Ilwaco, WA<\/b> 2023-04-25<br />\n<i>Diesel, Lube, Hydraulic Oils<\/i> - NA m³<br />\nOn the morning of 25-APR-2023, USCG Sector Columbia River contacted the PNW NOAA SSC that the Commercial Fishing Vessel Salish Sister is taking on water and partially sunk at the Port of Ilwaco, WA. There is max. potential of approx. 500 gallons oily product on board the vessel. Responders are in route; it is unknown if oil has released. A trajectory and resources at risk were requested.","<b>Sheen Observed from Unknown Source, Main Pass Area, Gulf of Mexico<\/b> 2023-04-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 21, 2023, the NOAA Gulf of Mexico RRO was contacted with regard to NRC report #1365308\u000bAn unknown sheen was about 15 miles east of Pass A Loutre.  Another offshore rig notified the USCG that an unknown sheen (suspected to be crude oil) from an unknown source was drifting past their platform at the incident location. USCG requested a trajectory for the sheen.","<b>Containers of Organic Peroxide Explode during Fire at Chemical Facility; Burt, NY<\/b> 2023-03-31<br />\n<i>Organic Peroxide (TRIGONOX 21S)<\/i> - 227 m³<br />\nOn March 30th, the Nouryon Chemical reported a facility fire at a location holding 50,000 gallons of organic peroxide (Trigonox 21S) in 5-gallon containers. Approximately 16 containers exploded before fire suppression was successfully employed. Fire response runoff led to 18-Mile Creek via a storm drain; the stormwater outfall was secured and boom was deployed in 18-Mile Creek by municipal and county responders. EPA has response jurisdiction and is FOSC. All chemical analyses in 18-Mile Creek were at background levels.","<b>TPIC MP67 CS Platform Spill; LA<\/b> 2023-03-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 21, 2023, the USCG in New Orlean, LA, received an NOAA Satellite report of a potential spill near the TPIC Platform MP67CS.  TPIC shut in the line. No shoreline impacts were observed.  The USCG requested fate and trajectory","<b>BNSF Railway Train Derailment, Swinomish Channel, Anacortes, WA<\/b> 2023-03-16<br />\n<i>Diesel, Lube Oil<\/i> - NA m³<br />\nOn March 16, 2023, the EPA Region 10 contacted the NOAA SSC that a BNSF train derailed near the Swinomish Channel, Anacortes, Washington, There is a potential of approx. 7,000 gallons of diesel. There are other loaded cars still on the tracks.","<b>Capsize of Sherp All-Terrain Vehicle, Beaufort Sea, Alaska<\/b> 2023-03-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 15, 2023, the USCG notified the NOAA SSC that an all-terrain vehicle, a Sherp ATV, broke down and was abandoned on the ice while conducting a rescue.  The USCG Sector Anchorage has requested the NOAA SSC initiate an ESA Emergency Section 7 consultation.","<b>Partially Submerged Vessel off the Port of Los Angeles, CA<\/b> 2023-03-14<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn March 14, 2023, the USCG Sector LA/Long Beach contacted their NOAA SSC about a partially submerged 30-40â vessel that is currently the subject of a USCG search & rescue operation.  The vessel is currently adrift roughly 3.3 NM Southwest of the Angeles Gate entrance to the Port of Los Angeles.  A Â½ mile sheen has been observed around the vessel, but the vessel name, type, fuel type, and fuel capacity are unknown at this time.  USCG requested trajectory support for an estimated maximum potential of 800 gallons of diesel fuel.","<b>Sheen at High Island Beach, Bolivar Peninsula, TX<\/b> 2023-03-13<br />\n<i>natural gas condensate<\/i> - 0 m³<br />\nOn March 13, 2023, an unknown sheen at High Island Beach was reported to the USCG Marine Safety Unit in Port Arthur.  The Incident Management Division (IMD) responded and found a leaking pipe was producing the sheen.  The discharge appears to be natural gas condensate from an old well that was partially plugged and abandoned. The discharge continues at the estimated rate of 1 gal/hr, and is partially contained within an old coffer dam.  The USCG requested a trajectory and Resources at Risk analysis","<b>Loss of Pressure in Crescent Mainstream Pipeline, Gulf of Mexico<\/b> 2023-03-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 10, 2023, the USCG received notification that a 16-inch and 20-mile-long section of the Crescent Mainstream pipeline lost pressure.  The line was shut in and an overflight observed a possible 1 mile by 300ft slick in the vicinity of the pipeline.  The USCG requested fate and trajectory.","<b>85' Fishing Vessel Fire, Westport Marina, WA<\/b> 2023-03-09<br />\n<i>diesel<\/i> - 5 m³<br />\nOnMarch 9, 2023, the USCG Sector Columbia River notified the NOAA SSC that an 85â commercial fishing vessel is on fire at the Westport Marina in Washington with a potential for 7,000 gallons of diesel and additional hydraulic and engine oils on board. The Fire Department is on-scene and the USCG and Marina Manager are in route. It is unknown if there has been a release or sheen.","<b>Vessel Sinking and Oil Spill off Balingawan Point, Naujuan Oriental Mindoro, Philippines<\/b> 2023-03-07<br />\n<i>Industrial Fuel Oil<\/i> - 955 m³<br />\nOn February 28, 2023, the M/T PRINCESS EMPRESS sank off Balingawan Point, Naujuan Oriental Mindoro.  Cause of the casualty is unclear. The vessel, now completely submerged, was carrying as much as 250,000 gallons of fuel oil. The resulting sheen has reached 75 miles in length and has impacted several shorelines. \u000bNational Response Team (NRT ) was activated 08 Mar in response to a request for assistance received on 07 Mar 2023 from the Government of the Philippines. Philippine Request includes: \u000b1) Oil spill and incident command team experts. \u000b2) Satellite imagery to inform oil spill monitoring and forecasting\u000b\u000bNOAA is coordinating with NRT member agencies to assess and potentially fulfill these requests.","<b>94-foot Luxury Yacht Aground, Honolua Bay, Maui<\/b> 2023-02-21<br />\n<i>Diesel<\/i> - 0 m³<br />\nUSCG Sector Honolulu is working with the Hawaii Hazard Evaluation and Emergency Response Office, the Hawaii Department of Land and Natural Resources, and the vessel owner to remove potential pollution from a 94-foot luxury yacht that ran aground in Honolua Bay in Northwest Maui on February 20.  The USCG has initiated emergency consultation with NMFS and USFWS for pollution removal activities.","<b>Lube Oil Discharge into Columbia River, Astoria, OR<\/b> 2023-02-12<br />\n<i>Lube Oil<\/i> - 2 m³<br />\nOn February 12, 2023, the freighter M/V Amis Miracle began discharging an unknown amount of lube oil into the Columbia River from the Astoria Anchorage site. The leak is due to an equipment malfunction and has not yet been secured. The vessel is slowly discharging lube oil and has a max potential of 500 gallons. There is a slight sheen present and the owner is on-scene working to secure the leak.","<b>Fishing Vessel Sunk off Redondo Beach, CA<\/b> 2023-02-09<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn 09-FEB-2023, USCG Sector LA/LB contacted their NOAA SSC to request trajectory support for the 43â sunken F/V MATADOR off Redondo Beach, CA.  The vessel reportedly sank at 0200 hrs on 08-FEB, 1/3 mile offshore, in 170â of water, with an estimated 50 gallons diesel on-board (max potential 150 gallons).","<b>Oiled Northern Fur Seal Captured, Eliason Harbor, Sitka, AK<\/b> 2023-02-08<br />\n<i>oil sheen<\/i> - NA m³<br />\nOn 26-Jan-2023, a northern fur seal was observed swimming in Eliason Harbor in Sitka, Alaska and reported to the NMFS Marine Mammal Stranding network. On 30-Jan-2023 the seal was observed swimming in sheen, was captured and then shipped to the Alaska Sea Life Center in Seward, Alaska.  NOAA SSC was requested by NMFS to facilitate the collection and analysis of an oil sample from the seal.","<b>Pleasure Craft Adrift and Sinking, Southwest of Half Moon Bay, CA<\/b> 2023-02-04<br />\n<i>Diesel<\/i> - 3 m³<br />\nOn 04-FEB-2023, USCG Sector San Francisco contacted their NOAA SSC about the  70' yacht SERENITY believed to be carrying 600-700 gallons fuel on board when it began taking on water.  People were safely removed from the vessel during a USCG search & rescue (SAR) operation.  Sector SF IMD requested a vessel drift estimate.","<b>Sunken tug vessel, Conneaut, OH<\/b> 2023-01-24<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 24, 2023, the NOAA SSC received a series of situation updates from the USCG about the missing tug vessel WILLIAM DORA, believed to have sunk, location uncertain.","<b>Navy Vessel Sunk after Collision with Security Zone Boom, Bangor Trident Base, WA<\/b> 2023-01-23<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn Jan-19, 2023, a 36' Navy vessel sank after colliding with the Naval Station Bangor security zone boom. The vessel sank in 150 ft of water with 80 gallons of diesel on board.  The USCG contacted the NOAA NW SSC on behalf of the Navy to request a RAR.","<b>Oil Discharge from Platform in Lake Washington, Port Sulphur, LA<\/b> 2023-01-22<br />\n<i>crude<\/i> - 0 m³<br />\nOn January 22, 2023,  the USCG Sector New Orleans contacted the NOAA Regional Response Officer (RRO) of oil discharge from the Lake Washington Central Facility, a platform owned/operated by Hilcorp Energy, in Lake Washington / Lake Grande Ecaille, LA.   USCG Sector New Orleans IMD personnel conducted a site visit to the platform and requested a trajectory and fate analysis and RAR.","<b>Mystery Spill in Breton Sound, LA<\/b> 2023-01-17<br />\n<i>crude<\/i> - 0 m³<br />\nOn January 17, 2023, the USCG notified the NOAA SSC of a mystery crude oil discharge in Breton Sound, LA.  The sheen size is 2 miles long by 150 feet wide.  The USCG is concerned about the risk to a couple of islands to the NE of the incident location and requested a trajectory analysis.","<b>Sunken Dredge Barge, MM 85 of the Mississippi River<\/b> 2023-01-16<br />\n<i>Diesel<\/i> - 25 m³<br />\nOn January 16, 2023, the USCG notified the NOAA SSC of a sunken dredge barge \"W.D. Wood\" at MM 85 in the Mississippi River. The cause of the submerged dredge is unknown. It is estimated that there was 5500 gallons of diesel fuel and 100 gallons of hydraulic oil on board at the time of capsizing. The USCG requested trajectory and fate analysis.","<b>Sheen Report at Summerland Beach, Summerland, CA<\/b> 2023-01-06<br />\n<i>CA crude oil<\/i> - NA m³<br />\nOn January 6, 2023, the USCG Marine Safety Detachment Santa Barbara contacted their NOAA SSC to request oil fate information for a sheen report on Summerland Beach from earlier in the day.  Now an inactive oil field in Santa Barbara County, it is among the most active areas of natural oil seeps in the world with many abandoned and decommissioned oil wells from as early as the 1890s.  Initial oil movement information was provided via telephone, though a more specific request for trajectory support is anticipated after site inspections the morning of 07-JAN-2023.","<b>Broken Wellhead Discharge, Houston Ship Channel, Pasadena, TX<\/b> 2023-01-05<br />\n<i>Natural Gas<\/i> - NA m³<br />\nOn January 5, 2022, Sector Houston-Galveston notified NOAA SSC about a broken natural gas wellhead discharging near Atkinson Island, and requested assistance identifying potential RP via ERMA.  Phone support was provided.  The Wellhead owner was identified as Torrent Oil.  The release was secured","<b>Derelict Tug Sheening on Black River, Lorain, OH<\/b> 2023-01-05<br />\n<i>diesel<\/i> - 41 m³<br />\nOn January 5th at 1044 eastern time, Great Lakes SSC was notified by USCG MSU Cleveland of a known derelict vessel moored on the Black River in Lorain, OH actively sheening. CG is on scene and observed emulsified oil in the vessel. An OSRO is en route to boom the vessel and work with the USCG to develop a plan for dewatering. The USCG  requested Resources at Risk for the Black River.","<b>Risks from Decommissioned U.S. Navy Torpedo Recovery Vessel, Edisto Island, SC<\/b> 2023-01-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 4, 2023, the USCG Sector Charleston convened the RRT4 today to share details of an ongoing case with the M/V Hazar. The Sector has been dealing with this 140 ft. decommissioned U.S. Navy torpedo recovery vessel with 1600 plus gallons of diesel fuel onboard, as well as operating lube oils, etc. The vessel is at risk of sinking and creating a pollution threat and navigable waterway impact.","<b>Inspected Tow Vessel (ITV) Taking on Water, Port of Milwaukee, WI<\/b> 2023-01-03<br />\n<i>Diesel<\/i> - 64 m³<br />\nOn January 3, 2023, the NOAA SSC received notification of the ITV MICHIGAN taking on water at the Port of Milwaukee. The vessel is moored in 24-26 feet of water, a weathered sheen has been observed, the vessel response plan is activated and T&T Marine Salvage LLC is on scene deploying boom. The marine casualty is classified as a serious marine incident due to damage estimates exceeding $200,000. Sector Lake Michigan requesting trajectory for worst-case discharge of 14,000 gallons of marine diesel.","<b>UTV Candace Allision; Bolivar Peninsula, TX<\/b> 2022-12-15<br />\n<i>Diesel<\/i> - 149 m³<br />\nOn December 15, 2022, the UTV (Uninspected Towing Vessel) Candace struck a submerged anchor, damaged her hull, and began taking on water.  None of the crew was injured.  Oil was observed in the area of the damaged hull; a discharge is likely but the amount is unknown.  The maximum potential of fuel on board is 32,704 gallons of diesel, 862 gal lube oil, and 2,028 gallons of miscellaneous fuel.  The hull was temporarily patched and the vessel was towed to Sabine, TX.","<b>Shrimping Vessel Sunk Offshore of Jamaica Beach, TX<\/b> 2022-12-08<br />\n<i>Diesel Fuel<\/i> - 68 m³<br />\nOn November 25, 2022,  the shrimping vessel F/V Captain Alex sank approximately 11 NM offshore of Jamaica Beach, Texas.  All crew was rescued.  She was reported to be carrying approximately 15,000 gallons of diesel fuel.  No sheen was reported at the time of sinking or has been noted subsequently.  MSU Texas City has been working with the vessel owner on salvage and pollution issues. On December 6, 2022, MSU Texas City contacted NOAA SSC for evaluation of the potential discharge of the diesel fuel.","<b>Trinity Bay Pipeline; Anahuac, TX<\/b> 2022-12-01<br />\n<i>Crude oil<\/i> - 18 m³<br />\nOn December 1, 2022, USCG Sector Houston Galveston requested NOAA SSC review of a draft Biological Evaluation (BE) for the Endangered Species Act (ESA) and Essential Fish Habitat (EFH) for a completed Federal Project to investigate and remediate the discharge from a pipeline that had been the source of a natural gas leak and periodic oil sheens in Trinity Bay, Texas.   A magnetometer survey confirmed the pipeline as the source of the discharge.  The pipeline was jetted, cut, and capped. The area around the pipeline repairs was boomed. Additional oil was discharged during the cutting and capping and was recovered by skimmers. Operations concluded on October 7, 2022.","<b>Oil Discharge at Calcasieu Point Landing, Lake Charles, LA<\/b> 2022-11-28<br />\n<i>Used lube oil, waste oil<\/i> - 29 m³<br />\nOn November 28, 2022, oil was reported on the boat ramp at Calcasieu Point Landing, Louisiana (NRC#1352522).  Source has been identified as the tanks at Martin Energy Services, just upstream.  A tank discharged used lube oil into the secondary containment area, which then discharged into the water.  An OSRO is on-site, placing boom.  The exact volume discharged is unknown at this time.  Oiled pelicans have been reported.  Louisiana Department of Wildlife and Fisheries is engaged. Trajectory requested.","<b>Whitney Oil & Gas Well 259 Garden Island Bay Leak; Port Eads, LA, USA<\/b> 2022-11-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 27, 2022, a small amount of crude oil was discharged from Whitney Oil & Gas Well #259 into Garden Island Bay, a part of the Pass A Loutre WMA in Plaquemines Parrish, LA.   Whitney responded to the incident with the insertion of a cofferdam around the well to remove the water and find the path of discharge.  Whitney reported a 5x1 yd rainbow sheen with patches of dark oil and Brown Pelicans within the area of the well.  USCG requested that NOAA provide a Resources at Risk.","<b>Fishing Vessel Sinks in Pamlico Sound, White Plains, NC<\/b> 2022-11-17<br />\n<i>Diesel Fuel<\/i> - 1 m³<br />\nOn 17 November 2022, USCG Sector North Carolina notified the NOAA SSC that the 35 ft long FV HEATHER BREEZE sank at 0200 approximately five miles from Engelhard, NC., in the Pamlico Sound. At the time, Sector North Carolina did not request any NOAA support. On 23 November, USCG Sector North Carolina notified the NOAA SSC that the vessel was observed capsized and awash in Pamlico Sound. The maximum amount of diesel fuel onboard is 180 gallons. Sector North Carolina requested an oil spill trajectory because of the vessel's close proximity to numerous aquaculture and natural shellfish beds and sensitive shorelines.","<b>Oil on Beach at Canaveral Space Force Station, Port Canaveral, FL<\/b> 2022-11-14<br />\n<i>oil<\/i> - NA m³<br />\nOn November 14, 2022, the USCG notified the NOAA Scientific Support Coordinator that a stretch of beach at the Canaveral Space Force Station Beach had received some oiling post-hurricane Nicole. The oil was along 1.2 miles of beach and was found sporadically among Sargassum on the sand beach surface. The source has not been identified but could potentially be from a historic shipwreck. The SSC provided a resources-at-risk assessment to ensure that any potential concerns for species or habitat along the impact area are considered during cleanup operations.","<b>Sinking of Work Barge, Bon Secour Bay, South End of Mobile Bay, AL<\/b> 2022-11-13<br />\n<i>diesel<\/i> - 2 m³<br />\nOn November 13, 2022, the USCG Sector Mobile contacted the NOAA SSC regarding the sinking of a work barge containing 500 gallons of diesel and misc. petroleum products in Bon Secour Bay (just north of Ft Morgan, south end of Mobile Bay). The USCG requested fate and transport assessment and resources at risk analysis.","<b>Recreational Vessel Sunk, Port Hadlock, WA<\/b> 2022-11-05<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 5 Nov 2022, the USCG notified NOAA about a sunken vessel outside of the Port Hadlock Marina, WA. There were 2 POBs, who abandoned ship and are currently being treated at a hospital for hypothermia.  USCG requested a brief weather forecast for Port Hadlock for decision-making purposes","<b>F/V Irene Alton Sinking; Saint George, ME, USA<\/b> 2022-11-02<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn 2 Nov, 2022, the USCG Sector Northern New England contacted the NOAA SSC regarding a trajectory and fate analysis for a potential diesel spill from a sunken fishing vessel south of Tenants Harbor ME. Some sheen and smell was initially reported but follow-up visits have not resulted in any observable pollution.","<b>Fishing Vessel sunk SE of Assateague Island, Virginia<\/b> 2022-10-28<br />\n<i>Diesel Fuel<\/i> - 141 m³<br />\nOn October 28,  2022, USCG Sector VA notified the NOAA SSC that the F/V TREMONT, a 114.5 foot, 399 GT vessel sank at 0400 approx. 55 NM SE of Assateague Island,, Virginia. The vessel has a total diesel fuel capacity of approx. 31,000 gallons as well as machinery lube oil onboard. The cause of the casualty is under investigation. The Sector VA FOSCR requested a worst-case discharge trajectory for possible shoreline impact and resources at risk be conducted for the formulation of their response strategy.","<b>Towing Vessel \"Sandstone\" Sunk at its Moorings, Pine Bluff, AR<\/b> 2022-10-27<br />\n<i>oil<\/i> - 2 m³<br />\nOn October 24, 2022, The towing vessel SANDSTONE (25â3â in length) sank at its moorings on the Arkansas River mile marker 218.  The vessel is completely submerged. The total estimated capacity of oil onboard is 1,230 gallons and the responsible party is estimating that 500 gallons of diesel and 30 gallons of various lube oils were onboard prior to the sinking. The NOAA SSC was requested to provide remote support for resources at risk and consultation with USFWS/DOI.","<b>70â Fishing Vessel Sunk, Fish Harbor, San Pedro, CA<\/b> 2022-10-24<br />\n<i>Diesel<\/i> - 0 m³<br />\nDuring the evening of 24-OCT-2022, USCG Sector LA/Long Beach contacted their NOAA SSC to request trajectory support for a 70â wood fishing vessel that sank within the Port of Los Angeles.  The vessel has been actively sheening since at least 1600 hrs, reportedly has an 830 gallon max potential of diesel on board.  As the USCG attempts to boom the area around the vessel, they requested a trajectory estimate through sunrise tomorrow to help plan out a first light assessment of the area.","<b>Mystery Slick off Charleston SC<\/b> 2022-10-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 11, 2022, the USCG Sector Charleston reported that a pilot reported an observed slick that appeared to be black oil 2 miles off Charleston at position 32-45-23.2N and 079-45-49.2 W. The NOAA SSC was asked to provide a trajectory summary and evaluation of the shoreline threat.","<b>Anomaly Detected by Satellite West of Point Loma, San Diego, CA<\/b> 2022-09-19<br />\n<i>Oil<\/i> - NA m³<br />\nOn September 19, 2002, the USCG Sector San Diego contacted their NOAA SSC to request a trajectory estimate for the NESDIS Marine Pollution Surveillance Report (MPSR) issued at 2340 hrs UTC, 37 NM (87 KM) west of Point Loma.  USCG requested overflight search areas for near sunset today and sunrise tomorrow.","<b>Remnants of Typhoon Merbok Damage Towns and Villages along Bering Sea Coastline, Alaska<\/b> 2022-09-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 18-Sep-2022, the Alaska Bering Sea Coastal communities experienced impacts from the remnants of Typhoon Merbok.  Officials have tallied damage to 40 towns and villages stretching from the Bering Strait region in the north to the mouth of the Kuskokwim River in the south â some 1,300 miles of coastline. Local officials have reported 69 homes and â28 other structuresâ have been impacted by the storms.  This hotline is for information sharing.","<b>40-Foot Cabin Cruiser Taking On Water, Tom's Bayou, Valparaiso, FL<\/b> 2022-09-16<br />\n<i>diesel<\/i> - 1 m³<br />\nOn September 16, 2022 USCG MSD Panama City contacted the NOAA SSC regarding a 40FT cabin cruiser taking on water in Tom's Bayou.  Reportedly, the vessel contains approximately 200 gals of diesel fuel.  Local Fire, FL FWC contacted USCG after receiving a distress call from passenger aboard the vessel. Passenger was removed from vessel for medical treatment and USCG is assessing availability of OSRO to address potential pollution removal.  SSC provided information on fate and effects and resources at risk.","<b>Mystery Sheen, Depoe Bay, OR<\/b> 2022-09-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 15-SEP-2022, USCG Sector Columbia River notified NOAA SSC of a mystery sheen that was observed approx. 1 mile offshore from Depoe Bay, OR. The sheen extends for approx. 700 yards, the quantity and type of product is unknown, a strong diesel odor was reported. A trajectory is requested to determine the extent of coverage for an overflight and if the oil will have shoreline impacts.","<b>Mystery Sheen off Old Orchard Beach, ME<\/b> 2022-09-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 2, 2022, USCG Sector Northern New England notified the NOAA SSC that they had received 3 separate reports from commercial pilots flying into the Portland Jetport of a black and rainbow sheen approximately 24 NM southeast of Old Orchard Beach Pier. The sheen was approximately 1NM long and .5NM wide. One pilot was able to take photographs. The USCG requested a hindcast to check if the source could be a potential historic wreck.","<b>Fishing Vessel Aground, Grays Harbor Jetty, Westport, WA<\/b> 2022-08-16<br />\n<i>Diesel<\/i> - 27 m³<br />\nOn August 16, 2022, the USCG Sector Columbia River notified the NOAA SSC that the F/V Lady Debbie ran aground south of the Grays Harbor Jetty in Westport, WA. There is potential for 6,000 gallons of diesel.","<b>Sunken pleasure craft, Whites Landing, Santa Catalina Island, CA<\/b> 2022-08-14<br />\n<i>Gasoline<\/i> - 0 m³<br />\nOn August 14, 2022, USCG Sector LA/LB contacted their NOAA SSC regarding a grounded/sunken pleasure craft (CF-3129KD) off Whites Landing, north of Avalon, Santa Catalina Island, CA.  The vessel had been taking on water on 13-AUG-2022 and was being towed when she grounded.  She was reportedly carrying 30 gallons of gasoline at the time, though the max potential was 100 gallons.  USCG requested oil fate information.","<b>Suspected Discharges Occurring in Espiritu Santo Bay, TX<\/b> 2022-08-11<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn August 11, 2022, the USCG Marine Safety Detachment (MSD) in Victoria, Texas, contacted NOAA SSC to request satellite imagery support for suspected discharges occurring in Espiritu Santo Bay, Texas in the time periods between July 29 and August 2 and 1 August and 5 August 2022.  NOAA SSC relayed the request to the NOAA Satellite Analysis Branch (SAB).  SAB identified an anomaly and produced a Marine Pollution Surveillance  Report (MPSR) on August 16, 2022 and the NOAA SSC provided the MPSR to MSD Victoria.","<b>Above-ground Tanks on Fire at Crude Oil Storage Facility, Matanzas, Cuba<\/b> 2022-08-10<br />\n<i>Oil<\/i> - NA m³<br />\nOn 05-AUG-2022, a lightning strike ignited a fire at a crude oil storage facility in Matanzas, Cuba (60 miles East of Havana).  Over the next few days, three above-ground storage tanks caught fire, 17 firefighters were reported missing and more than 100 people were injured (including first responders).   This Hotline is being opened in case of a technical assistance request  for NOAA support.","<b>Container Ship Leaking SHC Lubricating Oil En Route to Anchorage, AK<\/b> 2022-08-05<br />\n<i>SHC lubricating oil<\/i> - NA m³<br />\nOn 5-Aug-2022, the USCG Sector Anchorage reported that the MV Maunalei, a 600' container ship was traveling north to Anchorage while leaking lubricating oil at an estimated rate of 6 gallons per hour.  The USCG requested information on the fate and effects of the oil in the marine environment.","<b>58-foot Fishing Vessel Sunk, Southern Point of Prince of Wales Island, AK<\/b> 2022-08-03<br />\n<i>diesel<\/i> - 5 m³<br />\nOn 2-Aug-2022, at 1600, the FV Hotspur sank off the southern point of Prince of Wales Island.  The 58' fishing vessel had an estimated 1100 gallons of diesel on board with a max potential of 8000 gallons.  The USCG MSD Ketchikan is requesting fates and trajectory analysis for a potential release of fuels.","<b>67-foot Fishing Vessel Sunk, 90 East of Gloucester, MA<\/b> 2022-07-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 10, 202, the USCG Sector Boston notified the NOAA SSC that a 67-foot fishing vessel, the GRACE MARIE had sunk in 600 ft of water approximately 90 nm east of Gloucester, MA late on July 8. The USCG was seeking information on the fate of the leaking diesel fuel.","<b>50-foot Sport Fishing Vessel Sinking, Pensacola Beach, FL<\/b> 2022-07-09<br />\n<i>diesel<\/i> - 3 m³<br />\nOn July 9, 2022, the USCG Sector Mobile contacted the NOAA SSC regarding an incident involving a sinking 50-foot fishing vessel \"SLOW MOTION\" with approximately 750 gallons of diesel aboard.   The vessel is located about 2 miles south of Fort Pickens, FL.  The USCG requested a trajectory and fate of a worst-case discharge of 750 gallons of diesel.\u000b\u000bUSCG News Release:\u000bThe Coast Guard rescued nine boaters from the water after their vessel became submerged approximately two miles south of Pensacola Pass, Florida, Saturday.\u000b\u000bWatchstanders at Coast Guard Sector Mobile received a mayday call at 10:47 a.m. from the 50-foot Sport Fisher Slow Motion. The recreational vessel reportedly ran aground, with all nine boaters aboard abandoning the vessel. Watchstanders diverted a 45-foot Response Boat â Medium boatcrew from Coast Guard Station Pensacola that was already patrolling the area.\u000b\u000bThe Pensacola boatcrew arrived on scene at 10:56 a.m., recovered all nine people out of the water and transported them back to Big Lagoon State Park in Pensacola. \u000b\u000bAll nine boaters were reported with no medical concerns.\u000b\u000bFor more information follow us on Facebook and Twitter.\u000b\u000b-USCG-","<b>Freighter Carrying Petroleum Coke Lost Propulsion, Dixon Entrance, AK<\/b> 2022-07-08<br />\n<i>Petroleum Coke<\/i> - NA m³<br />\nOn 8-Jul-2022,  The Alaska Department of Environmental Conservation (ADEC) notified the NOAA SSC that the 739-foot freighter Darya Shanti had lost propulsion in Canadian waters approximately 50 miles off Dixon Entrance and was drifting towards Dall Island, Alaska.  The vessel is fully laden with 76,900 metric tons of Petroleum Coke. No products are requested. Notification only at this time.","<b>50-foot Yacht Sunk in Glacier Bay, AK<\/b> 2022-07-01<br />\n<i>diesel<\/i> - 9 m³<br />\nOn 1-Jul-2022, the Alaska Department of Environmental Conservation (ADEC) notified the NOAA SSC that the 50-foot yacht CATS N DAWGS sank in Glacier Bay with 1800 gals (potential max 2000 gals) on board. The vessel is in 84'-180' of water depth. There was a sheen observed on the water. USCG via ADEC is requesting a trajectory and fates analysis.","<b>72-foot Motor Vessel Fire and Salvage, Portsmouth, NH<\/b> 2022-06-24<br />\n<i>diesel<\/i> - 8 m³<br />\nOn June 18 the 72' MV TOO ELUSIVE caught fire off Portsmouth, NH. The vessel ended up sinking approximately. 1.5nm SE of the coast of Portsmouth. A diesel sheen was seen at the time, but did not last long. The NOAA SSC was contacted by Maine DEP and the USCG on June 25 and briefed on salvage operations. NWS began providing site specific weather forecasts on June 29 for June 30 salvage. No additional information is requested at this time.","<b>Mystery Sheen in 40 Arpent Canal, Chalmette, LA<\/b> 2022-06-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 19, 2022, the USCG Sector New Orleans notified the NOAA SSC regarding a discharge of an unknown amount of an unknown oil from an unknown source in a drainage canal located along the Lower Mississippi River and the Mississippi River Gulf Outlet, in St. Bernard Parish, LA.  USCG on-site response personnel report a strong fuel smell and an 8-10ft alligator in the area along with several sheens ranging from 1nm to 4nm long within the canal. Valero Energy initiated response actions.  USCG requested NOAA on-site support.","<b>Diesel Leak from Commercial Fishing Vessel, Grays Harbor, WA<\/b> 2022-06-21<br />\n<i>Diesel<\/i> - 23 m³<br />\nOn June 21, 2022, the USCG Sector Columbia River contacted the NOAA SSC regarding a discharge from the 68â commercial fishing vessel F/V Townsend.  The vessel was taking on water for unknown reasons and the engine room was flooded.  As the vessel was dewatered, diesel fuel was also pumped overboard. There is maximum potential for 10,000 gallons diesel. The vessel ran out of fuel and was towed to Grays Harbor. The USCG requested a trajectory and fate of the diesel","<b>42' Fishing Vessel on Fire off Coast of Manzanita Beach, OR<\/b> 2022-06-18<br />\n<i>diesel<\/i> - 4 m³<br />\nOn 18-JUN-2022, USCG Sector Columbia River notified NOAA SSC of a 42â fishing vessel on fire off the coast of Manzanita Beach, OR. There is potential for 800 gallons of diesel on board. The vessel is still on fire, persons on board abandoned the vessel, and the Coast Guard has established a safety perimeter. The USCG is concerned with the vessel drifting towards shore and potential release. A trajectory and Resources at Risk were requested.","<b>Fishing Vessel Aground, West End of Unimak Island, AK<\/b> 2022-06-18<br />\n<i>diesel<\/i> - 14 m³<br />\nOn 17-Jun-2022, the 89-foot FV Pacific Sounder ran aground on the west end of Unimak Island at Sennett Point.  The vessel has approximately 21000 gallons of diesel on board.  The crew abandoned the vessel. Resolve Marine is responding.","<b>M/V LA7240FW Sinking; Buras, LA, USA<\/b> 2022-06-16<br />\n<i>diesel<\/i> - 2 m³<br />\nOn June 14, 2022, the  USCG Sector New Orleans received NRC Report # 1338758 stating that the M/V LA7240FW was sinking and discharging oil while moored to a private dock in the Doullet Canal, tributary of Adams Bay, Plaquemines Parish, LA. The observed sheen on June 15 was 300ft long by 45 ft wide, silver and rainbow. USCG contracted an OSRO to respond.  The vessel could contain up to 400 gallons of fuel oil onboard. USCG is working with the vessel owner on a salvage plan.","<b>Vessel on Fire and Adrift off Kodiak, AK<\/b> 2022-06-16<br />\n<i>diesel<\/i> - 14 m³<br />\nOn 16-Jun-2022, Sector Anchorage notified the SSC of a vessel on fire and adrift off Kodiak.  Crew and passengers abandoned the vessel.  There is a potential for 3000 gallons of diesel on board. A USCG fly over observed a sheen on the water around the vessel. Phone support provided","<b>E-Crane Barge Sunk While in Tow, Louisiana Coast, Gulf of Mexico<\/b> 2022-06-15<br />\n<i>lube and diesel<\/i> - 12 m³<br />\nOn June 15, 2022,  the E-Crane barge AMBITION sank approximately 18 miles south of the Louisiana coast while in tow.  A 200ft sheen was reported.  The worst-case discharge is 1,800 gallons of diesel and 800 gallons of lube oil. The USCG requested NOAA prepared a trajectory for a potential worst-case discharge.","<b>Release of Gear Oil, St. Marys River, Sault Ste. Marie, Ontario, Canada<\/b> 2022-06-09<br />\n<i>gear oil<\/i> - 24 m³<br />\nOn June 9th, 2022, the GL SSC was notified by USCG Sector Sault Sainte Marie of a facility's accidental release of gear oil in the St. Mary's River. The facility is Alogma Steel Inc., and the max potential release volume is 5300 gallons. USCG is requesting trajectory support.","<b>Passenger Ferry Burning, Towed to Norfolk Naval Station, Hampton Roads<\/b> 2022-06-07<br />\n<i>Diesel<\/i> - 26 m³<br />\nOn June 7, 2022, the NOAA SSC was notified of an engine room fire onboard the SPIRIT OF NORFOLK, a popular passenger ferry utilized for tours and dinners within Hampton Roads. All 108 passengers and crew onboard were evacuated and all persons have been accounted for. Tugs were attempting to extinguish the fire with installed water cannons and it was towed to Norfolk Naval Station. The fire is contained to the engine room and the vessel is currently moored at Pier 4, Norfolk Naval Station. Just before 4pm it was reported that all firefighting personnel have been removed from the vessel as it was listing and is now reported to be sinking at the pier. The USCG requested trajectory for potential spill of 5800 gallons of diesel.","<b>Cedar Bayou Abandoned Tugs; Baytown, TX, USA<\/b> 2022-06-03<br />\n<i>Oil<\/i> - 0 m³<br />\nOn June 3, 2022, Sector Houston-Galveston contacted NOAA SSC to request support for ESA and EFH consultation about two abandoned tugs, the Patrick E. (N22027) and the Miss Edna D (N22028).  Both tugs contained oil in the engine room which was discharging into Cedar Bayou.  Case was Federalized.  Phone support provided.","<b>Tanker Vessel Sunk Northwest of Aruba<\/b> 2022-06-03<br />\n<i>HFO and Diesel<\/i> - 2475 m³<br />\nOn June 3, 2022, the USCG notified the NOAA SSC for Florida and the Caribbean that the 300-foot tanker M/V Cetus under the Comoros flag sank on 27 May 130 NM NW of Aruba in the central Caribbean Sea. Many details on the sinking and vessel cargo are still being gathered. A report of a 6 by 8 NM slick was reported by the Caribbean Dutch Coast Guard on 27 May.  Jamaica has formally requested support from the U.S. NRT including satellite imagery and trajectory products from NOAA.","<b>90-foot Motor Yacht Sinking, Virginia Beach, VA<\/b> 2022-05-25<br />\n<i>Diesel Fuel<\/i> - 6 m³<br />\nOn 25 May 2022, the USCG Sector Virginia notified the NOAA SSC that a 90-foot motor yacht was taking on water and likely to sink just south of Virginia Beach, Virginia. The vessel has 1400 gallons of diesel fuel onboard. Sector requested trajectory and resources at risk.","<b>Vessel Fire/Sinking About 4 Miles Offshore of Gulfport, MS<\/b> 2022-05-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 21 May 2022 USCG Sector Mobile contacted the NOAA SSC regarding a vessel fire and sinking about 4 miles offshore of Gulfport, MS in MS Sound. SSC provided fate and forecast for the potential discharge of 600 gallons of diesel.","<b>Possible Sheen Report off San Diego, CA<\/b> 2022-05-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 20, 2022, the USCG Sector San Diego contacted their NOAA SSC about a possible sheen report based on a satellite image taken offshore of Mission Bay.  The USCG requested any satellite-related input that might be pertinent to the case","<b>Disabled Yacht with 7 People Aboard, 45 Miles NW of Grays Harbor, WA<\/b> 2022-05-08<br />\n<i>diesel, oil<\/i> - 31 m³<br />\nOn 8-MAY-2022 at 1520L, the USCG SPS contacted the NOAA SSC regarding a 140â yacht DOMANI that had a fire on 7-MAY and has taken on water off the outer coast of Washington within the Olympic Coast National Marine Sanctuary. There is potential for 6,600 gallons diesel and 1,200 liters oil on board the vessel. There is no reported release of products. The USCG Cutter Active is providing dewatering support and towing the vessel to Neah Bay, WA for damage assessment.","<b>Weathered Tarballs in Southern California, Santa Monica Bay to Dana Point, CA<\/b> 2022-05-06<br />\n<i>Crude<\/i> - NA m³<br />\nA broad and prolonged period of tarballing (since early March) along the shores of Santa Monica Bay south to Dana Point has prompted many public reports and numerous sampling events to determine possible sources.  Most tarballs were described as moderately to heavily weathered and analysis indicates they are chemically consistent with natural seep oil.  Many natural seeps are well known to be active in areas of Santa Barbara Channel to Santa Monica Bay. Given the broad geographic spread of tarballs and the heightened public awareness of shoreline oiling from recent spills, CAL OSPR contacted the NOAA SSC around mid-day on 07-MAY-2022 to request trajectory-related information for some public outreach materials.","<b>Discharge of Natural Gas, Crude Oil, and Salt Water from Well in Cameron Parish, LA<\/b> 2022-05-05<br />\n<i>Crude oil, natural gas, salt water<\/i> - NA m³<br />\nOn May 5, 2022,  The Louisiana Oil Spill Coordinators Office (LOSCO) notifed the NOAA SSC about a discharge of unknown amounts of natural gas, crude oil, and saltwater from a well in Cameron Parish, LA.  NOTIFICATION ONLY.  No products requested at this time.","<b>Oil Discharge in Tabbs Bay, Baytown, TX<\/b> 2022-05-03<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn April 30, 2022, a mystery oil sheen was reported in Tabbs Bay, Texas near Goose Creek.  The discharge is believed to be crude oil from a pipeline or well.   On May 3,  the USCG Sector  Houston contacted the NOAA SSC for assistance with consultation procedures. Phone support was provided.  A hydrologic survey to identify the source has been conducted.  An OSRO will be on site on May 5 to deploy containment and boom.","<b>45-Foot Fishing Vessel Sinking, Charleston, SC<\/b> 2022-04-24<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn April 24, 2022,  the USCG Sector Charleston notified the NOAA SSC that a 45-foot fishing vessel with 300 gallons of diesel fuel onboard, sank 20 miles southeast of Charleston, SC. The Sector requested a trajectory.","<b>Fire at Commercial Fueling Facility, Petroleum Product Flow into Storm Drain, Medford, OR<\/b> 2022-04-14<br />\n<i>lubrication oil<\/i> - 91 m³<br />\nOn 14-APR-2022, the  NOAA SSC was notified by the EPA of a response to a fire at a NextGen commercial fueling facility in Medford, OR. The fire began about 2100L on 12-APR, several thousand gallons of petroleum caught fire, and petroleum products flowed into the storm drains to Bear Creek which leads to the Rouge River. The quantity of petroleum product released in the fire is unknown at this time, the maximum potential is approx. 42k gallons stored on site.  An ESA Section 7 consultation and phone support were requested.","<b>50-foot Vessel Sunk in Hawkes Marina, Everett, WA<\/b> 2022-04-13<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn 13-APR-2022, the USCG  contacted the NW SSC to report that a 50â vessel sank in Hawkes Marina, Everett, WA. There is an estimated 80 gallons of diesel on board, with a maximum potential of 400 gallons.  The vessel is leaking and creating a visible sheen. The case has been federalized and Global Diving is hired. A localized trajectory and resources at risk were requested.","<b>Oil Well Discharge into Marsh, High Island, Bolivar Peninsula, TX<\/b> 2022-04-06<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn April 1, 2022, an unknown amount of crude oil from a well discharge into a marsh area on High Island was reported.  OSROs responded.  On April 6, 2022, MSU Port Arthur contacted NOAA SSC for input on methods to address oil remaining in vegetation.  Phone support provided, no further products requested.","<b>Sunken Fishing Vessel, Grand Traverse Bay, Lake Michigan<\/b> 2022-04-05<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 5th, 2022,  the USCG notified the Great Lakes SSC  of a fishing vessel that sank at the pier in Grand Traverse Bay, Michigan. The maximum potential release is an estimated 400 gallons of marine diesel. No request for NOAA products at this time.","<b>Navy Plane Crashed on Chincoteague Island, VA<\/b> 2022-03-31<br />\n<i>Oil<\/i> - 3637 m³<br />\nAt 8:00 am on 31 March 2022, USCG Sector Virginia notified the NOAA SSC that a NAVY Hawkeye plane crashed just north of Chincoteague Island in a marsh at approximately 7:30 pm on Wednesday 30 March. One crew member died, and two were rescued. The aircraft had 1,650 gals of JP-5 on board at the time of the incident. Navy and Sector Virginia response teams enroute. Sector Virginia requested resources at risk and trajectory.","<b>Satellite-Detected Anomaly Northwest of Point Reyes, CA<\/b> 2022-03-29<br />\n<i>Palm oil<\/i> - NA m³<br />\nIn the early morning hours of 29-MAR-2022, USCG Sector San Francisco contacted their NOAA SSC regarding a NESDIS Marine Pollution Surveillance Report (MPSR) that was issued at 2319 hrs on 28-MAR-2022.  The center of the long, narrow anomaly was located roughly 78 nm NW of San Francisco with the portions closest to shore being roughly 18 nm NW of Point Reyes.  USCG intends to deploy a first light overflight on the morning of 29-MAR and requested an estimated search area based on likely drift.","<b>Tug Boat Sunk at its Pier, Duluth, MN<\/b> 2022-03-24<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 24, 2022, the NOAA Great Lakes SSC was notified of a tug boat \"Lake Superior\" that sank at its pier in Duluth, MN. The tug boat has an estimated 7500 gallons of mixed oil, a contracted company has been hired to remove pollution. No request for NOAA products at this time. The location is approximate.","<b>Diesel release - offshore Bodega Bay, CA;<\/b> 2022-03-08<br />\n<i>Diesel<\/i> - 1 m³<br />\nOm March 8, 2022, NOAA received a request from USCG Sector San Francisco for trajectory and fate information for a release of a maximum volume of 200 gallons of diesel fuel from a sunken crab fishing vessel approximately 3 nm offshore of Bodega Bay (Salmon Creek). The reported latitude/longitude is 38Â° 20.258N, 123Â° 07.727 W.","<b>Commercial Fishing Tender Sinks in Sumner Strait, Prince of Wales Island, AK<\/b> 2022-02-22<br />\n<i>diesel<\/i> - 3 m³<br />\nOn 20-Feb-2022, the commercial fishing tender FV Emerald Beauty sank in Sumner Strait in 91 fathoms of water.  The fishing vessel had between 400-600 gallons of diesel onboard, with a maximum potential of 1500 gallons.  Sheen was observed on the water surface during an overflight on 22-Feb at the sinking location. MDF Ketchikan has requested a fates and trajectory analysis, and potential resources at risk.","<b>Gasoline Tank Truck Spill, Long Island, NY<\/b> 2022-02-16<br />\n<i>Gasoline<\/i> - 50 m³<br />\nOn February 16, 2022, the USCG Sector Long Island Sound contacted the Mid-Atlantic NOAA SSC about a gasoline tanker truck that was involved in an accident in East Rockaway, NY and was involved in a major fire. The truck was carrying approximately 11,000 gallons of gasoline and an unknown quantity of fuel from the tanker had spilled into a nearby drain. The USCG requested fate analysis and assistance from NOAA.","<b>Abandoned Well Discharging Gas and Condensate, East Cameron, Offshore Louisiana<\/b> 2022-02-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 15, 2022, the USCG Marine Safety Unit (MSU) Lake Charles contacted NOAA SSC about an abandoned well that was discharging gas and condensate.  The amount being discharged is unknown. A silvery sheen of approximately 1 mile in length was reported.  MSU LKC requested information about the fate and effects of condensate, NOAA SSC provided information over the phone.  A CG field team is investigating.","<b>Satellite Imagery Detects Oil Anomaly at Inactive Well Platform 55 Miles Offshore Louisiana<\/b> 2022-02-11<br />\n<i>oil and completion fluids<\/i> - NA m³<br />\nOn February 11, 2022, the NOAA SSC received a Marine Pollution Surveillance Report (MPSR) for the Ship Shoal 291 area (offshore lease block in the Gulf of Mexico) indicating an oil anomaly of approximately 24.18 square kilometers.  The slick was emanating from an oil facility later determined to be associated with the Mon Forte Exploration facility (unmanned, inactive well platform).","<b>Tug Sea Eagle aground Deerfield Beach, FL<\/b> 2022-02-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 4, 2022, the USCG contacted the SSC with notification that a tug was aground at the pier at Deerfield Beach FL. The vessel has 10000 gallons of diesel fuel aboard. Resolve, a local contract salver is responding and hopes to remove fuel from the vessel. USCG requested the fate and properties of the oil in case of a release.","<b>Pipeline Chronic Release on Stock Island, Key West, FL<\/b> 2022-02-03<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG contacted the SSC on 3 Feb 2022 for support in the cleanup of oil sheening off rip rap and seawalls on Stock Island in the FL Keys that resulted from a pipeline release.","<b>Sunken Fishing Vessel Leaking Diesel Off Coast of Marshfield, MA<\/b> 2022-02-01<br />\n<i>Marine Diesel<\/i> - 5 m³<br />\nOn February 2, 2022, the USCG Sector Boston notified the NOAA SSC of a sunken fishing vessel approximately 1 nm off the coast of Marshfield, MA. An estimated 2,000 gallons of diesel was on board when the vessel sank.  A USCG overflight showed a visible sheen approximately 1/2mile in length. Sector Boston has requested a trajectory.","<b>Small Spill from Recreational Vessel near Bay St Louis, MS<\/b> 2022-01-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 28 JAN 2022, USCG Sector Mobile contacted the NOAA SSC regarding a minor discharge of diesel from a recreational vessel (35ft cabin cruiser) in Breath Bayou near Bay St. Louis, MS. USCG was notified of the incident after MDEQ (state) discovered and boom off the vessel. The vessel has subsequently been refloated and towed offsite. No further action planned or support is requested at this time.","<b>Spill from Quarter North Oil Well, Louisiana, Gulf of Mexico<\/b> 2022-01-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 10, 2022, the USCG Sector New Orleans Incident Management Division (IMD) received notification of a discharge of crude oil and natural gas from a Quarter North well into the Gulf of Mexico.  The well and platform were damaged by Hurricane Ida last year. NOAA provided an initial fate & trajectory.","<b>Oil Sheen at Terminal 5,  Harbor Island, Seattle<\/b> 2022-01-06<br />\n<i>unknown<\/i> - NA m³<br />\nOn 09-DEC-2021, the USCG Sector Puget Sound was notified of an oil sheen at Terminal 5 on Harbor Island in Seattle, WA. At high tide, there has been a visible persistent sheen and black oil on the fenders. The source is under investigation. The NOAA SSC was contacted 6-JAN for phone support.","<b>Tarballs off Bolsa Chica Ecological Reserve, Huntington Beach, CA<\/b> 2021-12-22<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn December 22, 2021, the USCG Sector LA/Long Beach contacted their NOAA SSC regarding a report of sheen and tarballs offshore of Bolsa Chica Ecological Reserve.  Initial USCG overflight info indicates two small areas of rainbow sheen roughly 150â by 100â and by 200â, while on-water (vessel-based) observations described some tarballs amongst the sheen.  USCG has requested trajectory support.","<b>Water Supply Contamination, Oahu, HI<\/b> 2021-12-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 21, NCEH/ATSDR contacted the NOAA SSC for the Pacific Islands, on behalf of the Hawaii Department of Health (DOH), for potential technical support related to an ongoing Navy water supply contamination event on Oahu, Hawaii.  \u000b\u000bIn late November, residents of U.S. Navyâs Joint Base Pearl Harbor-Hickam (JBPHH) on Oahu, Hawaii began reporting fuel-like odors and taste in tap water. The Navy operates its nearby Red Hill Bulk Fuel Storage Facility, which has had historic and recent releases of fuel. The Red Hill fuel storage tanks are located 100 feet above a groundwater aquifer that provides a significant portion of the water supply for the Island of Oahu. \u000b\u000bThe Navy has shut down a well in the Red Hill water system after a sample collected there confirmed the presence of fuel-related contaminants. The Hawaii DOH has issued a public advisory that Navy water system consumers not drink or consume tap water. The Honolulu Board of Water Supply has also shut down a well that draws from the same aquifer as the Navyâs Red Hill well.  Note that the contamination has affected use of water at the NOAA Inouye Regional Center on Ford Island.","<b>Fishing Vessel Spills Red Dye Diesel at Quileute Marina, La Push, WA<\/b> 2021-12-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of 17th DEC an unknown amount of red dye diesel was spilled at the Quileute Marina from the fishing vessel Native Daughter. The spill occurred at 0930 in the morning. The USCG reported clean up operations are underway and requested a trajectory for the spill.","<b>61-ft Paddleboat Sinking, Long Beach, CA<\/b> 2021-12-15<br />\n<i>diesel<\/i> - 0 m³<br />\nOn 15-DEC-2021, the Newport Princess, a 61-ft paddleboat, was observed sitting very low in the water and potentially sinking.  The paddleboat is very near to the shoreline and has approximately 100 gallons of diesel onboard.  Sector LA/LB is requesting a trajectory and fates analysis and a 3-day weather forecast for the location.","<b>Black Oil Slick; Huntington Beach, CA<\/b> 2021-12-15<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn 15-Dec-2021, Sector LA-Longbeach received a report of a black oil slick 30 feet by 90 feet in Huntington Beach near Bolsa Chica.  They have requested a trajectory.","<b>Transient Vessel Sinking at West Basin, Long Beach, CA<\/b> 2021-12-15<br />\n<i>diesel<\/i> - 2 m³<br />\nOn 15-Dec-2021, a 44-ft transient vessel was found to be sinking and was towed to Pier 10, West Basin, Long Beach.  The vessel is at risk of sinking at the dock with a potential of 500 gallons of diesel onboard.  Sector LA/LB is requesting a fates analysis and trajectory for the next few days to determine potential environmental risk.","<b>Petroleum Spill at Dock in Elliott Bay, Seattle<\/b> 2021-12-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 8, 2021, the USCG notified the NOAA SSC that excavation at the Hoffman Construction/Coleman Dock in Elliott Bay, Seattle caused the release of a petroleum product. The source, quantity, and type of petroleum product are unknown. A metal sheet boom surrounds the construction site, a sheen is observed escaping this area. Phone support and resources at risk are requested.","<b>Crude Oil Spill within Delta National Wildlife Refuge, Venice, LA<\/b> 2021-11-25<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 22, 2021, the Texas Petroleum Investment Company (\"TPIC\") reported an unknown amount of crude oil released into an unnamed canal in the vicinity of Romere Pass within the Delta National Wildlife Refuge. The flowline is shut in and the release is secured.   USCG is working closely with USFWS refuge personnel to determine the appropriate response strategies.  NOAA is providing remote support.","<b>WA-OR Marine Pollution Surveillance Report, Offshore Columbia River Coast<\/b> 2021-11-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 21, 2021, a possible oil spill was observed in NOAA satellite imagery. This anomaly is unconfirmed as oil. The anomaly was believed to be a possible bilge dump. It was approximately 44.56 NM long and 0.93 NM at its widest. The dark-shaped anomaly exhibited widening with distance which is a characteristic of a bilge dump. It had high contrast against its surrounding environment. USCG Sector Columbia River requested imagery for this anomaly.","<b>Sinking Tow Boat off of Chincoteague, VA<\/b> 2021-11-19<br />\n<i>Diesel Fuel<\/i> - 80 m³<br />\nOn November 19, 2021, USCG Sector Virginia received an emergency call from the Tugboat LYNX that the vessel was taking on water while towing an empty 80-foot long gasoline barge 32 miles east of Chincoteague, VA. The tug boat has 17,300 gallons of diesel on board.  The tugboat remains afloat, under its own power, and is currently located 24 NMI northeast of the entrance to Chesapeake Bay.","<b>Abandoned Vessel Sinking in Friday Harbor; Friday Harbor, WA<\/b> 2021-11-14<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 0900 in the morning of 14 NOV 2021 an abandoned 30ft vessel sank alongside a dock in Friday Harbor. An unknown amount of gasoline was on board the vessel and sheening was seen coming from the vessel after it sank. The vessel is planned to be refloated later in the day. Boom was placed around the vessel. USCG requested a trajectory.","<b>SLOMEN CHENIMUS Mississippi River drum release; Garyville, LA, USA<\/b> 2021-11-05<br />\n<i>Unknown<\/i> - NA m³<br />\nOn Nov 5 2021, the vessel SLOMEN CHENIMUS lost 4 drums of lubricating oil into the Mississippi River at mm144.6.  At this time, drums are thought to be intact.  USCG requested a trajectory to help locate the drums at first light.","<b>Abandoned/Derelict Vessels Sinking, Columbia River, OR<\/b> 2021-11-04<br />\n<i>numerous<\/i> - NA m³<br />\nOn 4-NOV-2021, the NOAA SSC was notified by the USCG MSU Portland that the abandoned and derelict vessel (ADV) Alert sank in the Columbia River near Portland, Oregon. The Tugboat Sakarissa, also an ADV, was moored to the Alert. Previous efforts in 2020 removed hazardous materials from both ships. There is a slight observable sheen in the water from oily residue on the Alert and concern that the Sakarissa will break free and float downriver. The CG has requested phone support, NOAA SSC to assist with consultations and technical assistance as needed.","<b>Derelict Barge Leaking Oil, Deep River, OR<\/b> 2021-11-04<br />\n<i>diesel/lube oil mixture<\/i> - 15 m³<br />\nOn 04-NOV-2021 at 2000, the NOAA SSC was notified by the USCG SCR IMD Astoria of a derelict barge leaking oil. There is an estimated maximum potential of 27,000 gallons of an unknown oil product. There is thick oil observed on the vegetation at the high tide waterline. The case has been federalized, the USCG and Clean Harbors will be on scene in the morning.","<b>FV Mattie and Maren; 6G54+22 New Shoreham, RI, USA<\/b> 2021-11-02<br />\n<i>Unknown<\/i> - NA m³<br />\nThe USCG Sector SNE contacted the New England SSC at 0823 on 2 Nov requesting trajectory and fate analysis for a potential fishing vessel that caught fire and sank 2 NM east of Block Island, RI.","<b>FV Laura Aground; Chiniak Bay, Kodiak, AK<\/b> 2021-11-01<br />\n<i>diesel<\/i> - 18 m³<br />\nOn 1-Nov-2021, FV Laura, an 84'steel hulled vessel ran aground in Chiniak Bay. There is a potential of 4000 gallons of diesel fuel onboard. It is unknown if there is a release at this time. Four persons were rescued. MSD Kodiak is requesting a trajectory for full potential and one-half potential.","<b>F/V Caressa Mae Ocracoke Inlet, NC; 3XFH+5M Ocracoke, NC, USA<\/b> 2021-10-21<br />\n<i>Diesel Fuel<\/i> - 9 m³<br />\nAt 3:45 pm on 21 October 2021, USCG Sector North Carolina notified the NOAA SSC that the F/V Caressa Mae, an 88 ft steel hull vessel with 5,000 gallons of diesel fuel on board lost power and went aground in Ocrakoke Inlet. USCG has requested a trajectory.","<b>Mystery Spill off of Cape Helopen<\/b> 2021-10-14<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 4:30pm on 14 October, 2021,, USCG Sector Delaware Bay notified the NOAA SSC about an area where globules of black oil were discovered approximately 30 miles east of Cape Henlopen, Delaware. A vessel transitting the area reported an unknown amount of black oil in the water. USCG requested a spill trajectory.","<b>Abandoned Platform - High Island Block 10; Offshore Texas<\/b> 2021-10-07<br />\n<i>oil<\/i> - NA m³<br />\nOn October 7, 2021 MSU Port Arthur IMD contacted NOAA SSC to request NESDIS imagery of an abandoned platform discharging oil in High Island Block 10.  Platform is dripping oil creating a rainbow sheen.  No imagery was available for the time of interest, NESDIS will monitor as images come available (10/10-11).","<b>42' Sailing Vessel Aground, Nedonna Beach, OR<\/b> 2021-10-04<br />\n<i>gasoline<\/i> - 0 m³<br />\nAt 0800 on 04-Oct-2021, USCG Sector Columbia River contacted the SSC. A 42â sailing vessel is aground on Nedonna Beach, OR. The CG is going to the scene and conducting an overflight this morning. Request phone support to identify sensitive wildlife areas in the vicinity of the grounded vessel.","<b>Mystery Sheen, Offshore WA<\/b> 2021-10-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 1, 2021, a potential oil anomaly was observed in NOAA satellite imagery. Imagery detected a sheen approx. 45 NM west of Willapa Bay, WA that is 12NM in length and 1.2 NM in width. USCG Sector Columbia River is requesting satellite imagery and a reverse trajectory drift model to determine the vessels that were in the area at the time of potential release.","<b>llwaco Marina 50â Commercial Vessel Sinking; 165 Howerton Ave, Ilwaco, WA 98624, USA<\/b> 2021-09-16<br />\n<i>Diesel<\/i> - 3 m³<br />\nIn the late evening on 16-Sept-2021, USCG Sector Columbia River notified the NOAA SSC of a 50â commercial vessel sinking at Ilwaco Marina, WA with 600 gallons red-dye diesel on board. The spill is contained within the boom. NW Fire on-scene and Global contracted to plug tank vents and refloat the vessel.","<b>Guilford CT boat wreck; New Haven County, CT, USA<\/b> 2021-09-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 13, 2021, the USCG Sector Long Island Sound, New Haven, contacted the NOAA SSC on the morning of September 13 requesting trajectory information for a potential 200 gallon diesel spill in Long Island Sound. A fate analysis and trajectory model was run by the New England SSC and shared with USCG.","<b>Tropical Storm Nicholas, Texas<\/b> 2021-09-12<br />\n<i>Unknown<\/i> - NA m³<br />\nTropical Storm Nicholas made landfall near Freeport, TX on September 13, 2021.  Briefly intensifying to a Category 1 hurricane (75 mph winds), it then moved across Texas as a tropical storm.  The upper coast of Texas experienced significant storm surge and rainfall.  The storm is forecast to move across southeastern Texas as a tropical depression, and linger over southwestern Louisiana for several days.","<b>Oil Spill off Syrian Coast; Baniyas, Syria<\/b> 2021-08-31<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn August 31, 2021, the government of Cyprus made an informal request to the  US Department of State for assistance in tracking a crude oil spill off the Syrian coast. The State Dept. then notified the National Response Team's International Assistance Subcommittee who contacted NOAA to inquire about satellite reconnaissance to track the slick. Source of the oil is reported to be from a storage tank inside the Baniyas oil refinery.","<b>Oil Drum on Beach; Nome, Alaska<\/b> 2021-08-27<br />\n<i>unknown oil<\/i> - 0 m³<br />\nOn August 27, 2021, a citizen reported a full oil drum on the beach north of Nome. USCG will open the fund for removal. The USCG contacted the SSC and requested a list of potential resources at risk if there was a release from the oil drum.","<b>FV Northern Light Sinking; Hobart Bay, AK<\/b> 2021-08-26<br />\n<i>diesel<\/i> - 0 m³<br />\nOn August 26, 2021, the USCG Sector Juneau reported a vessel that sank (34ft fiberglass fishing vessel with a reported 80 gal of diesel onboard) the night of 22AUG and was unreported until the sole occupant was picked up after six hours in the water. There was not an exact position of the sinking from the reporting source. A visual on the site of the sinking was obtained on 25-Aug with an overflight discovering the sheen, putting the vessel in the back bay of Hobart Bay. Sector Juneau requests NOAA confirmation regarding the persistence of the sheen.","<b>Sunken Derelict Vessel in Coal Creek Slough, Longview, WA<\/b> 2021-08-25<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the late evening of August 25, 2021 the NW SSC was notified of a partially sunken 42 foot derelict vessel in Coal Creek Slough. A rainbow sheen was seen around the vessel and responders have wrapped sorbent sweep around the vessel. USCG is working with DNR and Washington Ecology to refloat the vessel, remove all hazmat and oil, then sink the vessel where it is located during the morning of August 26. NOAA SSC provided the USCG with a verbal resources at risk.","<b>Haiti Surveillance Request; Haiti<\/b> 2021-08-18<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG D7 is supporting rescue efforts in Haiti following the recent earthquake and tropical storm.  On August 18, 2021, the USCG requested that NOAA employ our NESDIS satellite imagery to ascertain if any pollution fallout might be determined that would lead to any response assistance. A request went forward to NESDIS to monitor around Haiti for the next week or two to observe for any indicated spills.","<b>Pipeline spill; Guaracara River, Pointe-A-Pierre, Trinidad and Tobago<\/b> 2021-08-10<br />\n<i>Crude oil<\/i> - 3 m³<br />\nOn August 10, 2021, ERD was notified by NOAA NESDIS-Satellite Analysis Branch of a crude oil pipeline spill in the Guaracara River, Pointe-a-Pierre, Trinidad, which was flowing into the Carbbean Sea. An oil spill trajectory was requested.","<b>FV St Patrick; Womens Bay, Kodiak, AK<\/b> 2021-08-09<br />\n<i>diesel<\/i> - 18 m³<br />\nOn 5-Aug-2021, a sheen was reported at the head of Womens Bay. On 6-Aug-2021, a USCG overflight observed sheen that appears to be caused by an unknown submerged source approximately 30 feet deep.  They were able to see the slow bubbling due to the calm water.  The source appears to be the 138â F/V St. Patrick, scallop boat that sunk in 1989,  The sheen is a narrow band that's roughly estimated as 300-feet long. USCG has opened the OSLTF. ADEC has requested a resources at risk analysis.","<b>Semi-truck accident and spill Toppenish Creek; US-97, Toppenish, WA 98948, USA<\/b> 2021-08-08<br />\n<i>diesel<\/i> - 0 m³<br />\nOn August 8, a semi-truck accident occurred near Toppenish, Washington. The accident location is reportedly where HWY 97 crosses Toppenish Creek. Both of the saddle fuel tanks of the semi-truck appear to have been compromised, but it is unknown how much diesel fuel has been spilled. The contents of the trailer are reportedly dairy products, including cartons of milk. No NOAA products were requested, this post is just to keep a record of the incident.","<b>Grounded Vessel Cape Disappointment State Park; Cape Disappointment, WA, USA<\/b> 2021-08-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of August 7th, 2021. USCG responded to a 40ft vessel aground near Waikiki Beach, WA. Diesel has been seen in the water with the potential to have 300 gallons spilled. USCG are on scene. A resources at risk was requested.","<b>Overturned Barge Charleston Harbor Yacht Club; 527 Wampler Dr, Charleston, SC 29412, USA<\/b> 2021-08-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 4, 2021, the USCG Sector Charleston notified the Scientific Support Coordinator that a 120-foot barge was overturned at the Charleston yacht club. The barge is actively releasing fuel. Total fuel onboard is 1000 gallons of diesel and 65 gallons of hydraulic fuel. Sorbent boom is deployed at the barge and additional response assets are en route. USCG requested fate and trajectory information.","<b>P/C JI-ME II sunk; Inverness, CA 94937, USA<\/b> 2021-08-03<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn the afternoon of 03-AUG-2021, USCG Sector San Francisco contacted their NOAA SSC regarding a sunken 30' fiberglass pleasure craft JI-ME II.  The vessel is reportedly carrying 200 gallons of diesel on board and was observed sheening near the surf zone, just north of Driftwood Beach on Tomales Point.  USCG requested information on the likely fate of the diesel.","<b>Chicory Plant, Port Huron, MI; 3010 Waldheim Dr, Port Huron, MI 48060, USA<\/b> 2021-07-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 20, 2021, the USCG contacted the NOAA SSC about ongoing discharge at an old chicory plant. The USCG was visiting the site to determine if the owner has taken actions to mitigate known sources of pollution entering the Black River.  This hotline was opened to capture information in case of future requests.","<b>Shumigan NOAA/NESDIS MPSR; Shumigan Islands, Alaska<\/b> 2021-07-19<br />\n<i>unknown<\/i> - NA m³<br />\nOn 19-Jul-2021, NOAA/NESDIS issued a Marine Pollution Surveillance Report (MPSR) for a possible oil anomaly that was observed in satellite imagery. This anomaly is unconfirmed as oil. Sector Anchorage has requested NOAA to ascertain whether or not this potential oil slick could come ashore.","<b>FV MT PAVLOF; Point Alava, Ketchikan, AK<\/b> 2021-07-18<br />\n<i>diesel<\/i> - 3 m³<br />\nOn 18-Jul-2021, the FV Mount Pavlof hit a rock a sank at Pt. Alava near Ketchikan. The vessel is likely broken up with 600 gallons of diesel on board. Wooden hulled. Sunk in approximately 250 feet water depth.  MSD Ketchikan is requesting fates and trajectory analysis and sensitive area information.","<b>PC GODFATHER sinking; off Seal Beach, CA<\/b> 2021-07-15<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn 15-JUL-2021, USCG Sector Los Angeles/Long Beach contacted their NOAA SSC regarding the  65â pleasure craft GODFATHER that was partially sunk and drifting, roughly 1 mile off Seal Beach, CA.  She is believed to be carrying roughly 500 gallons diesel on board, though no sheening has been observed, and is expected to make landfall in the vicinity of Seal Beach by 2100 hrs this evening.  USCG requested a hypothetical âwhat ifâ trajectory under two scenarios:  1) if the vessel contacts shore and begins to leak, and  2) if it sinks while at anchor offshore where fuel offloading may be attempted.","<b>PC RELENTLESS sunk; off Carlsbad, CA<\/b> 2021-07-15<br />\n<i>Diesel<\/i> - 3 m³<br />\nOn 15-JUL-2021, USCG Sector San Diego contacted their NOAA SSC regarding the  sunken pleasure craft RELENTLESS that had caught fire and sank roughly 7 miles off Carlsbad, CA in roughly 1,600 feet of water.  The vessel had a maximum capacity of 750 gallons diesel and some sheening had been observed from a USCG aircraft after the vessel sank.  USCG requested information on oil fate & transport","<b>SS CEDARVILLE, historical sunken vessel potentially sheening; Cheboygan County, MI, USA<\/b> 2021-07-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 15, 2021, the NOAA SSC was contacted by USCG about a historical sunken vessel, the SS CEDARVILLE, which has reported to be releasing oil droplets. USCG requests assistance in reviewing RUST databases to determine what type/quantity of pollution sank with the vessel.","<b>Towed Vessel sinking near Bellingham, WA; Whatcom County, WA, USA<\/b> 2021-07-13<br />\n<i>diesel<\/i> - 0 m³<br />\nOn July 13, 2021, the NOAA SSC was notified of the sinking of a 79ft vessel being towed from Blaine to Bellingham, WA near Squalicum Harbor. An unknown about of Red dye diesel was seen in the water with the potential to have a total of 100gal. USCG has a vessel on scene that pulled three people out of the water, and an over flight is scheduled. NOAA is working with Washington Ecology and Department of Fish and Wildlife to produce a Resources at Risk.","<b>Bulk Carrier Aground Columbia River; Columbia River, Longview, WA 98632, USA<\/b> 2021-07-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 11, 2021, the NOAA SSC received a call from Sector Columbia River about a 580 foot long bulk carrier that had run aground in low tide in the Columbia River about a mile down stream of the Louis and Clark Bridge. A tug is was standing by to assist with refloating the carrier at high tide. The NOAA SSC provided a verbal resources at risk assessment.","<b>Sheen report; Off Point Piedras Blancas, CA<\/b> 2021-07-09<br />\n<i>Seep oil<\/i> - NA m³<br />\nOn the morning of 09-JUL-2021, a sailing vessel reported a large area of sheen roughly 4.5 miles offshore and 11 miles NW of Point Piedras Blancas.  The reporting party indicated that it covered a large area, extending âbeyond what the eye can see, it took 15 minutes to sailâ¦ through and it is a rainbow sheen with sludge in it.â (from NRC Report No. 1310177).  USCG Sector San Francisco contacted their NOAA SSC to discuss the report, as natural oil seeps are known to be in the area.  A USCG overflight was scheduled and Sector SF was interested if NOAA NESDIS might have suitable satellite imagery covering that area.","<b>The Dalles Marina Dock Fire; 101 North Basin Road, The Dalles, OR 97058<\/b> 2021-07-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the night of Saturday July 3, 2021, The Dalles Marina suffered a dock fire that destroyed a number of deckhouses. Boom was placed around the debris to collect any oil or debris. NOAA SSC was notified July 6 and asked for advice on environmental cleanup resources.","<b>Crashed Cargo Plane; Honolulu County, HI, USA<\/b> 2021-07-02<br />\n<i>Jet A<\/i> - 9 m³<br />\nOn July 2, 2021, a Boeing 737 cargo aircraft experienced engine failure and crashed into the ocean approximately two to three miles off of White Plains Beach in Mamala Bay off the south side of Oahu in 150 to 250 feet of water.  Both pilots on board were rescued by USCG and local fire department responders. \u000bThe crash resulted in the potential discharge of jet fuel A.  The upper estimate of potential jet fuel onboard at the time of the crash was 2000 gallons.  Debris and some sheen have been reported on-scene.  An assessment of fuel fate and movement was requested.","<b>Mystery Spill- Back Bay Biloxi; Biloxi, MS, USA<\/b> 2021-06-28<br />\n<i>oil<\/i> - 0 m³<br />\nOn 28 JUN USCG Sector Mobile IMD notified SSC of a mystery spill in the vicinity of Biloxi Back Bay. Approximately 500 feet of shoreline (marsh) impacted by dark oil (possibly motor oil, lube oil). No known source identified. USCG opened the Fund (OSLTF) and hired a local contractor (E3). Spill contained and cleanup ongoing. SSC is advising on cleanup techniques.","<b>Mystery Sheen Main Pass Blk 69; Gulf of Mexico, LA, USA<\/b> 2021-06-25<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 23, 2021, USCG Sector New Orleans received a report of  9 mile-long silver and rainbow sheen in Main Pass Block, several miles to the east of Delta National Wildlife Refuge at  29 14.9N, 089 05.3W.  On June 25, 2021,  the sheen was reported to be 2nm long. The Responsible Party has not yet been identified and the release is not yet secure. NOAA provided a trajectory and resources at risk.","<b>Savoonga Fuel Sheen; Savoonga, AK<\/b> 2021-06-24<br />\n<i>diesel<\/i> - 91 m³<br />\nOn 24-Jun-2021, Sector Anchorage reported that sheen was discovered while digging a hole in a gravel pad at the water treatment plant in Savoonga. Sheening was also observed on a nearby stream. A fish kill of at least 30-40 sculpin has been observed. Sector is requesting NOAA phone support at this time.","<b>Simmonds Hill Tar Leak; Utqiagvik, AK<\/b> 2021-06-22<br />\n<i>tar<\/i> - NA m³<br />\nOn 22-Jun-2021, Sector Anchorage reported receiving photos of abandoned tanks leaking a tar-like substance.  The tanks appear to be eroding from a man-made beach berm structure on the Beaufort Sea coast.  USCG is requesting information regarding potential impacts from the release.","<b>Possible sheen; off Point Loma, San Diego, CA<\/b> 2021-06-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 20-JUN-2021, NOAA ERD began receiving media inquiries about a possible sheen report off San Diego.  USCG Sector San Diego had received a report on 19-JUN-2021 (NRC Report No. 1308242) of a sheen approximately 10.5 nautical miles to the Southwest of Point Loma and the reporting party indicated that it had been present since Friday (18-JUN-2021).  USCG conducted an overflight of the area and observed a 3 x 0.5 mile sheen, but did not request NOAA support.  This Hotline is being opened to capture information on this report as it becomes available.","<b>FV Zorba; Seward, AK<\/b> 2021-06-16<br />\n<i>diesel<\/i> - 1 m³<br />\nOn 16-Jun-2021, Sector Anchorage reported that the FV Zorba, a 48-foot trawler, is sinking in Resurrection Bay. The vessel is 80-90% submerged. It has approximately 200 gallons of diesel on board.  Sector is requesting a fates analysis and trajectory.","<b>West Cameron 551 Discharge; Offshore Texas, Gulf of Mexico<\/b> 2021-06-15<br />\n<i>Condensate<\/i> - NA m³<br />\nOn June 14, 2021, a sheen from an unknown source in West Cameron Block 551 was reported (NRC#1307727) during a flyover.  Potential responsible party, Stingray Pipeline, described the product as \"condensate\" to MSU Port Arthur.  On June 15, MSU Port Arthur contacted NOAA SSC for advice regarding what a condensate might look like, and potential for recoverable oil.","<b>Fieldwood Energy Sheen Main Pass 61; Gulf of Mexico<\/b> 2021-06-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 13JUN2021,  SSC called USCG Sector New Orleans about some NESDIS reported sheen which was progressively getting bigger in main pass 61. Sector New Orleans confirmed Fieldwood Energy as the responsible party, the product originated for a pipeline and is not recoverable.","<b>MV Deliverance<\/b> 2021-06-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 2, 2021, the NOAA SSC received a call for the MV Deliverance, a 57 foot yacht, on fire ~5 miles off the coast of South Carolina, near Charleston. The vessel had been on fire for approximately 3 hoursâthe fire was reported extinguished around 1100 local. The crew was safely rescued.  The vessel was reported to have 1200 gal diesel on board, before the fire. A trajectory and resources at risk have been requested.","<b>Northhampton, VA Oil Incident; 1 Monroe Ave, Cape Charles, VA 23310, USA<\/b> 2021-06-01<br />\n<i>Oiled Debris<\/i> - NA m³<br />\nOn 1 June, 2021, USCG Sector Virginia notified the NOAA SSC that on the evening of 31 May, USCG received a report of oiled rocks, sand and debris along a stretch of Chesapeake Bay shoreline near Cape Charles, VA. Sector Virginia has now requested response support.","<b>Sunken Fishing Vessel; Charleston County, SC, USA<\/b> 2021-05-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 27, 2021, the USCG Sector Charleston notified the NOAA SSC about a sunken fishing vessel \"Miss Kim\" approximately 1/2 mile offshore. The unnamed 35 foot fishing vessel is completely submerged in shallow water, with an estimated 120 gallons of diesel on board. A trajectory forecast has been requested.","<b>Crimson Midstream Pilling Release; Venice, LA 70091, USA<\/b> 2021-05-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 14, 202, USCG Sector New Orleans Incident Management Division (IMD) received NRC#1305091 reporting of an unknown amount of crude oil being discharged from a suspected abandoned underground flow line near the Crimson Midstream owned portion of the TPIC Main Pass 69 Facility. Crimson Midstream was driving pilings on the northeast side of the facility and believe that they hit an abandoned flow line between 12-15ft under the mudline.  This discharge is within the Pass A Loutre State Wildlife Management Area.","<b>MV BRAZOS oil spill, Maurice River; Millville, NJ<\/b> 2021-05-12<br />\n<i>Diesel Fuel<\/i> - 5 m³<br />\nAt 10:00am on 12 May 2021, USCG Sector Delaware Bay notified the NOAA SSC of a diesel fuel spill from a offshore supply vessel that took place in the Maurice River, NJ, (near Cape May, NJ). USCG requested trajectory for a 2,000 gallon diesel fuel spill.","<b>Cooper River Mystery Sheen; 1005 Kinzer St, North Charleston, SC 29405, USA<\/b> 2021-05-04<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG Sector Charleston contacted the SSC at 1430 to report a significant sheen reported and observed in the Cooper River in the area of the North Charleston terminal. The initial report came in at approximately 0700 on 04 May 2021. The sheen source has not been identified yet. USCG reports dolphins have been observed in the vicinity of the sheen. No additional information was available for the initial notification. Updates will be submitted when received.","<b>Cox Well P&A Release; Gulf of Mexico<\/b> 2021-04-30<br />\n<i>Oil<\/i> - NA m³<br />\nOn April 30, 2021, the USCG MSU Houma Incident Management Division (IMD) contacted NOAA SSC to report a wellhead leak. It was reported that the responsible party Cox Operating facility was conducting a plug and abandon (P&A) operation. The rate of release and maximum potential release is unknown at this time. MSU Houma requested a worse case discharge trajectory.","<b>CFV GOL TIRANT Fire and Grounding; Gulf of Mexico, LA, USA<\/b> 2021-04-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 28, 2021, the USCG notified the NOAA SSC of a 74ft commercial fishing vessel, GOL TIRANT, on fire less than 5 miles south of Breton Island. The vessel has a max of 3,500 gal diesel onboard.  1mile sheen to the NNE reported.  USCG requesting fate and trajectory.","<b>F/V Tiffany; Lord Island, Columbia River<\/b> 2021-04-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 27, 2021, the USCG Sector Columbia River notified the NOAA SSC that an approx. 80â F/V Tiffany is releasing oil. The vessel has been derelict South of Lord Island on the Oregon side of the Columbia River for several years.  There is a maximum potential of 10,000 gallons of fuel, but the actual quantity and other hazmat products aboard the vessel are unknown. Divers are assessing stability, lightering operations have begun and a soft boom has been deployed around the vessel.","<b>F/V Pacific Cloud; Skipanon River, Oregon<\/b> 2021-04-16<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG Sector Columbia River notified the SSC of a vessel fire on the F/V Pacific Cloud on the Skipanon River, Warrenton, Oregon. The vessel was underway and is now tied-off to pilings. The local fire department is on scene and the fire is almost contained, the hull is reported mostly intact. There is potential for 1,350 gallons of diesel, the responsible party reporting approximately 500 gallons on board. There is no visible sheen on the water. Initial notification, USCG is not requesting products at this time.","<b>M/V Carolina Dock & Marine; Charleston, SC<\/b> 2021-04-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 15, 2021, the USCG Sector Charleston requested response support for an unnamed marginal sectional causeway barge (a 100-foot self-propelled barge) that began sinking on 13 March and then submerged on 26 March in the Wahoo Creek, Charleston, SC. The USCG reports there was hydraulic oil, diesel oil, and motor oil onboard. USCG has requested assistance with preparing resources at risk and consultation documents.","<b>SEACOR Power Response; LA, Gulf of Mexico<\/b> 2021-04-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 13, 2021, the USCG Sector Nola received report of a capsized 129' lift vessel approximately 7NM south of Port Fourchon in MSU Houma COTP Zone.  The prime focus is on Search and Rescue. The vessel is carrying diesel fuel. The USCG requested oil trajectory. No shoreline impact anticipated.","<b>Quartermaster Yacht Club; Vashon Island, WA<\/b> 2021-03-29<br />\n<i>gasoline/diesel<\/i> - 3 m³<br />\nOn March 29, 2021, the USCG Sector Puget Sound notified the NOAA SSC that two 45â yachts, the Lady CJ and Soulmate, caught on fire and sank at the Quartermaster Yacht Club, Vashon Island, WA at approximately 0430 local time.  There is potential for approximately 300 gallons of diesel and 300 gallons of gasoline. Oil is visibly surfacing from the vessels and has spread throughout the harbor.  The USCG  requested a trajectory and a resources-at-risk analysis.","<b>F/V Captain 72 Aground; Offshore Cameron Parish, LA<\/b> 2021-03-27<br />\n<i>Marine diesel fuel<\/i> - 2 m³<br />\nOn March 26, 2021, the F/V Captain 72 struck a submerged object and began taking on water, eventually settling just offshore of Cameron Parish, LA.  All three crew members on board were safely removed from the vessel.  The vessel was carrying approximately 500 gallons of marine diesel fuel ( NRC #1301360).  It was inbound, with a catch of shrimp.  A sheen was noted on the water when the crew was removed. MSU Lake Charles contacted the NOAA SSC and requested fate and trajectory.","<b>Brunswick East River Mystery Sheen; Brunswick, GA<\/b> 2021-03-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 26, 2021, the Coast Guard Marine Safety Unit (MSU) Savannah personnel contacted the NOAA SSC regarding a recurring mystery sheen emanating from the bank of the East River in Brunswick, Georgia.  The NOAA SSC provided resources at risk information.","<b>48' Fishing Vessel Sunk; La Push, WA<\/b> 2021-03-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 20, 2021, USCG Sector Puget Sound contacted SSC about a Search and Rescue case, a 48â sport fishing vessel (name later reported as \"Unwind\") sunk in approximately 150 feet (25 fathoms) of water near La Push, WA;  three people on board were rescued. It is unknown the quantity of fuel or if there is a leak, the USCG has an overflight scheduled to look for a sheen. A resources at risk and trajectory and fate are requested.","<b>MY La Dolce Vita; Monroe County, FL, USA<\/b> 2021-03-19<br />\n<i>diesel<\/i> - 20 m³<br />\nOn March 16, 2021, the 100-foot Yacht La Dolce Vita had a fire and explosion near the Marquesas in the Florida Keys.  The USCG D7 requested the NOAA SSC to attend a conference call to discuss a proposed salvage plan. The vessel has burned to the waterline and has been drifting partially submerged while being monitored and boomed. USCG has worked through the National Marine Sanctuaries and obtained a resources at risk from the Florida State Scientific Support Coordinator.  It is thought the vessel had between 1200 and 4500 gallons of diesel aboard.","<b>Mystery Spill SW Pass; Gulf of Mexico<\/b> 2021-03-17<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG contacted NOAA SSC on 17 MAR 2021 for assistance in identifying the source of a mystery sheen near SW pass.  SSC recommended a satellite imagery analysis request be sent to NESDIS. NESDIS generated an MPSR identifying both the anomaly and suspect vessel.","<b>Buckeye Gasoline Spill, Linden, NJ; Staten Island, NY<\/b> 2021-03-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 16 March 2021, USCG Sector New York and NJDEP notified the NOAA SSC about a pipeline gasoline spill that occurred at the Buckeye Oil Terminal, Linden, New Jersey. Sheen reported in creek leading to the Arthur Kill waterway. USCG, NJDEP and OSRO on-scene.","<b>Tug Boat and Towed Fishing Vessel Adrift, Bodega Bay, CA<\/b> 2021-03-05<br />\n<i>Diesel<\/i> - NA m³<br />\nIn the evening of 05-MAR-2021, USCG Sector San Francisco contacted their NOAA SSC regarding a tug boat & towed fishing vessel drifting towards shore off Bodega Bay, CA.  During transit from WA State, the Tug HUNTER was towing the F/V AMERICAN CHALLENGER when there was a loss of propulsion and both vessels started drifting to the NNE.  At the time of the report, the Tug HUNTER had deployed their anchor, but it had not yet caught bottom.  USCG indicated that the primary pollution concern was from the Tug HUNTER, reportedly carrying 26,000 gallons diesel and 1,100 gallons.  USCG requested a hypothetical trajectory estimate in the event of a grounding/spill to inform field investigations the following morning.  The tug was able to anchor and was later towed to port but the fishing vessel grounded on rocks in a remote area south of Estero de San Antonio. A response effort is underway.","<b>Sunken Truck Bayfield, WI; Rittenhouse Ave, Bayfield, WI 54814, USA<\/b> 2021-03-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 3, 20201, the Great Lakes SSC received notification of a truck that fell through the ice. The incident occurred last week and efforts to salvage the truck were abandoned today. USCG is requesting recommendations on the potential environmental impact of leaving the truck in 130ft of water. Estimated pollution potential 70gallons of diesel and the truck batteries.","<b>Tar Oil Spill, Chicago Sanitary Ship Canal; Chicago, IL<\/b> 2021-03-03<br />\n<i>Unknown<\/i> - NA m³<br />\nSSC received notification at 1700 on 03MAR of a tar oil spill in Chicago Ship Canal. The RP was energizing lines to transfer tar oil and noticed a reduction in pressure. The spill was quickly identified, reported, and OSROs were on scene to begin surface water clean up operations.","<b>FV Haida Lady; Sitka, AK<\/b> 2021-02-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 26-Feb-2021, MSD Sitka reported that the FV Haida Lady capsized near Cobb Island in Sitka Sound. The 52' fiberglass-hulled vessel has approximately 1500 gallons of diesel on board. A sheen was observed during an overflight.  MSD Sitka is requesting a trajectory and fates, analysis, weather forecast, RAR analysis, and potentially an ESA Section 7 consultation.","<b>F/V Coastal Reign; Tillamook River Bar, Oregon<\/b> 2021-02-20<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG Sector Columbia River notified SSC the evening of 20-Feb-2021 that the 38â aluminum hulled F/V Coastal Reign capsized and is grounded on the South Jetty of Tillamook Bay, Oregon. There is a maximum potential of 900 gallons of diesel, with an estimated 600 gallons on the vessel. A sheen is observed in the water.","<b>F/V Aleutian Falcon; Tacoma, WA<\/b> 2021-02-18<br />\n<i>Ammonia, Chlorine, Diesel<\/i> - NA m³<br />\nAt 0237L on 18-FEB-2021 USCG Sector Puget Sound FOSC notified SSC of a vessel fire on the F/V Aleutian Falcon, a 233â fish processing vessel owned by Trident Seafoods. The vessel is moored on the Hylebos Waterway, Tacoma, WA. There is a maximum potential for 107,000 gallons of possibly diesel and approx. 10,000 pounds of ammonia on the vessel. Fire departments are on scene. The vessel was pre-boomed.","<b>F/V Terry F; Near Ocean Park, WA<\/b> 2021-02-13<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn 13-FEB-2021, the USCG Sector Columbia River Incident Management Division notified SSC that the 50-foot F/V Terry F lost propulsion and steering and drifted into the shore break near Ocean Park, Southern Washington. All persons on board were safely evacuated. There are approximately 500 gallons of diesel on board.","<b>Foss Harbor Marina Fire; 821 Dock St, Tacoma, WA 98402, USA<\/b> 2021-02-11<br />\n<i>diesel / marine gas<\/i> - 2 m³<br />\nOn February 11, 2021, the Washington State Department of Ecology notified the NOAA SSC of a fire at the Foss Marina in Tacoma, Washington on the Foss Waterway. Two boats have sunk: a 42â sailboat and a 35â powerboat. There is potential for about 300 gallons of fuel between the two vessels.","<b>Chevron Pipeline Spill; Long Wharf, Richmond, CA<\/b> 2021-02-09<br />\n<i>Diesel<\/i> - 2 m³<br />\nAt roughly 1500 hrs on 09-FEB-2021, there was a reported release of âintermediate bunker fuelâ from a pipeline along the Richmond Long Wharf at the Chevron Refinery.  The NRC report (No. 1297669) indicated an estimated release rate of 5 gallons/minute.  USCG Sector San Francisco contacted their NOAA SSC to request trajectory support while Sector pollution response personnel are en route and a USCG overflight is being requested.  In the meantime, local news helicopter video footage at roughly 1700 hrs appeared to show no active release, but did show light winds and oil & sheen close to shore just south of the wharf.","<b>FV Seabrook Discharge; St Herman's Harbor, Kodiak, AK<\/b> 2021-02-04<br />\n<i>diesel<\/i> - 1 m³<br />\nOn the afternoon of 3 Feb, USCG MSD Kodiak received a report about a diesel discharge in St. Herman's Harbor. On scene they observed a 300 x 300-foot sheen that was a mix of fresh product and rainbow in color.  It was coming from the F/V Seabrook, which was internally transferring product earlier that day.  The vessel had a maximum potential discharge based on pumping capacity of150 gallons.  The RP has deployed sorbents. USCG is requesting initiation of a Section 7 consultation.","<b>M/V Roger Blough Vessel Fire; 324 N 1st Ave, Sturgeon Bay, WI 54235, USA<\/b> 2021-02-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 1, 2021, the USCG notified the NOAA SSC of an 833-foot laid-up vessel on fire in a marina. Local fire stations on scene and attempting to control the fire from other vessels.  The USCG requesting a trajectory for the potential release of 70,000 gallons of light diesel and potential impact to an ice-covered bay.","<b>Mystery Spill; Off Israel<\/b> 2021-02-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn/about 18-FEB-2021, following a winter storm, tar began arriving on beaches of Israel from an unknown source.  As a result, roughly 160+ km (100+ miles) of coastline were impacted including public beaches, natural reserves, and national parks.  This Hotline is being opened to collect and archive relevant incident info.","<b>F/V SUNUP grounded/sunk; Eureka, CA<\/b> 2021-01-25<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn the morning of 25-JAN-2021, USCG Sector San Francisco contacted their NOAA SSC to report the grounding and sinking of the F/V SUNUP within the entrance channel to Humboldt Bay the previous evening (24-JAN-2021).  The 50â wooden F/V has a maximum fuel capacity of 1,300 gallons, but at the time of sinking, the owner reported her to be carrying roughly 800-900 gallons.  On-scene conditions are rough and sheening has been observed during the day.  USCG requested trajectory support.","<b>M/V MS. DEBBIE   MM 830 MS River; Caruthersville, MO 63830, USA<\/b> 2020-12-26<br />\n<i>Diesel and lube oil<\/i> - 11 m³<br />\nOn December 26, 2020, the USCG Sector Lower MS contacted the NOAA SSC regarding a grounded, partially sunken tug in the vicinity of MM 830 of MS River near Caruthersville, MO. The vessel was reported to have 2,500 diesel and several hundred gals of lube oil on board.  The NOAA SSC requested to provide RAR information and remain on standby for other support as needed.","<b>USCG Cutter Spar; Kodiak, AK<\/b> 2020-12-26<br />\n<i>Hydraulic Oil<\/i> - 3 m³<br />\nOn December 26, 2020, the USCG MSD Kodiak contacted the NOAA Emergency Response Division regarding a hydraulic fluid spill from the Cutter Spar at the USCG dock in Womens Bay, Kodiak, AK.  The release occurred at 11 AM local time.  USCG requested a trajectory for an estimated 600 to 650 gallons.  Lat Long:  57.729, -152.515.","<b>Pro Assist III; PR-181, Patillas, 00723, Puerto Rico<\/b> 2020-12-25<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 25, 2020, the USCG San Juan PR notified the NOAA SSC that the tug Pro Assist III sank about 1/4 mile off Yabacoa, Puerto Rico. The tug was fueled with 1000 gallons of diesel fuel oil. A sheen was observed at the vessel location. USCG requested a trajectory and oil fate prediction forecast.","<b>BNSF Oil Train; Custer, WA<\/b> 2020-12-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 22, 2020, a  BNSF train carrying Bakken crude oil derailed while en-route to the Phillips 66 refinery in Ferndale, WA.  The EPA and WA Department of Ecology are responding. \u000b This incident occurred near Custer, Washington.  Seven cars derailed and five caught fire. For some portion of time, Interstate 5 was shut down by the State Patrol.  There was an evacuation of nearby residents. The cause of the derailment is under investigation by federal and state authorities including the FBI and the NTSB.  Notification only","<b>Pleasant Harbor Wooden Vessel; Pleasant Harbor Public Water Access, 309255 US-101, Brinnon, WA 98320, USA<\/b> 2020-12-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of December 23, 2020 at 1200 the NW SSC was informed about a sunken 35 foot wooden hulled vessel near Pleasant Harbor Public Water Access. The vessel is actively leaking. Red dye diesel and hydraulic oil have been seen in the water. Washington Ecology is on scene and a salvage unit is expected early afternoon. The USCG has requested a resources as risk assessment.","<b>Yuma Energy Main Pass Block 4 Wellhead; Breton Sound, LA, USA<\/b> 2020-12-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 21, 2020, NOAA opened this hotline for an incident that began on October 26, 2020.  The USCG has received reports of intermittent sheening from inactive Yuma wellhead serial #207985 since Hurricane Zeta made landfall, 26 Oct 2020. Well is located in Breton Sound, LA. \u000b\u000bThe leak is a steady drip of oil and water mixture above the waterline resulting in a light silver to rainbow sheen. No shoreline impacts observed to date. \u000b\u000bYuma filed Chapter 7 bankruptcy in October and is unable to take response actions. \u000b\u000bLADNR has entered the well into their Orphaned/Abandoned well program and contracted an OSRO to deploy boom. \u000b\u000bNOAA providing fate/trajectory and resources at risk as requested.","<b>Lucky Angel- 75ft fishing vessel; offshore Horn Island, Gulf of Mexico<\/b> 2020-12-11<br />\n<i>diesel<\/i> - 45 m³<br />\nOn December 12, 2020, the USCG Sector Mobile contacted the NOAA SSC regarding an incident involving a 75ft steel hull fishing vessel (Lucky Angel) with approximately 10,000 gallons of diesel that caught fire and sank approximately 10 miles south of Horn Island (off MS Coast, Gulf of Mexico).  USCG is requesting trajectory and fate analysis.","<b>35â vessel submerged/grounded; Long Beach, CA<\/b> 2020-12-09<br />\n<i>Gasoline<\/i> - 0 m³<br />\nOn December 10, 2020, the USCG Sector LA/Long Beach contacted their NOAA SSC regarding a 35â vessel partially submerged & grounded in the vicinity of Island Chaffee (a man-made, industrial island near Long Beach, CA).  The maximum potential for the vessel is 200 gallons, but the owner reports only 50 gallons of gasoline on board at the time of the incident (2230 hrs, 09-DEC-2020).  Today, only light sheening has been observed near the vessel, but Sector wanted to know whether the vessel could impact nearby sensitive sites in the event of a catastrophic release.","<b>Tug Cape Lookout; Krause Lagoon,  Christiansted, St Croix, USVI<\/b> 2020-11-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 27, 2020, the NOAA SSC opened a hotline for the abandoned tug Cape Lookout, now partially submerged in Krause Lagoon, St Croix, US Virgin Islands. The tug has a potential fuel capacity of 48,000 gallons of diesel fuel and 2000 gallons of lube oil. As of 25 November responders had recovered 700 gallons of oil from the water and 5500 gallons of oily water from inside the vessel. The SSC has coordinated with other federal resource management agencies and trustees. A resource at risk report for the incident has been requested.","<b>F/V Miss Lena, Sunk Offshore Texas; Gulf of Mexico<\/b> 2020-11-25<br />\n<i>Diesel<\/i> - 34 m³<br />\nOn November 25, 2020, MSU Texas City requested a fate analysis for the 7,500 gallons of diesel fuel aboard F/V Miss Lena, which sank the evening of November 24.  Status of fuel tanks unknown.  Vessel is in deep water (~1100 - 1200m) and will be left in place.  All crew safely removed from vessel.  Phone support provided.","<b>Vessel Fire, Mystic, CT; 3 Williams Ave, Mystic, CT 06355, USA<\/b> 2020-11-20<br />\n<i>Diesel Fuel<\/i> - 1 m³<br />\nOn November, 2020, USCG Sector Long Island Sound notified the NOAA SSC about a 30 foot long vessel that caught fire and sank at the municipal dock in Mystic, CT. There is an active discharge of diesel fuel. USCG requested information on potential resources at risk.","<b>Sunken Vessel City Island Marina, Bronx, New York; 703 Minnieford Ave, The Bronx, NY 10464, USA<\/b> 2020-11-16<br />\n<i>Diesel fuel<\/i> - 0 m³<br />\nOn November 16, 2020, the USCG Sector New York notified the NOAA SSC about a 30' pleasure craft that sank at the dock this morning. USCG reports that a noticeable sheen is coming from the vessel. NPFC opened to begin clean-up. An unknown amount of fuel is onboard. The cause is being investigated.","<b>F/V Three Pigeons; Grand Isle State Park<\/b> 2020-11-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 10, 2020, the NOAA RRO was contacted by USCG Sector New Orleans requesting fate and trajectory for a potential release from a beached 70ft shrimping vessel F/V Three Pigeons. The USCG reported that the vessel was on fire and was purposefully beached at Grand Isle State Park with 3000 gallons fuel diesel fuel onboard.","<b>FV LOBSTER MANIA; jonesport, maine<\/b> 2020-11-07<br />\n<i>Diesel Fuel<\/i> - 1 m³<br />\nAt 11:30am on 7 November 2020, USCG Sector Northern New England notified the NOAA SSC that the FV LOBSTER MANIA, which was involved in a SAR case, is partially submerged and leaking diesel fuel, 17 nmi due east of Jonesport, Maine. Vessel has an estimated 500 gallons of fuel on board.  USCG requested a trajectory.","<b>Cox Operating S2 Energy East Timbalier Island Pipeline Spill; LA USA<\/b> 2020-11-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 1, 2020, the USCG notified the NOAA SSC that S2 Energy had identified a service riser slowly discharging oil south west of East Timbalier Island.  A 4-mile sheen with a dark product extended to the southeast. No shoreline impacts observed. Source secure. NOAA provided trajectory.","<b>Derelict Vessel Removal; Harsens Island, MI<\/b> 2020-11-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 1, 2020, the USCG Sector Detroit requested a Resources at Risk and Best Management Practices for removing an abandoned vessel in the marshy area of St. Clair Flats. The vessel was a SAR case about 1.5months ago (date is an estimate) and the owner is not taking action. An estimated 100gals of gasoline is onboard, the vessel is a 30' Sea Ray.","<b>Grand Bay Spill; Venice, LA, USA<\/b> 2020-11-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 1, 2020, the USCG Sector New Orleans received a report of oiled shoreline and a 1mile x 60ft light sheen in Grand Bay. Lobo Operating is conducting an investigation.  NOAA determined this event is not likely related to the Saratoga Lobo Black Bay Spill (previous RL report).","<b>Hurricane Zeta; Gulf of Mexico<\/b> 2020-10-28<br />\n<i>Oil<\/i> - NA m³<br />\nOn October 28, 2020, NOAA's Emergency Response Division opened this hotline to capture information on Hurricane Zeta. The current forecast calls for Zeta to make landfall as a Category 2 hurricane in Southeast Louisiana by late this afternoon.  This system will bring a multi-hazard threat to the area and significant impacts are expected across portions of SE LA and S MS.   The SSC has made arrangements with RPI and Spatial Data Branch to ensure Arc Collector is available for USCG use post-landfall.","<b>M/V WILD WAVE aground; Avalon, CA<\/b> 2020-10-26<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn October 26, 2020, the USCG Sector LA/LB contacted their NOAA SSC about the pleasure craft M/V WILD WAVE that was aground on Descanso Beach, in Avalon, CA (Santa Catalina Island).  USCG reports that the vessel has a potential of 200 gallons of diesel on board.  It is likely to break up before the vessel can be recovered.  Sector LA/LB requested a hypothetical \"what if\" trajectory in the event a spill occurs.","<b>Liberty Ship Thomas Heyward, Gulf of Mexico<\/b> 2020-10-22<br />\n<i>Oil<\/i> - NA m³<br />\nOn October 21, 2020, NOAA was notified of a spill from the SS Thomas Heyward Liberty Ship, now an artificial reef located southwest of Destin East Pass, FL.   In September, sport divers reported oil sheen on the water surface and black \"oil - like\" substance flowing from the deck of the ship and the Okaloosa county diver conducted an inspection of the artificial reef and collected samples.  Now, USCG requested NOAA assistance in identifying whether the ship is related to the Johnson Beach spill, reported after Hurricane Sally made landfall.","<b>Broadkill Beach Oil Spill, Delaware; Broadkill Beach,  DE 19958, USA<\/b> 2020-10-19<br />\n<i>Fuel Oil<\/i> - NA m³<br />\nOn October 19, 2020, the USCG notified the NOAA SSC that an unknown volume of oil from an unknown source had come ashore at Lewes State Park, Delaware. At least one mile of shoreline has been impacted with tar balls and tar patties. Sector Delaware Bay intends to conduct a more formal shoreline assessment.","<b>Sunken Tug- Off Duluth Wisconsin; Bayfield County, WI, USA<\/b> 2020-10-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 18, 2020, the NOAA SCC was notified of an incident in western Lake Superior, where a tug vessel was towing a smaller tug vessel that broke free and sank at 0100 on 18OCT2020.  The sunken tug is 45ft long, max potential pollution on board is 400 gallons of diesel and 10 gallons of lube oil.","<b>TS Nabarima-Off Venezuela; Venezuela<\/b> 2020-10-16<br />\n<i>light crude<\/i> - NA m³<br />\nOn 16 Oct 2020, NOAA was asked by the US National Response Team to provide trajectory, resources at risk, and fate information in the event of a spill from the tanker Nabarima, a floating storage and offloading unit (FSO), moored in the Gulf of Paria between Venezuela and Trinidad. At this point, a release has not occurred (to our knowledge). The vessel has an estimated 1.1 million barrels of light crude oil aboard.","<b>Wooden Vessel Sinking La Conner Marina, WA; La Conner Marina, WA, USA<\/b> 2020-10-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of Friday 16 OCT 2020, a 32 foot wooden vessel sank along a pier in La Conner Marina. A residual sheen was seen around the vessel, boom and pads were deployed. There is a potential for a small diesel spill from storage aboard the vessel. The vessel is scheduled to be raised around 1600. Resources at risk were requested.","<b>Salmon Bay Spill; Ballard Locks, Seattle, WA<\/b> 2020-10-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of 14 OCT 2020, SSC was notified of black waste oil discharging from F/V ALASKA CHIEFTAN. Located on the freshwater side of the Ballard Locks in Salmon Bay, USCG is on scene and says the spill is mostly contained. Request for a resources at risk.","<b>Trinity Bay Anomalies (MPSR); Chambers County, TX, USA<\/b> 2020-10-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 13, 2020, NESDIS issued two Marine Pollution Surveillance Reports noting anomalies (potential oil) at facilities in Trinity Bay, Texas.  NOAA SSC forwarded MPSRs to Sector Houston-Galveston.  Duty teams will follow up","<b>Kamchatka Spill; Kamchatka Krai, Russia<\/b> 2020-10-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 4, 2020,  NOAA ERD opened this Hotline to capture information regarding a potential spill in the Kamchatka region of the Russian Federation.  Pollution was reported in the coastal zone near Khalaktyrsky beach, where, according to local residents, a massive stranding of sea animals was seen on the shore. Later, phenol and oil products were identified in three more areas of the Avachinsky Bay in the Kamchatka region. At this time, U.S. agencies have not been activated and there are no known impacts to U.S. waters. Information only.","<b>Yuma Energy Platform Leak, Breton Sound; LA, USA<\/b> 2020-09-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 30, 2020, the USCG Sector New Orleans notified the NOAA SSC of multiple reports of oil sheen near Fiddler Point, Breton Sound post Hurricane Sally.  The USCG was unable to identify the source but satellite surveillance by NOAA NESDIS identified the source as a Yuma Energy platform in Breton Sound Block 2. A cement storage barge located under the platform has visible cracks and is discharging a few drops of crude oil every minute. An estimated 50bbl of oil resides in the barge. NOAA provided a trajectory.","<b>West Bell Island Oil Spill; LA, USA<\/b> 2020-09-29<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 28, 2020, the USCG Houma was notified by Weeks Marine of a mystery oil spill on West Bell Island, LA.  Approximately 1,000 ft of sandy beach has been impacted \u000bNOAA has provided a hind-cast to assist with the determination of the source.","<b>YM MANDATE, Jersey City, NJ; 51 Port Terminal Blvd, Bayonne, NJ 07002, USA<\/b> 2020-09-28<br />\n<i>oil<\/i> - 5 m³<br />\nOn September 28, 2020, USCG Sector New York notified the NOAA SSC that the containership YM MANDATE was leaking oil from a hole in its hull at the Global Marine Terminal, Bayonne, NJ. . No information as to the estimated volume spilled. Cause unknown at this time. OSRO's on-scene placing boom around the vessel.","<b>Anticipated sinking of F/V FLAGSHIP in Tillamook Bay; 402 S 7th St, Garibaldi, OR 97118, USA<\/b> 2020-09-25<br />\n<i>Unknown<\/i> - NA m³<br />\nON September 25, 2020, the USCG notified the NOAA SSC of a vessel sinking in the Port of Garibaldi, OR.  The F/V FLAGSHIP is currently at the Port of Garibaldi. Station Tillamook ran pumps to keep the vessel afloat overnight. OSLTF opened (owner/operator not taking action, see below). OSRO to take off the remaining fuel today (1600 gallons of diesel is estimated on board).","<b>Timbalier Island Platform Leak; Timbalier Bay, LA<\/b> 2020-09-24<br />\n<i>Crude and Gas<\/i> - NA m³<br />\nOn September 24, 2020, the NOAA Regional Response Officer was notified by the USCG MSU Houma IMD Chief about a platform leak reported by BSEE which was seen during a non-related overflight. USCG and LOSCO contacted several companies in the area to identify RP. USCG requested a fate and trajectory analysis while RP was been located.","<b>F/V RELUCTANT aground; Port Frederick, AK<\/b> 2020-09-22<br />\n<i>diesel<\/i> - 1 m³<br />\nThe F/V RELUCTANT ran aground in Port Frederick, AK at around 0830 hrs on 22-SEP-2020.  The owner reports that the vessel has 150 gallons of diesel fuel on board with a capacity of 280 gallons. NRC report indicates a 20x20 ft sheen.  USCG Sector Juneau contacted the NOAA SSC covering AK to request oil fate & trajectory for a potential catastrophic release from the vessel.","<b>Sunken Recreational Vessel, San Jacinto River; 20111 Rio Villa Dr, Houston<\/b> 2020-09-13<br />\n<i>oil<\/i> - NA m³<br />\nOn September 13, 2020, NOAA SSC received a request from Sector Houston- Galveston for technical assistance with consultations associated with a sunken recreational vessel in the San Jacinto River.  Vessel is sheening, and boomed.  Sector Houston has federalized the response and plans to sting the vessel tanks.","<b>MV Windy K Vessel Fire and Grounding; 1069 St Clair Pkwy, Mooretown, ON N0N 1M0, Canada<\/b> 2020-09-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 3rd, 2020, the M/V Windy K caught fire and ran aground in the St. Clair River at approximately 1600. No injuries reported. Canadian CG is on scene and responding. Sector Detroit requesting trajectory for the potential of 600 gallons of marine diesel release.","<b>Mystery waxy material on Fort Lauderdale Beach; 298 S Fort Lauderdale Beach Blvd, Fort Lauderdale, FL 33316, USA<\/b> 2020-09-02<br />\n<i>non petroleum oil<\/i> - NA m³<br />\nOn September 2, 2020, the USCG Sector Miami called the NOAA SSC to report a waxy white material that had washed up on Fort Lauderdale Beach near Las Olas Blvd. It was estimated that about a mile of beach was contaminated with a small band of the material. USCG suspect it might be palm oil or something similar. They plan to SCAT the area and collect samples for possible analysis at a local laboratory. No potential source has been identified.","<b>Barge grounded at Ekuk, AK; potential release of diesel<\/b> 2020-08-31<br />\n<i>diesel<\/i> - 23 m³<br />\nOn 31-Aug-2020, Sector Anchorage received notification of a potential release of diesel into Nushagak Bay from a grounded barge. The vessel went aground due to a broken anchor chain in bad weather. Potential of 5000 gallons of diesel onboard. Notification only at this time. No products have currently been requested.","<b>Fishing vessel aground, abandoned, and on fire at Sitka, AK<\/b> 2020-08-31<br />\n<i>diesel<\/i> - 2 m³<br />\nOn 29-Aug-2020, the FV SAAMI ran aground on Kulichkof Rocks in Sitka Sound. The vessel was abandoned and then caught fire. Approximately 500 gallons of diesel were on board at the time of the grounding. USCG MSD Sitka is requesting a fates and trajectory analysis.","<b>Recreational pilot reports mystery sheen off San Clemente, CA<\/b> 2020-08-31<br />\n<i>Unknown<\/i> - NA m³<br />\nIn the early afternoon of 30-AUG-2020, a recreational pilot observed a mystery sheen roughly 3.75 miles offshore of San Clemente, CA (between Dana Point and Oceanside).  A report was made to the National Response Center almost 24 hrs after the observation, describing the sheen as rainbow in color and roughly 50 feet in diameter.  USCG Sector San Diego requested trajectory input in the event they conduct a helicopter overflight.","<b>S/V Ocean Lady Grounding; 101 Ocean Lake Way, Ocean Shores, WA 98569, USA<\/b> 2020-08-31<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 31, 2020, the USCG notified the NOAA SSC that the sailing vessel Ocean Lady was aground at Ocean Shores, WA.  The vessel is 27ft  with 15gal of diesel, an unknown amount of engine oil, and vessel batteries. Sector Columbia River IMD is seeking RAR and assistance with Section 7 consultation.","<b>Satellite imagery identifies mystery spill, Gulf of Mexico<\/b> 2020-08-30<br />\n<i>Unknown<\/i> - NA m³<br />\n30 Aug 2020 NESDIS imagery indicates a 15x1 mile oil anomaly 14 miles south of Marsh Island, LA. USCG, BSEE, and potential RPs are investigating. No additional information at this time.","<b>Explosion at oil platform, Venice, LA; release not known<\/b> 2020-08-29<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 29, 2020, the USCG notified the NOAA SSC of an explosion at a TPIC platform in Main Pass 67, Venice, LA (NRC 1285919). The platform is on fire but is shut-in.  300bbl of oil/water mixture are stored onsite. It is unknown if a release has occurred. NOAA providing fate & trajectory.","<b>Hurricane Laura; Texas and Louisiana<\/b> 2020-08-25<br />\n<i>Oil<\/i> - NA m³<br />\nHurricane Laura is forecast to make landfall on the Southeast Texas/Southwest Louisiana coast early on the morning of August 27, 2020 as a Category 3 (major) hurricane.  This Hotline is being opened for reporting from all units and SSCs.","<b>CFV PHUONG MAI St Mary's Ga; Camden County, GA, USA<\/b> 2020-08-21<br />\n<i>diesel<\/i> - 0 m³<br />\nOn August 20, 2020, the 40-ft. fishing vessel Phuong Mai ran aground and sank in St. Mary's Inlet, GA.  The fishing gear was deployed at the time of the sinking.  The USCG Sector Jacksonville requested an Incident Specific RRT call to determine the best course of action for the disposal of the marine debris and ensuring the channel to King's Bay Naval base remains unobstructed.","<b>MY NO FILTER Fire and Sinking; offshore Ocean City, MD, USA<\/b> 2020-08-21<br />\n<i>Diesel Fuel<\/i> - 1 m³<br />\nOn August 21, 2020, the USCG Sector Maryland notified the NOAA SSC that a 60-foot long yacht had caught fire and partially capsized 2 miles offshore and 2 miles north of Chincoteague Island, Virginia. On 25 August, Sector Maryland requested a review of the proposed salvage plan and stakeholder coordination.","<b>TPIC MP35 Produced Water Discharge; Main Pass 35, LA, USA<\/b> 2020-08-20<br />\n<i>Produce water/oil<\/i> - 143 m³<br />\nOn August 19, 2020, the USCG Sec NOLA was notified of a collapsed platform and produced water tank in Main Pass 35. Lines have been shut-in. Release secured. Approximately 750 bbl of produced water were discharged.  Rainbow sheen in the area.  SSC provided phone support. No shoreline impact anticipated.","<b>Mystery Sheen, Buffalo River; 503 Elk Street, Buffalo, NY 14210, USA<\/b> 2020-08-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 14t, 2020, the USCG D9 DRAT informed the NOAA SSC of a mystery sheen and product release at a storm outfall in Buffalo, NY. The product contained in an existing boom. As of today, OSRO's have been on site for sample collection and air monitoring. Spot forecast and RAR have been requested and delivered. Mitigation plans and source identification to be determined next week after product sample has been analyzed.","<b>Main Pass 69A Sheen; LA, USA<\/b> 2020-08-11<br />\n<i>oil<\/i> - NA m³<br />\nOn August 11, 2020, the USCG IMD Sector New Orleans reported a sheen with dark product 20 miles long and half-mile wide off the Louisiana coast. TPIC is suspected to be the responsible party. Fieldwood and BSEE both conducted overflights. The amount is suspected to be  5 - 10 barrels of Louisiana Sweet Crude.  RRO notified and phone support was requested","<b>Mystery Sheen Main Pass 61; Gulf of Mexico<\/b> 2020-08-10<br />\n<i>Unknown<\/i> - NA m³<br />\nON August 10, 2020, the USCG received notification of a mystery sheen in Main Pass 61 off the coast of Louisiana.  The sheen was 8mi x 1/2mi heading west to east. USCG requested a hindcast to determine the potential for association with a previous incident.","<b>HANTA YO Sinking; Uyak Bay, Kodiak Island, AK<\/b> 2020-08-08<br />\n<i>diesel<\/i> - 1 m³<br />\nOn August 8, 2020, the USCG contacted the NOAA SSC for support on a sunken fishing vessel. The USCG MSD Kodiak is providing oversight in response to the fishing vessel HANTA YO, sunken or partially sunken, 45-foot aluminum-hulled, in the vicinity of Uyak Bay. Planned response actions are pending, the owner is working with his insurance company to work through removing the 200 gallons of diesel fuel from the vessel.  MSD Kodiak has requested NOAA SSC stand by and provide phone support with regard to potential trust resource concerns in the vicinity.","<b>SHADUBE II Aground; Heather Island, Columbia Bay, AK<\/b> 2020-08-07<br />\n<i>gas and heating oil<\/i> - 0 m³<br />\nOn 01-Aug-2020, MSU Valdez received notification that a 32-foot sailing vessel, Shadube II, ran aground near Heather Island, in Columbia Bay. There was 45 gallons of gasoline and 27 gallons of heating oil on board. Due to unsatisfactory response by the owner, USCG opened the OSLTF and authorized a contractor to remove hazardous materials. MSU Valdez requested NOAA SSC support for marine mammal BMPs during response.","<b>M/V WAKASHIO; 1.5 NM off Pointe dâEsny, Mauritius<\/b> 2020-08-06<br />\n<i>Heavy Fuel Oil<\/i> - NA m³<br />\nOn July 25, 2020, the 984-foot bulk carrier M/V WAKASHIO ran aground on a coral reef off the coast of Pointe-DâEsny, Mauritius.  The situation was initially reported as stable but in the past few days, the vessel has begun leaking fuel oil.  The vessel is reported to have approximately 1.1 million gallons of fuel and lube oils on board, but no was not laden with cargo.  On August 8, 2020, the US National Response Team and NOAA were notified via the US. Department of State, to address a formal request for assistance from the Mauritius Government.     This hotline was opened to capture information regarding the incident.","<b>Gunslinger Vessel Aground; False Pass, AK<\/b> 2020-08-05<br />\n<i>diesel<\/i> - 2 m³<br />\nOn 5-Aug-20, Sector Anchorage notified NOAA SSC of a 29-foot fishing vessel grounding approximately one mile north of False Pass, Alaska in Bechevin Bay. The vessel contains 350 gallons of diesel and approximately 20 gallons of hydraulic oils. SAR is active. Sector is requesting a fates and trajectory analysis.","<b>Pacific Jade Aground; Whale Island, Kodiak, AK<\/b> 2020-08-04<br />\n<i>diesel<\/i> - 2 m³<br />\nOn 01-Aug-2020, the FV Pacific Jade ran aground in Whale Passage due to an equipment failure that lead to loss of power and steerage.  The vessel has 500 gallons of diesel onboard.  MSD Kodiak is requesting NOAA SSC review of response plans to lighter the fuel.","<b>S/V PLAYTIME sunk; North of Point Arena, CA<\/b> 2020-08-02<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn 02-AUG-2020, USCG Marine Safety Detachment Humboldt Bay contacted their NOAA SSC for input on potential shoreline oiling of a sunken vessel 2.5 NM offshore.  The 45â S/V PLAYTIME sank during the night with roughly 50 gallons of diesel and one gallon of lube oil on board.  All passengers were safely rescued, but the S/V is believed sunk in over 100â of water.","<b>Offshore Discharge, High Island 536; Gulf of Mexico<\/b> 2020-07-28<br />\n<i>crude oil<\/i> - NA m³<br />\nOn July 28, 2020, MSU Texas City received a report from BSEE overflight of a sheen near an unmanned platform in High Island Block 536 (NRC#1282980).  Specific oil and amount discharged unknown.  Requested evaluation of trajectory, including the likelihood of shoreline impact, the potential for affecting Flower Garden Banks NMS, and possible connection to NESDIS mystery sheen in East Breaks 166.","<b>Offshore Mystery Sheen, East Breaks 166; Gulf of Mexico<\/b> 2020-07-28<br />\n<i>unknown<\/i> - NA m³<br />\nOn July 28, 2020, MSU Texas City requested hindcast analysis of sheen observed in Marine Pollution Surveillance Report (MPSR) 20200727_1649 (NRC#1282971), specifically to determine if three nearest platforms were a likely source, and/or if the sheen was possibly connected with a discharge at an unmanned platform in High Island 536.","<b>M/V Algoma Verity; Fore River Parkway Trail, Fore River Parkway Trail, Portland, ME 04102, USA<\/b> 2020-07-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 17, while in Portsmouth Harbor, the ALGOMA VERITY reported an issue with fuel its ballast tank water.  On closer inspection, with the US Coast Guard, is was determined that a fuel tanks and the ballast tank were communicating.  On the 19th the ship was moved to Portland, ME because of better facilities.  Issues around decanting remain.  The NOAA SSC was brought in for these discussions.","<b>FSO Safer tank ship; Yemen<\/b> 2020-07-20<br />\n<i>Unknown<\/i> - NA m³<br />\nThe FSO Safer is a 396 meter (1,300â) ULCC tank ship falling into disrepair off the coast of Yemen with roughly 1.3 million bbls of Marib Light crude oil on board.  The vessel and cargo is owned by the Yemeni Government's Safer Oil Company, is located roughly 4.8 NM off the Ras Isa shoreline (30 NM NW of the port of Al Hudaydah), but has had no maintenance since 2015 due to conflict in the region.  The US Department of State is working with the UN Environmental Program (UNEP) and the UN Office for Project Services (UNOPS) and has requested technical assistance from the National Response Team to better understand the potential spill risks, potential mitigation measures, and threats to the local environment and coastal communities.  This Hotline is being opened to archive relevant information obtained via the NRT and to house NOAA products as needed.","<b>North Pacific Gold Abandoned Vessel; Homer, AK<\/b> 2020-07-20<br />\n<i>unknown<\/i> - NA m³<br />\nOn 20-Jul-2020, MSD Homer notified the NOAA SSC of the following: MV North Pacific Gold, a 90-foot crabber turned gold mining vessel, was abandoned in the Homer small boat harbor in 2016 after suffering a marine casualty. The vessel touched bottom during a low-tide event in April 2020, damaging the hull. The vessel contains approximately 6000 gallons of oily water in the aft tanks and an unknown amount in the saddle tanks. The OSLTF has been opened for assessment of the vessel due to substantial threat of pollution and Global Diving and Salvage has been hired to assess the vessel's condition. MSD Homer is requesting NOAA provide resources at risk to support removal and potential scuttling of the vessel.","<b>Barge Sea Lion Rodman Panama; Pier 1 2-3, Rousseau, Panama<\/b> 2020-07-17<br />\n<i>IFO<\/i> - NA m³<br />\nThe SSC was contacted through the NRT Panama committee for requested technical support to address cleanup assessment and recommendations for an IFO spill that occurred on 30 June 2020 at the former Rodman Navy base. The oil impacted nearby mangroves.","<b>Hackberry Oil Field Valve Leak; Louisiana<\/b> 2020-07-14<br />\n<i>Crude Oil<\/i> - 9 m³<br />\nOn June 12, 2020, a discharge of crude oil into Calcasieu Lake from a non-operational well was reported (NRC#1281686).  Discharge is from a failed valve, not secured.  OSRO is on-site, conducting skimming operations, and oil is contained by boom.  As of June 14, source is still not secure.  Response operations ongoing, with an estimated 1,000-2,000 gallons of oil present in boom.  Boom is containing oil.  MSU Lake Charles requested trajectory in the event boom fails.","<b>USS BonHomme Richard on fire; 3400 Senn St, San Diego, CA<\/b> 2020-07-12<br />\n<i>Diesel<\/i> - 3573 m³<br />\nAt roughly 0830 hrs Pacific, 12-JUL-2020 there was an explosion and subsequent fire on-board the USS Bonhomme Richard (an 843' US Navy amphibious assault ship) moored in San Diego, CA.  The fire continued for several days.  The USCG Sector San Diego contacted the NOAA SSC to request a hypothetical âwhat ifâ trajectory to guide a first light overflight in the event of a release overnight.  An estimated 900,000 gallons of diesel is on-board.","<b>Bayou Teche Mystery; Jeanerette, LA, USA<\/b> 2020-07-06<br />\n<i>not oil<\/i> - NA m³<br />\nOn July 6, 2020, the St. Mary Parrish, LA Sheriff's department notified the USCG Morgan City of a brown substance floating in Bayou Teche.  The substance was spotted as far north as Iberia and covered more than 8 miles of Bayou Teche. NOAA assisted with the identification and sampling of the unknown substance. LSU will analyze the substance.","<b>F/V Jamie Lynn, Charleston, SC; Crab Bank, Charleston Harbor, SC<\/b> 2020-07-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 1, 2020, the USCG contacted the NOAA SSC regarding the grounding of the F/V  JAMIE LYNN.  The vessel grounded on June 24th, 2020.   The NOAA SSC was consulted on potential environmental concerns with regard to using a crane barge to lift the vessel and access tanks to remove fuel.","<b>Mystery Sheen; York County, ME, USA<\/b> 2020-06-29<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG Station Portsmouth, NH contact the NOAA SSC about a 1/2 mile long mystery sheen 3 miles east of the Portsmouth Harbor entrance. The SSC worked with the unit to determine possible sources and next actions.","<b>Sailing Vessel Aground Whidbey Island, WA; Mutiny Bay, WA<\/b> 2020-06-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of 27 JUN 2020 a sailing vessel ran aground in Mutiny Bay on Whidbey Isalnd, WA. A slow oil drip was reported and being contained in the vessel. The vessel is to be removed at high tide, approximately 2300, on the 27 JUN. NOAA gave a verbal confirmation there are no sensitive resources at risk.","<b>MV OCEAN SPRAY; Pasadena, MD<\/b> 2020-06-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 26 June 2020, the USCG Sector Maryland NCR contacted the NOAA SSC about a 60-foot commercial vessel that went aground and sank at a marina in Bodkin Creek, Bayside Beach, Maryland. The vessel has a mixture of petroleum products onboard totaling approximately 200 gallons. USCG requested a trajectory.","<b>T/V Aquila Vegetable Oil Spill; Mississippi River, MM 98, LA<\/b> 2020-06-22<br />\n<i>Vegetable Oil<\/i> - NA m³<br />\nOn June 20, 2020, the USCG Sector New Orleans Incident Management Division (IMD) received a report of a discharge of an unknown amount of vegetable oil (palm oil and coconut oil) from the T/V AQUILA (IMO#9692258) into the Lower Mississippi River (MM 98). OSRO deployed.  The NOAA SSC and RRO  were notified via email.","<b>Whitney Oil and Gas Spill Well #256; Venice, LA<\/b> 2020-06-22<br />\n<i>crude oil<\/i> - NA m³<br />\nOn June 21, 2020, the USCG Sector New Orleans Incident Management Division (IMD) received NRC#1280070 reporting an unknown amount of crude oil, discharged from a 2-inch flow line, associated with Garden Island Bay S/L 214, Well#256, located in the Garden Island Bay area, in Plaquemines Parish. Whitney Oil and Gas (Whitney) is the responsible party.","<b>F/V Rebecca Mary; 40 miles south of Nantucket<\/b> 2020-06-17<br />\n<i>Unknown<\/i> - NA m³<br />\nON June 17, 2020, the Coast Guard Sector Southeastern New England (SENE) received a VHF Mayday call from the F/V Rebecca Mary taking on water approximately 40NM S of Nantucket Sound with 04 POB. Survival suits had been donned, the life raft was made ready alongside the F/V, and the EPIRB was activated (alert/position received by D1).Â   Sector SENE and First District DRAT contacted the NOAA SSC.  The vessel is carrying 3000 gallons of diesel fuel.","<b>Tug Lee W - Barge Collision, Bolivar. TX; Port Bolivar, TX<\/b> 2020-06-09<br />\n<i>Condensate<\/i> - 745 m³<br />\nOn June 9, 2020, the Tug Lee W collided with its forward barge, causing a 1.5 ft gash above the waterline in the forward tank.  Potential of 3,900 bbl condensate in the damaged tank.  An unknown amount of product discharged into ICW.  Boom deployed around the vessel, but product confirmed outside area and moving eastward.  (NRC#1279187)","<b>M/V Hoegh Xiamen; Intermodal Dr, Jacksonville, FL 32226, USA<\/b> 2020-06-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 4, 2020, the Coast Guard Sector Jacksonville notified the SSC of explosions and a resulting fire aboard the 600 foot RoRo or car carrier vessel M/V Hoegh Xiamen that occurred at approximately 1830 EST at pier 20 on Blount Island, Jacksonville, FL. The estimated position for the vessel is 30.4046N, 081.5467W. Fuel on board was reported to be 64 MT of low sulfur fuel oil, 315 MT of MGO, and 30,355 liters of lube oil. At this time, the Coast Guard does not have information pertaining to the number of tanks aboard the vessel or the distribution of the oil onboard. Cargo consists of 2400 cars each with approximately one eighth of a tank of gasoline plus normal lubricants. Reportedly one firefighter was critically injured and five more had minor injuries. The fire department is on scene and attempting to cool the vessel but are not trying to enter the vessel to extinguish the fire. NOAA is preparing some trajectory analysis information and resources at risk information for the Coast Guard for use in the event of a release.","<b>M/V Old Hat; Little Irish Bayou, LA<\/b> 2020-06-01<br />\n<i>Oil (Sheen)<\/i> - NA m³<br />\nOn June 1, 2020, the  USCG Sector New Orleans Incident Management Division (IMD) received NRC Report # 1278550 stating that the M/V OLD HAT is continually taking on water and being pumped out, creating a sheen in the water around the vessel, while moored at a private dock, near Little Irish Bayou, a tributary of Lake Pontchartrain, in Orleans Parish, LA. IMD team are conducting on site assessment.","<b>F/V ARIANA MARIE; Newport County, RI, USA<\/b> 2020-05-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 21, 2020, A F/V carrying approximately 362 gallons of diesel fuel, 2-five gallon containers of gasoline, and a small amount of hydraulic fuel. The vessel caught fire at 1101 and burned until it sank at 1258 EDT on 21 May 2020 in 105 feet of water.  NOAA SSC contacted for support on potential fates of the oil.","<b>Natural Gas Line Leak Vermilion 114/129; LA, Gulf of Mexico<\/b> 2020-05-20<br />\n<i>Unknown<\/i> - NA m³<br />\n20 May 2020,  USCG MSU Houma notified of a natural gas pipeline leak approximately 25 miles south of Louisiana coast.  At approximately 1240 a fishing vessel net caught on the pipeline and caused an immediate release.  USCG is working to identify the responsible party.  The release is not yet secure.  A 1/2-1 mile light sheen was reported heading south.  NOAA providing assistance with fate/trajectory.","<b>Main Pass 75 Pipeline Release; LA, USA<\/b> 2020-05-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 3, 2020, the USCG received a potential spill report from the NOAA/NESDIS/SATELLITE ANALYSIS BRANCH that initiated NRC #1276557. The USCG confirmed a very light grey/silver sheen via overflight.  A pinhole pipeline leak was the suspected source.  04 May 2020 Crimson shut in the suspected pipeline. USCG requested an oil spill trajectory.No anticipated shoreline impacts.","<b>P/C GOING COASTAL sinking; off Carmel, CA<\/b> 2020-04-30<br />\n<i>diesel<\/i> - 23 m³<br />\nOn 30-APR-2020, USCG Sector San Francisco contacted their NOAA SSC to report a 90â Pleasure Craft GOING COASTAL that was reportedly sinking roughly four miles offshore, just south of Carmel Bay, CA.  The vessel is believed to be carrying up to 5,000 gallons of diesel fuel. USCG requested a spill trajectory.","<b>Orphan Well Head Leak; LA, Gulf of Mexico, USA<\/b> 2020-04-26<br />\n<i>Unknown<\/i> - NA m³<br />\nApr 24 and Apr 25 2020 NOAA NESDIS identified an anomaly south east of Marsh Island, LA (NRC Reports 1276036, 1276099, 1276102). The anomaly ranged from 2 to 14 nm in length. \u000b\u000bApr 26 2020 USCG Houma confirmed presence of a sheen  and identified the source as a pin hole leak in the riser of a well head. \u000b\u000bUSCG determined the sheen to be non recoverable oil.  No impact to shoreline reported. USCG plans to clamp the line on Apr 27.  USCG requested a trajectory in the unlikely event of a large release of oil during operations.","<b>Cape Fear River Sheen; BLNG SPG LKS, NC 28461, USA<\/b> 2020-04-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 21 April 2020 at 1200 hours, USCG Sector North Carolina notified the NOAA SSC that an oil sheen was reported to have been observed in the Cape Fear River, south of Wilmington, North Carolina. USCG has deployed resources to the area. No requests for any technical or scientific support at this time.","<b>NESDIS MPSR off San Diego, CA; Offshore CA<\/b> 2020-04-17<br />\n<i>Diesel<\/i> - NA m³<br />\nOn Friday afternoon, 17-APR-2020, NOAAâs NESDIS office issued a Marine Pollution Surveillance Report (MPSR) of a possible spill 108 NM to the Southwest of San Diego, CA.  The SSC was in contact with staff from USCG District 11 and Sector San Diego.  Though the anomaly was not confirmed as oil, this Hotline is being opened to capture some of the questions, discussion and outcomes that ensued.","<b>Grounded Powerboat off Haleiwa Harbor; Oahu, Hawaii<\/b> 2020-04-16<br />\n<i>Unknown<\/i> - NA m³<br />\nThe morning of April 16, a 21-foot powerboat ran aground near the rock jetty outside of  Haleiwa boat harbor, Oahu.  A USCG helicopter airlifted two people aboard to safety.  The vessel has a maximum potential of 50 gallons of gasoline aboard, as well as miscellaneous lube oils and two marine batteries.  An analysis of oil fate in the event of a release was requested.","<b>VMT Sump Release; Valdez, AK<\/b> 2020-04-12<br />\n<i>North Slope Crude<\/i> - 3 m³<br />\nAt 2000 hrs on 12-Apr-2020, USCG Marine Safety Unit Valdez was notified of an oily water discharge from the Valdez Marine Terminal into Port Valdez. A 180' x 50' silver sheen was observed at Berth 4. The source is a failed sump that has been secured.  Phone support at this time.","<b>F/V Kathleen Grounding; 20806 President Point Rd NE, Kingston, WA 98346, USA<\/b> 2020-04-08<br />\n<i>Unknown<\/i> - NA m³<br />\nSector Puget Sound notified ERD that the F/V Kathleen ~60 ft, ran hard aground on Jefferson Head (South of Kingston, WA), at approximately 0530.  Three crewmembers were rescued and no injuries were reported. There are approximately 8,000 gallons of diesel onboard.","<b>FV Freyja Salvage; Unalaska Island, AK<\/b> 2020-04-07<br />\n<i>diesel<\/i> - 5 m³<br />\nProcess has begun for the salvage and removal of the grounded FV Freyja. The Freyja grounded on Unalaska Island in March 2019. Removal may include scuttling at sea. NOAA SSC has been requested to assist with contacts and permits.","<b>Sunken tug MM 14 Ohio River; Glenwillard, PA, USA<\/b> 2020-03-29<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 29 March 2020, NOAA SSC was contacted by MSU Pittsburgh regarding a report of two tugs sunk at MM 14 (RDB) on the Ohio River in vicinity of Leetsdale, PA. Unknown amount of diesel on board (estimated at 100-200 gallons). USCG determined that neither vessel was operational and thus not inspected. OSLTF has been opened and USCG assumed lead after discussion with EPA Region 5. Sheen observed downstream. USCG conducted notifications to ORSANCO and other as appropriate. Water intake reported 3 miles downstream. River is high and current (~4 MPH) has prevented any further operations. NOAA SSC assisted with fate and effect and notifications. Salvage and assessment operations planned for 31 March or as soon as river conditions permit. No further requests for assistance at this time.","<b>West Seattle Bridge - Marina Fire; 1317 SW Spokane St, Seattle, WA 98134, USA<\/b> 2020-03-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the evening of 27 MAR 2020 a marina fire broke out under the West Seattle Bridge where 8 boats were impacted. An unknown amount of oil was released into the water that has since been contained. Later on a small sheen was reported near Harbor Island thought to have come from the marina fire. The USCG has requested a resources at risk (RAR) at this time.","<b>F/V SCOMAS grounded; Bonita Cove, Marin County, CA<\/b> 2020-03-13<br />\n<i>Diesel<\/i> - 3 m³<br />\nOn the evening of 13-Mar-2020, USCG Sector San Francisco contacted NOAAâs Emergency Response Division about the grounded F/V SCOMAS. The vessel went aground at Black Sands Beach (west of Point Diablo near the SF Bay entrance) the previous day. USCG is concerned that the vessel will break up in upcoming wind/wave conditions and is requesting a trajectory for a potential release of 600 gallons of diesel.","<b>Pleasure craft WILD WAVE; Two Harbors, Santa Catalina Island, CA<\/b> 2020-03-10<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn the afternoon of 10-MAR-2020, USCG Sector LA/Long Beach contacted their NOAA SSC about an un-manned pleasure craft WILD WAVE that was dragging anchor outside of Catalina Harbor on Santa Catalina Island, CA.  It is a 65' wooden vessel (former trawler) with a potential of 400-800 gallons diesel on-board and is reportedly 30 yards offshore.  Sector LA/LB requests a hypothetical \"what if\" trajectory in the event it hits the rocks and discharges in the next two hours.","<b>ITV SOUTHERN STAR; Carrsville, KY 42081, USA<\/b> 2020-03-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 9 March 2020, USCG Sector Ohio Valley contacted the NOAA SSC regarding a sunken towing vessel in the vicinity of MM 922 on the Ohio River near Paducah, KY. Vessel sank yesterday with aprox 9,000 gal of diesel on board. Only sheen discharge has been reported. Response options are limited due to high velocity of current (4-6 MPH). The NOAA SSC provided RAR utilizing ERMA.","<b>F/V KATHY Oil Discharge Lake Superior; Chassell, MI<\/b> 2020-03-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the evening of February 26, 2020 there was a report of an oil discharge from F/V KATHY on Lake Superior on the Keweenaw Peninsula. The suspected vessel was reported to have discharged approximately 3 cups of dark oil onto the ice while moored at the South Entry Bay Boat Launch. Upon investigation, it was determined the vessel was taking on water and the owner was pumping an unknown amount of water from the bilge every few days to keep it from sinking. Notification only.","<b>Partially Submerged Recreational Vessel Huron Harbor Marina; Huron, OH<\/b> 2020-02-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 27, 2020, SSC received notification about a partially submerged white 34' recreational vessel at the Huron Harbor North Marina in Huron, Ohio. There is a light rainbow sheen around the vessel which has been contained with boom placed by the marina. No products requested.","<b>Recreational vessel sunk in Anacortes Skyline Marina; 2400 Skyline Way, Anacortes, WA 98221, USA<\/b> 2020-02-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 20, 2020, the SEA WOLF, a 44 foot recreational vessel sank while moored at the Skyline Marina (2400 Skyline Way, Anacortes, WA 98221). Potential of up to 300 gallons of diesel aboard.","<b>Mystery Red Dyed Diesel Spill Venice Marina; Venice, LA, USA<\/b> 2020-02-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 11, 2020, the USCG was notified of a red dyed diesel mystery spill at the Venice Marina, Venice LA. An area of water less than 50x50ft between boat slips contains red dyed diesel and white foam. Quantity unknown. USCG is onsite collecting information and attempting to identify the responsible party. Three dead pelicans found on-site.  NOAA SSC providing phone support. On-scene support is possible.","<b>Diesel Spill - Unknown Source; Port Orchard, WA. USA<\/b> 2020-02-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 07, 2020 - Washington State Department of Ecology, USCG Sector Puget Sound, Washington State Department of Fish and Wildlife, and the City of Port Orchard are on-scene investigating the source of a diesel spill in Yachtfish Marina, Sinclair Inlet, Port Orchard. No impacts to fish or wildlife have been reported and NOAA support is not requested at this time. This is a notification only.","<b>Small plane crash; Arcata Bay, Eureka, CA<\/b> 2020-02-06<br />\n<i>Aviation fuel<\/i> - 1 m³<br />\nOn February 6, 2020, a small plane crashed into Arcata Bay near Eureka, CA.  The pilot was rescued with no injuries.  195 gallons of aviation fuel were reported to be on board, but no release was observed until later that afternoon.  Containment boom has been deployed, but wing tanks are difficult to access for pollutant removal.  USCG MSD Humboldt Bay contacted their NOAA SSC with an initial report and to request information regarding potential fuel exposure to nearby shellfish aquaculture site, roughly 0.5 NM away.  Subsequently, ERD has been providing oil fate/transport/mixing information to the state authorities responsible for fishery closures during oil spills.","<b>Grounded Vessel, Hilo, Hawaii; Hilo, HI<\/b> 2020-02-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the evening of February 3, 2020, a 70â motorsailer ran aground on rocks north west of Hilo Harbor on the Big Island of Hawaii.  USCG Sector Honolulu requested a trajectory in the event the vessel discharges its contents of 1200 - 1800 gallons of diesel.  USCG is planning to take action at first light tomorrow morning.","<b>Mystery Oil Slick Viosca Knoll Block 989; Gulf of Mexico<\/b> 2020-02-03<br />\n<i>Unknown<\/i> - NA m³<br />\n03 Feb 2020 USCG Sec NOLA requested assistance from NOAA NESDIS regarding an offshore mystery oil slick in the Gulf of Mexico Viosca Knoll Block 989 (NRC 1270287). \u000b\u000b04 Feb 2020 two additional mystery oil slicks were reported in the vicinity (NRC 1270338 & 1270346). USCG requested a trajectory to determine potential shoreline impact and an assessment of the potential relationship between the three slicks.","<b>Mystery Sheen Mississippi River mm93; New Orleans, LA, USA<\/b> 2020-01-30<br />\n<i>Unknown<\/i> - NA m³<br />\nIn January 30, 2020, the USCG Sector NOLA received NRC report 1270027 regarding a 1 mile rainbow sheen at Mississippi River mm93 (just down river of downtown New Orleans).  USCG identified dark product pooled along the LDB at mm94.  No source idendified. USCG contracted OSRO to conduct clean up.   No observed impacts to wildlife. No requests for NOAA assistance at this time.","<b>Possible sheen report; Sea Ranch, CA<\/b> 2020-01-19<br />\n<i>Petroleum<\/i> - NA m³<br />\nOn January 19, 2020, the USCG Sector San Francisco contacted their NOAA SSC regarding a pilot report of a possible sheen off northern CA coast, roughly 29 miles upcoast from Bodega Bay, CA.  USCG requested trajectory support.","<b>LifeMed Airplane Crash; Unalaska, AK<\/b> 2020-01-16<br />\n<i>Jet A fuel<\/i> - 1 m³<br />\nOn January 16, 2020, the USCG MSD Dutch Harbor reported than a LifeMed airplane crashed into the water off the north end of the Dutch Harbor runway into Unalaska Bay. All souls were rescued The fuselage has sunk and is actively sheening. Potential of 500 gallons of Av Gas onboard.  USCG has requested a trajectory and fates analysis.","<b>FV Pappy's Pride; Galveston, TX, USA<\/b> 2020-01-14<br />\n<i>diesel<\/i> - 64 m³<br />\nOn January 14, 2020, the 81-foot fishing vessel Pappy's Pride capsized after a collision with the 600-foot chemical tanker Bow Fortune near the Galveston jetties in Galveston, Texas.  Two fishermen were rescued. The search for the remaining two fishermen is ongoing.  Potential 14,000 gallons red-dyed diesel, tanks compromised at time of impact. USCG requested trajectory and resources at risk. The cause of the collision is under investigation.","<b>FV Scandies Rose sinking; Sutwik Island, Alaska<\/b> 2020-01-01<br />\n<i>diesel<\/i> - 546 m³<br />\nOn January 1, 2020, the USCG MSD Kodiak received notification of the FV Scandies Rose sinking due to high winds and heavy seas. It is unknown if there is a discharge at this time. Potential fuels on board include 120,000 gallons of diesel, 1200 gallons of lube oils, and 650 gallons of other oils.  USCG is requesting a fates and trajectory analysis for a potential release.","<b>F/V MANDY JANE sunk; off San Francisco, CA<\/b> 2019-12-18<br />\n<i>diesel<\/i> - 5 m³<br />\nOn December 19, 2019, the 52' F/V MANDY JANE was the subject of a search & rescue operation and sank about 12 NM WSW of the Golden Gate Bridge (37Â° 44.35N, 122Â° 43.08 W).  USCG Sector San Francisco contacted the NOAA SSC to request oil fate & trajectory support.","<b>M/V Levant - Pier Allision; Ferndale, WA<\/b> 2019-12-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 15, 2019, NOAA ERD was notified of an allision between a 741-foot LPG carrier and a pier in Ferndale, WA. The allision occurred at 0445 PST and the damaged vessel was carrying a reported 33,000 tons of propane/butane. The water surrounding the vessel is reported to be free of sheen and NOAA support is not requested at this time (notification only).","<b>M/V TECUMSEH Engine Room Fire; Windsor, ON, Canada<\/b> 2019-12-15<br />\n<i>Diesel<\/i> - 191 m³<br />\nOn the evening of December 15, 2019, M/V TECUMSEH was reported to be on fire in the vicinity of Zug Island on the Canadian side of the border. The vessel has 42,000 gallons of diesel on board. USCG is requesting a trajectory.","<b>Lake Pelto Equipment Failure; Chauvin, LA 70344, USA<\/b> 2019-12-04<br />\n<i>Crude Oil<\/i> - 3 m³<br />\nOn December 4, 2019, the USCG received a report of a pipeline spill due to equipment failure in Lake Pelto. USCG pollution responders are on site assessing the situation. NRC# 1265477.","<b>Bayou Bouillion Vessel Discharge; Parish Governing Authority District 5, LA, USA<\/b> 2019-12-02<br />\n<i>Oil<\/i> - NA m³<br />\nOn December 2, 2019, the USCG received a report of an unknown amount of Louisiana sweet crude discharge from a hole on a permanently moored barge in the Atchafalaya river. SSC notified. NRC# 1265267","<b>Pleasure Craft MARCHELLE aground; West side of Catalina Island, CA<\/b> 2019-12-02<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn the morning of 30-NOV-2019, the 33ft Pleasure Craft MARCHELLE ran aground on the west side of Catalina Island (near Two Harbors) with a maximum potential of 800 Gallons of diesel on board.  At the time, a 1/4 mile sheen was observed leading to the  west at high tide. On the morning of 02-DEC-2019, USCG Sector LA/Long Beach contacted the NOAA SSC to request a worst case (800 gallon) trajectory estimate in the event a release occurs during salvage operations scheduled for 1300 hrs on 02-DEC-2019.","<b>Grounded vessel, Kauai, HI; Fuji Beach, Kauai, HI<\/b> 2019-11-27<br />\n<i>gasoline<\/i> - 0 m³<br />\nOn the morning of November 26, USCG Sector Honolulu was notified of a 20-foot rigid hull inflatable boat beached and soft aground on Fuji Beach, Kauai, HI, on the shoreline adjacent to the World Mark Hotel Kapaâa Shore.  The vessel was overturned and discharging gasoline at a steady drip through the tank fuel cap.  The tank appeared to be intact and the discharge was initially being captured.  By the morning of November 27, the vessel had re-righted itself in the overnight tide and surf and was grounded further up on the beach.  There was no longer any sign of discharge.  USCG requested an assessment of trajectory and persistence of potential discharge of the gasoline on board, assuming a worst-case of 70 gallons based on tank capacity.  Verbal support was provided.  By the early afternoon of November 27, the vessel had been pulled out of the water and the owner had craned it onto a trailer.  No release of gasoline was reported.","<b>Tugboat Miss Bonnie Allision, Oregon Inlet, NC; Herbert C. Bonner Bridge, Oregon Inlet, NC<\/b> 2019-11-17<br />\n<i>Diesel Fuel<\/i> - 2 m³<br />\nOn 17 November, 2019, the USCG Sector North Carolina notified the NOAA SSC that they were responding to the allision of the tugboat, Miss Bonnie with the Old Bonner Bridge in Oregon Inlet. The incident occurred around noontime today.   The tugboat has an estimated 2,000 gallons of diesel fuel on board.","<b>Onyx Grounding; Strait Island, AK<\/b> 2019-11-12<br />\n<i>diesel<\/i> - 0 m³<br />\nOn November 9, 2019, at approximately 1730, the 33-foot, wooden-hulled vessel ONYX ran aground on Strait Island on SE Alaska. The vessel owner stated that he heard a pop and then ran the vessel aground to keep from sinking.  CG helo rescued him from the rocks. The Onyx had approximately 100 gallons of Diesel; 1 gallon of hydraulic oil; 02 batteries and 03 gallons of lube oil. The USCG is requesting a trajectory and fates analysis and weather conditions for the vicinity.","<b>TPIC Bayou Perot ISB 2019; Delta Farms, Barataria, LA<\/b> 2019-11-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 9, 2019, the Texas Petroleum Investment Company (TPIC) discovered a flowline Delta Farm #96 Well developed a leak and released oil into a floating marsh. Less than 1 acre of marsh has been impacted. The current estimate of discharged oil is less than 10bbs.","<b>F/V Miss Haley sunk; off Northern CA<\/b> 2019-11-10<br />\n<i>Diesel<\/i> - 16 m³<br />\nOn November 10, 2019, the USCG Sector San Francisco notified the NOAA SSC that the F/V Miss Haley broke up and sank roughly 14 NM from shore and 28 NM WNW of Bodega Head.  The max potential fuel volume on board is believed to be 17,000 gallons diesel.  USCG Sector San Francisco requested oil fate & transport information due itâs location within a National Marine Sanctuary.","<b>Calcasieu Ship Channel Discharge; Lake Charles, LA<\/b> 2019-11-07<br />\n<i>Sweet Louisiana Crude<\/i> - 6 m³<br />\nOn November 7, 2019, MSU Lake Charles contacted NOAA SSC to request a trajectory and resources at risk analysis for a discharge of Louisiana Sweet Crude discharged from a pipeline.  Discharge began approximately 2300 on November 5, 2019.  Source is secure.  Total discharge volume unknown at time of request.","<b>F/V FT Pierce Lady; Atlantic Ocean<\/b> 2019-11-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 1, 2019, the USCG Sector Miami notified the SSC that the 65 foot wooden fishing vessel Ft Pierce Lady sank 35 miles east of Elliott Key with 1200 gallons of diesel, 22 gallons of gasoline, and 40 gallons of paint onboard. USCG requested a spill trajectory for the incident.","<b>James River, Virginia Diesel Oil Spill; Hampton, VA, USA<\/b> 2019-10-27<br />\n<i>Diesel Fuel<\/i> - NA m³<br />\nOn Sunday, 27 October, 2019, both USCG Sector HamptonRoads and Virginia DEQ notified the NOAA SSC about an oil spill in the vicinity of Outlook Beach, located near the mouth of the James River. Both source and volume spilled are unknown. The product appears to be diesel fuel.","<b>TPIC Breton Sound 37 Facility Spill; LA, USA<\/b> 2019-10-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 27, 2019, the USCG notified the NOAA SSC of an 8 mile mystery sheen in Breton Sound in the vicinity of the Chandeleur Islands. Later confirmed that source of sheen was a damaged TPIC wellhead 37. USFW is engaged and providing remote support. NOAA provided initial trajectory and will continue support.","<b>Grounded Sailboat, Maui, Hawaii; Lahaina, HI , USA<\/b> 2019-10-24<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn 10/24/2019, the USCG Sector Honolulu has notified the NOAA SSC that a 35 foot sailing vessel ran aground about 1 mile North of Olowalu Maui and is on the beach/rocks. There are approximately 150 gallons of diesel on board. They report a small discharge of either diesel or lube oil.  USCG is concerned that incoming surf may cause the vessel to break up if not removed before tonight.  They are en route to pump the fuel off the vessel.  A trajectory and oil persistence report were requested.","<b>LPG Tanker EPIC BALTA Fire; Venice, LA, USA<\/b> 2019-10-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 22, 2019, the USCG notified the NOAA SSC of LPG Tanker MV EPIC BALTA on fire at Pilottown, LA near Pass a Loutre State Wildlife Management Area.  USCG requesting fate and trajectory","<b>FV Furious Sea and FV Coral Sea; Ferndale, WA<\/b> 2019-10-21<br />\n<i>Unknown<\/i> - NA m³<br />\nMonday, October 21, 2019 at 1500 PDT - NOAA ERD was notified of a 55-foot fishing vessel that sank near Sandy Point Marina, Ferndale, Washington. The fuel tanks are reported to be empty and only a small sheen is observed above the sunken vessel. The Coast Guard has federalized the response. This is a notification only - no products are requested at this time.","<b>TPIC Romere Pass Well 21 Spill; Venice, LA, USA<\/b> 2019-10-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 19, 2019,  crude oil spilled from a flow line into a Buras Bayou within Delta National Wildlife Refuge at Well 21.  The well has been shut-in. TPIC reported a 20 ft by 5 ft sheen. Absorbent and containment boom applied. USCG requested Resources at Risk.","<b>Silver sheen, Breton Sound Block 27a; LA USA<\/b> 2019-10-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 16, 2019, the USCG Sector New Orleans Incident Management Division (IMD) was notified of a sheen observed by an overflight on 15OCT19 at 1504 CST, originating from a well head in Breton Sound.","<b>Hilcorp Energy Berrwood E-5 Facility Spill; Gulf of Mexico<\/b> 2019-10-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 15, 2019,  Sector New Orleans Incident Management Division (IMD) received a report of a discharge of crude oil from a flare associated with the Berrwood E-5 facility, owned/operated by Hilcorp Energy, located in Southwest Pass MM 13 (E5 Canal).  The incident occurred due to an unknown cause.","<b>Sunken Fishing Vessel AMAK; Garibaldi, OR<\/b> 2019-10-14<br />\n<i>diesel<\/i> - 5 m³<br />\nMonday, October 14, 2019 at 1044 - USCG Sector Columbia River notified NOAA ERD of a 65-foot commercial fishing vessel carrying a maximum of 1000 gallons of diesel has sunk in the port of Garibaldi, Oregon. Cleanup is underway and Resources at Risk have been requested.","<b>Corpus Christi Inner Harbor Mystery Spill; Corpus Christi, TX<\/b> 2019-10-10<br />\n<i>Oil<\/i> - 34 m³<br />\nOn October 10, 2019 Sector Corpus Christi notified NOAA SSC about an ongoing incident in the Corpus Christi Inner Harbor.  Sector Corpus initially responded to a mystery discharge on September 25, 2019.  Discharge continued, and appears to be from saturated soils around a buried pipeline. A pinhole leak was discovered in the pipeline and has been patched.","<b>Mystery Spill, Brazil; Multiple coastal States<\/b> 2019-10-07<br />\n<i>Unknown<\/i> - NA m³<br />\nBrazilian officials are investigating wide-spread tar balls affecting dozens of beaches along the country's north-eastern coast.  The oil was first detected on September 2, 2019, and oil has now been detected in at least 105 locations spanning eight states and almost 1000 miles of shoreline.  This hotline has been opened to capture information about the incident.","<b>Phillips 66 Refinery Spill; Belle Chasse , LA 70036, USA<\/b> 2019-10-05<br />\n<i>Unknown<\/i> - NA m³<br />\n02 Oct 2019 USCG received notification of a crude oil spill at the Phillip 66 Refinery in Belle Chasse, LA. NOAA SSC assisting with coordination and assessment.","<b>Sunken Dredge Tender, Calcasieu Channel; Louisiana<\/b> 2019-10-01<br />\n<i>diesel fuel<\/i> - 0 m³<br />\nOn October 1, 2019, a tender sank in Calcasieu Channel, carrying an estimated 100 gallons of diesel and 30 gallons of engine oil.  MSU Lake Charles contacted NOAA SSC for advice on where to look for oil at first light.  Sheen visible near vessel.  Extent of discharge unknown.  Advice on recommended search area provided.","<b>Sunken Towing Vessel ITV ROY H.; Morris, IL<\/b> 2019-10-01<br />\n<i>Diesel<\/i> - 14 m³<br />\nOn the morning of September 30, 2019, the towing vessel ITV ROY H. sank with 3000 gallons of diesel on board. The fuel tanks were plugged and valves shut off. USCG and Salvage contractors on-scene.","<b>Capsized Vessel near Duluth Harbor; Duluth, MN<\/b> 2019-09-30<br />\n<i>Gasoline<\/i> - 0 m³<br />\nOn September 30, 2019 a vessel capsized and sank near Duluth in rough weather. The vessel was carrying 30 gallons of gasoline and two 12V batteries on-board.","<b>Vessel Lucky Nguyen allision with well head; LA, USA<\/b> 2019-09-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 28, 2019, the USCG was notified that vessel Lucky Nguyen allided with a plugged and abandoned well west of Southwest Pass. USCG planning salvage operations. Small quantity of diesel discharged from fishing vessel. Diesel contained within boom. SSC providing site conditions, including weather forecast.","<b>Sunken F/V Chocolate Bayou; Chocolate Bayou TX 77577, USA<\/b> 2019-09-23<br />\n<i>engine oil, diesel, hydraulic fluid<\/i> - 2 m³<br />\nOn September 23, 2019, the USCG Marine Safety Unit (MSU) Texas City contacted the NOAA SSC about a sunken fishing vessel in Chocolate Bayou.  Vessel is carrying 300-400 gallons of engine oil, 50-75 gallons of diesel, and 30 gallons on hydraulic fluid.  No tank discharge has occurred, vessel is sheening.  MSU Texas City has engaged an OSRO to remove pollution and requested input on environmental sensitivities.","<b>Longliner Miss Emma on fire off Oahu, HI; Oahu, Hawaii<\/b> 2019-09-17<br />\n<i>Diesel<\/i> - 8 m³<br />\nOn September 17, 2019, the USCG Sector Honolulu reports that a 41-foot longliner was on fire approximately 6 miles south of Oahu, Hawaii.  Initial reports were that the vessel had 3000 gallons of diesel aboard, but that volume has been adjusted down to about 1700 gallons.  A trajectory analysis was requested in the event of a release.  Based on current and forecast weather conditions, no oil would be expected to reach the shoreline.","<b>Mystery Sheen Mississippi River mm96 Downtown NOLA; LA, USA<\/b> 2019-09-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 11, 2019, the USCG received a report of an unknown dark product around the paddle boat NATCHEZ IVO mile marker 96 in the Mississippi River. A Coast Guard overflight confirmed the dark product and  sheen moving downstream along the left descending bank for approximately Â¼ mile. USCG was unable to identify a responsible party and accessed the Oil Spill Liability Trust Fund to hire an OSRO.  Boom was placed around the impacted area. SSC and RRO will be onsite Sept 11 to assist.","<b>MV Alice C; Winthrop, MA<\/b> 2019-09-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 10 Sept. 2019 the 50 foot MV ALICE-C, a \"live aboard\" vessel at the Atlantis Marina in Winthrop, MA sank at it's slip.  The vessel was carrying approximately 300-400 gallons of gasoline and 100 gallons of diesel or home heating oil (used to the heat the living space).  USCG Sector Boston contacted the NOAA SSC due to the proximity of coastal marsh lands.","<b>Aground/Sunken Vessel T/V Rawhide; Northport, MI<\/b> 2019-08-27<br />\n<i>Diesel<\/i> - NA m³<br />\nOn the morning of August 27, 2019 at 7:48 a.m., the Coast Guard received a report of the towing vessel Rawhide, sunk in Northport Bay. Local first responders reported an oil sheen near the vessel. Salvage operations have begun.","<b>Pleasure craft \"The Lady\" sunk; Huntington Beach, CA<\/b> 2019-08-25<br />\n<i>Diesel<\/i> - 3 m³<br />\nOn 25-AUG-2019, USCG Sector Los Angeles/Long Beach contacted the NOAA SSC regarding the 61' wooden pleasure craft \"The Lady\" that sank at the dock in Huntington Beach at 1530 hrs.  The vessel had a max capacity of 600 gallons diesel on-board and rainbow sheen and a heavy slick were observed between the vessel and the dock.  Reportedly, the vessel was still \"bubbling up\" a few hours later.  USCG requested trajectory support for their upcoming response and investigations.","<b>Disabled pleasure craft, Lanai, Hawaii; Maui County, HI, USA<\/b> 2019-08-13<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn August 13, 2019,  the USCG Sector Honolulu notified the NOAA SSC for the Pacific Islands that a disabled pleasure craft approximately 2 nautical miles off Shipwreck Beach in Lanai, Hawaii was being towed to port.  No oil had been released but a trajectory forecast was requested in the event of a release of the 800 gallons of diesel aboard.  A verbal trajectory assessment was provided.","<b>Napakiak School Tank Farm; Napakiak, AK<\/b> 2019-08-12<br />\n<i>diesel<\/i> - 164 m³<br />\nOn 12-Aug-2019, USCG Sector Anchorage reported that the Napakiak School fuel tank farm is at risk from bank erosion along the Kuskokwim River. The potential for discharge is 36000 gallons of home heating oil. Sector requested NOAA assistance in contacting experts and gathering information regarding river bank erosion risk at this location.","<b>S2 Energy Little lake, Turtle Bay, Jefferson Parrish, LA; Parish Governing Authority District 1, LA, USA<\/b> 2019-08-09<br />\n<i>oil<\/i> - NA m³<br />\nOn August 09, 2019 at approximately 1459 CDT, Sector New Orleans Incident Management Division (IMD) received NRC#1254713 reporting a discharge of an unknown amount of crude oil into Little Lake, Turtle Bay, Jefferson Parish, from inactive wellhead 2453#4, owned/operated by S2 ENERGY.","<b>Grounded F/V Koko; Cape Disappointment, Ilwaco, Washington<\/b> 2019-08-02<br />\n<i>Marine Diesel<\/i> - NA m³<br />\nOn Friday, August 02, 2019 at 0830 PDT NOAA ERD was notified of a 40 foot fiberglass hull fishing vessel hard aground off Cape Disappointment State Park, Washington. In the early morning hours, the vessel missed a channel marker and grounded on charted pilings from an old structure. As the tide ebbed, the vessel remained stuck and capsized above the pilings. At least one 12-inch crack in the vessel's hull was observed to be leaking fuel. Vessel owner-hired contractors worked with Washington State Department of Ecology to place containment boom around the vessel.  The USCG requested a trajectory.  The vessel was successfully de-fueled on Saturday (8/3) and removed from the water on Sunday (8/4).","<b>Sunken Vessel Crane Barge at ARTCO; Waggaman, LA<\/b> 2019-07-30<br />\n<i>Oil<\/i> - NA m³<br />\nOn August 30, 2019, the USCG Sector New Orleans IMD was notified of a sunken crane barge at ARTCOs (AMERICAN RIVER TRANSPORTATION CO) Mile Marker 110 fleeting area. A light, sporadic sheen  was seen coming from the vicinity of the sunken barge.","<b>Barataria Bay  Potential Platform Spill; Barataria Bay<\/b> 2019-07-28<br />\n<i>Oil<\/i> - NA m³<br />\nOn 28JUL19 at ~ 2049 CDT NOAA RRO received a phone call from USCG Sector New Orleans IMD  asking for 2 fates and trajectories for a 35 bbl and 1 - 3 bbl oil spill in Barataria Bay from a platform discharge. Sheen was seen but no dark oil at the time the NRC report was generated.","<b>MV Catalyst Grounding; Admiralty Island, Alaska<\/b> 2019-07-25<br />\n<i>diesel<\/i> - 14 m³<br />\nOn 25-Jul-2019, USCG Sector Juneau received a notification of the M/V CATALYST running aground in the location of Windfall Harbor located on Admiralty Island and requested trajectory and fate information for a potential release of up to 3,000 gallons of diesel fuel.","<b>M/V Silver Lining Spill; Hood Canal, WA<\/b> 2019-07-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 23, 2019, The M/V Silver Lining partially sank about 1.3 miles southwest of the Hood Canal Bridge in Jefferson County, WA.  The vessel has 300 gals of diesel and 12 gals of oil aboard. Sheen has been observed coming from the vessel. OSRO and USCG are on site. USCG has requested information regarding environmental sensitivities at a potential salvage site.","<b>Construction Barge Potential Spill; Long Beach Inner Harbor, CA<\/b> 2019-07-22<br />\n<i>Diesel<\/i> - NA m³<br />\nOn July 22, 2019, the USCG Sector LA/Long Beach contacted the NOAA SSC to report a possible diesel spill from a construction barge in Long Beachâs Inner Harbor.  The incident occurred at 0900 hrs and had a maximum potential volume of 200 gallons diesel.  Sector LA/LB requested trajectory support to aid in searching for any potentially oiled shoreline.","<b>Vessel Mr. Claude discharge into unnamed bayou; Buras, LA, USA<\/b> 2019-07-14<br />\n<i>Unknown<\/i> - NA m³<br />\n14 July 2019, near MM 22 on the Lower Mississippi River,  the 35-foot towing vessel Mr. Claude sank in an unnamed bayou in the vicinity of Mega Industries fleeting area. The vessel was reported to have 100 gallons of diesel onboard. Approximately 40x20 ft dull and rainbow sheen observed around the vessel.","<b>FV Alaganik Sinking; Whittier, AK<\/b> 2019-07-08<br />\n<i>diesel<\/i> - 25 m³<br />\nIn the early morning hours of 08-Jul-2019, a fish tender/barge burned and sank at the dock in Whittier, AK. The tender/barge sank in 80 feet of water with potentially 5,500 gallons of diesel on board.  There is light sheening on the water. The USCG is requesting a fates analysis and trajectory for the diesel and potential resources at risk report.","<b>M/V Mary R, M/V Mary Fern, M/V Chattie Sue Smith; Mile Marker 21 IL River, Hardin, IL 62047, USA<\/b> 2019-07-05<br />\n<i>oil<\/i> - 20 m³<br />\nOn July 5,  2019, the USCG Sector UMR contacted the SSC regarding the sinking of 3 tugs at mile marker 21 on the Illinois River.  Vessels were contained by boom and vents were plugged. Salvage to occur within next 5-7 days. SSC provided DOI contacts and RAR information. No further support anticipated.","<b>M/V OKALOOSA Allison with two barges; Gretna, LA 70053, USA<\/b> 2019-07-01<br />\n<i>Oil<\/i> - 0 m³<br />\nOn July 1, 2019. the USCG Sector New Orleans IMD was notified of an allison that occurred between M/V Okaloosa and two barges. SSC notified. NOTIFICATION ONLY.","<b>Poydras Energy Well Head , Main Pass Block 32; Main Pass, Mississippi River<\/b> 2019-06-25<br />\n<i>Oil<\/i> - NA m³<br />\nOn June 13, 2019, the USCG Sector New Orleans Incident Management Division (IMD) was notified of a sheen originating from a well head in Main Pass 32 measuring 2 nautical miles by 30 feet, silver in color, via Forefront Emergency Management.","<b>TPIC Jackup rig sheen; Breton Sound, LA<\/b> 2019-06-25<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 25, 2019, the USCG Sector New Orleans Incident Management Division  received a notification about a light 2 mile sheen from an TPIC jackup rig. The sheen was in close proximity to Breton Island a known tern nesting site. USCG request an oil trajectory.","<b>Sheen report near Point Sur, CA; 25 NM south of Point Sur, CA<\/b> 2019-06-22<br />\n<i>Possible oil<\/i> - NA m³<br />\nAt 1630 hrs on 22-JUN-2019 the NOAA Ship R/V Bell M Shimada observed a sheen roughly 25 NM south of Point Sur, CA and forwarded photos and location to USCG Sector San Francisco and the NOAA SSC.  The USCG Duty Officer requested trajectory support to determine if the sheen might be related to a recent NOAA NESDIS Marine Pollution Surveillance Report (MPSR) issued in the vicinity on 20-JUN-2019.","<b>Linder Oil Atchafalaya Basin; Pierre Part, LA<\/b> 2019-06-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 18 2019. USCG MSU Morgan City conducted a survey of three Linder facilities. USCG has identified 37 drums, 10 five gallon buckets, 6 totes, and approximately 692 barrels of crude oil and produced water remaining on the three separate facilities. USCG requested resources at risk.","<b>Mystery Sheen  Viosca Knoll  900A; Gulf of Mexico<\/b> 2019-06-14<br />\n<i>oil sheen<\/i> - NA m³<br />\nOn June 14, 2019, the Sector New Orleans IMD was notified of a mystery sheen passing through the Viosca Knoll 900 block measuring 2 nautical miles by 0.5 nautical miles, silver in color. The sheen was moving from West to East, and did not show any indication of a potential source, or that it was a continuous discharge.","<b>F/V Alina; Offshore Cameron Parish, LA,<\/b> 2019-06-06<br />\n<i>Diesel<\/i> - 55 m³<br />\nOn June 6, 2019, MSU Port Arthur reported a partially submerged shrimp vessel, F/V Alina, offshore Cameron Parish, LA, and requested a trajectory.  Maximum potential 12,000 gallons diesel, extent of discharge or potential discharge unknown.","<b>Mystery Sheen MP25; Breton Sound, LA<\/b> 2019-06-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 4, 2019, the  USCG notified the NOAA SSC regarding a 1/4 mile mystery sheen in Breton Sound, LA. RP and status of release not yet known.","<b>Partially Submerged Barge and Landing Craft, Grindstone Island; Clayton, NY<\/b> 2019-06-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 3, 2019, USCG notified SSC about a partially submerged barge and landing craft on the north side of Grindstone Island, St. Lawrence River, Clayton, NY. Notification only, no products are being requested.","<b>Oil Spill MP315; Gulf of Mexico<\/b> 2019-05-31<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 31 2019 USCG Sector NOLA contacted the NOAA SSC regarding a crude oil mystery sheen related to a NESDIS report. Currently 20 bbl oil at the  surface. Discharge likely originating from recently plugged well. ROV and OSRO en route. NOAA providing trajectory and resources at risk.","<b>JOSEPH M. CUDAHY (RULET); Florida<\/b> 2019-05-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 7, 1942, the tanker Joseph M. Cudahy, was torpedoed and sunk during World War II northwest of Key West, Florida. The wreck has been identified as a potential pollution threat in NOAA RULET (Response to Undersea Legacy Environmental Threats). The USCG has requested NOAA review the trajectory analyses and resources at risk information contained in the original RULET report for the vessel to  support response planning for the wreck.","<b>FV Ann Kathleen; Bandon, OR<\/b> 2019-05-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 2, 2019, the  USCG responded to a commercial fishing vessel, Ann Kathleen, on fire and aground about 9 nautical miles south of the  Coquille River Bar in southern Oregon at location 42Â°58'35.4\"N, 124Â°28'16.2\"W. The vessel has an estimated 2000 gallons of diesel aboard. Oil discharge has not been observed nor reported.","<b>ITV Cindy R; Mile Marker 8, Harvey Locks, Gulf Intercoastal Waterway, LA<\/b> 2019-05-02<br />\n<i>oil<\/i> - NA m³<br />\nOn MAY 2, 2019, the USCG Sector New Orleans IMD received a report that T/V Cindy R owned and operated by Gulf South Marine Enterprises, LLC sank in the Gulf Intracoastal Waterway West mile marker 8 near Harvey Locks. Unknown amount was discharged into the waterway.","<b>ISTOP Anomaly Report; Kayak Island, Alaska<\/b> 2019-04-25<br />\n<i>unknown<\/i> - NA m³<br />\nOn 25-Apr-2019,  USCG MSU Valdez received an ISTOP (Integrated satellite tracking of pollution) report of a possible oil spill and requested NOAA analysis to determine if the possible oil will impact shoreline.","<b>Womens Bay Abandoned Barge; Kodiak, AK<\/b> 2019-04-25<br />\n<i>diesel<\/i> - 5 m³<br />\nOn Apr 25, 2019, USCG Marine Safety Detachment (MSD) Kodiak, Alaska,  received a report of rainbow sheen emanating from a grounded, abandoned barge in Women's Bay.  USCG will be hiring a salvage contractor to address the pollution potential. NOAA notification only at this time.","<b>Mystery Sheen @ South Pass 60; South Pass Block 60<\/b> 2019-04-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 23, 2019, the USCG Sector New Orleans Incident Management Division (IMD) called the SSC to request satellite imagery for a mystery sheen at South Pass 60.  The mystery sheen was discovered during an USCG overflight to West Delta block 79A and NRC report # 1243536 was generated.","<b>Unknown Sheen West Delta Block 79A; West Delta Block 79A<\/b> 2019-04-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 22, 2019, the USCG Sector New Orleans called the SSC about an unknown sheen. Sheen color is described as 60% slightly colored, 30% silvery, and 10% barely visible. Sheen length is 4NM long and 50 feet wide. USCG requested a fate and trajectory and also 72 hours monitoring from NESDIS.","<b>M/V Never Say Never sunk; Off Ano Nuevo, CA<\/b> 2019-04-19<br />\n<i>Diesel, marine debris<\/i> - 5 m³<br />\nOn 19-APR-2019, USCG Sector San Francisco contacted their NOAA SSC regarding the 57â sunken pleasure craft M/V Never Say Never that was involved in a search & rescue case the previous evening.  USCG requested oil fate & transport information and staff from the Monterey Bay National Marine Sanctuary requested potential vessel drift information.","<b>Possible seep activity; Off Point Arguello, CA<\/b> 2019-04-18<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn 18-APR-2019, USCG Marine Safety Detachment (MSD) Santa Barbara contacted their NOAA SSC to discuss recent oil sheen observations NW of Santa Barbara Channel.  USCG has requested potential remote sensing support.  This Hotline is being created to capture remote sensing information, as needed.","<b>T/V Dejeanne Maria; Venice, LA 70091, USA<\/b> 2019-04-15<br />\n<i>Diesel/Lube Oil<\/i> - NA m³<br />\nOn April 15, 2019, the USCG Sector New Orleans Incident Management Division (IMD) received a report that Towing Vessel Dejeanne Maria hit a submerged dredge pipe and sank near the Mississippi River in Pass A Loutre with ~ 7000 gallons of diesel/lube oil onboard. The discharged amount into the waterways is unknown.","<b>S/V Morena; Mona Island , Puerto Rico<\/b> 2019-04-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 7, 2019, a 45 foot fiberglass catamaran sailing vessel ran aground at Mona Island Puerto Rico. The vessel has 50 gallons of diesel on board. The vessel is resting on coral including Staghorn coral. The USCG plans to address the pollution threat and work with Puerto Rico authorities to remove the vessel.","<b>Partially Submerged Recreational Vessel at JSBB Marina; Mandeville, LA<\/b> 2019-04-03<br />\n<i>Unknown ( Possibly dirty motor oil)<\/i> - 0 m³<br />\nOn March 24, 2019, the USCG Sector New Orleans notified the NOAA SSC of a discharge from a partially submerged, 36-ft recreational vessel, named MISS JILLY, at The JSBB Marina, in St. Tammany Parish, LA.  USCG IMD will continue to work the marina owner/operator to monitor the situation and provide updates as necessary.","<b>Unknown Oil and Source at Venice Marina; Marina Rd, Venice, LA<\/b> 2019-04-03<br />\n<i>Motor Oil<\/i> - NA m³<br />\nOn March 22, 2019, the  US Coast Guard Sector New Orleans Incident Management Division (IMD) received NRC Report # 1240778 reporting a mystery spill at the Venice Marina, in Plaquemines Parish, LA. The discharged product is reported to be used  motor oil. USCG personnel are en route to the incident location to conduct on site assessment and investigation as to the potential source and/or cause of the discharge.","<b>Mystery Sheen Main Pass 63; Gulf of Mexico<\/b> 2019-04-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 1, 2019, the USCG Sector New Orleans contacted the NOAA SSC regarding a 4nm x 2nm silvery mystery sheen originally identified on March 29 2019.  USCG requested assistance identifying this sheen in past and future NESDIS Satellite reports.","<b>CMA CGM AQUILA Adrift; Bering Sea, Alaska<\/b> 2019-03-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 22, 2019, the USCG  requested a trajectory for a drifting container ship, 393 meters long. The container ship became adrift at 0717 on 22 Mar 2019 in the Bering Sea.  The USCG requested an estimated position for 24 hours, 48 hours and 72 hours.  The ship regained propulsion on 23-March and resumed its voyage.","<b>Seattle Slew Diesel Spill Mississippi River; Mississippi River mm55, LA 70040, USA<\/b> 2019-03-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 19, 2018, the USCG Sector NOLA contacted the SSC regarding a sunken tug at mm 55 in the Mississippi River.  Efforts are focused on one missing person but a 3 mile sheen was reported and USCG requested an initial trajectory for a worst case discharge of 9k gal of diesel.","<b>M/V La Pinta - Miami, FL; Port of Miami Anchorage<\/b> 2019-03-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 18, 2019,  the USCG Sector Miami/RRT contacted the NOAA SSC to discuss response options for a Haitian freighter at the Port of Miami anchorage. The vessel has 4500 gallons of diesel on board, some other various hazmat items not yet identified, and is taking on sea water.  Weather and trajectory products requested but vessel is not leaking fuel oil at this time.","<b>ITC Tank Fire, Deer Park, TX; 1942 Independence Parkway, Deer Park, TX<\/b> 2019-03-17<br />\n<i>naptha<\/i> - 15275 m³<br />\nOn March 17, 2019 Sector Houston-Galveston notified NOAA SSC about a tank farm fire in Deer Park, TX (Houston area).  Tank with capacity of 80,000 gallons naptha is on fire. Fire still burning, source not controlled, two additional tanks (one xylene, one gas blend) also at risk from fire.  Inland zone, EPA FOSC, Coast Guard in liaision role at ICP in event there is a discharge that enters Tucker Bayou.  SSC requested to provide support on chemical properties, response options, and resources at risk.","<b>F/V ALL MY JOY; Fishers Island, NY<\/b> 2019-03-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 10, 2019, the fishing vessel ALL MY JOY capsized after taking on water and notifying the Sector Long Island Sound (all souls rescued).  The vessel continued to float upside down and finally grounded about 3/4 miles off Fishers Island, NY. with 2000 gallons of diesel on-board.  Only light sheen was observed, the remaining oil still in the tanks.  USCG is planning an oil removal and salvage.","<b>Sunken Tug Mississippi River; LaPlace, LA<\/b> 2019-03-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 7, 2019, the USCG notified the NOLA SSC of a potential release from a tug boat sunken along the left descending bank at MM 132 near La Place, LA.  The vessel has a worst case potential discharge of 9,500 gallons diesel.  A slight sheen reported.  The USCG requested an oil trajectory.","<b>Olympia Brewery Transformer Spill; Tumwater, WA<\/b> 2019-02-28<br />\n<i>transformer oil<\/i> - 3 m³<br />\nFebruary 28, 2019 - An unknown quantity of transformer oil was released into the Deschutes River from the site of the old Olympia Brewery in Tumwater, Washington. The maximum capacity of the transformer was 700 gallons. The spill is now controlled and the cause of release is under investigation.","<b>LC Don Quixote; Kodiak Island, Alaska<\/b> 2019-02-27<br />\n<i>diesel<\/i> - 4 m³<br />\nOn 26-Feb-2019 at 0933, the 74â Landing Craft Don Quixote began taking on water and ran aground on Kodiak Island. The LC has approximately 800 gal of Diesel and 50 gal of Oil onboard. A sheen has been spotted coming from the vessel and an unkown amount of product has been discharged. Sector Anchorage is requesting fate analysis and trajectory.","<b>Sump Pump Discharge into Lake St. Clair; St Clair Shores, MI<\/b> 2019-02-25<br />\n<i>Oil<\/i> - 11 m³<br />\nOn February 25, 2019, USCG Sector Detroit contacted SSC about a private residence discharging oil from a sump pump into Lake St. Clair. Source of oil is believed to be an underground home heating oil tank.","<b>FV Pacific 1; Unalaska Island, Alaska<\/b> 2019-02-15<br />\n<i>diesel<\/i> - 27 m³<br />\nOn 15-FEB-2019, at 0430, the FV Pacific I was reported sunk approximately 3 miles northwest of Kismaliuk Bay on the northwest side of Unalaska Island.  It is unknown if there has been any release; estimated total of oils on board is 6000 gallons. Vessel is sunk in approximately 225 feet of water.  USCG Sector Anchorage is requesting fate and trajectory at this time.","<b>West Cameron 398 Unknown Sheen; Offshore Gulf of Mexico<\/b> 2019-02-15<br />\n<i>Unknown Sheen<\/i> - NA m³<br />\nOn February 15, 2019, MSU Port Arthur contacted ERD to request trajectory for sheen located approximately 60 miles offshore.  Sheen reported as 16 ft x 2 miles rainbow in NRC#1237739.  AIRSTA Houston launched helo, unable to reach site due to weather.  Local assets confirmed presence of sheen, but located no apparent source. We do not expect shoreline impacts based on the current observations.","<b>T/V Ed McLaughlin Sinking Ohio River; Cheshire, OH<\/b> 2019-02-09<br />\n<i>Diesel<\/i> - 36 m³<br />\nOn the afternoon of February 8th, 2019, the T/V Ed MCLaughlin capsized on the Ohio River at mile marker 259. The vessel sank in approximately 75 feet of water with 4906 gals of diesel, 110 gals of lube oil, and 55 gals of hydraulic oil aboard. Light sheening has been reported near the vessel sinking site. USCG requested fate, effects, and trajectory.","<b>FV Big John Vessel Grounding; Frisco, NC, USA<\/b> 2019-02-06<br />\n<i>deisel fuel<\/i> - 4 m³<br />\nOn 6 February 2019, USCG Sector North Carolina notified the NOAA SSC about a fishing vessel that grounded off of Frisco, North Carolina (Outer Banks) on 5 February. Vessel had approximately 800 gallons of petroleum products on board. The vessel was a complete loss. USCG requested information about potential resources at risk and marine debris clean-up methods.","<b>Mystery Sheen - Cape Lookout State Park; Oregon<\/b> 2019-02-05<br />\n<i>Unknown<\/i> - NA m³<br />\nFebruary 05, 2019 - At 1115 PST NOAA ERD was contacted by USCG Sector Columbia River responding to a mystery sheen reported at Cape Lookout State Park, Oregon.   Emulsified product was observed in the surf zone and on the beach. No products are being requested at this time.","<b>Tarballs Observed - Point Reyes National Seashore; Inverness, CA.<\/b> 2019-01-23<br />\n<i>Oil<\/i> - NA m³<br />\nOn January 23, 2019, the USCG District 11 notified OR&R of reported mystery tarballs at two locations on the Point Reyes National Seashore that washed up following a storm.","<b>Mystery Sheen in Gulf of Mexico; Offshore, Mississippi River Delta<\/b> 2019-01-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 17JAN19 at 1515 USCG Sector New Orleans contacted SSC regarding a mystery rainbow sheen 5 miles by 500 ft heading from the West to the East. The sheen was reported at 1301 by a privately owned aircraft. USCG is currently trying to ascertain the origins of the spill.","<b>F/V Mistress; Block Island, RI<\/b> 2019-01-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 1, 2019 the F/V MISTRESS was underway in the vicinity of Block Island, Rhode Island when the vessel took on water with three people aboard. When the dewatering pumps were unable to keep up, the boat capsized with two crewmembers aboard. These two crew are missing.  The F/V CAPT BLIGH rescued the third crewman from the life raft. The NOAA SSC was contacted asked to help coordinate with the Navigational Response Team.","<b>Diesel Discharge, Lower Mississippi River MM125; Mississippi River, Hahnville, LA , USA<\/b> 2018-12-18<br />\n<i>Diesel<\/i> - 16 m³<br />\nOn December 18, 2018 Sector New Orleans notified the NOAA SSC about a diesel discharge resulting from a vessel allision at MM125 on the Lower Mississippi River, right descending bank.  Sheening reported, amount of discharge unknown at time of notification.  Damaged tank has been lightered, with no sheen observed following lightering.  Sector New Orleans is sending a pollution response team for on-site evaluation.  No products requested.","<b>FV Atlantic Sapphire; Georges Bank<\/b> 2018-12-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOb December 13, 2018, the NOAA SSC was contacted by Canadian Coast Guard regarding the sinking of the FV Atlantic Sapphire near the US/Canada border in heavy seas.  The crew was rescued and the vessel sank with 8000 liters (2113 gallons) of diesel fuel.  The sinking  is almost 150 miles from the US coast and over 100 miles from the Canadian coast.  Canadian Coast Guard to overfly the region.","<b>DOD-contracted Aircraft crash; off Honolulu, Hawaii<\/b> 2018-12-12<br />\n<i>jet fuel or aviation gasoline<\/i> - 4 m³<br />\nThe afternoon of December 12 at about 1500 HST, a DOD-contracted aircraft crashed approximately two miles off the reef runway on the south shore of Oahu, Hawaii.  The aircraft was reported to be carrying 900 gallons of fuel.  An assessment of whether fuel or aircraft debris could impact shorelines was requested.","<b>FV Nordic Viking; Seward, AK<\/b> 2018-12-10<br />\n<i>diesel<\/i> - 3 m³<br />\nOn 9-Dec-2018, FV Nordic Viking, a tender/processor, sank at the T Dock in Seward Harbor.  The vessel is reported to be 76'.   The vessel owner indicated that there was about 700 gallons of marine diesel on board the vessel (capacity 2,000 gallons).  Absorbent boom was placed at the dock.  Before booming a rainbow sheen ~60' by 1500' was observed.  The sheen reportedly had black oil as well. NOAA SSC is consulting with the ADEC.","<b>FV Kathleen Manasquan Inlet, NJ; Point Pleasant Beach, NJ  USA<\/b> 2018-12-08<br />\n<i>Diesel fuel<\/i> - 2 m³<br />\nAt 0700 on 8 December 2018, USCG Sector Delaware Bay notified the NOAA SSC that a fishing vessel sank in the Manasquan Inlet, New Jersey. The vessel had 800 gallons of diesel fuel on board. USCG requested SSC to go on-scene to support response. No products requested at this time.","<b>F/V JEANETTE; American Samoa<\/b> 2018-12-06<br />\n<i>Diesel<\/i> - 409 m³<br />\nOn December 5, 2018, the JEANETTE, a 228' commercial fishing vessel, caught fire in Pago Pago harbor and was towed out of the harbor for safety reasons.  On December 6, 2018, the vessel  sank at 1139 Hawaii Time approximately 17 NM southeast of Pago Pago, American Samoa. It was reported to be carrying as much as 90,000 gallons of diesel fuel and 300 gallons of gasoline. A trajectory forecast was requested.","<b>TPIC Bayou Des Allemands Crude Spill; Des Allemands, LA, USA<\/b> 2018-12-03<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 3,  2018, the USCG notified the NOAA SSC that 6.25 bbs of crude oil discharged from a TPIC facility near Salvador Wildlife Management Area.  USCG requested trajectory and Resources at Risk.","<b>Barge Dredge 200; 5 miles east of Boston Harbor<\/b> 2018-12-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 2, 2018, the work barge \"Dredge 200\" while under tow in rough weather capsized and began to sink 5 miles east of the entrance to Boston Harbor.  USCG Sector Boston contacted the NOAA SSC for support on the diesel and lube oil fates..","<b>Ruptured Natural Gas Line, Belle Isle, MI; Detroit, MI<\/b> 2018-11-29<br />\n<i>Natural Gas<\/i> - 34007 m³<br />\nOn the evening of November 29, 2018, USCG Detroit notified SSC of a ruptured natural gas pipeline located along the southwestern side of the MacArthur Bridge. The DTE gas main is 6\" in diameter and has a max discharge potential of 1,000,000 cubic feet over a 4-5 hour period. USCG is requesting plume modeling and fate and effects.","<b>Breton Sound Discharge Block 21 and 32; Breton Sound, Louisiana<\/b> 2018-11-28<br />\n<i>Crude oil , water, and gas<\/i> - NA m³<br />\nOn November 28, 2018, USCG Sector NOLA contacted the NOAA RRO regarding a reported unsecured well discharging oil in the vicinity of Breton Sound lease blocks 21 and 32. The discharge was noticed during a USCG flight.   A subsequent overflight later the same day confirmed the well was still discharging. The sheen is approximately 15nm by 50 ft heading in the easterly direction. USCG is requesting a fate and trajectory as well as potential resources at risk.","<b>Hilcorp Burwood W-5 Facility; Venice, LA 70091, USA<\/b> 2018-11-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 28, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding a discharge of crude oil from an overflow on a storage tank associated with the Burwood W-5 facility. The USCG is requesting a trajectory analysis using information from overflights that were made throughout the day. NRC#1231481.","<b>High Island #24 Platform; 6 miles offshore of Port Arthur, TX<\/b> 2018-11-16<br />\n<i>Oil, crude<\/i> - NA m³<br />\nOn November 16, 2018, the NOAA SSC was contacted by USCG MSU Port Arthur regarding a sheen app. 15mi x 100ft located in the Gulf of Mexico.  The Discharge was reported to have started on 15NOV2018.  The USCG has requested a trajectory and fate for the discharge.","<b>F/V Aaron and Melissa II; 50 miles east of Rockland, ME<\/b> 2018-11-13<br />\n<i>Diesel<\/i> - 23 m³<br />\nOn November 14, 2018, the 76 foot fishing vessel Aaron and Melissa II sank approximately 50 miles east of Rockland, Maine in 88 fathoms (500+ feet) of water.  All hands were rescued from the sea and the ship went down with an estimated 3-5 thousand gallons of diesel fuel on-board.  The NOAA SSC was contacted on that afternoon for for oil fate and movement support and a discussion of resources at risk.","<b>Abandoned Spraying Wellhead; Mud Lake, Louisiana<\/b> 2018-11-07<br />\n<i>Oil, crude<\/i> - NA m³<br />\nOn November 7, 2018, the NOAA SSC in New Orleans was contacted regarding a discharging wellhead in Mud Lake, Louisiana.  The well head appeared to be abandoned and was observed to be spraying crude oil into the air and staining surrounding vegetation.  A 500 to 600 foot rainbow sheen was observed in the vicinity of the well.  USCG is requesting a fate and trajectory.","<b>Sunken F/V Wild Bunch; Off Ewa Beach, Oahu, HI<\/b> 2018-10-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 30, 2018, the USCG Sector Honolulu contacted the NOAA Emergency Response Division (ERD) to request oil fate & transport for a sunken vessel F/V Wild Bunch that sank off Ewa Beach at 1200 hrs HST.","<b>Mystery Sheen, South Pass, LA; Louisiana<\/b> 2018-10-16<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 11:45 CDT on October 16, 2018 the NOAA SSC was notified of a 9 miles long X 3/4 miles wide mystery rainbow sheen in South Pass. USCG requested fate & trajectory.","<b>P/V Grand Sun; Breton Sound, LA<\/b> 2018-10-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 8, 2018, the NOAA SSC was contacted by USCG Sector New Orleans regarding a passenger vessel that caught fire in Breton Sound, LA. Four crew were rescued and the vessel was left in the water until the RP conducted a survey that deemed the vessel towable. The vessel was reported to contain 3500gal of diesel fuel and 40gal of lube oil. Although there was no reported discharge at the time of the request, the USCG requests a fate and trajectory for the petroleum products on board.","<b>Hilcorp East Bay Baptiste facility Discharge; Port Sulphur, LA, USA<\/b> 2018-10-04<br />\n<i>Oil, crude<\/i> - 0 m³<br />\nOn October 3, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding a discharge of oil from Hilcorp's Bay Baptiste facility into the adjacent waterway, resulting in an app. 0.5mi x25yd sheen.","<b>Plains Marketing-St James Facility; MM 157; St James, LA<\/b> 2018-10-04<br />\n<i>Oil, crude<\/i> - 0 m³<br />\nOn October 4, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding the discharge of crude oil into the Mississippi River. The discharge occurred while workers were doing construction on an active pipeline, and source is reported secure.","<b>F/V San Diego Grounding; Approximately 7 miles NW of Key West, FL<\/b> 2018-10-02<br />\n<i>Oil<\/i> - 14 m³<br />\nOn October 2, 2018 at 08:45 ET the F/V San Diego shrimping vessel grounded on a jetty approximately 7 miles NW of Key West.  The USCG contacted the NOAA SSC requesting a fate & transport for potential discharge of 3000 gallons of marine diesel.","<b>F-35 Crash Beaufort SC; Sheldon, SC, USA<\/b> 2018-09-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 28, 2018, the USCG D7 reported a military F-35 crashed 1 mile west of the Marine air station in Beaufort SC off Little Barnwell Island. The aircraft had 1950 gallons of jet A fuel onboard and was in the water and on fire.  NOAA has been requested to provide information pertaining to resources at risk at the crash location.","<b>Monarch Granite Point; Cook Inlet, Alaska<\/b> 2018-09-24<br />\n<i>diesel<\/i> - NA m³<br />\nOn 6-Sep-2018, Hilcorp reported a sheen incident 400 feet NE of their Granite Point oil drilling platform in Cook Inlet.  The sheen is believed to be from a sunken vessel, Monarch. The USCG recovered sheen samples and would like NOAA to analyze the samples and determine the oil type.","<b>Vessel Star Suzanna; Buras, LA, USA<\/b> 2018-09-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 18, 2018, the NOAA SSC was contacted by USCG Sector New Orleans regarding a sheen reported around Mississippi River Mile Marker 34 by the Plaquemines Parish Sheriff's office.  The sheen was described to be a reddish-brown substance, potentially diesel.  USCG Sector New Orleans will continue to gather information about the sheen.","<b>T/V Jacob Kyle Rusthoven; MM 664 Mississippi River (near Helena, AR)<\/b> 2018-09-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 12, 2018 at 1:44 p.m. ET, the National Response Center received a report of a potential discharge of 13,300 gallons (approximately 316.7 barrels) of diesel fuel in the Lower Mississippi River (MM 670) near Helena, AR.  The incident occurred on September 12, 2018 at 11:30 a.m. CT when the T/V Jacob Kyle Rusthoven carrying nine (9) loaded rock barges caught fire.  The crew of the vessel abandoned ship and were retrieved by a nearby vessel and three (3) of the barges broke free in the river.    USCG requested initial Resources at Risk.","<b>Corpus Christi Sinking Vessel; 35 miles east of Port Aransas, TX<\/b> 2018-09-10<br />\n<i>oil, diesel & Lube oil<\/i> - NA m³<br />\nOn 10SEP18 @ 0345CDT the NOAA SSC was contacted by USCG Sector Corpus Christi regarding a currently sinking vessel app 30mi offshore with a potential discharge of 4000gal diesel, 100gal lube oil.   The USCG is requesting a trajectory and fate.","<b>Satellite Report Mystery Spill; SE of Cape Cod<\/b> 2018-09-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 6, 2018. NOAA NESDIS issued an unconfirmed report of oil 65 miles SE of Cape Cod.  It is not associated with any known historic source.  Two vessels were in the area and NOAA is assisting US Coast Guard with gathering information.","<b>Port Reading, NJ Diesel Fuel Spill; Kill Van Kull, USA<\/b> 2018-09-06<br />\n<i>Diesel Fuel<\/i> - 23 m³<br />\nOn 6 September, 2018, USCG Sector New York notified the NOAA SSC about a diesel fuel spill that ocurred at the Buckeye Terminal, Port Reading, N.J. as a result of a mechanical failuter during a barge loading operation.","<b>F/V Master D; 40 miles east of Port Isabel, Texas<\/b> 2018-08-31<br />\n<i>oil, diesel & Lube oil<\/i> - 105 m³<br />\nOn August 31, 2018, the NOAA SSC was contacted by USCG Sector Corpus Christie regarding a fire aboard the FV Master D. Potential onboard is 23,000 gallons of diesel and 300 gallons lube oil. The incident occurred approx 38 miles offshore. It was reported that there is a 1/2 mile sheen behind the vessel.  USCG is requesting a Trajectory and potential resources at risk.","<b>F/V HIT LIST Fire; 2 Ferry Wharf, Newburyport, MA, USA<\/b> 2018-08-24<br />\n<i>Diesel Fuel<\/i> - 2 m³<br />\nOn August 24, 2018, the USCG Sector Boston notified NOAA that a 42 foot tuna boat caught fire at the dock in the Merrimack River, Newbury Port, MA. The vessel had 500 gallons of marine diesel onboard when it caught fire and sank at the dock. USCG requested trajectory","<b>Main Pass 69 Sheen; Mississippi River Delta, USA<\/b> 2018-08-14<br />\n<i>Oil<\/i> - NA m³<br />\nOn August 14, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding a sheen reported on 13AUG2018 @ 1534  for an unknown amount of oil discharging from an unknown source resulting in an estimated 0.25nm long and 50ft wide sheen in the water.","<b>Ex-USS PRINZ EUGEN, Kwajalein Atoll, RMI; Kwajalein Atoll, RMI<\/b> 2018-08-13<br />\n<i>Navy Special Fuel Oil<\/i> - 53 m³<br />\nU.S. Navy SUPSALV has contacted the NOAA SSC for the Pacific Islands to request trajectory support in the event of an oil release during planned operations on the sunken Ex-USS PRINZ EUGEN in Kwajalein Atoll, Republic of the Marshall Islands.  The  700-foot German heavy cruiser sank in December 1946 but still contains fuel oil. The NOAA ERD Scientific Support Team is putting together information on the likely oil trajectory in the event of a release, as well as information on chemistry and expected persistence of Navy Special Fuel Oil .","<b>Failed Wellhead, Gulf of Mexico; Port Arthur, TX<\/b> 2018-08-10<br />\n<i>oil<\/i> - 38 m³<br />\nOn August 10, 2018, the USCG MSU Port Arthur contacted the NOAA SSC regarding a failed well head that has a potential to discharge crude oil into the Gulf of Mexico once repair operations begin. Operations will most likely begin early next week. The USCG is requesting preliminary trajectory and fate if oil discharges.","<b>Mystery Sheen MC 807; Gulf of Mexico<\/b> 2018-08-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 7, 2018, the USCG Houma, LA,  requested support in responding to a NESDIS Satellite Marine Pollution Surveillance Report.  The report, received Aug 06 2018, found a potential sheen estimated to be 8 nm by 0.2 nm in length.  The USCG requesting assistance from the  NOAA SSC in identifying potential source of sheen including EPA regulated ocean disposal sites.","<b>Fieldwood Energy Platform Mystery Sheen; offshore LA<\/b> 2018-07-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 28, 2018, the USCG MSU Houma notified the NOAA SCC regarding a mystery 'sheen' spotted from Fieldwood Energy Platform EI 307A. The sheen was described as thick/milky white with brown streaks.  The USCG requested review of photo.","<b>NESDIS Mystery Sheen GOM; offshore LA<\/b> 2018-07-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 28, 2018, the USCG notified the NOAA SSC regarding an anomaly (potential mystery sheen) identified by NESDIS satellite imagery.  The USCG requested review of the NESDIS imagery and general trajectory.","<b>FV O'letta; Cordova, AK<\/b> 2018-07-27<br />\n<i>diesel<\/i> - 3 m³<br />\nOn July 26, 2018, the USCG Marine Safety Unit (MSU) Valdez reported that the FV O'letta sank  in 32 feet of water near Cordova, AK with an estimated 15000 pounds of salmon on board.  The vessel has an estimated 600 gallons of diesel on board.  There was a sheen observed, and boom was deployed around the vessel.  The USCG is requesting a resources at risk report.","<b>Vessel MAKALII, Niihau, HI; North Shore of Niihau Island, HI<\/b> 2018-07-27<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn July 27, 2018, the USCG  contacted the Scientific Support Coordinator for the Pacific Islands to request an oil trajectory and persistence forecast in the event of diesel release from the distressed vessel MAKALII on the north shore of Niihau Island, Hawaii. The 34-foot fiberglass vessel is reported to be carrying approximately 500 gallons of diesel.","<b>FV Pacific Knight; Clark's Point, AK<\/b> 2018-07-26<br />\n<i>diesel<\/i> - 4 m³<br />\nOn July 25, 2018, the USCG Sector Anchorage reported that the FV Pacific Knight, a fishing tender, capsized in Nushagak Bay, approximately 11 miles south of Dillingham.  The vessel reportedly had 800 gallons of diesel and 300 gallons of hydraulic oil onboard. A sheen is observed on the water. The USCG conducted a SAR. ADFG issued an emergency fishing closure.","<b>Submerged Pipe Release, Huron, OH; Huron, OH<\/b> 2018-07-26<br />\n<i>Gasoline<\/i> - NA m³<br />\nOn July 26, 2018, MSU Toledo contacted the SSC with a report of a 4â diameter pipe with a rubber cap 50 feet offshore that is discharging 1-2 droplets of unknown oil every 5-10 minutes. The droplets create a 10-12\" sheen before dissipating within minutes. The USCG requested a resources at risk for the area near the pipe.","<b>Sinking Fishing Vessel, LA; Leeville, LA , USA<\/b> 2018-07-17<br />\n<i>Diesel fuel<\/i> - 3 m³<br />\nOn July 17, 2018, the USCG Sector Houma contacted the NOAA SSC regarding a sinking fishing vessel.  The vessel is carrying marine diesel, and the USCG is requesting a fate and trajectory of the product. NRC# 121864.","<b>Gambell Fuel Release; Gambell, AK<\/b> 2018-07-13<br />\n<i>diesel<\/i> - 12 m³<br />\nOn 13 July 2018, USCG Sector Anchorage received a report of a fuel (diesel or home heating oil) spill in Gambell, AK. The amount released is potentially 2000 to 2600 gallons.  SSC support was requested to discuss site characterization and potential response options.","<b>Hilcorp Pipeline Leak; Terrebone Bay, LA, USA<\/b> 2018-07-13<br />\n<i>Oil, crude<\/i> - 3 m³<br />\nOn July 13, 2018, USCG MSU Houma contacted the NOAA SSC regarding the discharge of crude oil from a transfer line in Terrebonne Bay due to a pinhole leak discovered at 1740CDT. The source has been reported to be secured. The USCG is requesting a fate, trajectory, and potential resources at risk.","<b>Vermillion Block 228 Discharge; LA, USA<\/b> 2018-07-13<br />\n<i>Oil, crude<\/i> - 3 m³<br />\nOn July 13, 2018, the USCG MSU Houma contacted the NOAA SSC regarding a 3mi x 2 mi oil discharge in within Vermillion Block 228, ~60mi off shore.  The discharge is believed to be from a 10mi x 8\" pipeline ~120 feet below the surface of the water. The USCG is requesting a fate and trajectory.","<b>F/V LEONA Sinking; Sitka, AK<\/b> 2018-07-03<br />\n<i>diesel<\/i> - 1 m³<br />\nOn July 02, 2018, the F/V LEONA, a 33' wooden fishing vessel with approximately 140 gallons of diesel fuel onboard, began taking on water. Searches by USCG MSD Sitka (via vessel) and Air Station Sitka (via Helicopter) observed a sheen on the water approximately 2 miles long by 30 meters wide but were unable to locate the vessel and it is presumed to have sank.  USCG MSD Sitka requested a fates and trajectory\u000banalysis for this event.","<b>Abandon Building Discharge Port Huron, MI; Port Huron, MI<\/b> 2018-07-02<br />\n<i>#2 Fuel Oil<\/i> - 546 m³<br />\nOn July 02, 2018, the USCG Sector Detroit contacted the NOAA SSC about an abandoned warehouse that was destroyed in a fire on June 22, 2018.  Damaged fuel tanks at the site resulted in an unknown amount of #2 home heating oil being discharged into the Black River. The estimated remaining potential is 120,000 gallons in 6 unruptured tanks. USCG is requesting resources at risk and response strategies.","<b>SEAPORTÂ CANAVERALÂ NORTHÂ CARGOÂ PIERÂ 1B; Port Canaveral, FL 32920, USA<\/b> 2018-07-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 26, 2018 a an unconfirmed amount (\"small\") of #6 oil discharged from the Tanker New Constellation during bunkering operations due to a leak in the line.  The NOAA SSC was contacted on 2 JUL 2018 regarding use of surface washing agent to remove weathered oil from manmade structures along the pier as conventional removal methods have proven inadequate to meet cleanup endpoints.","<b>Broken up vessel \"Dickey Byrd\"; Santa Cruz, CA, USA<\/b> 2018-07-01<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn July 1, 2018, the USCG Sector San Francisco staff contacted their NOAA SSC about the vessel âDickey Birdâ that had been the subject of a search and rescue case, but was now broken up offshore near Grotto Beach near Santa Cruz, CA.  The vessel is believed to contain 40 gallons of diesel fuel.  Given the proximity to sensitive shorelines, the USCG requested information on oil fate & transport.","<b>Bayland 49 Platform Discharge; Tabbs Bay, TX 77514<\/b> 2018-06-27<br />\n<i>Oil, crude<\/i> - 8 m³<br />\nOn June 27, 2018, the NOAA SSC was contacted by USCG Sector Houston-Galveston regarding the discharge of crude oil into the water in the vicinity of Tabbs Bay, TX. OMI has been contracted to conduct the cleanup. There have been no reports of oiled wildlife.","<b>TPIC Black Lake Spill; Taylor Oil Rd, Hackberry, LA 70645, USA<\/b> 2018-06-27<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn June 27, 2018, the USCG contacted the NOAA SSC regarding the discharge of crude oil (API 31.7) into Black Lake, LA. The discharge was reported to be caused by a pinhole leak in the line from the wellhead just before the line enters the heat exchanger from where it is transferred to the tank battery.  The source has been reported as secured.  The USCG is working with the RP in the recovery and cleanup of the discharged oil.  The USCG has requested a trajectory and Resources at Risk.","<b>M/V American Spirit Grounding; Duluth, MN<\/b> 2018-06-17<br />\n<i>Heavy Fuel Oil<\/i> - 500 m³<br />\nOn June 17, 2018, M/V American Spirit ran aground while approaching Duluth Harbor, MN. Vessel is reported to be carrying 110,000 gallons of heavy fuel oil. There are reports of a potential spill and a smell of fuel oil. MSU Duluth is requesting trajectory, fate and effects, and resources at risk.","<b>Mystery Slick Mississippi Canyon 773; Gulf of Mexico<\/b> 2018-06-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 14, 2018, the NOAA National Environmental Satellite, Data, and Information Service (NESDIS) identified a 6.5nm mystery slick 68 miles off the Louisiana coast. The DOI Bureau of Safety and Environmental Enforcement (BSEE) conducted an overflight and the USCG requested trajectory and fate.","<b>Mystery Slick: iSTOP Report; Beyond the Continental Shelf<\/b> 2018-06-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 12, 2018, the Environment & Climate Change Canada's iSTOP satellite service notified the  National Response Center (NRC)  of an anomaly (believed to be oil) off the mid-Atlantic bight..  The USCG is investigating and contacted NOAA for additional information.","<b>Whitney Pipeline Spill Pass A Loutre; Pass A Loutre Wildlife Management Area, Louisiana<\/b> 2018-06-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 7, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding a potential 28 bbl spill from a pipeline in the Pass A Loutre State Wildlife Management Area, Louisiana. NOAA provided potential resources at risk.","<b>Judd Cove Trawler; Eastsound, WA, USA<\/b> 2018-06-05<br />\n<i>diesel<\/i> - NA m³<br />\nOn June 5, 2018, the Washington State Department of Ecology notified the NW SSC of a recreational vessel sinking in Judd Bay, Orcas Island, WA.  The vessel caught fire and sank, resulting in a diesel spill.  Amount released is unknown.","<b>Siempre Energy Discharge; Baytown, TX, USA<\/b> 2018-06-04<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn 04JUN2018, the USCG Sector Houston-Galveston contacted the NOAA SSC regarding the discharge of crude oil in Tabbs Bay TX.  The USCG has requested a trajectory and fate.","<b>Sunken Vessel - Ocean Beach; San Francisco, CA<\/b> 2018-05-29<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 29, 2018, the USCG Sector San Francisco notified ERD's Oceanographer On Duty of a sunken fishing vessel 9 miles SW of the Golden Gate Bridge (37 45.6 N, 122 38.2 W). The vessel's closest point of land is Ocean Beach at 6.5 miles to the west. The estimated maximum potential discharge is 400 g of diesel. A description of the product's fate is requested.","<b>Tarball Incident: SE Florida; Lighthouse Point, FL, USA<\/b> 2018-05-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 27, 2018, the USCG Sector Miami reported that weathered tarballs have washed ashore in three beach locations in Florida. 0.5 miles at Lake Worth, 1.5 miles at Delray Beach, and 1.5 miles at Pompano. USCG plans to employ cleanup contractors tomorrow and conduct SCAT  between Pompano and Delray tomorrow morning. NOAA is trying to evaluate potential hindcast source location and RAR information pertaining to potential turtle nesting activities.","<b>M/V Durango, TX; Port Bolivar, TX<\/b> 2018-05-25<br />\n<i>Unknown<\/i> - NA m³<br />\nOn MAY 25, 2018, the USCG MSU Texas City contacted the NOAA SSC regarding a discharge of #6 Oil from a tank vessel at the Bolivar Roads Anchorage.  The reported potential discharge is 21gal.  The USCG is requesting a fate and trajectory.","<b>FV Kelli J; Willipa Bay, South Bend, WA<\/b> 2018-05-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn Sunday, 20MAY18, the USCG Sector Columbia River contacted the SSC, NW Region, requesting fate and trajectory analysis of 500 gallons of diesel from a fishing vessel, the Kelli J, that sank in Willipa Bay, WA.  Initially a SAR case, the missing fisherman was later found by divers inside the sunken vessel prior to it being refloated.","<b>Southwest pass Mystery Sheen; Venice, LA 70091, USA<\/b> 2018-04-29<br />\n<i>Oil, crude<\/i> - 2 m³<br />\nOn April 29, 20-18, the NOAA RRO was contacted by USCG Sector New Orleans regarding a sheen from a wellhead reported by a transiting vessel. The USCG had requested a trajectory analysts of the discharge.","<b>Superior Refining Company Explosion Superior, WI; 2425 24th Ave E, Superior, WI 54880, USA<\/b> 2018-04-26<br />\n<i>Asphalt<\/i> - 9623 m³<br />\nOn April 26, 2018, an explosion at the Superior Refining Company in Superior, WI, resulted in a large fire.  USCG MSU Duluth contacted the Great Lakes SSC and requested an ALOHA model of the smoke plume","<b>Dredge Barge Fire, Port O' Connor, Matagorda Bay TX; TX 77979, USA<\/b> 2018-04-18<br />\n<i>Oil - marine diesel<\/i> - 82 m³<br />\nOn April 18, 2018, the USCG Sector Corpus Christie contacted the NOAA RRO regarding a dredge barge that had caught fire after alliding with a shut-in natural gas pipeline.  Natural gas condensate is currently discharging from the pipeline and burning off in the fire.   No injuries reported - all crew accounted for.","<b>Mystery Sheen Mississippi MM 163; 8307 LA-18, St James, LA 70086, USA<\/b> 2018-04-06<br />\n<i>Oil<\/i> - 0 m³<br />\nOn April 6, 2018, the USCG Sector New Orleans contacted the NOAA RRO regarding a mystery sheen reported at Mile Marker 163 of the Mississippi River.  The USCG has requested a fate and trajectory analysis for the sheen.","<b>P/C Ocean Breeze aground; San Joaquin River Delta, CA, USA<\/b> 2018-04-02<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn the afternoon of 02-APR-2018, USCG Sector San Francisco contacted their SSC to request a hypothetical âwhat ifâ trajectory for a vessel aground in the San Joaquin River.  The M/V OCEAN BREEZE reportedly has 400 gallons of diesel fuel and 50 gallons of miscellaneous other oils (motor, lube, hydraulic) on board, which are scheduled for removal tomorrow morning.  No spill has occurred at this time; though trajectory support has been requested to support upcoming lightering and salvage/removal operations.","<b>Pertamina Pipeline, Balikpapan Bay, Borneo; Indonesia<\/b> 2018-04-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 31, 2018, a pipeline rupture at the Indonesian port city of Balikpapan, on the island of Borneo, resulted in a major crude oil spill into Balikpapan Bay.  The pipeline belongs to the state-owned oil and gas firm Pertamina.  This Hotline has been opened to share information.  NOAA has not yet been contacted for any support.","<b>Bio-Diesel Discharge; Kirby Inland Marine; Industrial canal locks, Andry St. Wharf, New Orleans, LA 70117, USA<\/b> 2018-03-25<br />\n<i>Bio-diesel<\/i> - 39 m³<br />\nOn March 25, 2018, the USCG Sector New Orleans contacted the NOAA RRO regarding a discharge of bio diesel from a tug and barge that separated from its mooring and allided with a wharf and puncture the barge above the the water line.","<b>F/V  OLE BETTS SEA; 22 miles NE of Dry Tortugas, FL<\/b> 2018-03-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 18, 2018, the F/V Ole Betts Sea caught fire 22 miles NE of Dry Tortugas with 7000 gallons of diesel onboard. ORR is providing a trajectory analysis and fate and effects report. USCG is monitoring the situation.","<b>M/V Diamond Express; Bahamas<\/b> 2018-03-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 12, 2018, the the USCG D7 was contacted by the Bahamas regarding a sinking cargo vessel carrying cement near Freeport in the Bahamas.  Search and rescue underway for missing crew.  Due to the location of the vessel, pollution effects to US waters or shoreline are not currently anticipated. THe SSC was copied on initial email exchanges and is standing by for further assistance if requested.","<b>Helicopter Crash in the East River; Five Dead; 26-02 1st St, Long Island City, NY 11102, USA<\/b> 2018-03-11<br />\n<i>JP-5<\/i> - 1 m³<br />\nOn March 11, 2018, the USCG Sector New York notified the NOAA SSC about a sightseeing helicopter that crashed into the East River, Manhattan, New York. USCG inquired about weather forecast and strategy for addressing jet fuel discharge from helicopter.","<b>Tug Chief (Salvage Operation); Salmon Bay, Lake Washington Ship Canal, WA<\/b> 2018-03-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 08, 2018, NOAA was contacted by USCG Sector Puget Sound to prepare a Resources at Risk report for a potential vessel salvage operation in Salmon Bay, WA. The Tug Chief sank in November of 2017 near the Ballard Locks in the Lake Washington Ship Canal.  It was later refloated but remains a pollution threat.","<b>M/V Tropic Caribe; 36 miles north of Arecebo, Puerto Rico<\/b> 2018-03-04<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG San Juan notified the SSC at 1930 on 04 March 2018 that the 525 foot freighter Tropic Caribe was adrift 36 miles north of Arecebo, Puerto Rico with 18 souls on board and 12500 Bbls of heavy fuel oil.  The ship is drifting to the south towards Puerto Rico.","<b>Port Williams Shuyak Island Bunker C Spill; Kodiak, AK<\/b> 2018-02-26<br />\n<i>IFO No. 6 (Bunker C)<\/i> - 14 m³<br />\nOn 26-Feb-2018,  a 3000-gallon rubber, fuel bladder fell from the roof of a structure that failed due to bad weather.  The fuel bladder is wrapped around a piling and it is presumed to now be empty, with the contents, described as a bunker-C fuel, having been discharged into the water.  The USCG is requesting a fates analysis and trajectory.","<b>FV Captain MacKintire; 7 Oak Run, Kennebunkport, ME 04046, USA<\/b> 2018-02-22<br />\n<i>Diesel<\/i> - 18 m³<br />\nEarly morning of 22 Feb 2018, the tug Capt Mackintire sank off the coast of southern Maine.  Crew is secure.  .  UISCG Sector NNE requested the NOAA SSC to consider the potential of shoreline impacts.","<b>FV Misty Blue; 13 Baxter Rd, Nantucket, MA 02554, USA<\/b> 2018-02-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 4, 2017, the Fishing Vessel MISTY BLUE, a clam dredger, sank approximately 13 miles south east of Nantucket, resulting in the loss of its 2 crewmen.  The vessel is currently resting in approximately 90 feet of water. At the time of the incident a reported 1600 gallons of diesel and 100 gallons of lubes were onboard the vessel. A sheen was seen from this vessel for multiple days. A dive team was able to apply plastic bags over the vents and tighten the fuel fill caps aroundÂ 15 Dec. USCG Sector SENE has requested the NOAA SSC to  consider risks associated with the vessel and fuel.","<b>Lobo Operating, Grand Bay Tank Battery #1; Venice, LA 70091, USA<\/b> 2018-02-21<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn  February 21, 2018, the USCG Sector New Orleans contacted the NOAA RRO regarding a crude oil discharge from Lobo Operating; Grand Bay, Tank Battery #1. The discharge occurred due to a pin-hole leak on a 12' liquid line, moving product from a booster station to the facility.","<b>FV Sea Star; United States<\/b> 2018-02-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the evening of 14 Feb 2018 USCG rescued 4 souls from the sinking fishing vessel \"Sea Star\" southwest of Martha's Vineyard.  The vessel sank with approximately 500-1000 gallons on board and a capacity of 3000 gallons.  Sector SENE contacted the NOAA SSC at 2115 EST for oil fate information and consultation.","<b>Heavy Fuel Oil Spill Mississippi River MM 145; 4006 LA-44, Mt Airy, LA 70076, USA<\/b> 2018-02-10<br />\n<i>Heavy Fuel Oil<\/i> - NA m³<br />\nOn February 10, 2018, the USCG Sector New Orleans contacted the NOAA SSC regarding a HFO discharge to the Mississippi River at MM 145 that occurred at the Pin Oak Terminals, Mt. Airy, LA.  Initial response has been hampered by fog.  The USCG Sector New Orleans Incident Management Division (IMD) has arranged with AIRSTA NOLA for an overflight once the fog lifts.  USCG requested a trajectory analysis.","<b>Breton Sound State Block 33; Breton Sound, LA 70041, USA<\/b> 2018-02-08<br />\n<i>Oil, crude<\/i> - NA m³<br />\nOn February 8, 2018, the USCG Sector New Orleans contacted the NOAA RRO regarding the discharge of oil resulting in an approximate 1.5mi x 50ft sheen located in Breton Sound.  The observation, and subsequent notification, were reported by BSEE personnel during an overflight of the area. USCG Sector New Orleans IMD will be conducting an overflight in order to further assess the sheen size and coverage.","<b>Grounded Vessel, Chui Zai Fa No. 1, American Samoa; American Samoa<\/b> 2018-02-07<br />\n<i>Diesel<\/i> - 64 m³<br />\nOn February 7, 2018, ghd USCG Sector Honolulu has notified the NOAA SSC that the Longliner Chu Zai Fa has grounded on coral reef approximately 200 yards off Leone Bay in American Samoa.  The vessel reportedly has 14,000 gallons of diesel onboard.  Diesel fumes were detected at about midnight last night, but no oil was observed on the shoreline.  A trajectory forecast was requested in the event of a release.","<b>Mystery Sheen, Offshore Cameron Parish; Lousiana<\/b> 2018-02-01<br />\n<i>Oil (rainbow sheen)<\/i> - NA m³<br />\nOn February 1, 2018, the USCG MSU Lake Charles contacted the NOAA SSC to evaluate if a 300 ft x 0.5 mile rainbow colored mystery sheen was potentially associated with a sunken fishing vessel or was from another potential source. Current and source analysis requested.","<b>Sprague Terminal; 37 Berkeley St, Stamford, CT 06902, USA<\/b> 2018-02-01<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn January 31, 2018, the  tank barge DOUBLE SKIN 301 was off loading #2 fuel oil to the Sprague Stamford facility in Stamford, CT when a discharge occurred from a transfer hose/manifold connection.  The discharge impacted the facility's dock, riprap, waterway, and side of the barge.  Product that entered the waterway was contained within the hard boom that had been previously deployed for the transfer.","<b>F/V Sunnfjord; Cape Flattery, WA<\/b> 2018-01-31<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 31, 2018, the NOAA Regional Response Officer was notified of a vessel (F/V Sunnfjord), loaded with 800 gallons of Diesel Fuel, was in danger of sinking off Cape Flattery, WA. USCG Sector Seattle has requested a trajectory for the 800 gallons of diesel in the event the vessel is lost.","<b>Tug ROBIN LYNN; Ridgeway St, St Clair Shores, MI 48080, USA<\/b> 2018-01-29<br />\n<i>Oil<\/i> - 227 m³<br />\nOn January 29, 2018, the USCG requested assistance with an 81 foot tug boat in Lake St. Clair that has been a chronic problem for the USCG and has begun leaking again.  The keel is sitting on the bottom in the marine and the water is 3 feet from the main decks, but the engine room appears to be communicating with the waters (Lake St. Clair).   The vessel is iced in.  In addition, the USCG is concerned about possible asbestos exposure to workers entering the vessel, so additional precautions are being considered.  NOAA was contacted on 1/29/18 and is coordinating a jointly edited Resources-at-Risk with regional stakeholders.","<b>Grand Isle Block 43 Produced Water Sheen; United States<\/b> 2018-01-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 26, 2018, an unknown quantity of produced water was released from an offshore platform in Grand Isle block 43.  The resulting sheen was approximately 5 x 1 mile.  The USCG contacted the NOAA SSC and requested a trajectory.","<b>Woods Hole, Mystery Spill; 16 Albatross St, Woods Hole, MA 02543, USA<\/b> 2018-01-23<br />\n<i>Bilge (diesel and lube oil)<\/i> - 1 m³<br />\nOn January 22, 2018, the USCG contacted NOAA regarding a mystery spill in Woods Hole (Massachusetts) Harbor that was thought to have occurred the prior day.  A sheen of approximately 100x100 yards oiled parts of the harbor and shoreline including the NOAA Marine Biological Lab.  The NOAA SSC was contacted on the morning of 1/22 and advised US Coast Guard on cleanup issues.   Scientists from Woods Hole Oceanographic Inst. took sample of the oil and have provided analysis.  Cleanup and investigation continues","<b>San Diego Mystery Sheen; Offshore San Diego, CA<\/b> 2018-01-22<br />\n<i>Possible oil<\/i> - NA m³<br />\nOn January 22, 2018, the USCG Sector San Diego called the NOAA Emergency Response Division to report a 6 mile by 100 foot sheen observed late yesterday, approximately 20 miles off of Point Loma, CA.  The USCG requested assistance in determining whether the oil might be from a passing vessel or associated with a natural seep.","<b>Astoria Pier Discharge; Astoria, OR<\/b> 2018-01-19<br />\n<i>Bunker oil<\/i> - NA m³<br />\nOn January 19, 2018, rainbow sheen and shoreline oiling, extending from the Astoria-Megler Bridge (Astoria, OR) to the Hammond Boat Basin (Warrenton, OR) was reported by the USCG Sector Columbia River. The sheen was first reported at 1800 PST on January 18, 2018. A Responsible Party has not yet been identified. USCG has requested Resources at Risk.","<b>Essex Village Marina; 37 Pratt St, Essex, CT 06426, USA<\/b> 2018-01-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 19, 2018, the USCG notified the NOAA SSC that a small amount of diesel has been observed in the ice of Essex Village CT, source unknown. The NOAA SSC was contacted for advice relating to oil behavior in ice and future steps.","<b>F/V Amvina II; Offshore Cameron Parish<\/b> 2018-01-19<br />\n<i>Marine Diesel<\/i> - 45 m³<br />\nOn January 16, 2018, the F/V Amvina, carrying an estimated 10,000 gallons of marine diesel was anchored approximately 15 miles offshore of Cameron Parish, LA, prior to passage of a strong northern front.  Following the storm, owners were unable to locate the vessel.  On January 19, 2018, MSU Lake Charles contacted NOAA SSC to evaluate impact if fuel was discharged.  Vessel has not yet been located, and may have sank.","<b>MV Sanchi; East China Sea<\/b> 2018-01-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 6, 2018, the 900 foot Tanker MV Sanchi collided with the cargo ship CF Crystal in the East China Sea approximately 160 nautical miles off Shanghai, China.  The MV Sanchi was  carrying 136,000 tonnes (960,000 barrels) of a light condensate oil cargo and an estimated 1000 tonnes of bunker fuel oil.  The Sanchi caught fire and after drifting into the Japanese EEZ, it finally sank on January 14, 2018.  This hotline has been opened to capture information but at this time NOAA ERD support has not been requested .","<b>Whitney Oil & Gas Pass-A-Loutre WMA; LA 70091, USA<\/b> 2018-01-15<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn January 15, 2018 , the USCG Sector New Orleans Contacted the NOAA RRO regarding a discharge of crude oil from a storage tank into the Pass A Loutre Wildlife Management Area (WMA).  The leak was reportedly due to a a malfunction of a tank overfill alarm.  Source reported secure and clean up and recovery in process.","<b>UTV Gate City Big Sandy River; Huntington, WV 25704, USA<\/b> 2018-01-10<br />\n<i>bilge oil, engine oil<\/i> - 18 m³<br />\nOn January 10, 2018,  the USCG Sector Ohio Valley (MSU Huntington) contacted the NOAA SSC regarding a discharge of oil from a partially sunken towing vessel in the Big Sandy River approximately 7.8 miles upstream from the Ohio River (at Catlettsburg, WV).  The 140 foot vessel sank with 4,000 gallons of bilge oil and 500 gallons of diesel on board.  USCG is seeking trajectory and fate information.","<b>Fuel oil 6 Discharge, Miss R. MM144.6; 4804 LA-44, Mt Airy, LA 70076, USA<\/b> 2018-01-04<br />\n<i>Fuel Oil No. 6<\/i> - NA m³<br />\nOn January 4,  2018, the USCG Sector New Orleans contacted the  NOAA RRO regarding a discharge of No.6 Fuel oil into the Mississippi River.  The source is reported as secured. USCG requested trajectory and fate of the product.","<b>Mystery Sheen, Main Pass 70; LA, USA<\/b> 2017-12-29<br />\n<i>Oil, crude1<\/i> - NA m³<br />\nOn December 29, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a mystery sheen observed during an overflight.  The Sheen was described a 2mi x 20yd with a leading edge heading toward the SW.  The USCG has requested a trajectory and fate for the sheen.","<b>Breton Sound 53; Louisiana, United States<\/b> 2017-12-24<br />\n<i>Oil, crude<\/i> - 19 m³<br />\nOn December 24, 2017,  the USCG Sector New Orleans contacted the NOAA RRO regarding a mystery sheen in Breton Sound, Lousiana. A marine pollution surveillance report (MPSR) from NOAA NESDIS noted an anomaly emanating from a structure in Breton Sound #53.  Upon investigation, the discharge was determined to originate at a decommissioned oil production platform previously owned and operated by Century Exploration. The discharge was observed to be active with emulsified oil and silvery sheen beneath the platform, and measured by satellite imagery to be 03 NM x 0.05 NM.","<b>M/V Eunice LaMay; 2 miles south of Bayou La Batre, AL<\/b> 2017-12-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 22,  2017, the USCG Sector Mobile contacted NOAA regarding a capsized vessel located in the Mississippi Sound approximately 2 miles south of Bayou LaBatre. The vessel is aground in approximately 9ft of water and is lying on her starboard side. Vessel owner plugged fuel vent on port side.  Approximately 15,000 gallons of diesel on board.  Owner plans to salvage vessel as early as Wednesday (12/27). USCG is seeking trajectory and fate and effect for possible discharge.","<b>Mystery Sheen Main Pass 77; LA<\/b> 2017-12-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 15, 2017, the USCG Sector New Orleans contacted the NOAA Regional Response Officer regarding a mystery sheen reported on 14DEC2017 @ 1121CST.  The sheen was characterized as 100% rainbow ~2mi x 15yrds in length.  USCG requested a trajectory analysis as well as satellite imagery, if any exists.","<b>S/V Liberty Star; 293 ME-103, York, ME 03909, USA<\/b> 2017-12-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 8, 2017, the sailing boat Liberty Star reported to the USCG Sector Northern New England that she was taking on water and sinking.  All souls rescued.  The boat had less than 100 gallons of diesel fuel on board.","<b>Bayou Perot ISB; 4905 Decamp, Lafitte, LA 70067, USA<\/b> 2017-12-05<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 5, 2017, the USCG MSU Houma contacted the New Orleans SSC contacted by regarding a potential request to conduct an in-situ burn in Bayou Perot for an 8\" TPIC pipeline that released approximately 50 barrels of crude oil into a floating marsh south of Lake Salvador. The affected area is approximately 65 yards in diameter.","<b>Bulk Carrier Jupiter #6 Spill; 27 Norfolk Southern Terminal Dr, Norfolk, VA 23508, USA<\/b> 2017-12-03<br />\n<i>Oil<\/i> - 2 m³<br />\nOn December 3, 2017, the NOAA SSC received notification from USCG Sector Hampton Roads about a #6 oil spill during a fuel transfer operation aboard the bulk carrier, Jupiter, in the Elizabeth River, Norfolk, Virginia. USCG requested resources at risk description.","<b>Derelict Vessel South of Cannon Beach, OR; 45 50.47N/12357.78W<\/b> 2017-12-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 2, 2017, the NOAA Duty Officer was notified by USCG of a vessel that washed ashore approximately 3.5 miles south of Cannon Beach, OR, in position 45-50.47N/123-57.78W.   Search and rescue team deployed but no personnel found, and no boat owner identified at this point. Light sheening was observed in vicinity of vessel.   Resources at Risk information requested.","<b>Towing Vessel JAKE SHEARER Voyage WX Forecast; Kitimat-Stikine, BC, Canada<\/b> 2017-12-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 1, 2017, the NOAA Pacific RRO received a request from USCG Sector Puget Sound for a weather request for an emergency tow from Norman Morrison Bay, B.C. (Canada) to Ketchikan, AK.  \u000bTowing Vessel JAKE SHEARER, a 4,492 HP ATB (Articulated Tug & Barge) was disconnected from it's rigid connection to it's tow, Tank Barge ZIDELL 277m a loaded tank barge with 67,696 BBLS ULSD and 11,051 BBLS RUL. Tug and tow sought safe refuge to await tow to Ketchikan, AK, from another vessel for repairs. ETD safe anchorage Saturday, 02DEC17, 0700.\u000b\u000bWeather through Tuesday, 05DEC17 for route provided.","<b>ST 224 Enterprise 265; South Timbalier Block 224<\/b> 2017-11-30<br />\n<i>Diesel<\/i> - 7 m³<br />\nOn November 30, 2017, the USCG MSU Morgan City contacted the NOAA SSC regarding the discharge of diesel fuel from a tank on an offshore rig in the Gulf Of Mexico.  The tank was ruptured when a boom crane fell from the rig and punctured the tank. USCG is requested a trajectory and fate of the sheen","<b>F/V Crystal Star sunk; Santa Catalina Island, CA, USA<\/b> 2017-11-29<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn November 29, 2017, the USCG Sector LA/Long Beach contacted their NOAA SSC to request trajectory support for a fishing vessel sunk just off the Southwest shoreline of Catalina Island, CA.  The F/V Crystal Star had grounded near Salta Verde Point, Santa Catalina Island and later sank with 120 gallons of diesel on board.  USCG requested a trajectory analysis.","<b>XTO Energy Point a La Hache; LA, USA<\/b> 2017-11-22<br />\n<i>Oil, crude<\/i> - 3 m³<br />\nOn November 22, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a  crude oil discharge from a 6â transfer line between XTO Energyâs Pointe a La Hache north production platform and their south production platform. The discharge is contained within the marsh grass and small ponds in the area, with a light sheen present in the adjacent canal. The source is reported as secured.","<b>Fishing Vessel Grounding Bastian Bay; LA-23, Buras, LA 70041, USA<\/b> 2017-11-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 8, 2017, a 36 ft fishing vessel ran aground in Bastian Bay, LA. 70 gallons of marine diesel were potentially discharged along with an additional 4, 55-gallon drums containing diesel.  The USCG contacted the NOAA SSC to request trajectory/fate of discharged diesel and trajectory of orphaned drums.","<b>Mystery sheen; San Francisco â Oakland Bay Bridge, San Francisco, CA, USA<\/b> 2017-11-12<br />\n<i>Unknown oil<\/i> - NA m³<br />\nOn the morning of 12-NOV-2017, USCG Sector San Francisco contacted their NOAA SSC to relay a report of a mystery sheen in San Francisco Bay.  Reported by a barge worker at 0711 hrs, the sheen was described as being 100â by 2 miles and smelling of diesel fuel.  USCG requested trajectory support.","<b>Tug CALEB; Half Moon Bay, CA 94019, USA<\/b> 2017-10-25<br />\n<i>Diesel<\/i> - NA m³<br />\nOn 25-OCT-2017, the USCG Sector San Francisco contacted their NOAA SSC to request trajectory support for an \"old\" grounded tug boat in Half Moon Bay, CA.  The 60-foot long Tug CALEB had been at anchor in Half Moon Bay but dragged anchor during recent heavy wave conditions.  The USCG estimates there may be 3,000-5,000 gallons of mixed oily liquids on board.  As USCG develops a plan to address the vessel, they have requested oil fate & transport support to assess the potential risks to local resources in the event that a spill occurs in the coming weeks.","<b>LOBO Pipeline Leak; Grand Bay LA 70091, USA<\/b> 2017-10-23<br />\n<i>Oil/Produced water<\/i> - NA m³<br />\nOn October 23, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a pipeline leak in Grand Bay.  The USCG requesting trajectory forecast and fate as well as potential resources at risk in the area.","<b>Crane Barge TOPS DB1 T.O.W. Allision; West Cameron Block 198A, LA<\/b> 2017-10-22<br />\n<i>Marine Diesel<\/i> - 323 m³<br />\nOn October 22, 2017, the USCG contacted the NOAA RRO regarding a barge that allided with a platform being dismantled in West Cameron Lease Block 198A . The personnel that were aboard have been transferred safely, however the barge remains stationary alongside the platform.  USCG are requesting a trajectory and fate, as well as a potential Resources at Risk.","<b>Barge B No. 255 fire; Corpus Christi, TX<\/b> 2017-10-20<br />\n<i>Crude oil<\/i> - 25394 m³<br />\nOn October 20, 2017, a barge caught fire in the Port Aransas anchorage area. It is still on fire.  Barge is carrying 133,000 bbls crude oil of a type unknown.  At this time, extent of discharge is unknown. Location is approximately 3 miles off the beach on the Gulf side. Sector Corpus has contacted NOAA SSC and requested trajectory.","<b>Oil Platform Fire; Lake Pontchartrain, LA<\/b> 2017-10-15<br />\n<i>South Louisiana Crude Oil<\/i> - 95 m³<br />\nOn October 15, 2017, an oil platform in southwestern Lake Pontchartrain exploded and caught fire.  Platform produces both natural gas and oil.  Lines were shut in at time of explosion.  Approximately 500 bbls of South Louisiana crude are in tanks on the platform.  Unknown how much may have been consumed in the blaze. Sector New Orleans has requested a trajectory, and resources at risk.  NWS New Orleans/Baton Rouge is running air plume modelling.","<b>Southern Belle - Sunken Fishing Vessel; Sabine Pass, TX<\/b> 2017-10-13<br />\n<i>Diesel<\/i> - 23 m³<br />\nOn October 13, 2017, the Southern Belle, a fishing vessel, sank outside the eastern jetty of Sabine Pass.  The vessel had a reported tank capacity of 5,000 gallons (marine diesel), amount onboard at time of sinking unknown.  Sheening near vessel has been observed.  Fate, trajectory, and resources at risk requested.","<b>Tarmat on Grand Isle Beach; 2258 LA-1, Grand Isle, LA 70358, USA<\/b> 2017-10-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 12, 2017, the  USCG Sector New Orleans and USCG MSU Houma contacted the NOAA RRO regarding a tar mat and stranded oil observed along a beach on Grand Isle.  The  USCG requested hind cast, tides, and winds.","<b>Hilcorp Lake Washington Well LLE#22; Lake Washington, Port Sulphur, LA 70083, USA<\/b> 2017-10-10<br />\n<i>oil, crude<\/i> - 6 m³<br />\nOn October 10, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a reported well leak in Lake Washington, LA.  The leak was due to an equipment failure on a well that was reported to have been out of service.  The source is reported secured.  The USCG is requesting a trajectory forecast.","<b>T/V Caribbean Alliance; United States<\/b> 2017-10-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 10/10/2017, NOAA received notification from the USCG that the T/V Caribbean Alliance was disabled and adrift in the Florida Straits.","<b>Facility near Shell Central Seaplane, Venice LA; 70091, USA<\/b> 2017-10-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 8, 2017, the  USCG Sector New Orleans contacted the NOAA RRO regarding a sheen observed during an overflight this morning.  The sheen was in a burmed area and did not enter the water.","<b>Potential Well Head leak; East Bay, Venice, LA 70091, USA<\/b> 2017-10-08<br />\n<i>Oil, crude<\/i> - NA m³<br />\nOn October 8, 2017, the  USCG Sector New Orleans contacted the NOAA RRO regarding the report of a sheen observed during an LDEQ overflight in East Bay.  The RP was contacted and is currently mobilizing clean-up assets to the area. Weather  has been requested.","<b>South Barge, Point A La Hache; 18859 Hwy 23, Port Sulphur, LA 70083, USA<\/b> 2017-10-08<br />\n<i>Oil, crude<\/i> - 0 m³<br />\nOn October 8, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a sheen coming from the south barge in Point A La Hache.","<b>Botco XTO Energy, Cox Bay; Port Sulpher, LA 70083, USA<\/b> 2017-10-03<br />\n<i>Oil, crude<\/i> - 2 m³<br />\nOn  October 3, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a dark black sheen 300ft by 300ft caused by the discharge of crude oil from pipeline damaged on the underside of a platform owned by XTO Energy .  An estimated 800-1000ft of shoreline was affected.  The line has been reported as shut in and the leak is secured.","<b>Shell Refinery Fire, Convent LA; Star Enterprise Rd, 70723, USA<\/b> 2017-09-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 26, 2017, the MSU Houma contacted the NOAA RRO regarding an electrical fire at the Shell refinery located at 10700 LA-44, Convent, LA 70723 (MM168).  The fire was almost extinguished, and the USCG requested a local wind forecast tonight through the morning. No reported impact to the waterway has occurred at this time.","<b>Lobo Grand Bay Tank Battery#1; 175 Sports Marina Rd, Venice, LA 70091, USA<\/b> 2017-09-23<br />\n<i>Oil+ produced water<\/i> - 0 m³<br />\nOn September 23, 2017, the USCG Sector New Orleans contacted NOAA regarding a produced waste release from a corroded above ground pipeline. The release was visible on an adjacent 50'x30' area of tidal marsh with dead vegetation and pockets of oil. Small pockets of rainbow sheen were observed on the water.","<b>Romere Pass#59; Venice, LA 70091, USA<\/b> 2017-09-22<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn September 22, 2017, the USCG Sector New Orleans contacted NOAA regarding the discharge of crude oil into Romere Pass West Delta National Wildlife Refuge. The discharge was due to a pinhole leak in a 3\" submerged pipeline, and impacted an ~50' x 150' tidal marsh and mud flats, with a 30'x40' area containing dark product.","<b>M/V Ferrel; Vieques, Puerto Rico<\/b> 2017-09-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 19, 2017, the Motor Vessel Ferrel capsized during Hurricane Maria and later washed ashore on the western end of Vieques Island, Puerto Rico. An estimated 3,600 gallons of diesel remain onboard. Plans are now underway to remove fuel from the vessel.","<b>Lake Fortuna Flare Stack leak; Breton Sound, LA, USA<\/b> 2017-09-19<br />\n<i>Oil, crude<\/i> - 0 m³<br />\nOn September 19, 2017, the USCG Sector New Orleans contacted NOAA regarding a flare stack leak and subsequent discharge to the surrounding waters.  The incident occurred to an equipment failure; details of the cause are under investigation.  The USCG is requesting trajectory information for the discharged product.","<b>South Marsh Island Block 149 Mystery Sheen; SMI149<\/b> 2017-09-19<br />\n<i>Oil<\/i> - NA m³<br />\nOn September 19, 2017, the USCG MSU Houma contacted NOAA regarding a mystery sheen located in South Marsh Island Block 149.  The USCG are requesting trajectory information.","<b>Valero Refiney Fire, Port Arthur, TX; 1801 S Gulfway Dr, Port Arthur, TX 77640, USA<\/b> 2017-09-19<br />\n<i>Vacuum Gas Oil (VGO)<\/i> - NA m³<br />\nOn September 19, 2017, the USCG MSU Port Arthur contacted the NOAA RRO regarding a fire that has broken out at one of the storage tanks at the Valero refinery.  The commodity of concern is Vacuum Gas Oil (VGO) not straight crude.  The USCG has requested air plume modeling information. No NRC report.","<b>FV Provider; Sanak Islands, Alaska<\/b> 2017-09-07<br />\n<i>diesel<\/i> - 3 m³<br />\nOn September  6, 2017, the F/V Provider beached on the west end of Elma island, Alaska. The tanks are intact, containing an estimated 550 gallons of diesel. There are also unknown amounts of hydraulic or lube oil on board.  Resolve Marine is currently on scene removing the pollution.","<b>T/V Savage Intensity; GIWW MM 245, Sulphur, LA 70665, USA<\/b> 2017-09-05<br />\n<i>Marine Diesel<\/i> - 16 m³<br />\nOn September 5, 2017, the USCG MSU Lake Charles contacted the NOAA RRO regarding the potential discharge of 3500 gallons of marine diesel fuel.   The USCG is requesting a trajectory and fate.","<b>Phillips 66 Refinery Spill; Rodeo, CA 95033, USA<\/b> 2017-09-04<br />\n<i>gas oil<\/i> - 0 m³<br />\nOn September 4, 2017, USCG Sector San Francisco contacted the NOAA SSC to request fate and transport estimate for a 50 gallon spill of gas oil (API 23) from the Phllips 66 refinery in Rodeo, CA.  The spill occurred at roughly 0815 hrs (local) from an unpressurized pipeline along the facilityâs pier.  A USCG overflight is scheduled.","<b>Calumet Harbor, IN Mystery Bitumen; S Walton Dr, Chicago, IL 60617, USA<\/b> 2017-08-25<br />\n<i>Bitumen<\/i> - NA m³<br />\nOn August 25th, 2017, USCG MSU Chicago contacted the Great Lakes SSC concerning a mystery bitumen that was discovered by the USACE during a rock removal project in the Calumet Harbor. The USACE requested assistance in determination of whether the material was naturally occurring.","<b>Sunken Vessel POINT HARRIS; 30 nm east of Kaneohe Bay, Oahu, HI 96770, USA<\/b> 2017-08-25<br />\n<i>Marine diesel<\/i> - 23 m³<br />\nOn August 25, 2017, the USCG Sector Honolulu notified the NOAA SSC for an oil spill trajectory in the event of a release from the 82' P/C POINT HARRIS.  The vessel sank approximately 30 nm east of Kaneohe Bay, Oahu after two crew were rescued. The vessel is reported to have between 3000 and 5000 gallons of marine diesel fuel and lube oil onboard.","<b>M/V Gracie Claire; Cypress Cove Area, Venice, LA 70091, USA<\/b> 2017-08-23<br />\n<i>Marine Diesel<\/i> - 10 m³<br />\nOn August 23, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a towing vessel that had sunk while taking on fuel at the Cypress Cove Marina in Venice, LA. The USCG is requesting potential resources at risk, fate, and trajectory information.","<b>Mystery Sheen; S of Block Island, RI<\/b> 2017-08-15<br />\n<i>unknown<\/i> - NA m³<br />\nOn August 15, 2017, the USCG Sector Long Island Sound contacted the NOAA SSC regarding a mystery sheen reported by USCG Air Station Cape Cod south of Block Island, RI.  CG is requesting hindcast information.  The sheen does not align with any charted wrecks.","<b>MPSR support for Anomaly detected ~94NM SE TX; East Breaks Area<\/b> 2017-08-14<br />\n<i>potential oil<\/i> - NA m³<br />\nOn August 14, 2017, the USCG Sector Houston Galveston contacted the NOAA RRO regarding an Marine Pollution Surveillance Report (MPSR) provided by NOAA National Environmental Satellite, Data and Information Service (NOAA/NESDIS) .  Observations from AUG 13, 2017 2017 showed an anomaly (potential spill) approximately 94 nautical miles (NM) Se off the coast of Texas.","<b>FV Akutan; Unalaska, AK<\/b> 2017-08-13<br />\n<i>diesel<\/i> - 136 m³<br />\nOn August 5, 2017, the FV Akutan left Dillingham, AK,  reportedly on its way to Seattle.  The vessel began having mechanical issues and headed to Dutch Harbor.  They made it in to Captains Bay on August 7th by their own power, but because of the vessel issues, the Coast Guard escorted them in.  The vessel currently remains at anchor and is disabled in Captains Bay approximately 2 miles southeast of Westward Seafoods.  USCG has requested a ESA Section 7 consultation.","<b>FV Stoic; Unakwik Inlet,  Northern Prince William Sound, Alaska<\/b> 2017-08-10<br />\n<i>diesel<\/i> - 5 m³<br />\nOn August 10, 2017, the 51-foot F/V Stoic struck a rocky outcrop and capsized off of Siwash Bay in Unakwik Inlet, AK.  Four people were on board, but they made it to the skiff, and were picked up by a good Samaritan vessel.  The potential diesel fuel is 1,000 gallons, but the actual amount onboard is unknown.","<b>FV Confidence; Sitka, AK<\/b> 2017-08-09<br />\n<i>diesel<\/i> - 3 m³<br />\nOn August 6, 2017, the commercial fishing vessel CONFIDENCE , a 48.8' seine vessel,  grounded in Neva Strait near Sitka, Alaska.  Vessel fuel capacity is 1500 gallons and the owner estimates there is approximately 600 gallons of diesel fuel aboard.  Additionally, vessel has an estimated 70K pounds of catch aboard.  The NOAA SSC has been working with DOI and Trust resource agencies on a fish disposal plan","<b>Anomaly, NRC# 1186656, Mississippi Canyon 20; Offshore Louisiana<\/b> 2017-08-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 8, 2017, Sector New Orleans contacted the NOAA SSC regarding a satellite \"anomaly\" or potential spill detected in Mississippi Canyon 20 by the NOAA National Environmental Satellite, Data, and Information Service (NESDIS) Oceanmap program.  Reports provided.","<b>Mystery Sheen , Viosca Knoll 983; Offshore Louisiana<\/b> 2017-08-05<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 5, 2017,  USCG Sector New Orleans IMD contacted the NOAA SSC for evaluation of the potential source of a mystery sheen reported in Viosca Knoll Block 983.","<b>YNG 15; Prudhoe Bay, AK<\/b> 2017-08-01<br />\n<i>unknown<\/i> - NA m³<br />\nOn July 30, 2017, the YNG 15, an old WWII era barge which sits at West Dock in Prudhoe Bay, Alaska,  was discovered to be leaking an unknown material.  The barge has been there for 20-plus years without use.  The USCG has hired a contractor to assess and evaluate the potential threat.  Sector Anchorage has requested a resources at risk report and a Section 7 evaluation.","<b>FV Grayling, Kodiak, AK; Kupreanof Strait<\/b> 2017-07-24<br />\n<i>diesel<\/i> - 3 m³<br />\nOn July 24, 2017, the USCG MSD Kodiak contacted the NOAA Duty Officer regarding a fishing tender that capsized near Kodiak, Alaska at 1700 AK time.  The crew of the FV Grayling were rescued but vessel is adrift. The USCG requested a vessel drift analysis and trajectory for the 400 gallons of diesel fuel.","<b>Wreck 1487; SE of Nantucket<\/b> 2017-07-10<br />\n<i>Oil<\/i> - NA m³<br />\nOn July 10, 2017, the NOAA SSC was notified by the National Environmental Satellite, Data, and Information Service (NESDIS) of an anomaly on satellite images in Nantucket Sound that may be from oil sheen from one of several historic wrecks in the region.","<b>UTV Eric Haney; MM 13.5 Upper Mississippi River<\/b> 2017-07-09<br />\n<i>diesel fuel, lube oil<\/i> - 364 m³<br />\nOn July 9, 2017, the US Coast Guard MSU Paducah (Sector Ohio Valley) contacted the NOAA SSC regarding the UTV Eric Henry which struck the dike on the right descending bank on the Upper Mississippi River near Cairo, IL.  The engine room flooded and the vessel sank near Mile Marker 13.5.  Vessel was carrying 78,893 gallons of diesel fuel and 1,600 gallons of lube oil.  USCG is requesting trajectory analysis for worst case discharge.","<b>FV Donna; Hoquiam, WA 98550, USA<\/b> 2017-07-05<br />\n<i>Oil<\/i> - NA m³<br />\nOn July 5, 2017, the USCG MSU Portland, OR, contacted NOAA with a report of a discharge of an unknown oily substance due to a sinking fishing boat on the Hoquiam River.  The cause of the sinking was due to a dilapidated dock were the vessel was moored.  USCG requested weather and tide information to support cleanup and salvage operations.","<b>FV Bunchie; Dillingham, AK, USA<\/b> 2017-07-03<br />\n<i>diesel<\/i> - 1 m³<br />\nAt 0300 on 3-July, the FV Bunchie, a 32-foot capsized and was towed to ground, one mile south of the Ekuk Cannery . Max potential is 200 gallons of diesel. All persons were safely evacuated. Cause of capsize is unknown. Sector Anchorage is requesting a fates analysis and trajectory.","<b>FV Ketok; Dillingham, AK, USA<\/b> 2017-07-03<br />\n<i>diesel<\/i> - 1 m³<br />\nAt 1256, on 3-Jul, the FV Ketok, a 32 foot fishing vessel grounded and swamped in Nushagak Bay. It has a max potential of 150 gallons of diesel and is reported to be sheening.  Sector Anchorage is requesting a fates analysis and trajectory.","<b>FV N11; Dillingham, AK, USA<\/b> 2017-07-03<br />\n<i>diesel<\/i> - 1 m³<br />\nAt 1309, of 3-July, the FVN11, a 32-foot fishing vessel capsized on Flounder Flat in Nushagak Bay.  It was last observed with awash with 2-feet of water over the deck on ebb tide.  It has a max potential of 300 gallons of diesel onboard. Sector Anchorage is requesting a fates analysis and trajectory.","<b>Mystery Sheen, NRC#1182978; Mississippi Canyon<\/b> 2017-07-03<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn July 3, 2017, Sector New Orleans contacted NOAA SSC to request an evaluation of the potential source of the sheen reported to the National Response Center.  NOAA was requested to assist with an analysis of currents and winds to help identify the potential source of the sheen.","<b>FV Miss Destinee; Kodiak, Alaska<\/b> 2017-06-29<br />\n<i>diesel<\/i> - 3 m³<br />\nOn June 29, 2017, the fishing vessel Miss Destinee sank in Marmot Bay.  The Miss Destinee is 35-foot, fiberglass hull.  The potential discharge is 700 gallons of diesel. USCG MSD Kodiak is requesting fates analysis and a trajectory at this time.","<b>FV Whimsea Fire and Sinking; Juneau, AK<\/b> 2017-06-28<br />\n<i>diesel, home heating oil, gasoline<\/i> - NA m³<br />\nOn June 27, 2017, the FV Whimsea caught fire and sank at the dock in Statter Harbor in Auke Bay, Alaska. The cause of the fire is unknown.  The type and amount of product onboard the vessel at the time of the sinking is unknown, but may have been a mix of diesel, home heating oil, and probably some lube oils.  Containment boom has been placed around the area where the vessel sank, absorbent sweep has been deployed, and removal of floating oiled debris has begun.  The USCG is requesting information on potential resources at risk in this location.","<b>Mystery Sheen, Plaquemines Parish LA; Plaqueminnes Parish, LA 70040, USA<\/b> 2017-06-27<br />\n<i>Oil<\/i> - NA m³<br />\nOn June 27, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a mystery sheen observed during an overflight on 26 JUN 2017.  The USCG requested information as to whether the observed anomaly was oil (petroleum) or another material.","<b>F/V Lady Demaries Sinking, Offshore of Galveston; Gulf of Mexico<\/b> 2017-06-22<br />\n<i>Diesel fuel<\/i> - 23 m³<br />\nOn June 22, 2017, the USCG MSU Texas City notified the NOAA SSC that the F/V Lady Demaries was sinking approximately 30 miles southeast of Galveston, TX.  The vessel has 5,000 gallons of diesel fuel and miscellaneous other oil products on board.  Fate and transport information provided.","<b>Yacht L'Enterprise; 40 NM West of Leadbetter Point, WA<\/b> 2017-06-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 22, 2017, the USCG notified the NOAA SSC that the 87FT Vessel L' ENTERPRISE was sinking with 02 POB, 32NM west of OCEAN SHORES, WA,  The USCG rescued the crew and the vessel was abandoned .  The USCG requested a trajectory for the partially submerged vessel.","<b>Catlettsburg Utica Crude (discharge investigation); Big Sandy River, Catlettsburg, KY 41129, USA<\/b> 2017-06-14<br />\n<i>utica crude<\/i> - NA m³<br />\nOn June 14 2017, USCG Marine Safety Unit Huntington (Sector Ohio Valley) contacted the NOAA SSC regarding a suspected discharge from the Marathon refinery in Catlettsburg , KY. USCG has requested support for the investigation into the release to include possible hindcast as well as fate and behavior information.","<b>FV Taku Sinking; Sutwik Island, AK<\/b> 2017-06-10<br />\n<i>diesel<\/i> - 4 m³<br />\nOn June 10, 2017, the  FV Taku was reported sinking south of Sutwik Island on the Alaskan Peninsula. The Taku is a 65-foot fishing tender with a wooden hull. The maximum potential is 880 gallons of diesel. Three crew were rescued with no report of injury. At the time of rescue, the vessel was free floating. USCG is requesting a fates analysis and trajectory at this time.","<b>Main Pass 23 Well Head leak; Breton Sound LA, USA<\/b> 2017-06-09<br />\n<i>Oil, crude<\/i> - 2 m³<br />\nOn June 9, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a report of 2 mile long by 1 mile wide sheen in Main Pass (MP) block 23.  The sheen is from an well head or flowline at an unmanned platform that is suspected to have been discharging since the prior evening.  The discharge was secured and the  USCG requested a trajectory forecast.","<b>South Marsh Island block 207; Southwest Pass, LA,<\/b> 2017-06-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 6, 2017, the USCG Marine Safety Unit Morgan City contacted the NOAA RRO regarding a 5 mile long x 200 foot wide' sheen in the vicinity of Lighthouse Block 207 pipeline facility.  A trajectory was requested.","<b>Mystery Spill or Anomaly off St Augustine FL; Offshore, Florida<\/b> 2017-06-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 2-4 2017, a potential oil spill off the east coast of Florida was detected by NOAA's National Environmental Satellite, Data, and Information Service. The analysis indicated relative high confidence of oil. USCG Sector Jacksonville is conducting overflights of the area today. The feature could be oil, an algal bloom, or other debris collecting in a convergence area on the eastern edge of the Gulf Stream. NOAA provided the USCG with initial trajectory information.","<b>Mystery Sheen, Trinity Bay; Chambers County, TX<\/b> 2017-06-01<br />\n<i>unknown<\/i> - NA m³<br />\nOn June 1, 2017,  the NOAA National Environmental Satellite, Data, and Information Service (NESDIS) produced an Oceanmap satellite report showing an anomaly (potential spill) in Trinity Bay, TX, near some small facilities in the Bay. NOAA SSC provided report to Sector Houston-Galveston, who were currently working with local facility to evaluate sheen.","<b>Lower Caribbean Oil Spill; Trinidad and Tobago<\/b> 2017-05-31<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 30, 2017, NOAA was contacted by RAC/REMPEITC - Caribe (The Regional Activity Center for the Regional Marine Pollution Emergency Information and Training Center for the Wider Caribbean) and the Curacao meteorological office regarding oil beaching at various locations on Venezuela, Aruba, Bonair, and Curacao. The heavy weathered patchy product is suspected to have originated from a tank release that occurred in Trinidad on 23 April.  NOAA advised that sample collection and fingerprinting would be helpful to positively identify the oil source. NOAA is standing by to assist further if additional information becomes available that could help determine future movement of the oil","<b>Mystery Sheen, Keweenaw Waterway, MI; McLain State Park Rd, Hancock, MI 49930, USA<\/b> 2017-05-31<br />\n<i>Hydraulic Oil<\/i> - 0 m³<br />\nOn May 31st, 2017, a mystery sheen measuring 0.5 miles by 5 feet, was reported near the Lily Pond section of the Keweenaw Waterway, MI.  The USCG Marine Safety Unit in Duluth requested information about resources at risk and environmentally sensitive areas in the Lily Pond section of the Keweenaw Waterway.","<b>Adak Harbor Sheen; Adak, AK<\/b> 2017-05-30<br />\n<i>diesel<\/i> - NA m³<br />\nON May 30, 2017, the USCG observed  a rainbow/grey sheen in Adak Small Boat Harbor resulting from a diesel and herring oil spill. The sheen is covering roughly 1/3 of the harbor with pockets of recoverable material. USCG has requested an ESA Section 7 consult to be initiated.","<b>GB 545 Mystery Sheen; Offshore, Gulf of Mexico<\/b> 2017-05-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 28, 2017, the USCG MSU Texas City contacted the NOAA RRO regarding a reported sheen approximately 15miles NW of the Flower Garden Banks.  USCG is investigating.  At this time it is uncertain if the sheen is oil (anthropogenic cause vs biogenic).  The report was taken from a vessel transiting in the area of the reported sheen.","<b>Mystery Sheen, MC-21; Offshore LA<\/b> 2017-05-24<br />\n<i>Oil<\/i> - NA m³<br />\nOn May 24, 2017, a sheen was reported in Mississippi Canyon, Block 21.  Sector New Orleans requested SSC evaluation as to possible source.  Sheen unrecoverable, no response planned.","<b>Tug Adrift off Washington Coast; Tug adrift off Quinalt River<\/b> 2017-05-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 23, 2017, the USCG Sector Columbia River notified the NOAA SSC of a 113 ft tug adrift off the Washington Coast.  It is towing an empty barge and the tug has a maximum fuel capacity of 65,000 gallons of diesel. The vessel owner, Salmon Bay Barge Line, is working to get a contract tow company to tow the tug and barge to Grays Harbor. Trajectory of drifting tug requested.","<b>Tug Mr. Landon Aground; Calcasieu Ship Channel, Cameron, LA 70631, USA<\/b> 2017-05-22<br />\n<i>Diesel<\/i> - 27 m³<br />\nOn May 22, 2017, the Tug Mr. Landon ran aground in the Calcasieu Ship Channel, Cameron, LA, carrying 6,000 gallons of diesel, and an estimated 500 gallons of other oil products. Vessel is currently discharging, but boomed.  MSU Lake Charles requested trajectory.","<b>Crowley Barge DBL 165-1 Grounding; Quinhagak, AK<\/b> 2017-05-15<br />\n<i>diesel, heating oil, gasoline<\/i> - 1309 m³<br />\nOn May 13, 2017, the Crowley Barge DBL 165-1 ran aground in the Kanektok River near its entrance to Kuskokwim Bay.  It is grounded on the north side of the river less than a mile downriver of Quinhagak.  The tug Nachik refloated on next high tide.   The USCG Sector Anchorage is requesting a NWS Spot forecast while barge remains aground awaiting an appropriate tide.","<b>Marathon Petroleum Storage Tank H2S release; 8025-8099 Crider Ln, Catlettsburg, KY 41129, USA<\/b> 2017-05-11<br />\n<i>transmixed petroleum and H2S<\/i> - NA m³<br />\nOn May 11, 2017, the NOAA SSC was contacted by USCG MSU Huntington, WV (Sector Ohio Valley) of a release of H2S from a transmixed petroleum storage tank at the Marathon refinery in Catlettsburg, KY.  Early reports indicated a range of readings for H2S from 100 PPM to 10 PPM within the dike wall.  USCG is sending a team to investigate and is gathering information.  Hazard information on H2S provided by SSC.","<b>Navy OCEANA Jet Fuel Spill; 2789 Potters Rd, Virginia Beach, VA 23452, USA<\/b> 2017-05-11<br />\n<i>JP-5<\/i> - 455 m³<br />\nUSCG Sector Hampton Roads notified the NOAA SSC at 1000 hours on 11 May 2017 of a spill of JP-5 jet fuel at the US Naval Air Station (OCEANA), Norfolk, VA. An unknown amount entered a storm water drain and has made its way to the Eastern Branch of Lynnhaven Inlet. USCG has requested trajectory, weather, tides and RAR.","<b>Cox Bay Oil Containment Release; Port Sulphur, LA 70083, USA<\/b> 2017-05-04<br />\n<i>Oil, crude<\/i> - 2 m³<br />\nOn May 4, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a release of crude oil and rainwater from the containment area of a barge located in the Cox Bay area.  The USCG has requested potential resources at risk and some trajectory information.","<b>F/V Heidi II; Breton Sound LA, USA<\/b> 2017-05-04<br />\n<i>Diesel fuel<\/i> - 3 m³<br />\nOn May 4, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding a sunken vessel in Breton Sound that was the subject of a Search and Rescue (SAR) case.  The vessel has been observed discharging fuel. No NRC report is associated with this case. Trajectory and potential resources at risk (RAR) have been requested.","<b>F/V David Boy, Atchafalaya Basin LA; Point Au Fer Island,  LA<\/b> 2017-05-02<br />\n<i>Diesel fuel<\/i> - 2 m³<br />\nOn May 2, 2017, the USCG MSU Morgan City contacted the NOAA RRO regarding a fishing vessel that had ran aground on 30APR17.  Initially a Search and Rescue (SAR) case, the fund was opened to deal with the vessel.  On 01MAY2017 at ~1340CDT an overflight was conducted by the USCG and a sheen was observed to be coming from the grounded vessel.  USCG has requested a fate, effect, and trajectory analysis as well as a potential resources at risk.","<b>TPIC, Romere Pass LA; Venice, LA 70091, USA<\/b> 2017-05-01<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn May 1, 2017, the USCG Sector New Orleans contacted the NOAA RRO regarding the discharge of oil from a leak in a flow line.  The oil was reported to have impacted shoreline (mudflat)  and vegetation. An OSRO is reported to be on scene, and the source is reported as secured (boom in place, line shut in).","<b>M/V Maersk Garonne; 11 miles south Mobile Bay Gulf of Mexico<\/b> 2017-04-27<br />\n<i>Heavy Fuel Oil<\/i> - NA m³<br />\nOn April 27, 2017, the USCG Sector Mobile contacted the NOAA SSC regarding an incident involving discharge of heavy fuel oil (HFO) from the M/V Maersk Garonne located approximately 11 miles south of Mobile Bay.  Discharge is reported to be from a âpinholeâ leak above the water line from the starboard fuel tank.  USCG is requesting fate and trajectory analysis in the event there is a significant discharge.","<b>Waste Oil Drum on Elliott Key, FL; Spite Hwy, Islandia, FL, USA<\/b> 2017-04-26<br />\n<i>Waste oil<\/i> - 0 m³<br />\nOn April 26,  2017,  the US Coast Guard Sector Miami notified the SSC that an abandoned 55 gallon drum of waste oil washed up on Elliott Key, FL and was observed leaking. The Coast Guard advised that they planned to respond to the drum and remove it tomorrow morning.","<b>FV Mariana C, Tangiers Island, Maryland; Dump Rd, Tangier, VA 23440, USA<\/b> 2017-04-24<br />\n<i>diesel fuel<\/i> - 2 m³<br />\nThe NOAA SSC received a notification from USCG Sector Hampton Roads at 6:00pm about a 43 foot long commercial fishing vessel sinking in the Chesapeake Bay this afternoon. Vessel sank with 500 gallons of diesel fuel on board. USCG requested trajectory analysis.","<b>Sunken Pleasure Craft, Pass a Loutre; Venice, LA<\/b> 2017-04-24<br />\n<i>Gasoline<\/i> - 2 m³<br />\nOn April 24, 2017, Sector New Orleans notified NOAA SSC of a sunken pleasure craft in the Mississippi River near Pass a Loutre.  Vessel has 450 gallons of gasoline onboard, believed to be still in the tote tanks on the vessel but actual status uncertain.  Phone support provided regarding fate, effects, and resources at risk.","<b>Tug Powhatan; Sitka, AK<\/b> 2017-04-21<br />\n<i>diesel, lube oils<\/i> - 5 m³<br />\nAt approximately 2215 on 19-Apr-2017, it was discovered that the tug Powhatan, owned by Samson Tug & Barge, had sunk at the dock. The tug was in the process of being stripped. Initial estimates of fuel are 700 gallons of diesel and 325 gallons of lube oils. An overflight at 1600 on 20-Apr-2017 reported 1NM by 1NM sheen on the water.  The USCG has requested a fates and trajectory analysis.","<b>Mystery Sheen, NESDIS Report; Breton Sound<\/b> 2017-04-15<br />\n<i>South Louisiana Crude<\/i> - NA m³<br />\nOn April 15, 2017, Sector New Orleans contacted NOAA SSC for evaluation of NESDIS Anomaly associated with a platform.  Nearby field personnel from another organization confirmed that the platform was discharging a small amount of crude  and a Coast Guard overflight confirmed sheen.","<b>BP Exploration Well #3, Prudhoe Bay, AK; Prudhoe Bay, Alaska<\/b> 2017-04-14<br />\n<i>Natural gas; crude oil<\/i> - NA m³<br />\nOn April 14, 2017, the EPA Duty Officer for EPA Region 10 notified NOAA ERD of an oil gas blowout on Well #3 in Prudhoe Bay, Alaska.  The incident began at 0815 local time.  The well is venting gas and a mist of oil is blowing off the pad into snow covered tundra.  The pad has been evacuated until the well can be shut in.  There is no estimate of the amount of oil and gas being discharged.  Notification only, no requests for NOAA products at this time.","<b>Vengeance crane barge sinking; San Francisco Bay, CA<\/b> 2017-04-07<br />\n<i>diesel<\/i> - 18 m³<br />\nOn April 7, 2017, the USCG Sector San Francisco contacted the NOAA SSC to report that a 112â x 52â deck barge and crane had capsized and sunk around midnight, just east of Yerba Buena Island in San Francisco Bay.  The barge and crane reportedly had roughly 4,000 gallons of diesel and 300 gallons of hydraulic fluid on-board at the time of sinking.  The crane and barge had been working on the BART (Bay Area Rapid Transit) subway tube under the Bay prior to the sinking, but BART officials have reported no known damage to the BART transit system.  Sector San Francisco requested oil fate & trajectory support.","<b>Rigolets oil spill,Jefferson Parish - Hilcorp; the Rigolets, Port Sulphur, LA 70083, USA<\/b> 2017-04-05<br />\n<i>Oil<\/i> - 0 m³<br />\nOn April 5, 2017, the USCG Sector New Orleans contacted the NOAA RRO to report an oil discharge from low flow line due to a pin hole leak.  Hard and soft boom are in place, and the source is secure.","<b>Anna Platform Pipeline Leak; Cook Inlet, Alaska<\/b> 2017-04-01<br />\n<i>Crude Oil<\/i> - 88 m³<br />\nOn 1 April, 2017, Platform Anna experienced a crude oil discharge of unknown volume from a production pipeline on the bottom of Cook Inlet. The pipeline was shut in.  USCG is requesting a fates and trajectory analysis.","<b>MV Dawn; near Chassell, MI USA<\/b> 2017-04-01<br />\n<i>oil<\/i> - NA m³<br />\nOn April 1, 2017, NOAA ERD was contact by USCG MSU Duluth regarding a fishing vessel sunk in Portage River Harbor Refuge. The 36ft fishing vessel reportedly sunk at the dock and a rainbow sheen was reported around the vessel. USCG requested information on any sensitive sites that may be in the vicinity.","<b>Hilcorp Abandoned well head JGTB 162; West Bay Area<\/b> 2017-03-20<br />\n<i>LA crude oil<\/i> - 4 m³<br />\nOn March 20, 2017,  NOAA was contacted by USCG regarding a discharge from an abandoned gas well head. Responders are in route to begin operations to shut in the well head in the morning.  No release rate reported. Overflight conducted for a 1.0x0.5mile sheen, another overflight is anticipated for the afternoon.","<b>Anomaly, Trinity Bay (NRC#1173233); Trinity Bay, Texas<\/b> 2017-03-14<br />\n<i>Oil<\/i> - NA m³<br />\nOn March 14, 2017, Sector Houston-Galveston requested information regarding a NOAA NESDIS satellite report of a potential oil spill in Trinity Bay, Texas.","<b>Mystery Sheen, Red River (NRC#1173239); Love County, Oklahoma<\/b> 2017-03-14<br />\n<i>Oil<\/i> - NA m³<br />\nOn March 14, 2017, Sector Houston-Galveston notified NOAA SSC regarding a mystery sheen (4 miles long) on the Red River.  The sheen is in the EPA zone, and EPA is responding.  No products requested at this time.","<b>Mystery sheen / possible seep; 30 NM West of San Diego, CA<\/b> 2017-03-08<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn March 8, 2017, USCG  pilots reported an oil sheen on the waterâs surface roughly 35 NM due West of San Diego Bay.  Observers reported seeing bubbles rising within the sheen and photos taken from the USCG helicopter suggest a nearby, submerged source.  USCG requested assistance in determine the potential source including whether if might be from an uncharted natural seep.","<b>Ecofaith G.O.; Unimak Pass, Alaska<\/b> 2017-03-07<br />\n<i>IFO/diesel<\/i> - 1818 m³<br />\nOn March 1, 2017, the 750' bulk carrier, Ecofaith G.O., suffered a broken tail shaft.  It is currently under tow (via tug) to Dutch Harbor, AK.  It is expected to transit the Unimak Pass area on Mar 10 and arrive in Dutch Harbor on Mar 11.  The USCG Sector Anchorage is requesting a Resources at Risk report for the Unimak Pass/Unalaska Bay transit.","<b>FV St Dominick; Pumicestone Bay, Alaska<\/b> 2017-03-06<br />\n<i>diesel<\/i> - 7 m³<br />\nOn March 6, 2017, the FV St Dominick ran hard aground in Pumicestone Bay.  The vessel holed, quickly took on water and sank. The vessel was carrying over 5400 gallons of diesel and had 86,000 lbs of cod onboard.  USCG is requesting a fates and trajectory analysis, resources at risk report, and ESA Section 7 emergency consultation.","<b>Tug Ocean Eagle; Sumner Strait, AK<\/b> 2017-03-02<br />\n<i>diesel<\/i> - 264 m³<br />\nOn March 2, 2017, the NOAA HDO was notified of a tug grounding in SE Alaska.  The tug was carrying 58,000 gallons of diesel fuel.  It was reported that an unknown amount of the fuel has leaked.","<b>FV Elizabeth Taylor; Kodiak, AK<\/b> 2017-02-28<br />\n<i>diesel<\/i> - 25 m³<br />\nOn 28 Feb, 2017, USCG MSD Kodiak called to report that the fishing vessel Elizabeth Taylor broke anchor and drifted aground in Women's Bay. The max potential for diesel fuel is 5500 gallons. At this time the vessel is reported to be sound and on a sand shoreline.","<b>Sonny J; Vidalia, LA 71373, USA<\/b> 2017-02-27<br />\n<i>diesel<\/i> - 18 m³<br />\nOn February 26, 2017, the USCG Sector Lower MS River (LMR) received a report of towing vessel Sonny J sinking in a barge fleeting area north of Natchez bridge near Vidalia, LA (right descending bank).  By 1700, the vessel was submerged up to the second deck.  Oil spill response organization is on site and vessel is contained with boom.  Minor amount of sheen observed.  Salvage plan is being developed.","<b>Ferry Peter Stuyvesant; 70 Northern Ave, Boston, MA 02210, USA<\/b> 2017-02-14<br />\n<i>Oil<\/i> - 1 m³<br />\nIn 1978 the historic ferry Peter Stuyvesant sank at pier 4 in Boston.  Portions of the wreck were removed, but the keel and engine room were left in place.  In January 2017, a firm was hired to remove the remaining wreckage and small amounts of oil began to leak into a previously boomed area..  The US Coast Guard was called and the NOAA SSC was consulted.  Removal continues with additional protection and supervision and under an approved removal plan that now included oil removal.","<b>FV Predator; Akutan, Alaska<\/b> 2017-02-13<br />\n<i>diesel<\/i> - 25 m³<br />\nOn February 13, 2017, the USCG MSD Dutch Harbor sent notification of a grounded 80-foot fishing vessel \"Predator\" in Akutan Bay.  The vessel is taking on water and USCG is delivering de-watering pumps via helo.  They have an estimated 5,500 gallons of diesel onboard.  USCG is requesting a fates analysis and trajectory.","<b>Fieldwood Energy Pipeline; Ship Shoal<\/b> 2017-02-12<br />\n<i>Oil, crude<\/i> - 0 m³<br />\nOn  February 12, 2017, the MSU Morgan City contacted NOAA in order to request a trajectory of  and estimated 56 gallon discharge of crude oil from an offshore pipeline that was reported to have occurred @ 0700CST on 12FEB2017 creating a 2.5mi x .5mi. Sheen.  The cause is unknown at this time.","<b>Whitney Oil&Gas Well 1008B#14; South Pass 24, Venice, LA 70091, USA<\/b> 2017-02-12<br />\n<i>Oil, crude<\/i> - 1 m³<br />\nOn February 12, 2017, the USCG Sector New Orleans contacted the NOAA RRO about a report of an out of service well discharging into the Gulf of Mexico at South Pass 24.  Boon is staged and ready on-scene; Clean Gulf Associates standing by.  An overflight is scheduled in the morning in order to investigate shoreline impact.","<b>F/V Destination; St. George Island, Alaska<\/b> 2017-02-11<br />\n<i>diesel<\/i> - 161 m³<br />\nOn 11-Feb-2017, USCG Sector Anchorage reported that the 98-foot fishing vessel Destination sank near St. George Island in the Bering Sea.  A SAR is ongoing; 6 POB are missing. The vessel had a capacity of 35,400 gallons of diesel onboard.  Sector is requesting fate and trajectory analysis for the diesel.","<b>Oiled Birds, Cape Cod; Atlantic White Cedar Swamp Trail, Wellfleet, MA 02667, USA<\/b> 2017-01-31<br />\n<i>Oil<\/i> - NA m³<br />\nOn Saturday (1/28/17) and Tuesday (1/31/17) several oiled birds were found on the shores of Cape Cod.  One razorbill and three murres.  NOAA SSC was contacted by both the state and the USCG.  The spread of the findings and the fact that all but one was alive make hindcasting very difficult.  NOAA NESDIS was contacted and a review of recent satellite images proved negative..  Currently, samples are being taken of the oil and the birds are being treated.  Resource and management agencies have been notified, including the Cape Cod National Seashore, to be on the lookout for more animals.","<b>Kinetica condensate Leak (formerly West Cameron 165 Mystery Sheen); West Cameron Lease Block 165-Kinetica LLC. offshore platform<\/b> 2017-01-18<br />\n<i>Probably oil<\/i> - NA m³<br />\nOn January 18, 2017, the USCG  MSU Port Arthur contacted the NOAA RRO about a mystery sheen reported in the vicinity of West Cameron lease block 165.  The USCG requested ocean current information for the area.","<b>New Haven Oil Terminal Pipeline; Unnamed Road, New Haven, CT 06512, USA<\/b> 2017-01-12<br />\n<i>Diesel<\/i> - 3 m³<br />\nOn January 19, 2017 the USCG discovered sheening from a combined stormwater/sewerage outfall (CSO) associated with the New Haven Terminal.  The oil leaked into the CSO from the soil.  Leak continues but is controlled and contained.  The NOAA SSC was contacted on Friday afternoon for advice via telephone.","<b>Star King; 3NM West of Cape Disappointment, WA<\/b> 2017-01-07<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 7, 2017, the USCG Sector Columbia River reported that the F/V Star King capsized and sank approximately 3NM West of Cape Disappointment.  Maximum potential discharge is 4000 gallons of diesel (the vessel's fuel capacity) but only 300 gallons of discharged diesel was reported.","<b>Ash Coulee Creek Spill; 21st St S W, Medora, ND 58645, USA<\/b> 2016-12-12<br />\n<i>crude oil<\/i> - NA m³<br />\nNOAA RRT8 rep received notification of the Ash Coulee Creek oil spill in western North Dakota. No request for support.  On 15 DEC, RRT notified of an insitu burn to be conducted on site. Initiating hotline as a placeholder for information on the case due to use of ISB inland and capturing any lessons learned.","<b>M/V Olympic; Apple Tree Cove<\/b> 2016-12-10<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn December 10, 2016, the USCG notified the NW SSC of a 51 ft recreational vessel that broke free from anchorage and drifted towards shore, grounding and overturning in 12 ft of water near Kingston, WA.  The  owner estimates is that there was 200 gallons diesel on board.  Contractor planning to remove fuel in place, owner to salvage.","<b>Richmond Yacht Basin Fire, Richmond, Virginia; 9998 Arrahatteck Trail, Henrico, VA 23231, USA<\/b> 2016-12-09<br />\n<i>diesel fuel and gasoline<\/i> - NA m³<br />\nOn December 9, 2016, the USCG Sector Hampton Roads notified the NOAA SSC that there was a fire at the Richmond Yacht Basin Marine, Richmond, VA. Several dozen recreational boats, adjacent docks and piers were engulfed in flames. Sheen was observed in the James River. USCG on-scene. USCG requested technical support. tides and weather.","<b>F/V Exito; Unalaska, Alaska<\/b> 2016-12-07<br />\n<i>Diesel<\/i> - 23 m³<br />\nOn December 7, 2016,  NOAA was notified of a sinking vessel 4 miles off Priest Rock, outside of Dutch Harbor, AK.  The USCG requested a trajectory for a 5,000 gallon diesel spill.","<b>UTV Charlie G; Granite City, IL 62040, USA<\/b> 2016-12-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 6, 2016, the NOAA SSC was notified by Sector UMR of vessel, UTV Charlie G, which ran aground near the Chain of Rocks Upper MS River vicinity MM 192.2 . Number 3 starboard wing tank reported to have ruptured with 10,000 gallons of diesel and vessel is taking on water. Max potential of fuel on board is 53,000 gal. USCG requested trajectory support, fate and affects analysis.","<b>Tyonek Platform Potential; Tyonek, AK<\/b> 2016-11-27<br />\n<i>diesel<\/i> - 314 m³<br />\nOn November 27, 2016, , the SSC was notified by USCG MSD Homer of a potential incident at Tyonek Oil Drilling Platform.  It was discovered that diesel fuel had migrated into and is trapped within one of the support legs of the Tyonek Platform. MSD Homer is requesting a fates analysis and trajectory, resources at risk and ESA section 7 consultation for a potential release into Cook Inlet.","<b>Barge DBL 185; Off Port Orford, OR<\/b> 2016-11-22<br />\n<i>Diesel, gasoline, refined cleaning products<\/i> - 34368 m³<br />\nOn November 22, 2016, the USCG Sector Columbia River notified NOAA that the tug towing the 120-foot long barge DBL 185 lost propulsion approximately 50 nm west of Port Orford, OR. The barge is drifting NNW and is reported to be carrying 180,000 gallons of diesel, gasoline and refined cleaning products.  A trajectory forecast in the event of release from the barge was requested.","<b>WW-II Landing Craft; Rio Vista, CA<\/b> 2016-11-22<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn November 22, 2016, a WWII-era landing craft (aka âLCMâ) carrying a tractor was taking on water and sinking in the vicinity of the USCG Boat Station Rio Vista on the Sacramento River.  The LCM is estimated to have 120 gallons of red-dye marine diesel on board at the time of sinking and was seen actively leaking this afternoon.  The tractor is believed to have 100 gallons of diesel on-board and is not known to be leaking at this time.   USCG Sector San Francisco contacted their NOAA SSC to request fate & trajectory information in advance of a first-light shoreline assessment.","<b>Main Pass 35 Mystery Sheen; Unnamed Road, Buras, LA 70041, USA<\/b> 2016-11-21<br />\n<i>Oil, crude<\/i> - NA m³<br />\nOn November 21, 2016, the USCG Sector New Orleans notified NOAA about a reported 2mi x 2000ft silvery sheen.  The mystery sheen was observed at 0820 from an unknown source and was reported to be headed south .","<b>F/V CAPT Jeff; 12 Saltmarsh Rd, Fairhaven, MA 02719, USA<\/b> 2016-11-20<br />\n<i>Diesel<\/i> - 18 m³<br />\nOn November 20, 2016, the USCG Sector SENE was notified by the F/V Capt. Jeff that she was taking on water off New Bedford Harbor, MA.  She is carrying 4,000 gallons of diesel fuel.  The USCG contacted the NOAA SSC for support on oil fate and transport and resources at risk.","<b>MV Lucky Lady; 17 Miles SE of Dog Island, FL<\/b> 2016-11-18<br />\n<i>diesel<\/i> - NA m³<br />\nOn November 18, 206, the USCG MSD Panama City, FL contacted the NOAA SSC regarding a  38 foot sailing vessel LUCKY LADY sinking approximately 17 miles SE of Dog Island, FL.  The vessel was reported having 150-200 gallons of diesel onboard.","<b>Jack-Up Barge Grounding; Nome, AK<\/b> 2016-11-17<br />\n<i>diesel fuel and Hydraulic oil<\/i> - 2 m³<br />\nOn 16-Nov-2016, a jack-up barge broke from its moorings in heavy weather.  An excavator, that was on the barge, went overboard in 20 feet of water with approximately 150 gallons of hydraulic oil in the tank. The barge grounded on the outer harbor jetty and is in danger of breaking apart in heavy surf.  There is a fuel tank strapped to the deck containing 200 gallons of diesel.  The USCG has requested a spot forecast.","<b>F/V Blue Ocean; 75 Eastern Point Blvd, Gloucester, MA 01930, USA<\/b> 2016-11-15<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn November 11, 2016, the 54' wooden hull fishing vessel, the BLUE OCEAN broke free from its anchor line and grounded in Southeast Harbor in Gloucester, Mass.   Containment boom has been deployed around the vessel.Â  The max capacity was estimated around 200 gallons of diesel.","<b>Shark River Oil Spill; 342-360 S Riverside Dr, Neptune City, NJ 07753, USA<\/b> 2016-11-09<br />\n<i>oil<\/i> - 0 m³<br />\nOn 9 November at 4:00pm, USCG Sector Del Bay notified the NOAA SSC about an oil spill that occurred in Shark River, Neptune, NJ. Appears that a dredge cutter struck an underwater unidentified object that resulted in an oil spill.  NOAA SSC went on-scene at the request of the USCG.","<b>T/V Newlead Granadino; Monkton, MD 21111, USA<\/b> 2016-11-07<br />\n<i>Residual asphalt in tanks, 15-55 gallon drums waste oil, 34,000 gallons diesel fuel, and 3,100 gallons lube oil<\/i> - 14 m³<br />\nOn 7 November 2016, USCG Sector Maryland contacted the NOAA SSC for the T/V Newlead Granadino that is currently immobile in Baltimore Anchorage, Maryland. Vessel has waste oil, residual asphalt, diesel fuel, and sludge on board. USCG requesting trajectories, resources at risk.","<b>S/V Soteria; Clallam County, WA, USA<\/b> 2016-10-13<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn October 13, 2016, ERD was notified of a grounded sailboat at Sand Point, south of Cape Alava, on the Olympic Coast of Washington State.  The vessel grounded on October 8, 2016.  Three persons on board were rescued.  The vessel is reported to have 60 gallons of diesel and multiple small gasoline tanks.  Items that could be moved have been relocated above the high tide line.  Salvage/wreck removal is pending.\u000b\u000bGlobal Diving and Salvage, POC Katy Stewart, contracted to salvage.  Global visited the site Monday morning, 10/17.  We expect to hear a field report and development of a salvage plan based on current condition of the wreck.  No word yet on condition of on-board fuel tank and contents, estimated at 60 gal.","<b>Sunken Vessel, Tinian Harbor; Northern Mariana Islands<\/b> 2016-10-03<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn October 3, 2016, the USCG Sector Guam notified the NOAA SSC that a 36-foot vessel has grounded and sunk in Tinian Harbor on Tinian Island.  The vessel is reported to be carrying 60 gallons of diesel fuel.  An analysis of oil fate in the event of release was requested.","<b>Mystery sheen; Grand Isle, LA<\/b> 2016-10-02<br />\n<i>Unknown oil<\/i> - 1 m³<br />\nOn October 2, 2016, the USCG contacted NOAA in order to obtain a trajectory for a mystery sheen reported to the National Response Center (NRC) by Chevron in the vicinity of Grand Isle, LA.   The sheen was reported to have approximate dimensions of 7 miles long by 1 mile wide.","<b>West Delta Mystery Sheen; E, LA, USA<\/b> 2016-10-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 1, 2016,  the USCG contacted NOAA regarding a report of a sheen observed in West Delta block,  LA.  The sheen was reported to be 4 miles long x 1mile wide sheen, east to west, drifting NNW.  The origin point could not be distinguished.  The USCG has requested NOAA trajectory for the sheen.","<b>Black Lake Natural Gas leak; HACKBERRY, LA<\/b> 2016-09-26<br />\n<i>crude oil or condensate<\/i> - 1 m³<br />\nOn September 26, 2016, the USCG MSU Lake Charles contacted the NOAA RRO for information regarding a natural gas leak.  The USCG requested information regarding air monitoring, weather, and tides.","<b>T/V Challenger Pegasus; Annapolis, Md<\/b> 2016-09-23<br />\n<i>Gasoline<\/i> - NA m³<br />\nOn September 23, 2016, NOAA was notified of a gasoline barge lightering operation in Chesapeake Bay that was scheduled later that afternoon.  USCG requested assistance with potential spill scenarios, and the barge was lightered without incident","<b>Mystery spill; Western Carquinez Strait, CA, USA<\/b> 2016-09-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 20, 2016, the USCG Sector San Francisco reported sheen and petroleum odors in the vicinity of Vallejo, CA and in eastern San Pablo Bay to the California SSC.   Product is currently unknown, volume is unknown, and release time & location are unknown.  Initial trajectory products are being developed in anticipation of a USCG request in advance of a first light overflight.","<b>Quarantine Bay 149D Incident; Louisiana<\/b> 2016-09-14<br />\n<i>South Louisian Crude, Natural gas<\/i> - NA m³<br />\nOn Sept 14, 2016, the crude oil barge SMI 245 (5,681 BBLs of crude), in the tow of the M/V MEGAN B SETTOON, allided with an unidentified natural gas wellhead in Breton Sound. The M/V MEGAN B SETTOON reports the barge likely sustained minor damage from the allision but not significant enough damage to breach the hull. The vessel also reports that the wellhead has started bubbling from product discharge. Discharge quantity is unknown.  Rainbow sheening reported.","<b>Pleasure Craft Fire Rutherford Beach; Rutherford Beach, LA<\/b> 2016-09-09<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn September 10, 2016, a pleasure craft caught fire off Rutherford Beach, LA, potentially releasing 500 gallons of diesel fuel.  USCG requested fate and trajectory analysis.","<b>T/V Aframax River; Harris County, TX, USA<\/b> 2016-09-06<br />\n<i>Marine Grade Diesel Fuel<\/i> - NA m³<br />\nAt approximately midnight on Sept, 5, 2016, the T/V Aframax River, caught fire when departing a cargo facility on Buffalo Bayou, Houston Ship Channel, Houston.  The fire was extinguished in about an hour, but the vessel discharged marine grade diesel fuel into the water.  Estimate of potential discharge was 80,000 gallons, with considerable uncertainty as to amount consumed by the fire.  Fate and trajectory assistance were requested from the NOAA SSC.","<b>Grounded Spirit of Sacramento; False River, San Joaquin River Delta, CA<\/b> 2016-09-04<br />\n<i>Diesel<\/i> - 3 m³<br />\nIn the early morning hours of 04-SEP-2016, the paddle-wheeler SPIRIT OF SACRAMENTO was reportedly taking on water in False River portion of the San Joaquin River Delta.  All persons on board disembarked safely, but by sunrise the vessel had capsized, grounded and was producing a light sheen.   USCG Sector San Francisco contacted their NOAA SSC to request a spot weather forecast and tidal current estimates for the vessel location to support dive assessment.  A trajectory may also be requested prior to fuel removal operations.","<b>UTV Zeus and anhydrous ammonia barge Upper MS River; Hampton Township, IL, USA<\/b> 2016-09-04<br />\n<i>Diesel and anhydrous ammonia<\/i> - NA m³<br />\nOn September 4, 2016, the USCG Sector Upper Mississippi River notified the NOAA SSC of incident involving loss of marine diesel from the UTV Zeus in the vicinity of Davenport, Iowa. The vessel was assisting a grounded anhydrous ammonia barge around 12 AM on 4 SEPT when it grounded and sustained damage to the port fuel tank. The  USCG requesting potential trajectory of worst case discharge of fuel from UTV and, or discharge from anhydrous ammonia barge (4,800 tons).","<b>Capsized Landing Craft, Kure Atoll, HI; Kure Atoll, Hawaii<\/b> 2016-09-03<br />\n<i>gasoline<\/i> - 0 m³<br />\nOn September 2, 2016, the State of Hawaii Papahanaumokuakea National Marine Monument coordinator notifed the NOAA SSC for Oceania that a USCG-contracted 30-foot landing craft  carrying an excavator capsized at Kure Atoll. The landing craft is reported to have 50 gallons of gasoline onboard, and the excavator a few gallons of diesel.","<b>M/V Fog Cutter; Grand Gosier, LA<\/b> 2016-08-29<br />\n<i>Marine Diesel<\/i> - 3 m³<br />\nOn  August 27, 2016 the US Coast Guard responded to a report of M/V FOG CUTTER in distress 3.8 miles northwest of  Grand Gosier Island, LA. The vessel subsequently sank.  USCG Sector New Orleans  contacted the NOAA RRO and requested a trajectory of the remaining diesel on board in the event there is a discharge.","<b>Mystery Sheen: Atlantis Canyon; S of Rhode Island<\/b> 2016-08-29<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 29, 2016, a A USCG flight reported seeing a 20 mile x 3 mile \"rainbow\" sheen approximately 65 miles south of Nantucket Island at 1020 EDT.   The source of the sheen is not readily identified and neither has the target been confirmed as oil.","<b>FB North Pacific Adrift, Nome, Alaska; Nome, AK, USA<\/b> 2016-08-20<br />\n<i>diesel<\/i> - 8 m³<br />\nOn 8/20/2016, the Fuel Barge North Pacific broke its anchor, lost power, and was abandoned by its crew.  The vessel is drifting in a NW (350) direction at about 2 knots/hour. The drift trajectory is toward Sledge Island approximately 8 miles offshore from Nome.   Sector Anchorage requested a trajectory and fates analysis for the diesel.","<b>Mystery Sheen Off Sanibel, FL; United States<\/b> 2016-08-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 19, 2016, the USCG Station Fort Meyers FL relayed a report from a vessel operator of a oil sheen  approximately 8 miles SW of Sanibel, FL. The operator reported a 3-4 mile stretch of sheen with heavier patches of dark oil measuring up to 50 square yards in area. USCG requested NOAA to assess if this oil was a threat to land and where it may move to.","<b>Ferry Caribbean Fantasy; San Juan, Puerto Rico<\/b> 2016-08-17<br />\n<i>Passenger & car ferry / cruise ship<\/i> - 1199 m³<br />\nOn August 17, 2016, at 1040 local time, the ferry Caribbean Fantasy was reported on fire outside San Juan bay in Puerto Rico.  A major search and rescue effort is underway with approximately 500 passengers on board. Position is reported as 18 degrees. 28 min. 36.50 sec north 066 degrees. 10 min. 15.48 sec. West.  USCG reports 6279 bbl of #6 fuel oil and assorted container cargo. NOAA support has been requested for modeling and resources at risk.","<b>F/V Lydia & Maya; Downeast Maine<\/b> 2016-08-17<br />\n<i>Diesel<\/i> - 14 m³<br />\nAug 17, 2016 at about midnight the F/V Lydia& Maya reported it was sinking.  USCG rescued all aboard, but the 71 foot fishing vessel sank is approximately 80 fathoms of water about 40 miles off the opening of Southwest Harbor in Maine.  The vessel was carrying 3,000 gallons of diesel fuel.  A air assets has been dispatched by the USCG.  NOAA SSC has been notified and  is standing by for any requests of products.","<b>F/V McCalis; North Pacific Ocean<\/b> 2016-08-15<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approximately 6 PM, Aug 14 NOAA HDO received a call from USCG Sector North Bend about a F/V taking on water approximately 8 miles offshore of Cape Blanco, OR. All persons aboard were rescued. Trajectory and fate information was requested for the 600 gallons of diesel fuel aboard.","<b>UTV Jackson Aaron; Mississippi Mile Marker 768.2<\/b> 2016-08-13<br />\n<i>Marine Diesel<\/i> - 427 m³<br />\nOn August 13, 2016, the USCG Sector Upper Mississippi contacted the NOAA SSC with regard to a barge fire. The fire is currently being handled utilizing shipboard fire fighting and damage control (DC) techniques; shore-side assist assets are on the way.  The USCG has requested the trajectory for a worse case discharge (WCD) for 94,000gal of marine grade diesel. The vessel is currently located at Mississippi River Mile Marker 768.2.","<b>Timbalier Bay mystery sheen; Timbalier Bay, LA<\/b> 2016-08-03<br />\n<i>unknown/rainbow potentially oil<\/i> - NA m³<br />\nOn August 3, 2016, NOAA was contacted by USCG MSU Houma regarding a 1.5mi x 0.5mi rainbow sheen reported at 0830CDT.  A trajectory and resources at risk was requested.  Source unknown, commodity of concern unknown.","<b>PC Outlaw; Long Island, Alaska<\/b> 2016-07-28<br />\n<i>diesel<\/i> - 2 m³<br />\nOn July 28, 2016, the pleasure craft Outlaw,a 40-ft aluminum hulled vessel, grounded in Nina Cove (54-49.3N, 132-40.3W), on the southeast corner of Long Island, Alaska. 7 People were rescued off the vessel and transferred to USCG Station Ketchikan.  USCG Marine Safety Detachment Ketchikan reports 410 gallons of diesel and approximately 20 gallons of hydraulic oil onboard. The Coast Guard is requesting a Resources at Risk report.","<b>FV Alaska Juris; Amchitka Pass, Alaska<\/b> 2016-07-26<br />\n<i>diesel, lube<\/i> - 455 m³<br />\nOn 26-Jul-2016, the USCG reported that the FV Alaska Juris, a 218' fish catcher/processor is sinking due to an unknown cause.  The vessel has 45 POB on board and a USCG SAR is in progress.  There is a potential of 87,276 gallons of diesel on board.  Sector Anchorage has requested a fates analysis and trajectory for the fuels.","<b>FV Ambition; False Pass, Alaska<\/b> 2016-07-24<br />\n<i>diesel<\/i> - 14 m³<br />\nOn 23-Jul-2016, the FV Ambition suffered a breach to the lazarette hold and began taking on water in the vicinity of False Pass, AK.  The vessel has a potential of 3000 gallons of diesel onboard. All POB have been rescued by good Samaritan vessel.  FV Ambition is submerged and sheening.  USCG is requesting a spot forecast and trajectory and fates analysis.","<b>Swift Energy Pipeline Leak; Barataria Bay, LA<\/b> 2016-07-22<br />\n<i>Crude Oil (likely Sweet Lousiana)<\/i> - NA m³<br />\nOn July 22, 2016, the USCG Marine Safety Unit in Houma, LA,  notified the NOAA SSC about a pipeline leak in Hackberry Bay, LA.  The pipeline is believed to be carrying crude oil, volume released and potential unknown at this point, but line has been shut in (RP Swift Energy). Preliminary Sheen report was dark oil 15 miles x 200 yards. Coast Guard aerial assets and surface team will be on-site this evening, OSROs enroute. Fate, trajectory, and resources at risk requested and in process.","<b>Mystery sheens; Off Moss Landing Harbor, CA<\/b> 2016-07-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 20-JULY-2016, a whale watch boat operating outside Moss Landing Harbor, CA reported two mystery sheens;  one was âfootball field-sizedâ and the other smaller.  USCG Sector San Francisco contacted their NOAA SSC to relay the report and to request trajectory support to determine if the sheens are likely to enter Moss Landing and/or threaten nearby shorelines.","<b>Cow Bayou Marsh ; Orange, TX<\/b> 2016-07-19<br />\n<i>Crude oil<\/i> - 2 m³<br />\nOn July 19, 2016, the NOAA SSC provided verbal support to the USCG MSU Port Arthur regarding cleanup methods for an oiled marsh near adjoining Cow Bayou.   The source of the spilled oil is secure, the spill is contained, no reports of oiled wildlife have been reported and no oil reached the waterway.  The USCG is supervising the cleanup.","<b>FV Taty Z; Amlia Island, Alaska<\/b> 2016-07-19<br />\n<i>diesel<\/i> - 7 m³<br />\nOn July 19, 2016, the USCG requested SSC assistance with the grounding of the F/V TATY Z on Amlia Island, AK.  The operator estimates that there is 1500 gallons of diesel and 20 gallons of lube oil on board. The vessel also has approximately 4,500 lbs. of Halibut on board. USCG has requested NOAA assistance regarding shoreline type at the grounding location.","<b>F/V Mickey Sue; Tillamook Bay, OR<\/b> 2016-07-12<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn July 12, 2016, the USCG Sector Columbia River contacted NOAA ERD for trajectory support for potential release from the F/V Mickey Sue, hard aground in Tillamook Bay, Oregon.  The vessel is reported to contain a potential of 250 gallons of diesel fuel.","<b>F/V Captain Kevin; Sabine Pass, TX<\/b> 2016-07-11<br />\n<i>Diesel<\/i> - 23 m³<br />\nOn July 11, 2016, the F/V Captain Kevin, a shrimping vessel, sank in Sabine Pass, Texas, next to the south jetty. USCG Marine Safety Unit Port Arthur responded as a SAR case; crew was recovered with no reported injuries or fatalities. Vessel reported to be carrying 5,000 gallons of diesel, some of which discharged into the channel. USCG requested fate, trajectory, and resources at risk.","<b>Mystery Sheen, Green Canyon 205A; Offshore of Timbalier Island, LA<\/b> 2016-07-08<br />\n<i>Possible Crude Oil<\/i> - NA m³<br />\nOn July 8, 2016, the USCG Marine Safety Unity in Morgan City notified the NOAA SSC about a mystery sheen reported by a third party in Green Canyon Block 205A.  Sheen was rainbow in color, and approximately 5 mile x 5 mile, source unknown. A previous sheen report was filed in the same location on July 3, 2016. USCG is investigating.","<b>FV Echo; Nelson Lagoon, Alaska<\/b> 2016-06-30<br />\n<i>diesel<\/i> - 1 m³<br />\nOn 29 June 2016, the FV Echo, a 30-foot fishing vessel began taking on water and intentionally grounded on the coast of Bristol Bay, 26 miles southwest of Nelson Lagoon. The maximum potential is 210 gallons of diesel; it is estimated that there are 80 gallons onboard.","<b>Tug boat Potomac; Tappanzee Bridge, NY<\/b> 2016-06-30<br />\n<i>Unknown<\/i> - 5 m³<br />\nOn June 30, 2016, the tug boat Potomac sank approximately 100 feet up river of the Tappanzee Bridge.  All crew are safe and recovered by nearby boat.  The tug remains partially submerged in 9 feet of water.  She is carrying approximately 800 gallons of the diesel.","<b>Hudson Transmission Partners; Hudson River, Edgewater, NJ<\/b> 2016-06-29<br />\n<i>Dielectric Fluid<\/i> - NA m³<br />\nOn June 29, 2016, the USCG First District Command Center notified NOAA of a dielectric fluid leak in the Hudson River coming from a subsurface electric transmission line.","<b>Energy Reserve 2 Discharge; Breton Sound Block 32, LA<\/b> 2016-06-27<br />\n<i>Natural Gas and crude oil condensate<\/i> - 0 m³<br />\nOn June 27, 2016, the USCG Sector New Orleans notified SSC regarding a discharge of crude oil from an Energy Reserve 2 well in Breton Sound, Block 32. the source, a pinhole leak on an out-of-service wellhead, has been secured.","<b>Lake Ontario Mystery Sheen; Sunset Bay, Lake Ontario, New York<\/b> 2016-06-26<br />\n<i>Light petroleum product (hydraulic oil or mineral oil)<\/i> - 0 m³<br />\nOn June 28, 2016, the NOAA SSC was contacted by USCG Sector Buffalo regarding a mystery sheen along the Lake Ontario shoreline west of Sunset Bay.  Sheen was described as a light petroleum product approximately 1 nautical mile long by 30 yards wide.  USCG requested a trajectory for the sheen.","<b>Mystery Drum, floating, Vineyard Sound; Vineyard Sound, MA<\/b> 2016-06-16<br />\n<i>Unknown<\/i> - NA m³<br />\nNA","<b>Mystery Sheen Owls Head; Owls Head, Maine<\/b> 2016-06-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 15, 2016, a USCG Aux. flight reported a 500 yard x 50 ft sheen about 1 nm SE of Owls Head, Maine.  The source was unknown.","<b>Ocean 105; Gulfport, MS<\/b> 2016-06-15<br />\n<i>marine diesel<\/i> - NA m³<br />\nOn June 15, 2016, the NOAA SSC was notified of a diesel spill in Gulfport harbor, Mississippi.  The cause was reported as transfer line rupture. Red diesel observed in the water along the extent of the pier. USCG requesting support on fate and effects.","<b>Mystery sheen; Turtle Bay, LA<\/b> 2016-06-14<br />\n<i>Crude Oil, Produced Water<\/i> - 0 m³<br />\nOn June 14, 2016, the USCG Sector NOLA contacted the NOAA SSC to request a hindcast for a mystery sheen reported in Little Lake, Turtle Bay, Louisiana (Jefferson Parish, NRC# 1150600). Source and responsible party were unknown, but suspected to be a pipeline from one of the facilities located on Turtle Bay. Hindcast and trajectory were provided.","<b>Navy Helicopter Crash; Newport News, Virginia<\/b> 2016-06-14<br />\n<i>JP-5<\/i> - 2 m³<br />\nOn June 14, 2016, the USCG Sector Hampton Roads notified the NOAA SSC that a Navy MH 60 Seahawk helicopter crashed into the James river about 1.5 miles north of the James river bridge. All 3 occupants were rescued. The aircraft had approximately 400 gallons of JP 5 fuel on board at the time of crash.","<b>Mystery Sheen; Mississippi Canyon Block 809, Offshore LA<\/b> 2016-06-13<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn June 13,2016, the USCG MSU Morgan City contacted the NOAA SSC requesting additional information regarding a sheen reported in Mississippi Canyon Block 809.   SSC contacted satellite analyst for additional information, and cross-referenced reports with known facilities in ERMA.  OceanMap reports and map of nearby facilities provided to MSU Morgan City.","<b>Union Pacific oil train derailment; Mosier, OR<\/b> 2016-06-03<br />\n<i>Bakken Crude oil<\/i> - NA m³<br />\nOn June 3, 2016, the USEPA notified the NOAA SSC that at approximately 12:40pm a Union Pacific unit train carrying Bakken crude oil derailed near the town of Mosier, Oregon, east of Hood River on the Oregon bank of the Columbia River.  Initial information reported was that 2 cars are on fire and no oil has reached the water. EPA responders are en route.  Trustees have been notified.","<b>Magellan Pipeline; Spring, TX<\/b> 2016-06-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 2, 2016, the USCG contacted the Houston SSC regarding a potential pipeline spill near Spring, TX.  The pipeline is at risk of damage due to flood conditions on Spring Creek and severe weather in the Houston region.  The pipeline has been shutdown and efforts are underway to remove gasoline from the line, but there is currently a potential of 650,000 gallons in the stretch of pipeline at risk.  Spring Creek flows into the San Jacinto River and Lake Houston.  The lake is part of the Houston water supply.  The USCG requested information on potential downstream transport and impacts to water quality.","<b>F/V WU WU; Cape May, NJ<\/b> 2016-06-01<br />\n<i>Diesel Fuel<\/i> - 4 m³<br />\nOn June 1,  2016, the USCG Sector Delaware Bay contacted the NOAA SSC to report that an unidentified vessel, estimated to be 40 ft in length, grounded and than sank inside of Cape May inlet, New Jersey at approximately 9:30pm. USCG estimates that there are 350 gallons of diesel in the fuel tank and an additional 10 fifty-five gallons containers filled with diesel. No sign of a pollution event at the time of the notification. USCG requested NOAA modeling support.","<b>THE MAJESTY; Boston Harbor, MA<\/b> 2016-05-28<br />\n<i>Diesel Fuel<\/i> - 9 m³<br />\nOn May 28, 2016, the USCG Sector Boston notified the NOAA SSC that THE MAJESTY, a dinner cruise ship, ran aground on George's Island near Boston Light, Boston Harbor, MA. Incident occurred at 1924 hours. Vessel had 1900 gallons of diesel fuel on board. An unknown amount of fuel oil has spilled into the water.","<b>M/V Roger Blough; Lake Superior, Michigan<\/b> 2016-05-27<br />\n<i>Number 2 diesel<\/i> - 605 m³<br />\nOn May 27, 2016, the M/V Roger Blough ran around on Gros Cap Reef in Lake Superior, west of Sault Ste. Marie, along the U.S. and Canadian border.  Max potential discharge is 133,141 gallons of number 2 diesel.  USCG Sector Sault Ste. Marie contacted the NOAA SSC requesting trajectory, fate, and effects for the potential release, but no reported pollution at this time.","<b>F/V JAMIE MARIE; Ocean Shores, WA<\/b> 2016-05-23<br />\n<i>Diesel<\/i> - 20 m³<br />\nOn May 23, 2016, the USCG notified the NOAA SSC that the F/V JAMIE MARIE, grounded a half mile north of the jetty in Ocean Shores, WA.  The 90-foot steel hull fishing vessel is reported to have 4500 gallons of diesel and 30 gallons of hydraulic fuel, as well as 250,000 pounds of fish onboard.  Permission is being sought from WA Department of Ecology to dump the cargo of fish. NOAA trustees have been notified.","<b>Mystery Sheen; Viosca Knoll 859, Offshore Louisiana<\/b> 2016-05-22<br />\n<i>Crude oil (likely)<\/i> - NA m³<br />\nOn May 22, 2016, the USCG Sector NOLA notified the NOAA SSC about a mystery sheen in the vicinity of Viosca Knoll 859 block.  The sheen, reported by third party overflying the area, was described as rainbow, extending 1 mile x 1 miles.","<b>M/V ULTRA LASCAR; Outside San Francisco Bay, CA<\/b> 2016-05-20<br />\n<i>Fuel oil<\/i> - 756 m³<br />\nOn May 20, 2016, the USCG Sector San Francisco contacted NOAA ERD to report that the 575-foot bulk carrier, the M/V UTRA LASCAR lost propulsion while inbound transiting toward San Francisco Bay.  The vessel is reported to be carrying 3960 bbl of fuel oil.  The bulk cargo is salt.  Trajectory support was requested in the event of grounding and fuel release, but the vessel was able to anchor and tugs arrived to provide assistance.","<b>ADVs MSD Panama City 2016; Apalachicola, FL<\/b> 2016-05-17<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 17, 2016, the NOAA SSC was notified by the USCG regarding planned abandoned derelict vessel removals in vicinity of Apalachicola River. Two vessels were identified as targets for removal and others in area are being assessed.","<b>Mystery Spill Pemaquid Point; Pemaquid Point, Maine<\/b> 2016-05-13<br />\n<i>Unknown<\/i> - 1 m³<br />\nOn May 13, 2016, the NOAA SSC was contacted by the USCG after a USCG Auxiliary flight reported a fuel oil slick off Pemaquid Point (near Boothbay Harbor) in Maine.  The footprint was 50x150 yards, about 3 nautical miles off the coast.  Spill source is unknown and the location does not match any legacy sunken vessels from the NOAA Resources and Undersea Threats (RUST) database.","<b>MC 430 Sheen; Mississippi Canyon block 430 (MC430)<\/b> 2016-05-10<br />\n<i>crude oil or condensate<\/i> - NA m³<br />\nOn May 10, 2016, the USCG Marine Safety Unit Morgan City contacted the NOAA Regional Response Officer regarding a sheen in the vicinity of Mississippi Canyon (MC)430.  The sheen was reported to have the dimensions of 5 miles x 25ft. The commodity of concern is unknown but is suspected to be either condensate or crude oil. The USCG requested NOAA trajectory and potential fate of of the sheen.","<b>Sheen Reports; off Bolinas, CA<\/b> 2016-05-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 8, 2016, USCG Sector San Francisco contacted the SSC to relay two separate (but nearby) sheen reports offshore of Bolinas CA.  The first sheen report from a charter fishing vessel was of a 1 mile x 100 yd rainbow sheen at 0930 hrs, but no orientation description.  The second report from the Tug Arthur Brusco was of a N/S oriented sheen approximately 12 NM from the earlier report and within the vessel Traffic Separation Scheme outside the entrance to San Francisco Bay.  USCG requested a hindcast trajectory to determine if the two sheen reports might be related and to narrow down the potential source(s).","<b>Military Harrier Jet Crash; Wrightsville Beach, NC<\/b> 2016-05-06<br />\n<i>JP-5<\/i> - 7 m³<br />\nOn May 6, 2016, A military jet crashed off Wrightsville Beach, NC at 4:45pm. USCG Sector North Carolina notified NOAA SSC at 7:45 pm. Aircraft reported to have 1600 gallons of JP-5 on board. USCG requested trajectory.","<b>Mystery Spill, Laysan Island, HI; Laysan Island, NWHI.<\/b> 2016-05-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 3, 2016, wildlife research crews on Laysan Island in the PapahÄnaumokuÄkea Marine National Monument in the Northwestern Hawaiian Islands reported an oiled Laysan duck and observed a brownish slick just offshore of the island.  The slick was reported to the National Response Center on May 4, 2016 and staff from the ONMS notified the NOAA SSC.   Laysan is approximately 800 nautical miles NW of Honolulu.","<b>Sunken Barge EMS 319; MM 92.5, Mississippi River, New Orleans<\/b> 2016-04-20<br />\n<i>Crude Oil (Sweet Lousiana Crude)<\/i> - 4773 m³<br />\nOn April 20, 2016, USCG Sector NOLA notified the NOAA SSC of a sinking barge containing crude oil at MM 92.6 on the Lower Mississippi River.  Barge has a capacity of 25,000 bbls.  SSC has provided trajectory based on river flow estimates, and fate analysis for several types of crude oils.","<b>F/V PRIVATEER; Ocean Shores, WA<\/b> 2016-04-15<br />\n<i>Diesel<\/i> - 27 m³<br />\nOn April 15, 2016, the Washington State Department of Ecology notified the NOAA SSC that the 75 foot fishing vessel, F/V PRIVATEER, was sinking near the mouth of Grays Harbor, WA. USCG conducted search and rescue operations and three crew members were successfully rescued off the vessel. The potential spill volume from this vessel is reported to be approximately 6,000 gallons of diesel.\u000b","<b>F/V Volga; Resurrection Bay, Alaska<\/b> 2016-04-04<br />\n<i>diesel<\/i> - 2 m³<br />\nOn April 2, 2016, the 37-foot F/V Volga ran aground in El Dorado Narrows on the Kenai Peninsula, Alaska.   Vessel has 2 ft long hole and crack under waterline which caused flooding in the engine room. There is approximately 100 gallons of diesel and 500lbs of catch on board. USCG has requested resources at risk and a Section 7 consultation","<b>Isles of Shoals Mystery Sheen; Isles of Shoals, NH<\/b> 2016-04-04<br />\n<i>Oil<\/i> - NA m³<br />\nOn April 4, 2016 a fishing boat reported three 100yd x 100yd mystery sheens in the area the Isle of Shoals, New Hampshire. Sector Northern New England requested NOAA to hindcast sheens in order to determine the origin of the sheen.","<b>Qinaq River Submerged Excavator; Tuntutuliak, Alaska<\/b> 2016-04-04<br />\n<i>hydraulic, lube, diesel<\/i> - 0 m³<br />\nOn March 24, 2016, an construction excavator fell through the ice the Qinaq River near the Village of Tuntutuliak, Alaska, and is in approximately 15 feet of water and 20ft from the bank. The excavator has approximately 60 gallons of product on board, approximately 27 gallons hydraulic, 27 gallons diesel, and 4 gallons of engine oil. The USCG requests information on fate, persistence, and transport of the product.","<b>Bayou Teche Tank Overflow; Bayou Tesh, Jeanerette, LA 70544<\/b> 2016-03-29<br />\n<i>Type 3 Crude Oil<\/i> - 53 m³<br />\nOn March 28, 2016, a tank at the PSC industrial Outsourcing was overfilled, filling the containment berm. Some oil escaped containment and entered Bayou Teche near Jeanerette, LA.  USCG requested a trajectory and Resources at Risk.","<b>Grounded F/V PATTY AJ; Coos Bay, OR<\/b> 2016-03-24<br />\n<i>Unknown<\/i> - NA m³<br />\nOn March 24, 2016, USCG Sector Astoria notified the NOAA SSC of a grounded fishing vessel in Coos Bay, OR with 30,000 pounds of fish, 3200 gallons of diesel, and 300 gallons of lube oil. The incident occurred on Wednesday March 23rd at approximately 0800. Three individuals were rescued from the water, one is still missing. USCG requested scientific support for salvage operations.","<b>Long Bay Oil Slick; East Cox Bay, LA<\/b> 2016-03-22<br />\n<i>Oil<\/i> - 0 m³<br />\nOn March 22, 2016, the USCG Sector New Orleans contacted the NOAA SSC with regard to an oil slick sighted outside of Long Bay, Louisiana.  The volume was estimated to be 2.5 bbl of crude oil.  The USCG has requested a trajectory of the slick.","<b>F/V LONGSHOT; Long Island Sound<\/b> 2016-03-20<br />\n<i>Diesel<\/i> - 5 m³<br />\nThe 50 foot F/V LONGSHOT caught fire near the entrance to Long Island Sound on Sunday morning March 20, 2016.  The crew escaped without injury, but the vessel was full engulfed and burned to the waterline and then sank.  The USCG Sector Long Island Sound contacted the NOAA SSC to determine potential fate of the fuel oil and resources at risk.","<b>Marina fire; Port Orchard, WA<\/b> 2016-03-20<br />\n<i>Diesel<\/i> - 8 m³<br />\nOn March 20, 2016, the USCG Sector Puget Sound notified the NOAA SSC of a fire at the Port Orchard Yacht Club involving numerous vessels.  Thus far, an estimated 300 gallons of diesel has been released but discharge continues with the potential remaining fuel estimated as 1,500 gallons. USCG Sector Puget Sound is on-scene and requested trajectory support.","<b>Tarrytown Tug Barge Collision; Tappan Zee Bridge, NY<\/b> 2016-03-17<br />\n<i>Diesel Fuel<\/i> - 11 m³<br />\nOn Saturday, March 12, 2016 a tug and barge collided off Tarry Town along the Hudson River in the vicinity of the Tappan Zee Bridge.  The plan is to raise the tug on Tuesday, March 22, 2016 and it is estimated that 2500 gallons of diesel fuel is still on board the tug.","<b>Mystery Sheen, Main Pass LA; Vicinity of Main Pass, LA<\/b> 2016-03-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 16, 2016, the NOAA RRO was contacted by Sector New Orleans about a 2 mile long mystery sheen located in the vicinity of Main Pass.  This is a notification only; no other assistance is requested at this time.","<b>Berry Lake Platform Fire; Bayou Sorrel, LA<\/b> 2016-03-15<br />\n<i>Louisiana Sweet Crude<\/i> - 153 m³<br />\nOn March 15, 2016, the USCG Marine Safety Unit in Baton Rouge, LA, notified the NOAA SSC of a platform fire in Bayou Sorrel, LA.  One tank is reported on fire and two adjacent tanks containing 35,000 gallons of product each, are at risk.  A firefighting contractor is en route to the site to assist in containing the fire, along with USCG personnel including the USCG Gulf Strike team.","<b>F/V BERGEN; Bellingham, WA<\/b> 2016-03-10<br />\n<i>Diesel<\/i> - 7 m³<br />\nOm March 10, 2016, the USCG Sector Puget Sound notified the NOAA SSC for the Northwest that the 57-foot F/V BERGEN grounded in Bellingham Bay, WA, with an estimated 1500 gallons of diesel on board. Trajectory and oil persistence support was requested and delivered verbally. Trustees have been notified and ESA Section 7 emergency consultation has been initiated.","<b>Drug Interdiction; 40 miles south of Dominican Republic<\/b> 2016-03-08<br />\n<i>Diesel<\/i> - 11 m³<br />\nOn March 8, 2016, the USCG contacted the NOAA SSC regarding scuttling considerations for an interdicted drug smuggling vessel 40 miles south of the Dominican Republic.","<b>F/V Ruby D; Ft Meyers. FL (offshore)<\/b> 2016-03-07<br />\n<i>diesel<\/i> - 1 m³<br />\nOn March 7, 2016, the 36 foot fishing vessel Ruby D sank about 45 miles off Ft Meyers Florida. The vessel had a total diesel fuel capacity of 350 gallons but was reportedly carrying 200 gallons at the time of the incident. The USCG rescued all personnel from the vessel and there were no casualties.","<b>Dozier's Marina Fire; Urbanna, VA<\/b> 2016-02-29<br />\n<i>diesel fuel, gasoline, haz mat materials<\/i> - NA m³<br />\nAt 12:50 PM on February 29, 2016, the USCG Sector Hampton Roads notified the NOAA SSC about a fire at the Dozier's Marina, Urbanna, Virginia.  50 boats on fire. Pollution unknown at this time. Marina located on Urbanna Creek which is a \u000btributary to Rappahannock River.","<b>M/V West Cameron; 238 miles south of Pensacola, FL GOM<\/b> 2016-02-20<br />\n<i>marine diesel<\/i> - 27 m³<br />\nOn February 20, 206, the NOAA SSC was contacted by USCG Sector Mobile regarding a sunken tug located approximately 238 miles south of Pensacola, FL. The tug was reportedly being towed to Venezuela and sunk overnight on February 19, 2016.  Reportedly 6,000 gallons of marine diesel on board.","<b>Tug Emily Anne; Boston Outer Harbor<\/b> 2016-02-16<br />\n<i>Unknown<\/i> - 8 m³<br />\nOn Feb. 16, 2016, the USCG notified the NOAA SSC that the tug Emily Ann had sunk in or around the main shipping lanes into Boston Harbor.  The crew was rescued.  The tug sank with approximately 1800 gallons of diesel fuel.  Sector Boston requested trajectory and other support.","<b>Abandoned cannery site; McAbee Beach, Monterey, CA<\/b> 2016-02-12<br />\n<i>Kerosene, other oil(s)<\/i> - 3 m³<br />\nOn February 11, 2016, a small amount of black oil was observed leaching out of an abandoned concrete foundation into the upper intertidal along the Cannery Row shoreline in downtown Monterey, CA.  Source is suspected to be an abandoned tank. Excavation of the upland site is likely to occur in the near future once tides and local storm conditions diminish.","<b>FV Stella Marie; Sitka, Alaska<\/b> 2016-02-12<br />\n<i>diesel<\/i> - 0 m³<br />\nOn February 12, 2016, the Alaska SSC was notified that the 36-foot FV STELLA MARIE was partially submerged and adrift near Vitskari Rocks near Sitka, Alaska.  The USCG MSD Sitka requested a ESA Section 7 consultation be initiated.","<b>Potomac River; Washington DC<\/b> 2016-02-04<br />\n<i>Diesel Fuel<\/i> - NA m³<br />\nOn February 4, 2016, the USCG Sector Baltimore and Virgina DEQ notified the NOAA SSC about an extensive sheen being observed in the Potomac River from the Ronald Reagan National Airport area downriver as far as the Wilson Bridge. Source is unknown but outfall in Roaches Run, Arlington, Virginia appears to be source of oil entering Potomac River.","<b>Canadian Pacific Rail Train Derailment; Brownsville, MN Mississippi River<\/b> 2016-01-27<br />\n<i>vegetable oil sweetener or shortening<\/i> - 432 m³<br />\nOn January 27, 2016, the USCG Sector Upper Mississippi River contacted the NOAA SSC regarding report of train derailment 3 miles south of Brownsville, MN in MS River. Unknown number of cars derailed, 6 cars in the water, 3 fully submerged, 2 partially submerged, unknown amount leaking. Product reported as vegetable oil sweetener or shortening. USCG requesting support for product F&E, trajectory, RAR, etc. as needed.","<b>M/V Serena III; Fort Lauderdale, FL<\/b> 2016-01-25<br />\n<i>diesel fuel<\/i> - 32 m³<br />\nOn January 25, 2016, the 39 meter (106 ft) Super Yacht Serena III sank 13 nautical miles off Fort Lauderdale, FL in 1200 feet of water. The USCG responded and rescued all 13 passengers without any injuries. The vessel sank with 7000 gallons of diesel fuel onboard. USCG requested trajectory forecast and weather.","<b>Kinder Morgan; Chesapeake,Virginia<\/b> 2016-01-22<br />\n<i>JP-1 kerosene<\/i> - 7274 m³<br />\nOn January 22, 2016, the USCG Sector Hampton Roads notified NOAA SSC about an above ground storage tank containing 1.6 million gallons of JP-1 (kerosene) that is currently leaking product. Product is leaking into surrounding containment area. No pollution into nearby Elizabeth River reported.","<b>UTV AMY FRANCES; MS River MM 363 Natchez, MS<\/b> 2016-01-21<br />\n<i>clarified slurry oil<\/i> - 4573 m³<br />\nOn January 21, 2016, the NOAA SSC was contacted by USCG Sector Lower Mississippi River regarding a barge allision with a bridge.  The UTV AMY FRANCES was pushing barges southbound when it struck Natchez bridge (Hwy 84) in the vicinity of MM 363, LMR. Two tanks on barge sustained damage.  USCG requested on-scene SSC support and  product fate and effect, Resources at Risk, and assistance with emergency notifications.","<b>Sunken Barges; Davant, LA<\/b> 2016-01-20<br />\n<i>coal or pet coke<\/i> - NA m³<br />\nOn January 20, 2016, the USCG Sector New Orleans notified the NOAA SSC that approximately 15 barges in a fleeting area at River Mile 52 of the Mississippi River had broken loose from their moorings and collided with nearby vessels. One barge carrying either coal or petroleum coke sank mid-channel, and another has been pushed into the bank. Sector NOLA requested advice on fate, toxicity, and effects for these products.","<b>Downed Military Aircraft; North Shore, Oahu<\/b> 2016-01-15<br />\n<i>JP5 fuel<\/i> - 18 m³<br />\nOn January 14, 2016, the NOAA SSC for Hawaii was notified that two military helicopters had downed approximately 1.5 nm offshore of Haleiwa, Oahu. Each aircraft is presumed to have had about 2000 gallons of JP5 fuel aboard. USCG Sector Honolulu has requested forecasts of the oil trajectory, oil persistence, and likelihood of shoreline impacts.","<b>F/V Yankee; Neva Strait, Sitka, Alaska<\/b> 2016-01-13<br />\n<i>diesel<\/i> - 1 m³<br />\nOn January 13, 2016, the FV Yankee, a 38 foot commercial fishing vessel, ran aground 15 NM N of Sitka, Alaska in Neva Strait.  USCG Marine Safety Detachment (MSD) Sitka is currently conducting a survey of the grounding site. The USCG has requested trajectory and fates analysis and an ESA Section 7 consultation.","<b>Tarballs; Point Lobos, CA<\/b> 2016-01-08<br />\n<i>oil<\/i> - NA m³<br />\nOn the afternoon of 08-JAN-2016, USCG Sector San Francisco contacted the regional NOAA SSC to request a hindcast for tarballs that had come ashore at Point Lobos, just south of Carmel, CA. .  Due to recent heavy weather in the area, USCG will have some tarballs analyzed and have requested hindcast trajectory support to help determine a likely source.","<b>Oiled birds; Monterey Bay, CA<\/b> 2016-01-05<br />\n<i>Bunker C<\/i> - NA m³<br />\nOn the afternoon of 05-JAN-2016, Californiaâs Office of Spill Prevention & Response (OSPR) contacted their regional NOAA SSC indicating that chemical analyses of oiled bird samples collected in December 2015 were consistent with oil from the shipwreck SS Jacob Luckenbach.  The Luckenbach had sunk in 1953, was a source of mystery spills for decades, and was the site of an underwater oil removal operation in 2002","<b>FV Moonraker; Latouche Island, Alaska<\/b> 2016-01-04<br />\n<i>diesel<\/i> - 1 m³<br />\nOn 02-Jan-2016, USCG received a report of a fishing vessel aground in Horseshoe Bay on Latouche Island, Prince William Sound, Alaska. The FV Moonraker, which dragged anchor during a storm, grounded on 31-Dec-2015 with approximately 200 gallons of diesel onboard. A small amount of sheening was observed. All 4 POB rescued. Vessel salvage will occur during appropriate weather window.","<b>Hudson River 78th Street Dielectric Fluid Spill; Edgewater, NJ<\/b> 2016-01-02<br />\n<i>Dielectric Fluid<\/i> - 45 m³<br />\nOn January 2, 2016, the USCG Sector New York notified the NOAA SSC about a leak of dielectric fluid (no polychlorinated biphenyls) from a submerged active high power voltage line that runs between Manhattan, NY and Hudson County, NJ. Sector New York requested trajectory from NOAA.","<b>Pipeline Leak, Ship Shoal Block 233; Offshore Terrebonne Bay, LA<\/b> 2015-12-21<br />\n<i>crude oil, produced water<\/i> - 32 m³<br />\nOn December 21, 2015 the USCG Marine Safety Unit in Morgan City, LA,  notified the NOAA SSC of a leak in a 12-in offshore pipeline carrying Louisiana Sweet Crude and produced water. The operator has shut in pipe, is bleeding down pressure, and deploying recovery assets. An 0.5 mile X 150 ft sheen has been reported. Location is approximately 45 miles offshore. Trajectory requested and in progress.","<b>M/V William Strait; MM 727 Mississippi River near Memphis, TN<\/b> 2015-12-14<br />\n<i>93,000 gallons diesel, 2,344 lube oil, 600 gals other<\/i> - 436 m³<br />\nOn December 14, 2015, the NOAA SSC was informed of a vessel collision on Lower MS River.  The tug M/V Strait sank after colliding with an asphalt barge.  The USCG requested fate and trajectory for fuel on the tug.","<b>Tugs in Adak; Sweeper Cove, Adak Island, AK<\/b> 2015-12-14<br />\n<i>unknown petroleum product<\/i> - NA m³<br />\nOn December 14, 2015, two 110-foot tugboats came loose from their moorings in Sweeper Cove in the City of Adak when the pier they were moored to collapsed in a storm.  Both tugs are currently soft aground at the jetty in Sweeper Cove.  Amount of fuel onboard, if any, is unknown.  The USCG Sector Anchorage requested a long-term weather forecast.","<b>F/V Orin C; Stellwagen Bank NMS, Massachusetts<\/b> 2015-12-04<br />\n<i>Unknown<\/i> - NA m³<br />\nOn December 3, 2015, the Orin C reported it was taking on water and requested help from the US Coast Guard Sector Boston.  3 crew were removed from the water as the ship was sinking, two of whom survived.  The vessel subsequently sank in or near the Stellwagen Bank National Marine Sanctuary about 9 miles SE of Cape Ann, MA.  The fuel capacity was 750 gallons, however, as it was returning from a fishing trip, it is suspected that the volumes are substantially reduced.  The vessel was confirmed sunk and the investigation continues, including a pending overflight.","<b>Crimson Gulf (FKA Mystery Slick); app. 3.08nm E of Pass A Loutre<\/b> 2015-11-17<br />\n<i>Crude oil, natural gas condensate, produced water<\/i> - 141 m³<br />\nOn November 17, 2015, the USCG sector New Orleans notified the NOAA SSC regarding a mystery slick observed near Pass A Loutre, LA. NOAA was requested to provide trajectory and weather forecast for the developing incident.","<b>M/V Teal;   3 MN east of Cape Hatteras, NC<\/b> 2015-11-05<br />\n<i>diesel<\/i> - NA m³<br />\nOn November 5, 2015, the NOAA SSC was notified of a 60-foor wooden vessel sinking off of Cape Hatteras, NC.  All three persons on board were rescued.  The vessel had an estimated 2,000 gallons of diesel on board, including several extra tanks that were not secured and may have floated off.  The vessel is sunken in shallow water and a debris field has been observed in the vicinity of the vessel. USCG requests trajectory and fate of the fuel.","<b>BOPCO platform; Cox Bay, LA<\/b> 2015-11-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn November 1, 2015, the USCG Sector New Orleans notified the NOAA SSC about an oil spill that occurred on 30 Oct 2015. USCG confirmed by air that a discharge occurred from a platform and had created an approximate 500'x50' rainbow sheen.","<b>Entergy; Jefferson County, Harvey LA<\/b> 2015-11-01<br />\n<i>Transformer Oil / PCBs<\/i> - 0 m³<br />\nOn November 1, 2015, the USCG Sector New Orleans notified the NOAA SSC about a transformer oil spill that occurred at the 2400 Block of Barataria Blvd as the result of an explosion of power equipment (3 regulators) at approximately 0100. USCG reports that approximately 100/300 gallons of potential PCB containing transformer oil was discharged from the damaged regulators and into an adjacent storm drain leading to the Harvey canal system.","<b>M/V Endeavour; St Lucie Inlet, Stuart, FL<\/b> 2015-10-27<br />\n<i>diesel fuel oil<\/i> - 25 m³<br />\nOn October 27, 2015, the USCG Sector Miami notified the NOAA SSC that a vessel had grounded in the St Lucie Inlet with 5500 gallons of diesel onboard. Some dark oil was seen in the water around the vessel. NOAA trajectory,tides and currents, weather and resources at risk were requested.","<b>Tug Challenger; Juneau, Alaska<\/b> 2015-10-21<br />\n<i>waste oil, lubricants, diesel<\/i> - 2 m³<br />\nOn September 12, 2015, the Tug Challenger sank at its mooring location near Juneau, AK in approximately 20 feet of water. Marine salvors removed some of the accessible pollutants, however, approximately 500 gallons of waste oils, lubricating oils, and diesel remain on the sunken vessel. The USCG Sector Juneau has requested a resources at risk document for potential leakage of the remaining pollutants on board.","<b>Ketivik; Egegik, Alaska<\/b> 2015-10-16<br />\n<i>jet fuel<\/i> - NA m³<br />\nOn Oct 16, 2015, the landing craft, \"Ketivik\", a 50+ ft. vessel that was transiting from Nushagak to Egegik with an unknown amount of fuel product on board was reported missing. USCG was conducting a SARs for the vessel. The SAR aircraft crew reported a sighting of 4 fuel drums of what could potentially be jet fuel (landing craft was believed to have drums of jet fuel on board). USCG Sector Anchorage requested a spot forecast and trajectory for the fuel drums.","<b>Container Ship El Faro; 35 NM NE of Crooked Islands, Bahamas<\/b> 2015-10-05<br />\n<i>Unknown<\/i> - 1241 m³<br />\nOn October 05, 2015, 7th Coast Guard District contacted the NOAA SSC regarding a possible sunken container ship, the El Faro Monday, which is believed to have sunk during Hurricane Joaquin.  While searching in the vicinity of the ship's last known position 35 nautical miles northeast of Crooked Islands, Bahamas, the Coast Guard located a deceased person in a survival suit in the water. A heavily damaged life boat with markings consistent with those on board the El Faro, a partially submerged life raft, life jackets, life rings, cargo containers and an oil sheen were also located by Coast Guard aircrews within a 225 square nautical mile search area. Search and rescue operations continue. Coast Guard has requested assistance with trajectory assessment for potential oil spill associated with sunken vessel.","<b>Aleutians Pribilof No 2; Atka, Alaska<\/b> 2015-10-01<br />\n<i>diesel<\/i> - 1 m³<br />\nOn October 1, 2015, the 36-foot fishing vessel Aleutians Pribilof No 2 was reported missing. The vessel was last seen moored in Nazan Bay at approximately 2100 on 30SEP. No persons are on board. The owner reported that the vessel has approximately 250 gallons of diesel and 30 gallons hydraulic oil on board. Total capacity for the boat is 300 gallons.  The owner suspects that the mooring line broke causing the vessel to go adrift. USCG Sector Anchorage has requested a trajectory for the boat and also fate analysis for the oil if it is discovered that the oil has been discharged.","<b>Hurricane Joaquin; Atlantic seaboard, US.<\/b> 2015-10-01<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 1, 2015, NOAA ERD opened a hotline to capture general information regarding any pollution incidents and response activities along the Atlantic Seaboard from the passage of Hurricane Joaquin. Incident specific hotlines may be opened later.","<b>Seward Mystery Sheen; Seward, Alaska<\/b> 2015-09-30<br />\n<i>uknown<\/i> - NA m³<br />\nOn 01-Jun-2015, intermittent sheening was observed 250' offshore at Seward, Alaska.  The USCG identified and investigated several underwater objects in the area.  Further action is pending operational planning and coordination with partner agencies. Sector Anchorage requested NOAA assistance in its investigation","<b>Tug Harken 10; Straits of Georgia, Briitish Columbia, Canada<\/b> 2015-09-28<br />\n<i>diesel<\/i> - NA m³<br />\nOn September 28, 2015, the NOAA Emergency Response Division was relayed a notification from the Canadian Coast Guard of a vessel sinking in Canadian waters of the Straits of Georgia.  The 18 meter (60 foot) tug boat \"Harken 10\" sank in the middle of the Southern Straits of Georgia this morning in approximately 1000 feet of water west of Vancouver, BC.  The crew were rescued. The vessel was reported to contain approximately 5100 gallons of diesel fuel, 160 gallons of lube and 160 gallons of hydraulic oil.  Because of the proximity to the U.S. border, the US Coast Guard requested a trajectory analysis.","<b>Tank Barge Argo; Western Lake Erie, Ohio<\/b> 2015-09-16<br />\n<i>Crude Oil, Benzol<\/i> - 909 m³<br />\nOn October 20, 1937, the tank barge Argo foundered in a storm and sank in western Lake Erie.  At the time of the sinking, the barge was reportedly loaded with 4,762 barrels of crude oil and benzol.  The vessel was identified in the 2013 NOAA RULET (Remediation of Underwater Legacy Environmental Threats) report and database as potential pollution threat, but the exact location of the wreck was unknown.  Recently the vessel was located, confirmed to be in U.S. waters of Lake Erie, and appears from side-scan sonar survey imagery to be intact and may be periodically leaking.","<b>F/V Lady K; Bristol Bay AK<\/b> 2015-09-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn September 13, 2015, the USCG contacted NOAA ERD regarding a vessel adrift in the North side of Bristol Bay, Alaska.  The vessel was unmanned and approximately 3 miles offshore.  The USCG requested a vessel drift trajectory.\u000b","<b>PRECIOUS TIME II; Sandy Hook, NJ<\/b> 2015-09-13<br />\n<i>Gasoline<\/i> - 1 m³<br />\nOn September 13, 2015, the USCG Sector New York notified the NOAA SSC about a 29 foot recreational fishing vessel, THE PRECIOUS II, that grounded on the northern end of Sandy Hook. The location is part of Gateway National Park and managed by National Park Service. The vessel contained a max potential 300 gallons of gasoline. The area is considered an extremely environmentally sensitive area, due to the presence of piping plovers, American Tiger Beetle and Beach Amerynthe, endangered plant.","<b>THE-INDIA; Sandy Hook, NJ<\/b> 2015-09-13<br />\n<i>Gasoline<\/i> - 1 m³<br />\nOn September 13, 2015, the USCG Sector New York notified the NOAA SSC about a capsized vessel off of Sandy Hook, NJ. It is a 25 foot commercial tow vessel that capsized. Vessel has as much as 150 gallons of gasoline on board. USCG requested that NOAA prepare a trajectory.","<b>Mystery Sheen; Offshore Grand Isle, LA<\/b> 2015-09-12<br />\n<i>Unknown; suspected oil<\/i> - NA m³<br />\nOn September 12, 2015, the NOAA SSC was notified by the USCG Marine Safety Unit in Morgan City, Louisiana, of a mystery sheen offshore of Grand Isle, LA.  USCG requested a trajectory and evaluation of potential shoreline impact on Grand Isle and/or potential oiling of the Louisiana Offshore Oil Port (LOOP).","<b>FV Sierra Allene; Kelp Bay, Alaska<\/b> 2015-09-04<br />\n<i>diesel<\/i> - 6 m³<br />\nOn September 4, 2015, the 49-foot fishing vessel F/V SIERRA ALLENE sank in Kelp Bay, east side of Baranof Island, Alaska. The vessel has approximately 600 gallons of diesel fuel on board. USCG Sector Juneau has requested a fates analysis and trajectory.","<b>FV Pacific Venture; Sitka, Alaska<\/b> 2015-09-02<br />\n<i>diesel<\/i> - 3 m³<br />\nOn Sept 2, 2015, the FV Pacific Venture, a wood-hulled 58â limit seiner,  grounded and subsequently rolled over in the vicinity of The Twins roughly 0.5 to 0.75 nm off the mouth of Indian River, in Sitka, Alaska. The vessel contains approximately 600 gallons of diesel and 50 gallons of other oils.  The USCG MSD Sitka requests fates analysis and trajectory.","<b>Piti Power Plant generator fire; Piti, Guam<\/b> 2015-08-31<br />\n<i>#6 Fuel Oil<\/i> - NA m³<br />\nOn August 31, 2015, the NOAA SSC was notified by USCG Sector Guam regarding an oil release into a storm drain from the Piti Power Plant in Piti, Guam, following a fire and explosion at a generator.  The oil released is reported to be fuel #6. The amount of oil released is unknown at this time, but believed to be a relatively small volume. The storm drain empties into an outfall that ultimately flows into Apra Harbor.","<b>FV El Jeffe; Sandy Hook, NJ<\/b> 2015-08-28<br />\n<i>Diesel fuel<\/i> - 1 m³<br />\nOn August 28, 2015, NOAA was contacted by the USCG Sector NY Incident Management Division requesting a trajectory for a sunken fishing vessel just off Sandy Hook, NJ. The boat is not leaking at this time and the trajectory is in preparation for upcoming salvage activities. The amount of oil on board the vessel is unknown, but the suspected amount is approximately 200 gallons of diesel.","<b>NESDIS Anomaly; Blocks 207 GOM, LA<\/b> 2015-08-26<br />\n<i>unknown<\/i> - NA m³<br />\nOn August 26, 2015, the USCG MSU Mogan City contacted the NOAA SSC requesting evaluation of and trajectory for a mystery sheen reported by NESDIS Marine Pollution Surveillance Report in Blocks 207.","<b>NESDIS Anomaly ; Blocks 43, 47 GOM, LA<\/b> 2015-08-26<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 26, USCG MSU Mogan City contacted the NOAA SSC requesting evaluation of and trajectory for a mystery sheen reported by NESDIS Marine Pollution Surveillance Report in Blocks 43 & 41.","<b>Mystery Substance ; Eugene Island Block 142<\/b> 2015-08-22<br />\n<i>Unlknown<\/i> - 0 m³<br />\nOn August 22, 2015, MSU Mogan City contacted NOAA SSC requesting evaluation of and trajectory for a mystery sheen reported by platform operators in Eugene Island Block 142.  Upon review of photos, oceanographer and SSC determined substance was likely not oil.  As a precaution, a trajectory analysis was requested.","<b>FV Sheryl Ann; Spruce Island, Alaska<\/b> 2015-08-13<br />\n<i>diesel<\/i> - 5 m³<br />\nOn August 13, 2015, USCG received a report of the F/V Sheryl Ann hard aground near Spruce Island, near Kodiak, Alaska. The Sheryl Ann is a 47ft purse seine, 26GT, with 1000 gallon fuel capacity. Vessel master reports approximately 250 gallons of diesel on board at the time of the incident.","<b>FV Egegik Spirit; Olsen Island, Alaska<\/b> 2015-08-11<br />\n<i>diesel<\/i> - 23 m³<br />\nOn August 11, 2015, the 86-FT Fishing Tender Egegik Spirit grounded after dragging anchor near Olsen Island, Prince William Sound, AK.  The total fuel capacity is reported to be 5,000 gallons.  The vessel also has approximately 94,000 lbs of fish on board.  USCG Valdez requests fate and trajectory and resources at risk analysis.","<b>MV Challenger/Barge; Nushagak River, Alaska<\/b> 2015-08-10<br />\n<i>diesel<\/i> - 1 m³<br />\nOn August 10, 2015, the MV Challenger with a barge in side tow, sank on the Nushagak River approximately two miles downstream of Ekwok, Alaska. The M/V Challenger is reported to have a maximum capacity of 300 gallons of diesel, with 100 gallons of diesel being reported onboard at the time of the sinking.","<b>FV Icelander; Latouche Island, Alaska<\/b> 2015-08-02<br />\n<i>diesel<\/i> - 68 m³<br />\nOn August 2, 2015, the 82 foot F/V ICELANDER ran aground on Latouche Island, Alaska.  Vessel has approximately 12,000-15,000 gallons of diesel on board with 200 gallons of lube oil and 250 gallons of hydraulic oil on board.","<b>Typhoon Soudelor; Saipan, CNMI<\/b> 2015-08-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 2, 2015, NOAA ERD opened a hotline to capture information and pollution incidents related to Typhoon Soudelor which made landfall at CNMI directly over Saipan and very near Tinian as a category 2 typhoon.","<b>Anomaly: 30 July 2015; 60 miles east of Cape Cod<\/b> 2015-07-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 30, 2015, the Canadian satellite service, through NOAA NESDIS, reported an anomaly 60 miles east of Chatham, MA (Cape Cod).  NOAA recommended a search vector and USCG Sector Southeast New England will add one of their regularly scheduled enforcement flights to investigate.","<b>Mystery Sheen: Great South Channel; Massachusetts: ESE of Nantucket<\/b> 2015-07-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 22, 2015, a Marine Pollution Surveillance Report was generated by the Integrated Satellite Tracking of Pollution (ISTOP) program of Environment Canada for an anomaly (potential oil spill) detected approximately 50-60 nautical miles ESE of Nantucket Island.  USCG requested trajectory support for the likely drift of the target to better focus the search area.  NOAA Oceanographer\\Modeler was consulted and a search area was provided to the USCG.","<b>UTV CHARLIE BOY; Mississippi River, St. Louis, MO<\/b> 2015-07-21<br />\n<i>Diesel<\/i> - 43 m³<br />\nOn July 19, 2015, the tug 61 foot towing vessel CHARLIE BOY capsized and sank at MM 173 on the Upper Mississippi River. The vessel has an approximate 9,350 gallons of fuel and other oils on board. One crew member is missing.","<b>Barge Collision; Texas City, TX<\/b> 2015-07-20<br />\n<i>Naptha,<\/i> - 1527 m³<br />\nOn July 20, 2015, USCG Sector Houston-Galveston contacted the NOAA SSC regarding  a barge collision near the Texas City Y.  One barge, containing naptha, was reported to have a punctured tank. Specific amount released unknown at time of report. Barge had been pushed to the bank, and was reported to be on fire.  A second barge, containing toluene, was involved in the collision, but was reported to be secure.  Chemical fate and properties information was requested and provided.","<b>East Wax Lake Pipeline Leak; Belle Isle, LA<\/b> 2015-07-20<br />\n<i>Crude Oil Condensate, produced water<\/i> - 10 m³<br />\nOn July 20, 2015, the USCG MSU Morgan City contacted the NOAA SSC to request evaluation of a pipeline leak site in a marsh for a potential in-situ burn(ISB). Products discharged in the marsh include natural gas condensate, crude oil, and produced water. USCG also requested assistance in documenting resources at risk and coordination with federal and state agencies. \u000b","<b>FV Revelation; Kvichak Bay, Alaska<\/b> 2015-07-17<br />\n<i>diesel<\/i> - 0 m³<br />\nOn July 16, 2015, the 29-foot fishing vessel \"Revelation\" capsized in Kvichak Bay, Alaska, due to an unusually high amount of catch in their nets, high winds, and the positioning of the boat on the incoming tide.   The vessel had less than 100 gallons of diesl onboard. USCG Sector Anchorage requested information on Resources at Risk.","<b>FV North Star; Kvichak Bay, Alaska<\/b> 2015-07-16<br />\n<i>diesel<\/i> - 0 m³<br />\nOn July 16, 2015, the 32-foot fishing vessel \"North Star\" sank in Kvichak Bay, Alaska.  The vessel grounded at low tide, and became swamped by the incoming tide. The North Star has approximately 75 gallons of diesel on board. USCG Sector Anchorage requested information on Resources at Risk.","<b>Mystery Spill Long Island; 20 Miles South of S. Hampton Long Island<\/b> 2015-07-12<br />\n<i>diesel bilges<\/i> - NA m³<br />\nOn July 11, 2015, NOAA NESDIS submitted a \"Marine Pollution Surveillance Report\" to the National Response Center regarding a potential oil \"anomoly\" off shore of southern Long Island.  The USCG D1 Command Center contacted the NOAA SSC for more information and to produce a trajectory so that air assets could better target the anomaly for investigation.","<b>Private Recreation Vessel; Patricia Cay, St Thomas, USVI<\/b> 2015-07-06<br />\n<i>gasoline<\/i> - 0 m³<br />\nOn July 5, 2015, the USCG San Juan notified the SSC that a 22 foot recreational vessel grounded on a reef in St. Thomas, USVI.  The  vessel reportedly had 12 gallons of gasoline aboard and there may have been impact to the coral associated with the grounding.","<b>Sacraficio II; Mona Island, Puerto Rico<\/b> 2015-07-06<br />\n<i>diesel<\/i> - 1 m³<br />\nOn July 6, 2015, the USCG Sector San Juan notified the SSC that the 50 foot passenger vessel, Sacraficio II had grounded on Mona Island, Puerto Rico.  The grounding occurred on July 5.  The vessel has 320 gallons of diesel onboard. The vessel appears to be grounded on sand only on or near the shoreline which is Hawksbill seaturtle critical habitat. No indications of coral impacts have been reported.","<b>NE Gulf of Alaska Anomaly; Sitka, Alaska<\/b> 2015-07-03<br />\n<i>unknown oil<\/i> - NA m³<br />\nOn July 3, 2015, NOAA NESDIS notified the Alaska SSC of a satellite \"anomaly\" over 130 miles south-southwest of Sitka, Alaska.  The anomaly may be an oil slick.  A trajectory analysis was requested.","<b>Bolivar Island Mystery Oil Seepage; Bolivar Peninsula, TX<\/b> 2015-06-21<br />\n<i>Crude oil<\/i> - 19 m³<br />\nOn June 21, 2015, the USCG Marine Safety Unit at Texas City, Texas, notified the NOAA SSC of a suspected crude oil pipeline break on a Bolivar Peninsula beach.  The suspected break was discovered by a harbor patrol responding to a separate incident on June 20.  A responsible party has not been identified.  Amount released and rate of release are unknown at this point. No oil has been observed reaching the water, but surveys of the dune area revealed sheen in water pools among the dunes.","<b>F/V Robert C; Martha's Vineyard, MA<\/b> 2015-06-15<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn June 15, 2015, the fishing vessel \"Robert C\" sank approximately 1.5 miles off the west side of Martha's Vineyard in about 60 feet of water. The vessel was reportedly carrying 180 gallons of diesel fuel.","<b>Adams Slip; Greens Bayou, Houston Ship Channel, TX<\/b> 2015-06-10<br />\n<i>petroleum<\/i> - 134 m³<br />\nOn June 10, 2015, the NOAA SSC received report from USCG Sector Houston regarding allision between two Kirby Inland Marine barges in the vicinity of Greens Bayou, Houston Ship Channel. The Kirby Barge 28018 hit the Kirby Barge 28020 while it was tied up. The Kirby Barge 28020 was reported to be leaking petroleum naphtha, a light petroleum product that readily evaporates.  The USCG requested Aloha (Areal Locations of Hazardous Atmospheres) analysis.","<b>FV Kupreanof; Cape Spencer, Alaska<\/b> 2015-06-10<br />\n<i>diesel<\/i> - 33 m³<br />\nOn June 10, 2015, the FV Kupreanof, an 80' fishing vessel, sank approximately 45 nautical miles NNW of Cape Spencer (west of Glacier Bay National Park & Preserve). The maximum fuel capacity is 7,200 gallons of diesel, with another 100 gallons other oils. USCG Sector Juneau has requested a fates analysis and trajectory for the 7200 gallons of diesel.","<b>M/V Gorham; Bromley, Kentucky<\/b> 2015-06-04<br />\n<i>Bilge Slops / Number 6 Fuel Oil<\/i> - 45 m³<br />\nOn June 4th, 2015, Sector Ohio Valley notified the NOAA SSC regarding a 40 foot x 2 mile rainbow sheen originating from the M/V Gorham's bilge discharge.  The M/V Gorham is moored along the Kentucky side of the Ohio River near Bromley, Kentucky. USCG has requested fate, trajectory, and resources at risk for the potential release of 10,000 gallons of number 6 fuel oil.","<b>Condensate Sheen; Offshore Timbalier Islands, LA<\/b> 2015-06-03<br />\n<i>Natural Gas Condensate<\/i> - NA m³<br />\nOn June 3, 2015, MSU Morgan City notified NOAA SSC of rainbow sheen emanating from an unmanned offshore Walter Oil and Gas natural gas production platform. Platform is located approximately 9-10 miles south of the Timbalier Islands.  Sheen material is natural gas condensate. The well was shut-in at 0530 on June 3.  Quantity released and time of initial release unknown at this point. Trajectory requested","<b>Con Edison Transformer Oil; Harlem River, New York, NY<\/b> 2015-06-03<br />\n<i>Unknown<\/i> - 1818 m³<br />\nOn June 3, 2015, the USCG Sector New York notified the NOAA SSC of a dielectric oil spill from a Con Edison power line.  Con Edison is working to find the breach in the line and conduct oil recovery, line repair and soil remediation.","<b>Sunken Tug, LMR Mile Marker 163; New Orleans, LA<\/b> 2015-05-30<br />\n<i>Diesel, small amount of lube oil<\/i> - 36 m³<br />\nOn May 30th, 2015, the USCG Sector NOLA notified the NOAA SSC regarding a sunken tug at Mile Marker (MM) 163 on the Lower Mississippi River.  Potential fuel on board included 8,000 gallons of diesel fuel, and 125 gallons of lube oil.  Amount released is unknown at this time, but facility downriver at MM 161 reported smelling fuel. Trajectory support was requested.","<b>Manhattan Beach Incident; Los Angeles, CA<\/b> 2015-05-28<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn May 27, 2015, a National Response Center (NRC) report was generated regarding oil observations on Manhattan Beach, CA. Hindcast trajectory has been requested and analysis will begin to determine to if the incident is related to the Refugio Incident, Santa Barbara CA spill.","<b>Tarballs &Tarmat Strandings; Corpus Christi, TX<\/b> 2015-05-27<br />\n<i>Tarballs  & Tarmats<\/i> - NA m³<br />\nBeginning around May 27, 2015, the Texas Coastal Bend area has experienced tarball and tarmat stranding events near Corpus Christi, Texas.  No source has been identified, and it is uncertain if oil is from an anthropogenic sources or natural seeps.  Coast Guard has federalized the response, and is working in conjunction with Texas General Land Office to locate and clean up affected areas.","<b>Breton Sound 21 Platform Fire; Breton Sound, LA<\/b> 2015-05-22<br />\n<i>Sweet Lousiana Crude (probable-actual unknown)<\/i> - 764 m³<br />\nOn May 22, 2015, the USCG Sector NOLA notified the NOAA SSC of a a platform fire in Breton Sound, LA.  Incident occurred at 0210 CDT. Platform has been evacuated, and minimal information is available at this point.  USCG has requested worst-case trajectory for the 4,000 barrels.","<b>Vessel Collision; 17 m south of Long Island, NY<\/b> 2015-05-17<br />\n<i>Diesel fuel<\/i> - 3 m³<br />\nOn Sunday May 17, 2015, NOAA was notified of a collision between the fishing vessel Elizabeth J and the recreational vessel Nina Marie approximately 17 miles south of Patchogue, NY. All persons were rescued by the USCG. It was estimated that the combined total oil on both vessels added up to 730 gallons of diesel fuel. The fishing vessel sank and the recreational vessel was towed back to port.","<b>M/V Aubi; Punta Tuna, Arecibo, Puerto Rico<\/b> 2015-05-15<br />\n<i>diesel fuel<\/i> - 4 m³<br />\nOn May 14, 2015, the M/V Aubi, a powered catamaran, ran aground in the vicinity of Punta Tuna, Aercibo, Puerto Rico. The aluminum vessel is reported to contain 800 gallons of diesel fuel. A towing company has been hired for salvage operations. The vessel is hard aground and there are coral in the area. Coral damage has been reported due to the grounding.","<b>Mystery Sheen; Sasa Bay, Apra Harbor, Guam<\/b> 2015-05-15<br />\n<i>diesel<\/i> - 7 m³<br />\nOn May 15, 2015, the USCG Sector Guam has notified the NOAA SSC of a mystery sheen observed in Sasa Bay, Apra Harbor, Guam in the aftermath of Typhoon Dolphin.  The sheen is reported to be approximately 30 feet by 300 feet and is blowing into Sasa Bay. The sheen is suspected to be from a 50-foot trawler sunken about 60 feet offshore on the Navy side of Apra Harbor. The vessel reportedly contains 1500 gallons of diesel onboard. Currently the release appears to be small and continuous. The area of sheen is of concern because of proximity to the Sasa Bay Marine Preserve and a large stand of mangroves.","<b>M/V Rio de Janiero Express; Oakland, CA<\/b> 2015-05-08<br />\n<i>Bunker C<\/i> - NA m³<br />\nOn May 8, 2015, the USCG Sector San Francisco contacted their NOAA SSC to request trajectory support for a possible oil spill along the Port of Oakland shoreline observed by a local news helicopter.  The news helicopter reported (and photographed) a dark streak of material trailing from the container ship M/V RIO DE JANIERO EXPRESS.","<b>F/V Sea Beast; Off Olympic Coast, WA<\/b> 2015-05-03<br />\n<i>diesel<\/i> - 2 m³<br />\nOn May 3, 2015 the Coast Guard notified NOAA of the sinking of the F/V Sea Beast in the Olympic National Marine Sanctuary, with a potential of 500 gallons of diesel on board.","<b>Mystery Long I. Sound sheen; Eastern Long Island Sound<\/b> 2015-05-03<br />\n<i>Oil Sheen<\/i> - NA m³<br />\nOn May 3, 2015,  a 1500 ft by 200 ft mystery sheen was reported to the CG. The sheen was in the middle of Eastern Long Island Sound and about 2 nm from the closest land. USCG requested a trajectory analysis.","<b>M/V Mississagi; St. Mary's River, MI<\/b> 2015-04-22<br />\n<i>Marine Diesel / Heavy Fuel Oil<\/i> - NA m³<br />\nOn April 22, 2015, the M/V MISSISSAGI ran aground in the lower St. Maryâs River. USCG Sector Sault Sainte Marie requested trajectory, fate, and effects for the potential release of the 55 metric tons of Marine Diesel and 185 metric tons of Heavy Fuel Oil onboard.","<b>F/V Northern Pride; Swikshak Bay, Alaska<\/b> 2015-04-21<br />\n<i>Diesel<\/i> - 19 m³<br />\nOn April 21, 2015, the 82-foot F/V Northern pride caught fire 6nm off Marmot Island, near Kodiak, Alaska. USCG helo rescued 3 personnel from a life raft near the vessel. USCG reports 4200 gallons diesel and several hundred gallons of lube and hydraulic fluid onboard. USCG requested spill trajectory and fate analysis. On April 23, the vessel could not be located and was thought to be lost and sunk. On April 28, the vessel was found upside-down and aground in Swikshak Bay. USCG again requested trajectory information and Resources at Risk. On May 7, the vessel hull broke free of the super-structure and floated 5 miles to the southwest and grounded on Kaguyak beach north of Chiniak Lagoon.","<b>F/V COSAIR; Off Grays Harbor, WA<\/b> 2015-04-18<br />\n<i>diesel<\/i> - 9 m³<br />\nOn April 18, 2015, the USCG Sector Columbia River notified the NOAA SSC that the F/V COSAIR sank today approximately 30 miles off of Grays Harbor, WA.  The vessel was reported to have about 2000 gallons of diesel fuel on board. A USCG helicopter overflight reported a light sheen was observed and a trajectory analysis was requested.","<b>Pipeline Leak (Condensate); Galveston Bay, TX<\/b> 2015-04-15<br />\n<i>Condensate<\/i> - 364 m³<br />\nOn April 14, 2015, the USCG MSU Texas City contacted the NOAA SSC requesting assessment of potential discharge of an oil condensate pipeline currently under repair.  The pipeline currently has a pinhole leak and divers are working to locate and repair the leak.","<b>PC SEAWOLF; Friday Harbor, Washington<\/b> 2015-04-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 14, 2015,  USCG Sector Puget Sound notified NOAA of a sunken pleasure craft that was completely submerged at its slip in Shipyard Cove Marina, Friday Harbor, Washington. The 36ft Grand Bank pleasure craft \"SEAWOLF\" is estimated to have approximately 400 gallons of diesel on board and is leaking.  The vessel location has been boomed.","<b>Mystery Sheen; East Cameron Block 373, GOM<\/b> 2015-04-11<br />\n<i>Unknown at this time<\/i> - NA m³<br />\nOn April 11, 2015, the USCG MSU Port Arthur contacted the NOAA SSC requesting a trajectory to follow up on a sheen reported by NESDIS in an Oceanmap report from the evening of April 10.  Sheen is reported in the vicinity of Flower Gardens Bank, source and type of oil unknown at this point.  A trajectory is being developed and we are cross-referencing location with known oil & gas infrastructure.","<b>Leaking Tank Battery; Plaquemines, LA<\/b> 2015-04-09<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nOn April 9, 2015, the USCG Sector NOLA advised the NOAA SSC of a leaking tank battery near Johnson Pass in Plaquemines Parish, Louisiana.   The source is secured and an OSRO is on-site. Coast Guard is sending an overflight.  Incident area is near Pass A Loutre WMA.","<b>Mystery Sheen, Atchafalya River; Amelia, LA<\/b> 2015-04-06<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn April 6, 2015, the USCG Marine Safety Unit in Morgan City, LA,  contacted the NOAA SSC  about a mystery sheen reported in the Atchafalya River.  The USCG requested an analysis of the potential source and possible connection to an earlier spill.","<b>Pemex Oil Platform; Bay of Campeche, Mexico<\/b> 2015-04-01<br />\n<i>crude oil<\/i> - NA m³<br />\nOn April 1, 2015, a PEMEX oil platform caught fire in southern Gulf of Mexico. The incident is in the Bay of Campeche in Mexican waters.  Firefighting is on-going.  Media reports a number of fatalities and a large evacuation of workers.  The fire occurred at a Pemex dehydration and pumping platform known as Abkatun Permanente.","<b>Liana Ransom; Boston, MA<\/b> 2015-03-31<br />\n<i>Diesel Gasoline<\/i> - 2 m³<br />\nOn March 30th 2015, the USCG notified the NOAA SSC of a distress call from the Canadian flagged \"Liana Ransom,\" a 65 foot sailing ship (so-called \"Tall Ship\").  The ship reported her engines were out and the sails were fouled around the mast.  The USCG rescued all 9 crew by boat and helicopter.   The vessel is carrying approximated 400 gallons of diesel and 20 gallons of gasoline.  She remains adrift east of the eastern boundary of the Stellwagan Bank National Marine Sanctuary.  She is drifting east on predominantly westerly winds.  She is not taking on water.  \u000b\u000b","<b>RADARSAT  2 Anomaly; 300 miles off Galveston, Tx<\/b> 2015-03-31<br />\n<i>Possible oil from vessel<\/i> - NA m³<br />\nOn March 31, 2015, MSU Port Arthur asked for a trajectory for a NESDIS reported anomaly from a Mar 29 RADARSAT-2 data.","<b>Towboat Rebecca Lynn; Lake Michigan<\/b> 2015-03-31<br />\n<i>Marine Diesel<\/i> - 7 m³<br />\nOn March 31, 2015, the Towboat Rebecca Lynn reported a hull breach west of the Straits of Mackinac in Lake Michigan. USCG Sector Sault Sainte Marie requested trajectory, fate, and effects for the potential release of the 1500 gallons of diesel onboard.","<b>F/V NELLIE M.; La Push, WA<\/b> 2015-03-26<br />\n<i>diesel<\/i> - 2 m³<br />\nOn march 26, 2015, the F/V NELLIE M. sank in Quileute Marina, La Push, Washington. The vessel has approximately 500-600 gallons of diesel fuel on board and sheen is observed. The vessel is currently boomed and a diving/salvage company is en route to the scene.","<b>Mystery Slick; 30 mi ENE of Miami, FL<\/b> 2015-03-22<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG Sector Miami contacted the NOAA for trajectory support information based on two separate dark anomalies reported by NESDIS Marine Pollution Surveillance Report on Mar. 21.  The anomalies were identified trailing moving vessels in a satellite image from March 20th off the southeast coast of FL.  Both anomalies are narrow, elongated, and suspected to be oil based on satellite characteristics including varying widths within relatively strong 20 kt surface wind environment.  The dimensions of the northern anomaly is 7.4 miles long by 0.2 miles at its widest.  The southern anomaly is 4.6 miles long by 0.1 miles at its widest.","<b>Towboat David Dunnigan; Ohio River MM 897.5<\/b> 2015-03-19<br />\n<i>Diesel fuel<\/i> - 14 m³<br />\nOn March 19, 2015, the Towboat David Dunnigan sank along the Right Descending Bank of the Ohio River at MM 897.5 with approximately 3,000 gallons of #2 Diesel onboard. USCG Sector Ohio Valley requested trajectory, fate, and effects.","<b>Bayou Sorrel; Atchafalaya Basin, LA<\/b> 2015-03-18<br />\n<i>crude oil<\/i> - NA m³<br />\nOn 18 March 2015, the NOAA SSC was contacted by USCG MSU Baton Rouge regarding a minor but ongoing release of crude oil into the Bayou Sorrell Frog Lake area. The release is believed to be associated with residual oil from abandoned flowlines in the area. As water levels have risen in the last few weeks, the abandoned lines have become submerged and residual oil is suspected to have been mobilized. USCG has initiated containment and recovery operations and has requested assistance with determining the source of the oil.","<b>Dredge Barge Jack Adams; Lake Ferguson, MS<\/b> 2015-03-17<br />\n<i>No. 2 fuel oil (red dye diesel)<\/i> - 12 m³<br />\nOn 17 March 2015, the NOAA SSC was contacted by USCG District 8 who requested support for a sunken dredge barge (Jack Adams) located near Greenville, MS. On 05 March 2015, the barge sank and salvage and recovery operations were initiated. On 16 March, the dredge folded in half during salvage operations and No. 2 red dye diesel oil was discharged from vessel and was contained/removed by the oil spill response organization (OSRO) on scene. The remaining potential amount of fuel and petroleum product onboard the sunken vessel is believed to be 2,700 gallons of diesel fuel oil in the starboard tank and lubricating oil in two electric motors and one 55 gallon drum. USCG has requested NOAA SSC support for emergency consultation notifications.\u000b","<b>F/V Tonto III aground; Wadleigh Island, AK<\/b> 2015-03-16<br />\n<i>Diesel fuel<\/i> - 1 m³<br />\nOn March 16, 2015, the USCG MSD Ketchikan, AK, contacted NOAA ERD to request a trajectory for a potential diesel fuel spill from the grounded F/V Tonto III.  The subject F/V broke free of it's mooring during the weekend, grounded on the shore of Wadleigh Island (along the western shore of Prince of Wales Island) and became flooded on an incoming tide.  USCG MSD requested trajectory support in the event of a release.","<b>Tug Sea Bear; Fire Island, NY<\/b> 2015-03-15<br />\n<i>Diesel fuel and lube oil<\/i> - 8 m³<br />\nOn March 14, 2015, the tug SEA BEAR sank approximately 1nm offshore of Fire Island, New York.  The Tug had 1800 gallons of diesel and approximately 200 gallons of lube oil on-board. USCG requested trajectory and weather support.","<b>BNSF Crude Oil Train Derailment; Galena, IL<\/b> 2015-03-05<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn March 5, 2015, the USCG requested NOAA SSC assistance for the BNSF Train Derailment along the banks of the Mississippi River south of Galena, IL. The accident occurred in the vicinity of the confluence of the Galena River and the Mississippi River near Mississippi River Mile Marker 565.3.  According to a statement from BSNF, the train has 105 cars, 103 of which were carrying crude oil.","<b>Auke Bay Harbor Used Oil Release; Juneau, Alaska<\/b> 2015-02-23<br />\n<i>Waste oil<\/i> - 0 m³<br />\nOn February 22, 2015, the USCG received a report of a large oil sheen in the Auke Bay Harbor, AK, approximately 10 miles north of Juneau, AK.  The source was unknown. The material was tentatively identified as used motor oil.","<b>CSX Train Derailment; Mount Carbon, West Virginia<\/b> 2015-02-18<br />\n<i>Bakken Crude Oil<\/i> - NA m³<br />\nOn February 16, 2015, a CSX train derailed near the Kanawha River in West Virginia.  The train was hauling Bakken crude oil. An unknown amount of crude oil was released into Armstrong Creek which feeds into the Kanawha River. Initially, the derailed train cars caused a huge fire, but the fire has been extinguished at this time. The towns of Adena Village and Boomer Bottom have both been evacuated (evacuation of 1 mile radius from derailment). The area has heavy snow and extremely cold temperatures.  USCG Sector Ohio Valley has requested on-scene NOAA SSC support.","<b>Pleasure Craft; New London, CT<\/b> 2015-02-18<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn February 18, 2015, the USCG reported a sunken 31 ft vessel at Thamesport marina in New London, CT. with about 100 gallons of diesel onboard, batteries, and unknown drum onboard the vessel with significant sheening coming from the vessel.","<b>FV Savannah Ray Grounding; Kodiak, Alaska<\/b> 2015-02-16<br />\n<i>diesel<\/i> - 14 m³<br />\nOn February 16, 2015, the 81-foot fishing vessel Savannah Ray went hard aground on the southeast coast of Long Island, in Chiniak Bay, near Kodiak, Alaska. Six crew members airlifted off by USCG helo. USCG requested NOAA SSC to provide resources at risk analysis.","<b>Shell refinery; Martinez, CA<\/b> 2015-02-10<br />\n<i>Crude oil<\/i> - 16 m³<br />\nOn February 10, 2015, the Shell refinery in Martinez, CA reported a spill of crude oil from a line undergoing hydrostatic testing.  The release occurred near the seaward end of the Shell pier, where fixed containment boom is maintained.  Response contractors were on-scene before sunset and applied additional containment boom and deployed skimmers.  USCG Sector San Francisco requested trajectory support.","<b>F/V AC3 ; ~4 miles SW of Indian Pass, FL<\/b> 2015-02-04<br />\n<i>marine diesel<\/i> - 1 m³<br />\nOn February 4, 2015, the NOAA SSC was contacted by USCG MSU Panama City regarding a 46 ft sunken fishing vessel, the AC3, located approximately 4 miles south-south-west of Indian Pass, FL.  An estimated 250 gallons of marine diesel is onboard. Salvage operations are planned and USCG has requested trajectory for a worst case discharge (WCD) and fate information.","<b>High Island mystery sheen; ~20 miles east of Sabine Pass, TX<\/b> 2015-02-02<br />\n<i>crude oil<\/i> - NA m³<br />\nOn February 2, 2015, the USCG Port Arthur notified the NOAA SSC of an intermittent appearance of a sheen in the vicinity of an abandoned pipeline in the High Island block, near Sabine Pass, Texas. USCG requested a review of available data to determine if there have been recurring reports of sheen in the vicinity that may be attributed to an unknown source.","<b>Bridger Pipeline Release; Yellowstone River, Montana<\/b> 2015-01-23<br />\n<i>Bakken crude oil<\/i> - 5 m³<br />\nOn January 23, 2015, the EPA contacted ERD requesting oil fate and trajectory for the Bridger Pipeline Release.  The Bridge Pipeline Release occurred on January 17, 2015, in the Yellowstone River approximately seven river miles upstream of the city of Glendive in Dawson County.","<b>TUG NALANI; Off Barbers Point, HI<\/b> 2015-01-22<br />\n<i>Diesel<\/i> - 341 m³<br />\nOn January 22, 2015, the Tug NALANI sank in 378 fathoms of water off Barbers Point, Oahu.  The tug was loaded with 75,000 gallons of diesel.  Sheen has been reported in the area.  USCG requested trajectory analysis and scientific support.","<b>Possible mystery spill; East San Francisco Bay, CA<\/b> 2015-01-16<br />\n<i>Non-petroleum substance<\/i> - NA m³<br />\nOn January 16, 2015, the USCG Sector San Francisco notified the NOAA SSC of a bird stranding event along the Eastern shore of San Francisco Bay (between San Mateo Bridge and Alamedaâs Robert Crown Regional Park).  Initial reports suggested that affected birds may be oiled, but later reports and feather analyses determined that the substance was a non-petroleum substance.","<b>Recreational Vessel; Norwalk, CT<\/b> 2015-01-07<br />\n<i>Gasoline<\/i> - NA m³<br />\nAt 1600 on 7 January 2015 NOAA was notified by USCG Sector LIS of a sunken recreational boat at the Norwalk Boat Club with an an unknown quantity of gasoline onboard, as well as lubricating oil and batteries onboard. The USCG has requested NOAA prepare a resources at risk analysis for the area.","<b>M/V Bella; Lake Pontchartrain, LA<\/b> 2014-12-30<br />\n<i>Diesel<\/i> - 9 m³<br />\nOn December 20, 2014, the USCG Sector New Orleans contacted NOAA SSC about M/V Bella, a 48 foot towing vessel, which ran aground and subsequently took on water sank in Lake Pontchartrain, LA.  USCG requested a trajectory for a potential discharge of 2,000gal of diesel in support of salvage planning.","<b>Milky White Film; Marinette, WI<\/b> 2014-12-15<br />\n<i>Diesel, organic product<\/i> - NA m³<br />\nOn 14 December 2014, USCG Sector Lake Michigan was notified by the NRC of a 30ft diameter rainbow sheen smelling like diesel fuel on the south branch of the Menominee River under the Ogden Street bridge in Marinette, WI.  The source was identified as a storm drain and shortly thereafter boomed.  USCG requested consultation on potential chemical make-up of the a secondary material captured in the oil boom that appeared milky white in color.","<b>Mystery Sheen; Sandy Hook, NJ<\/b> 2014-12-11<br />\n<i>Diesel fuel<\/i> - NA m³<br />\nOn December 11, 2014, the USCG was notified through the NRC of a sheen in the proximity of Naval Weapons Station Earle, Leonardo, NJ. The USCG Sector NY dispatched a patrol boat to the scene and Pollution Response team to investigate. Investigation is underway to determine the source. NOAA has been asked to provide hindcast and trajectory model for the slick.","<b>Sundarbans Oil Spill; Bangladesh<\/b> 2014-12-10<br />\n<i>Heavy Fuel Oil<\/i> - 455 m³<br />\nOn December 9, 2014, the oil tanker \"Southern Star 7\" sank in a river in Bangladesh after being struck by the freighter M/V Total.  Heavy fuel oil from the tanker has contaminated the Sundarbans region of southwestern Bangladesh, a UNESCO World Heritage Site that includes many wildlife refuges and protected areas.  NOAA is part of a United Nations Development Program (UNDP) assessment team providing assistance.","<b>Bessie Heights Marsh Spill; Orange, TX<\/b> 2014-12-08<br />\n<i>Crude oil/produced water<\/i> - NA m³<br />\nOn December 8, 2014, the State of Texas contacted the NOAA SSC to discuss application of an organic sorbent (bagasse or peat moss) to a small freshwater spill that occurred on Nov 9, near Orange, TX.  \u000b","<b>501 Oryong; Bering Sea, Russia<\/b> 2014-12-01<br />\n<i>Diesel<\/i> - 1633 m³<br />\nOn December 1, 2014, USCG Anchorage contacted ERD requesting oil fate and trajectory for a sinking South Korean fishing vessel in the Bering Sea. The 326-foot vessel has an estimated 8400 bbls of diesel and 150 bbls of lube oil. Media reports that more than 50 crew are missing. USCG assets are en route.","<b>Mystery Sheen; North of Dominican Republic<\/b> 2014-11-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of Nov. 27, the U.S. Coast Guard was notified of a sighting by commercial aircraft. Three planes, flying between 24-37,000 feet, reported seeing a 6 mile by 1 mile red-brown patch on the water, approximately 76 miles north of the Dominican Republic, moving east. At this time, no Coast Guard assets are being deployed to investigate.","<b>T/B EMS 5001; Tampa Bay, FL<\/b> 2014-11-18<br />\n<i>Jet fuel<\/i> - 11647 m³<br />\nOn November 18, 2014, NOAA was notified by the USCG Sector St. Pete concerning the tank barge EMS 5001. The tow line from the tug parted and the barge deployed its emergency anchor near Tampa Bay, FL. The barge holds 61,000 barrels of jet fuel. The USCG requested a trajectory for a potential release.","<b>Barge National II; Beaufort Sea, AK<\/b> 2014-10-24<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn October 22, 2014, the USCG Sector Anchorage was notified of a 134-FT Self propelled barge carrying approximately 951 gallons of diesel fuel was adrift in the Beaufort Sea. The USCG requested SSC support including potential oil fates and persistence should a discharge occur.","<b>Pleasure Craft Marimar; Salinas Bay, Puerto Rico<\/b> 2014-10-24<br />\n<i>diesel<\/i> - 1 m³<br />\nOn October 22, 2014, the USCG Sector San Juan Incident Management Division received a report of a sunken 33.8' pleasure craft \"MARIMAR II\" at the Marina De Salinas, in Salinas Bay, Puerto Rico. The vessel is submerged and aground on its starboard side. The USCG opened a Federal Project to hire a certified BOA contractor (Clean Harbors Environmental Services) to deploy 100' of hard boom and 120' sorbents around vessel, containing any possible potential discharge.","<b>F/V Sambuca; Gloucester, MA<\/b> 2014-10-20<br />\n<i>Unknown<\/i> - 1 m³<br />\nOn 20 October 2014, the NOAA SSC was notified by USCG Sector Boston that the fishing vessel Sambuca sunk at 2020 on the 19th approximately 12 miles east of Gloucester, MA with an estimated 200 gallons of diesel fuel aboard.","<b>Mystery Sheen ; Gulf of Mexico south of Timbalier Island, LA<\/b> 2014-10-20<br />\n<i>Unknown, possible oil<\/i> - NA m³<br />\nOn October 20, 2014, the USCG Morgan City contacted the NOAA Hazmat Duty Officer regarding a reported mystery sheen located approximately 7 NM south of Timbalier Island, Louisiana.  (Gulf of Mexico). The sheen was reported by passing helicopter as an \"unknown\" source and was described as 3 miles long with a 100 x 200 ft patch of \"black oil\" near the center.  USCG has requested fate and trajectory information.  \u000b","<b>Mystery Spill, Naselle River; Naselle River, WA<\/b> 2014-10-19<br />\n<i>Unkown, but reported to smell like diesel<\/i> - NA m³<br />\nOn October 19, 2014, the USCG Sector Columbia River called the NOAA SSC to report that a mystery spill with a strong diesel smell had been reported on the Naselle River, WA. USCG Sector Columbia River asked for a river forecast and potential downstream movement of the material.","<b>SIMUSHIR; Moresby Island, QCI, Canada<\/b> 2014-10-17<br />\n<i>diesel<\/i> - 768 m³<br />\nOn October 20, 2014, the USCG D17 notified the NOAA SSC that the 441-ft M/V SIMUSHIR (a Russian freighter) had lost propulsion, and was disabled and adrift near the Queen Charlotte Island in Northern British Columbia, Canada. The potential for pollution is 500 tonnes of bunker and 60 tonnes of diesel fuel. The main cargo is containerized box cargo. FOSC Sector Juneau has requested a trajectory to determine if potential spill could impact U.S. waters, shorelines, or resources.\u000b","<b>Capsized Tug; Mobile Bay, AL<\/b> 2014-10-14<br />\n<i>Marine Diesel<\/i> - 9 m³<br />\nOn October 13, 2014, a tug carrying ~2,000 gallons of marine diesel capsized in Mobile Bay, AL.  Sector Mobile contacted the NOAA SSC and requested a trajectory.","<b>Baker Platform Fire; Cook Inlet, Nikiski, AK<\/b> 2014-10-02<br />\n<i>diesel and lube oil<\/i> - 68 m³<br />\nOn October 2, 2014, the \"Baker\" platform located in Cook Inlet Southwest of Anchorage, caught fire and was evacuated.  The platform produces natural gas.   Only a small amount of fuel is located on the platform for local power generation--10,000 gallons of diesel and 5,000 gallons of lube oil.  The USCG has requested a fate model run and a trajectory for a potential release of the diesel and lube oil.","<b>Salmon Tending Barge; Black Island, Maine<\/b> 2014-10-01<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn Oct. 1, 2014, at about 1300 EDT a 65 foot salmon pen tending barge (number or name unknown) sank in approximately 70 feet of water 50-100 off the northwest corner of Black Island (due south of Mt. Desert Island) in Maine.  The barge was carrying approximately 400 gallons of diesel.  The fuel vents on the barge were secured before sinking and subsequent US Coast Guard reports indicated no sheening or oil on the water.","<b>English Station Power Plant; New haven, CT<\/b> 2014-09-29<br />\n<i>Various oils<\/i> - 27 m³<br />\nOn September 29, 2014, the SCG Sector Long Island Sound contacted NOAA regarding a potential release of oil and hazardous substances (oil possibly commingled with PCBs)at the English Station Power Plant on Ball Island in the Mill River, just north of New Haven, CT harbor. Sect LIS has requested NOAA assistance in identifying resources at risk.","<b>42ft. Vessel collision/sinking; 9 mi ENE of Vieques, PR<\/b> 2014-09-23<br />\n<i>Diesel fuel<\/i> - 1 m³<br />\nOn September 21, 2014, a 42' pleasure craft sank 9 miles ENE of Vieques Island, Puerto Rico. The pleasure craft sank with a maximum capcity of 250 gallons of diesel fuel and 2 gallons of lube oil in approximately 129 ft of water. The USCG Sector San Juan contacted NOAA ERD at 1120ET to request fate and trajectory analysis.","<b>Sunken Shrimp Vessel; Southwest Pass, LA<\/b> 2014-09-23<br />\n<i>Diesel/lube oil<\/i> - 16 m³<br />\nOn September 23, 2014, USCG Sector NOLA notified NOAA about a 76 ft shrimp vessel which sank about 5 miles south of SouthWest Pass in greater than 200 ft of water, and requested a trajectory.  Vessel sank at approximately 13:40 local, carrying 3,500 gallons of diesel and 15 gallons of lube oil.","<b>Vessel AVALON; Hood Canal, WA<\/b> 2014-09-14<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn September 14, 2014, the 65-foot yacht \"Avalon\" grounded and sank in Hood Canal, WA.  The vessel had an estimated 300 to 500 gallons of diesel fuel on board.","<b>NOAA R/V Rainier; Womens Bay, Kodiak, AK<\/b> 2014-09-10<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn September 8, 2014, the NOAA vessel RAINIER was tied up at the USCG base in Kodiak, AK, when an oil sheen was noticed in the harbor area at the USCG facility. On September 9 the spill was attributed to the RAINIER. The discharge is still being investigated but a breach internal to the vessel allowed diesel fuel to contaminate a grey water holding tank.","<b>St Lawrence Oiled Wildlife; St Lawrence Island, Alaska<\/b> 2014-09-10<br />\n<i>oil<\/i> - NA m³<br />\nOn September 9, 2014, the NOAA SSC was notified of two oiled seals that were harvested on St Lawrence Island near Gambell, Alaska.  ADEC has requested NOAA assistance in analyzing the oil samples through the LSU Chemistry Lab.","<b>M/V Simple; Watch Hill, CT<\/b> 2014-08-29<br />\n<i>Gasoline<\/i> - 1 m³<br />\nOn August 29, 2014, a 29 foot recreational boat caught fire and sank in  100 feet of water approximately 3/4 of a mile south of the Watch Hill Lighthouse, Connecticut.  5 persons on board were rescued by a passing vessel.  The vessel was carrying a maximum of 200 gallons of gasoline, much of which was suspected to have been consumed by the fire.","<b>Ruptured Flow Line; Garden Island Bay, LA<\/b> 2014-08-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 27, 2014, the USCG Sector New Orleans contacted the NOAA SSC about an oil spill in Garden Island Bay, in the southeast end of the Mississippi River Delta. The oil spill was caused by a rupture in a 3 inch flowline directly below the associated wellheadâs shut off valves. The well was abandoned but the flowline contained residual oils. The USCG requested a Resources at Risk Report from NOAA.","<b>F/V Captain LE; 9 nm Offshore, Petit Bois Island, AL<\/b> 2014-08-24<br />\n<i>Diesel<\/i> - 45 m³<br />\nOn August 24, 2014, Sector Mobile notified NOAA that a shrimp vessel containing a potential of 10,000 gallons of #2 Diesel and 200 gal of lube oil was sinking and requested a trajectory.","<b>F/V LADY GERTRUDE Sinking; New Jersey<\/b> 2014-08-16<br />\n<i>Diesel fuel<\/i> - 20 m³<br />\nDuring the early morning hours of August 15, 2016, the 78 foot F/V LADY GERTRUDE sank 35 to 40 miles southeast of Sandy Hook, New Jersey, while towing for scallops. The vessel had an estimated 4,500 gallons of diesel fuel on board when the vessel sank.  USCG Sector New York contacted the NOAA SSC on August 16 requesting trajectory modeling support and resources at risk.","<b>Mystery spill report; Offshore Savannah, Ga<\/b> 2014-08-14<br />\n<i>unknown<\/i> - NA m³<br />\nOn August 14, 2014, the NOAA SSC was notified by USCG Savannah, Georgia, that a passing vessel had observed a mystery sheen of unknown origin or type about 100 miles offshore.  The USCG requested any available remote sensing imagery and photo interpretation.  The material was later identified as an algal bloom and not oil.","<b>Hurricane Iselle; Hawaii<\/b> 2014-08-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 6, 2014, NOAA ERD opened a hotline report to capture general information regarding any pollution incidents and response activities in the Hawaii from the passage of Hurricane Iselle and Hurricane Julio through the Hawaiian Islands.","<b>Dolly Parton Bridge Diesel Spill; Mobile, AL<\/b> 2014-08-05<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn August 5, 2014, at 10:30 pm, Sector Mobile notified the NOAA SSC of potential 200 gallon diesel spill into the Mobile River due to an accident on the Dolly Parton Bridge (I-65).  NRC report#1091408.  CG requested assistance determining potential location of sheen to guide morning overflight. SSC provided fate data and estimate of transit time in river.","<b>Boat Fire; NW Neah Bay, WA<\/b> 2014-08-03<br />\n<i>diesel or gas<\/i> - NA m³<br />\nOn August 3, 2014, the NOAA ERD Duty Officer was notified by the USCG Sector Seattle of a boat fire approximately 4nm NW of Neah Bay, WA.  One person was rescued from the burning vessel which then exploded and burned to the waterline. The vessel broke apart and sank at last known location, no sited debris field. Vessel was a 34 foot cabin cruiser. USCG expects all fuels were consumed in the fire.","<b>I-10 Causeway Mobile Bay Rollover; Mobile, AL<\/b> 2014-07-31<br />\n<i>diesel and gasoline<\/i> - 35 m³<br />\nOn 31 July, 2014, the NOAA SSC was notified by USEPA On Scene Coordinator (FOSC) of a tanker rollover and fire on the I-10 entrance ramp along the Causeway in Mobile, AL.  The tanker was carrying 2,000 gallons of diesel and 5,700 gallons of gasoline.  The majority of the fuel was consumed during the fire, but runoff from the accident did enter Mobile Bay (COTP Zone) through a storm drain.  The NOAA SSC has provided fate and effect information on spill to the FOSC","<b>Mystery Sheen NW Gulf of Mexico; 130 miles SE of Galveston Texas<\/b> 2014-07-28<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 28, 2014, the USCG Port Arthur Texas contacted NOAA ERD regarding a suspected oil observation reported in a NESDIS Satellite Marine Pollution Surveillance Report issued at 18:36.  The NESDIS report indicated a potential oil sheen 11 by 1 miles in size located 130 miles SE of Galveston (28 20 12 N, 093 03 11 W). USCG requested trajectory prediction to locate where to send air reconnaissance in the morning.","<b>Tug Walter D. Johnson; Gulf of Mexico, 17 nmi west of Hernando Bch.<\/b> 2014-07-17<br />\n<i>Marine diesel<\/i> - 7 m³<br />\nOn July 17, 2014, the USCG Sector St. Petersburg, FL, contacted the NOAA Emergency Response Division to report the sunken tug Walter D. Johnson off the west coast of Florida. USCG has requested a fate and trajectory for a potential 1500 gal of marine diesel.","<b>Bering Sea SATMON Anomaly Report ; Bering Sea, Alaska<\/b> 2014-07-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn July 15, 2014, the NOAA SSC was notified of 5 possible oil anomalies detected via satellite.  The anomalies were located approximately 40NM Southwest of St George Island, AK in the Bering Sea.  USCG requested SSC assistance to provide a trajectory analysis to estimate current location of the anomalies.","<b>W.W. Hutton; Cape Lookout, NC<\/b> 2014-07-15<br />\n<i>Oil<\/i> - NA m³<br />\nOn 15 July 2014 a private individual (fisherman) filed an National Response Center report after observing an oil approximately 48 miles offshore of Cape Lookout, NC. On July 17, 2014, a USCG C-130 aircraft flew over the site and confirmed the presence of a sheen in the same vicinity as that reported by the private individual.  Based on the location and the temporal and geographical persistence of the sheens, the oil is likely from a sunken wreck.  The USCG contacted the NOAA SSC to review historical information in NOAA databases on the many WWII era wrecks in the area.","<b>Helicopter crash; Kingston, WA<\/b> 2014-07-12<br />\n<i>Aviation fuel<\/i> - 0 m³<br />\nOn July 12, 2014, the USCG Sector Puget Sound alerted the NOAA SSC of a helicopter crash into Puget Sound just north of Kingston, WA. The helicopter had 30 gallons of aviation fuel on board, however, it is not known if there was any released.","<b>Yacht sinking; Anacortes, WA<\/b> 2014-07-07<br />\n<i>Diesel<\/i> - 3 m³<br />\nOn July 7, 2014, the USCG Sector Puget Sound notified the Northwest SSC that a 60-foot yacht was on fire and sinking at the Anacortes Marina.  The vessel is reported to have approximately 700 gallons of diesel aboard.  Responders are on-scene and booming the vessel.","<b>Recreational boat aground; Tulalip, WA<\/b> 2014-07-02<br />\n<i>Gasoline<\/i> - 0 m³<br />\nOn July 2, 2014, the USCG Sector Puget Sound contacted the NOAA SSC regarding a recreational boat aground on a rocky beach near Tulalip, WA. The vessel had a potential of 25 gal. of gasoline on board, and, after the initial alert to the SSC, it was determined this all leaked out when it initially hit the shore. USCG requested information on environmentally sensitive areas.","<b>Mystery sheens; Northern Lake Huron<\/b> 2014-06-30<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 30, 2014, the USCG Sector Sault Ste Marie requested trajectories for two mystery sheens located in northern Lake Huron.  The product type and volume are unknown.","<b>F/V Terry Lee; Jones Beach SP, NY<\/b> 2014-06-27<br />\n<i>Diesel<\/i> - 1 m³<br />\nAt approximately 1515 on 27June2014, NOAA was notified that the 40ft fishing trawler \"Terry Lee\" ran aground at the west end of Jones Beach State Park, NY while returning from a fishing trip. It has broken apart and spilled diesel fuel onto the beach and into the water. The USCG and NY DEC are responding.","<b>Mystery Sheen; South Marsh Island, LA<\/b> 2014-06-10<br />\n<i>Unknown<\/i> - NA m³<br />\nOn June 10, 2014 at 1400 (CST), MSU Morgan City contacted the NOAA SSC regarding NRC#1085130. The caller reported \"large black patches\". Morgan City IMD personnel inquired as to whether there were any harmful algal bloom (HAB)occurring at the time. Search of NOAA, Texas, and Florida HAB sites showed no occurrence. MSU Morgan City was advised of the negative finding via telecon. The SSC also provided advice on how to identify oil and distinguish oil from false positives during aerial observation. No further products were requested.","<b>Sunken barge NASH; Off Point Conception, CA<\/b> 2014-06-08<br />\n<i>Magnesium chloride, diesel, lube oils<\/i> - 1 m³<br />\nOn June 8, 2014, the USCG Marine Safety Detachment (MSD) Santa Barbara notified the NOAA SSC of the sunken barge NASH.  The barge, loaded with 3,900 MT of liquid magnesium chloride, partially sank while under tow approximately 3 NM West of Point Conception, CA. The barge also contained oils and fuels associated with the bargeâs machinery.","<b>Octave Header Bulkline (TPIC); Delta NWR, LA<\/b> 2014-05-31<br />\n<i>Crude Oil<\/i> - 19 m³<br />\nOn May 28, 2014, the USCG Sector New Orleans notified the NOAA SSC about an unknown amount of crude oil discharged from a pipeline in the Delta National Wildlife Refuge, approximately 9 miles southeast of Venice, LA.","<b>Semi collision Interstate 65 Mobile/Tensaw Delta; Middle River/ General W. K. Wilson Bridge I65 Mobile/Tensaw River Delta AL<\/b> 2014-05-22<br />\n<i>motor oil, cooking oil and grease and unknown<\/i> - NA m³<br />\nOn May 22, 2014, the USCG Sector Mobile notified the NOAA SSC of a collision involving two semi-trailer trucks near Mobile, AL, that resulted in a fire and possible release of motor oil, cooking oil and grease packaged in crates, drums and barrels, and other truck cargo unknown. USCG has requested spill trajectory and oil fate and behavior information.","<b>PDC Energy; Beverly, OH<\/b> 2014-05-12<br />\n<i>Drilling mud (75% synthetic oil blend)<\/i> - 70 m³<br />\nOn Sunday May 4, 2014, PDC Energy reported a 100 barrel spill of drilling mud (75% synthetic oil blend) into an unnamed creek near Beverly, OH which feeds into the Muskingum River, a navigable waterway. In addition to the drilling mud, an unknown amount of wet gas was also released. USEPA FOSC contacted the SSC to engage NWS forecasters as well as the River Forecast Center.  No other NOAA support has been requested.  \u000b","<b>Mystery Sheen; Mississippi Canyon Block 21, LA<\/b> 2014-05-07<br />\n<i>OIl<\/i> - 8 m³<br />\nOn May 7, 2014, at At approximately 1:00 pm (CST) Sector NOLA contacted the NOAA SSC regarding an unknown sheen in Mississippi Cannyon Block 61. Coast Guard overflight at 1330 (CST) identified an overall impacted area approximately 20-30 miles long and 8 miles wide from Mississippi Canyon, Block 21 to Main Pass, Block 41 in the Gulf of Mexico. US Coast Guard requested a trajectory, and, if possible, some indication as to source, based on information from the overflght.\u000b\u000b","<b>NOAA SHIP HI'IALAKAI; Maug Islands, CNMI<\/b> 2014-05-02<br />\n<i>Gasoline<\/i> - 0 m³<br />\nOn May 2, 2014, the USCG Sector Guam notified the NOAA SSC for Oceania that the NOAA Ship Hi'ialakai had a small gasoline release in the Maug Islands at 0754 local time.  The release was reported to be from a storage tank on board the vessel.  No sheen was observed. This was a notification and no NOAA ERD science support was requested.","<b>CSX Train Derailment; Lynchburg, Virginia<\/b> 2014-04-30<br />\n<i>Bakken Crude Oil<\/i> - 114 m³<br />\nOn the afternoon of 30 April 2014, an estimated 18 cars of a CSX train, carrying Bakken crude oil, derailed in the City of Lynchburg, which caused an intense fire.  The fire have been extinguished.  Three of the cars fell into the James River and are laying on the bank of the river.  There is an estimated 10,000 to 23,000 gallons of oil in the river, depending on how much oil was consumed in the fire. \u000b\u000b","<b>Mystery Sheen; 17 mi Off Cameron, LA<\/b> 2014-04-25<br />\n<i>Unknown<\/i> - NA m³<br />\nOn April 25th, 2014, the USCG Marine safety Unit in Lake Charles, LA,  contacted NOAA SSC in regards to a mystery sheen which was reported by Calcasieu Ship Pilots at 1400 local time. The sheen was described as being within a 5 mi radius, with the majority being patchy and silvery - dark oil being in the middle covering a 1/4 mi by 100 ft area. NOAA provided a trajectory to guide aerial survey efforts.","<b>ENSCO Modu 8506 in GOM; 112 SE of Texas City, TX<\/b> 2014-04-15<br />\n<i>Crude and Diesel<\/i> - 3189 m³<br />\nOn April 15, 2014, the USCG MSU Texas City contacted NOAA ERD to report a mobile floating drilling unit was hit by a large wave and was listing to one side. The Blowout Preventer (BOP) is shutting in the well. The MODU is 112 miles SE of Galveston Bay in the Gulf of Mexico in 4000' of water. NOAA ERD has provided on-scene weather forecast and a trajectory in the event of a discharge.","<b>BP Whiting Refinery; Whiting, IN<\/b> 2014-03-25<br />\n<i>No. 12 crude oil<\/i> - NA m³<br />\nOn March 25, 2014, the USCG District 9 Command Center notified the SSC of a release of oil near the BP Whiting refinery's cooling water outfall in Whiting, IN.  The USCG has requested that the SSC identify resources at risk and be on standby as additional information becomes available.\u000b\u000b","<b>Southwest Pass, Abandoned Tank and Leaking Pipeline; Southwest Pass, LA<\/b> 2014-03-19<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn March 19, 2014, Sector NOLA contacted the NOAA SSC regarding a leaking pipeline near Southwest Pass, LA., (NRC#1076793), and requested a resources at risk for the area.  Currently, there is no product in the water, and what has been released is contained in a bermed area.  Specific source has not yet been identified.  Initially source was thought to be an abandoned tank, but now appears to be a leaking pipeline. \u000bA resources at risk analysis was prepared and provided to Coast Guard.","<b>Sunken Pleasure Craft; Off Sanibel Island, FL<\/b> 2014-03-03<br />\n<i>diesel fuel<\/i> - 3 m³<br />\nOn March 3, 2014, the USCG St Petersburg, FL reported that 60 foot pleasure craft (name unknown) had caught fire and sunk off Sanibel Island, FL.  The vessel is in 26 feet of water and had 500-700 gallons of diesel onboard.  A light sheen around the vessel has been reported.  The vessel is about 3 miles south of the J.N. Ding Darling National Wildlife Refuge.  USCG requested trajectory and fates of a potential diesel spill.","<b>Leaking 1 inch Pipeline; High Isl Block 98L, TX<\/b> 2014-02-21<br />\n<i>Unknown<\/i> - NA m³<br />\nOn On February 21, 2014, the USCG Marine Safety Unit in Texas City, TX, contacted the NOAA SSC about a leaking pipeline on an abandoned platform in High Island Block 98L, about 8 miles off Bolivar Point, TX. During routine operations, the Bureau of Safety and Environmental Enforcement (BSEE) noticed a sheen and investigated. BSEE personnel landed their helicopter on the abandoned platform to discover 50 psi pressure on the abandoned well. A 1 inch pipeline on the platform is leaking and currently causing a 3-4 mile sheen. USCG contact NOAA to request a trajectory for this incident.","<b>Vessel Fires; La Connor, Washington<\/b> 2014-02-21<br />\n<i>Diesel or gas<\/i> - 16 m³<br />\nAt approximately 10 PM on February 21, 2014 the NOAA SSC received notification from USCG Sector Puget Sound about a vessel fire that occurred in the Shelter Bay Marina in La Connor, Washington, on the Swinomish Channel that began around 5 PMT. Six pleasure craft, ranging from 45 to 62 feet, burned to the waterline. No one was hurt. There was a potential of 600 gallons of diesel or gas on each vessel.  Fuel oil was observed leaking but booms were placed out quickly after the fire began and on-scene personnel believe that the fuel discharge is contained.","<b>Black Bay Mystery Sheen; St. Bernard Parish, LA<\/b> 2014-02-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 20 2014, the USCG Sector New Orleans notified NOAA SSC about a Mystery Sheen in Black Bay, in St. Bernard Parish, Louisiana. The sheen is 3.5 miles by 300 yrds with 70 % cover of mostly rainbow sheen. Upon further investigation, a suspected source was identified, but no Responsible Party is taking ownership of the sheen. USCG has requested a hindcast (reverse trajectory) to help determine the source.","<b>F/V Lauren Dorothy II; Oregon Inlet, NC<\/b> 2014-02-15<br />\n<i>Diesel<\/i> - 7 m³<br />\nUSCG Sector North Carolina contacted SSC this evening at 2145 hours.  Sector North Carolina is currently working a search and rescue case for a fishing vessel, the F/V Lauren Dorothy II, taking on water approximately 46 miles offshore of Wrightsville Beach, NC.  The vessel is expected to sink in the vicinity of 36-25N 074-44W with approx 1600 gallons of diesel on board.","<b>F/V DAIKI  MARU 7 grounding; Apra Harbor, Guam<\/b> 2014-02-13<br />\n<i>Diesel<\/i> - 23 m³<br />\nOn February 13, 2014, the USCG Sector Guam notified the NOAA SSC that a Japanese long-liner, the DAIKI MARU 7, had grounded at 1725 local time at the entrance to Apra Harbor in Guam.  The vessel has an estimated 5100 gallons of diesel aboard, as well as small amounts of lube oil and hydraulic fuel. Oil has reportedly been discharged, however the exact time and amount of release are unknown at this time. USCG Sector Guam, in support of DOD, requested information on the likely oil movement and trajectory. The grounding has potential to significantly impact corals.  There are sea turtles in the area and the grounding location is adjacent to a sea turtle nesting beach at the base of Spanish Steps.","<b>Tarball event; Montara, CA<\/b> 2014-02-12<br />\n<i>CA crude oil<\/i> - NA m³<br />\nOn February 10, 2014, the Gulf of the Farallones National Marine Sanctuary notified the NOAA SSC of an unusual tarball event on Montara State Beach and in Half Moon Bay but it is unknown whether the event affected a larger stretch of coastline. No oiled wildlife were seen. Hotline was created to capture and share event information.","<b>Summit Dredge; Moriches Inlet East Moriches, NY<\/b> 2014-02-01<br />\n<i>Diesel fuel<\/i> - 4 m³<br />\nOn February 1st, 2014,  the NOAA SSC was notified by the Hazmat Duty Officer of an incident in East Moriches, NY. A dredge and small fuel barge sank near the inlet. There is believed to be about 500 gallons of diesel fuel aboard the unnamed dredge and 200 gallons on the fuel barge. USCG Sector LIS personnel were on scene and a contractor was being hired.","<b>JO MARIE; Brookings, OR<\/b> 2014-01-21<br />\n<i>Diesel<\/i> - 14 m³<br />\nOn January 21, 2014, the USCG Sector Columbia River contacted the SSC regarding a potential diesel release. The F/V JO MARIE hit the south jetty of Brookings, OR on 20 Jan at around 9:30pm - all on board were rescued. The vessel is now sunk in ~30 feet of water, and is partially blocking the Brookings channel. There is a potential of 3000 gallons of diesel aboard, and there are small amounts of oil seen at the surface. USCG has requested a hypothetical worst case discharge, weather and tides.","<b>Tug Sea Lion; Atlantic Beach, NY<\/b> 2014-01-15<br />\n<i>diesel fuel<\/i> - 41 m³<br />\nOn January 15, 2014, USCG Sector New York notified the NOAA SSC requesting a trajectory for oil leaking from the 38 foot tug \"Sea Lion.\" The vessel sank in about 50 feet of water approximately 3 to 4 miles south of Atlantic Beach, NY (near East Rockaway Inlet). The crew estimated the tug had between 6,000 to 9,000 gallons of diesel on board at the time of sinking.","<b>Sunoco Dock 1; Nederland, Texas<\/b> 2014-01-09<br />\n<i>Bunker oil and/or crude oil<\/i> - NA m³<br />\nOn January 9, 2014, the USCG contacted NOAA SSC about an oil spill in Nederland, Texas which occurred on January 6, 2014. The USCG has requested a hindcast (reverse-trajectory) to help determine if a relationship exists between oil discovered at the Sunoco Oil Dock 1 and a report of shoreline oiling on January 8, 2014 at a marina on Pleasure Island.","<b>LIS Cable Oil Spill; Long Island Sound<\/b> 2014-01-07<br />\n<i>Low viscosity cable oil<\/i> - 36 m³<br />\nOn January, 7 2014 the SSC was notified by USCG Sector NY of an oil spill in Long Island Sound originating from a leak in a four inch thick underwater power transmission line. The cable runs from Hempstead Harbor to New Rochelle, NY. The leak rate of the low viscosity cable oil is estimated at one to five gallons per hour. The USCG, NYS DEC, and NY Power Authority are monitoring the situation. Most recent reports indicate no shoreline contamination.","<b>SV Tiffany; Cape May, NJ<\/b> 2013-12-20<br />\n<i>Diesel fuel<\/i> - 1 m³<br />\nOn December 20, 2014, the NOAA SSC was notified by USCG Sector Delaware Bay that the sailing vessel Tiffany (a 47 foot sailboat) had run aground on the Atlantic Ocean jetty near the entrance to the Cape May Canal. The owner reported that the sailboat has 250 gallons of diesel fuel aboard.  The location of the grounding is adjacent to the Cape May National Wildlife Refuge.","<b>M/V PING DA 7 Grounding; Pohnpei, Federated States of Micronesia<\/b> 2013-12-16<br />\n<i>IFO 180, MGO, Lube oil<\/i> - NA m³<br />\nOn December 19, 2013, the USCG District 14 contacted the NOAA SSC for Oceania to request a trajectory analysis for potential release of oil from a refrigerated fish carrier, the PING DA 7, which grounded the prior week on a fringing reef on the north side of Pohnpei, Federated States of Micronesia (FSM).  USCG D14 has been monitoring the status of the Pohnpei State/FSM government response to the Chinese-owned, Kiribati-flagged vessel, although to date there has been no request for USCG assistance.  The vessel is reportedly carrying 75 metric tonnes of IFO 180, 75 metric tonnes of Marine Gas Oil, and 8 metric tonnes of lube oil.","<b>Gambell Oiled Birds; Gambell, Alaska<\/b> 2013-12-12<br />\n<i>unknown oil<\/i> - NA m³<br />\nOn December 10, 2013, the Alaska SSC was notified of two oiled gulls (Glaucous Gulls) found by a hunter 12 miles east of Gambell, AK.  One carcass was recovered and has been shipped to the USGS National Wildlife Health Center for necropsy and further analysis.  Preliminary examination of the carcass indicates the presence of oil on the belly portion of the bird.  Sector Anchorage has been working Air Station and MSD Kodiak to conduct over flight to look for spill source. At request of USCG, SSC provided current ice image for the St Lawrence Island vicinity.","<b>Mystery Sheen offshore Calcasieu Pass ; 25 miles south of Calcasieu Pass, LA<\/b> 2013-12-11<br />\n<i>oil<\/i> - NA m³<br />\nOn December 11, 2013, USCG (MSU Port Arthur) contacted the NOAA Scientific Support Coordinator about a 1.5 mile by 0.75 mile mystery oil slick located approximately 25 miles south of Calcasieu Pass, LA. No known source of the release was reported. The release was reported at 1500 on 11 Dec 2013 by an overflight from a supply aircraft in the vicinity (NRC Report 1068237).  Spill trajectory information was requested and has been provided by NOAA Emergency Response Division. An overflight is scheduled for the morning of 12 DEC 2013.","<b>M/V Sun Right; 40 nm NW of Akutan Island, AK<\/b> 2013-12-10<br />\n<i>Various petroleum products<\/i> - NA m³<br />\nOn December 10, 2013, the Alaska SSC was notified that the  M/V SUN RIGHT, a 960-ft container vessel under Philippine Flag, was disabled and adrift with a closest point of land of 40NM NW of Akutan Island. The engine casualty is a damaged cylinder liner and the crew is currently conducting repairs. CG has put the SUN RIGHT on a two-hour comm sked and has requested a copy of the crew manifest, cargo manifest and total amount of petroleum product onboard.\u000b\u000bThe vessel was later able to conduct repairs.","<b>UTV STEPHEN L COLBY; Mississippi River, MM 497<\/b> 2013-11-26<br />\n<i>Diesel oil and lube oil<\/i> - 450 m³<br />\nOn November 26, 2013, the USCG Sector Upper Mississippi River contacted the SSC for a Worst Case Discharge trajectory for the UTV STEPHEN L COLBY, a 144ft tug. On November 25, 2013, the vessel struck a submerged object and sank near Le Claire, IA. All vents have been plugged though the ship is actively sheening. It contains 89,000 gallons of diesel and 11,000 gallons of lube oil. USCG has requested a NOAA trajectory and ADIOS model.","<b>M/V CSL Niagara; Lk Erie, approach to Sandusky Bay, OH<\/b> 2013-11-18<br />\n<i>IFO 60 and diesel fuel<\/i> - NA m³<br />\nOn November 18, 2013, the M/V CSL Niagara grounded while approaching Sandusky Bay, OH. Severe storms caused a seiche in Lake Erie.  The National Weather Service Detroit predicted a 7.5 ft drop in water levels for western Lake Erie. No discharge was reported but USCG requested a precautionary worst case discharge trajectory for instantaneous release of 145.46 metric tons of IFO 60 and 47.69 metric tons of diesel fuel  The MSU also requested a prediction when water level will return to normal to refloat the vessel.","<b>M/V Windmere; Pt, Judith, RI<\/b> 2013-11-14<br />\n<i>Diesel<\/i> - 23 m³<br />\nOn November 14, 2013, the USCG notified the New England SSC that the yacht \"Windmere\" had reported an engine room fire and was anchored approximately 1/2 to 1 mile south of the Point Judith, RI harbor entrance. Fuel capacity is reported as 5,000 gallons with 2,200 gallons on board. No release was reported, but USCG requested oil fate projections as a precaution.","<b>Train derailment; Aliceville, Alabama<\/b> 2013-11-11<br />\n<i>crude oil<\/i> - NA m³<br />\nEarly on Friday November 8, 2013, a 90 car unit train carrying crude oil enroute from Amory, Mississippi to Walnut Hill, Florida derailed near Aliceville, Al. Twenty six (26) tanker cars filled with crude oil derailed into a wetland slough at the head waters of on a tributary of Lubbub Creek.  Lubbub Creek discharges into the Tombigbee River.  Shortly after the derailment the rail cars began discharging oil and then caught fire.","<b>F/V Alaska Mist; IVO Amak Isl Aleutian Isls, AK<\/b> 2013-11-09<br />\n<i>Diesel<\/i> - 227 m³<br />\nOn November 9, 2013, The NOAA Alaska SSC was notified by USCG Sector Anchorage that the 110-ft F/V Alaska Mist, 25 NM NW of Amak Island in the Aleutians, with 22 POB, that it had shut down its engine to trouble shoot a leak on its reduction gear.   Shortly afterward, it reported losing control of engine pitch and unable to maneuver.  The USCG requested Spot Weather Forecasts every 6 hours for this vessel.  The vessel was later successfully towed to Dutch Harbor, AK.","<b>F/V Cheyenne; 32 miles WSW of Naples, FL<\/b> 2013-11-04<br />\n<i>diesel<\/i> - 4 m³<br />\nOn November 4, 2013, the USCG Sector St. Petersburg notified the NOAA SSC that a 68-foot commercial shrimper, the F/V Cheyenne sunk offshore 32 miles west-southwest of Naples, FL. The vessel is reported to have 800 gallons of diesel fuel on board. The crew was rescued by the USCG but the vessel could not be located.","<b>F/V Arctic Hunter; Unalaska Bay, Dutch Harbor, Alaska<\/b> 2013-11-02<br />\n<i>diesel, hydraulic fluid, lube oil<\/i> - 68 m³<br />\nOn November 1, 2013 the USCG MSD Dutch Harbor notified the NOAA Alaska SSC the F/V Arctic Hunter grounded in Unalaska Bay, approximately 6 nautical miles from Dutch Harbor.  The vessel is taking on water and an estimated 15,000 gallons diesel fuel is onboard. The crew safely abandoned the vessel and were rescued by the crews of F/V Bristol and F/V Saga.","<b>F/V Terra Nova; Rockport, MA<\/b> 2013-10-26<br />\n<i>Diesel<\/i> - 9 m³<br />\nOn October 26, 2013, the USCG Sector Boston notified the NOAA SSC of a fishing boat sinking approximately 4 miles east of Rockport, MA. All hands on board were recovered, though hospitalized. Initial reports, 2,000 gallons of diesel fuel on board.","<b>T/V Christine Alexis; Mississippi River MM98 (New Orleans, LA)<\/b> 2013-10-22<br />\n<i>diesel, petroleum lubricants<\/i> - 91 m³<br />\nOn October 22, 2013, the NOAA SSC was contacted by USCG Sector New Orleans regarding a 61 ft towing vessel, \"Christine Alexis,\" reported to be overturned and resting on bottom near Mississippi River MM 98 (adjacent LA Ave. Wharf, New Orleans, LA). Reported 20,000 gallons of total petroleum liquids including 15,000 gal of diesel onboard. Approximate 10 ft by 5 ft reddish sheen reported in vicinity of vessel, 3 ft by 50 yard rainbow sheen and 1.5 mile by 50 yard light silver sheen downstream. NOAA Emergency Response Division providing oil trajectory and effects analysis.","<b>Mystery sheen; 10 miles SE of San Clemente Island, CA<\/b> 2013-10-16<br />\n<i>Oil<\/i> - NA m³<br />\nAt 1800 PDT on 16 Oct 2013, USCG contacted NOAA Emergency Response Division about a mystery sheen reported at 1630 PDT.  The description was 1 mile by 100 yards with patches of black and brown oil.","<b>Mystery Sheen; Breton Sound, LA<\/b> 2013-10-11<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 11, 2013 the USCG Sector New Orleans notified the NOAA Scientific Support Coordinator about a mystery sheen in Breton Sound. A good samaritan who was flying over Breton Sound reported the sheen to the USCG at 11:30 CT. The sheen is described as 1 mile by 5 mile of which 10% is black oil.","<b>46 Foot Fishing Boat; Muskeget Channel, MA<\/b> 2013-10-10<br />\n<i>Diesel<\/i> - 1 m³<br />\nAt 1000ET on 10 Oct 2013, USCG contacted NOAA Emergency Response Division about a 46ft wooden fishing boat aground on Wasque Shoal in Muskeget Channel, MA near Martha's Vineyard. The vessel's anchor failed overnight and grounded this morning. The vessel is listing in 3 feet of water and fuel vents have been plugged.","<b>Sunk Tug Chickamauga; Eagle Harbor, WA<\/b> 2013-10-02<br />\n<i>Diesel<\/i> - 5 m³<br />\nUSCG Sector Puget Sound contacted the NOAA SSC at approximately 1315 PDT on 2 Oct. 2013 regarding the sunken historic wood tug Chickamauga.  The tug sunk at the Eagle Harbor Marina on Bainbridge Island, WA.  The local fire department contained all observable sheen.","<b>T/B Casablanca; Staten Island NY<\/b> 2013-09-16<br />\n<i>#6 oil<\/i> - 27 m³<br />\nOn Friday 13 September 2013 at about 0900, USCG Sector NY received a notification from NRC of a spill of an unknown amount of No. 6 oil from a tank on the barge CASABLANCA at the Kirby Facility in Staten Island due to a possible valve failure. Initial cause of the spill was attributed to a clogged stem while transferring product between tanks. During transfer, the stem clogged allowing the product to spill from the tank into the water for approximately 15 minutes.","<b>F/V IL SIN HO; Tinian Island, CNMI<\/b> 2013-09-13<br />\n<i>Diesel<\/i> - NA m³<br />\nOn September 13, 2013, USCG District 14 notified the SSC for the Pacific Islands that two 60-foot fishing vessels had grounded on Tinian Island. Both vessels grounded along the south shore of Kammer Reef, just south of Tinianâs Harbor.  USCG Sector Guam, CNMI Department of Public Safety, and CNMI DEQ are responding.  One vessel has already been safely refloated.  The vessel remaining aground, the IL SIN HO, is reported to have an unspecified quantity of fuel and oily bilge water onboard.  The responsible party has taken responsibility and is putting together a fuel removal and salvage plan for submission to USCG Sector Guam for review and approval.  NOAA NMFS coral and restoration experts are engaged with the response and providing guidance to minimize damage to coral during salvage operations.","<b>S/V Perd Pas Le Nord; Peard Bay, North Slope, Alaska<\/b> 2013-09-04<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn September 4, 2013, USCG Sector Anchorage notified the NOAA SSC that the Sailing Vessel S/V Perd Pas Le Nord was soft aground on a shoal in Peard Bay, Alaska,  approximately 30 miles NE of Wainwright or 40 miles SW of Barrow, Alaska. The vessel has 200 gallons of diesel on board. The owner is currently working to facilitate removing the steel-hulled vessel from the shoal.","<b>Mystery Tar Balls; Cape Canaveral, FL<\/b> 2013-08-28<br />\n<i>Tar Balls<\/i> - NA m³<br />\nOn August 27, 2013, USCG reported that tarballs from an unknown source began showing up on shore near Cape Canaveral, FL along 12-15 miles of the National Seashore early on 27 August, 2013.  NOAA was asked to evaluate possible source locations. USCG is investigating and responding to the incident.","<b>Mystery Spill-W Cameron Blk 110; Gulf of Mexico south of Port Arthur, TX<\/b> 2013-08-22<br />\n<i>Oil or Biological material (algal bloom)<\/i> - 2 m³<br />\nOn August 22,2013 the USCG Marine Safety Unit in Port Arthur, TX contacted the NOAA SSC to request a trajectory for a reported oil slick 15 miles south-southeast of the Calcasieu River Pass. It is not clear at this time if the material of the reported slick is actual oil or biological substance.","<b>Cessna 150 Plane Crash; near Isla Morada, FL<\/b> 2013-08-08<br />\n<i>Aviation gas<\/i> - 0 m³<br />\nOn 8 August 2013, USCG Sector Key West contacted NOAA ERD regarding a small plane crash approximately 1.4 miles off Isla Morada, FL (25-18N 80-18W). The plane crashed at approximately 1630 local time and had an estimated fuel capacity of 26 gallons of 80/87 Octane fuel. The USCG requested fate and trajectory of the fuel.","<b>Hilcorp Energy at Texaco Canal 28Jul13; South of Lafitte, LA<\/b> 2013-07-28<br />\n<i>LA Crude Oil<\/i> - 10 m³<br />\nOn 28 July 2013, USCG was notified of a minor oil spill in the Mississippi R. delta just south of Lafitte, LA. A pinhole leak at a small production facility allowed a section of 2 1/2\" flow line to discharge an unknown amount of crude oil, but a maximum potential for the spill was 40 to 50 BBL. The source is secured and cleanup had been started as of the afternoon of 28 July.","<b>Apollo Energy,Johnson Bayou LA-19Jul13; Johnson Bayou, LA between Port Arthur and Calcasieu R.<\/b> 2013-07-19<br />\n<i>LA crude<\/i> - 2 m³<br />\nOn 19 July, 2013, the USCG notified the District 8 NOAA SSC of a 10BBL LA crude discharge from a production platform in the marshes near Johnson Bayou, LA. Discharge has been secured and booming and cleanup has been started. USCG requested support for where the oil may go and any weather that might affect its movement.","<b>Mystery Sheen; Merrimack River, MA<\/b> 2013-07-16<br />\n<i>Most likely diesel<\/i> - NA m³<br />\nAt approximately 0820 on 16 July 2013 USCG Sector Boston alerted the NOAA Emergency Response Division of a mystery sheen starting near Newburyport on the Merrimack River and extending toward Plum Island, the size about 1 by 1.5 miles. USCG requested information on sensitive resources in the area.","<b>Taylor Energy Platform \"Saratoga\"; Gulf of Mexico off Mississippi River Delta<\/b> 2013-07-14<br />\n<i>South LA Sweet Crude<\/i> - NA m³<br />\nOn 14 July 2013, the USCG Sector New Orleans contacted the NOAA SSC requesting trajectory support for a reported crude oil discharge from the Platform \"Saratoga\" that was destroyed during Hurricane Ivan in 2004. A sheen 2mi x 200' of varying colors was reported in lease block Mississippi Canyon 20A. The NRC report number is 1053820.","<b>Wellhead Release; Ship Shoal Block 225, GOM, Louisiana<\/b> 2013-07-09<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn 9 July 2013, the USCG Morgan City Marine Safety Unit contacted the NOAA SSC requesting trajectory support for an uncontrolled release from a wellhead located in Louisianaâs Ship Shoal Block 225, approximately 45 miles offshore. Natural gas and crude oil was reported as being released from the wellhead.  Rainbow sheen is reported as 5 miles by Â¼ miles.  NOAA is currently providing scientific and weather support to the USCG.","<b>Sunken Vessel; Entrance to St Mary's River, MI<\/b> 2013-07-01<br />\n<i>diesel and small amount of lube oil<\/i> - 1 m³<br />\nAt 0550 (local) on 01JULY2013, the SSC was notified by USCG Sector Sault Ste. Marie of an incident on the St. Mary's River in Michigan.  A vessel towing three barges and an unmanned, unlit tugboat was transiting from Gros Cap, Ontario headed down river.  At approximately 0326, the vessel pulled into Waiska Bay, MI to shorten its tow when it discovered the tug was missing.  The towing vessel turned around to look for the tug and found a life ring from the tug and odor of diesel near the \"35\" ATON.  The presumably sunken vessel was carrying approximately 200 gallons of diesel and 15 gallons of lube oil.  USCG requested that NOAA provide information regarding the threat posed by the products aboard as well as a trajectory and information on the fate of the products.","<b>aircraft crash Dorado Beach, Puerto Rico; near shoreline at Dorado Beach, Puerto Rico<\/b> 2013-06-23<br />\n<i>100 octane avgas<\/i> - 0 m³<br />\nsmall single engine aircraft crashed near shoreline early afternoon 23 June 2013 at Dorado Beach, Puerto Rico.  Reported fuel onboard was 30 gallons of 100 octane avgas.  PRDNER reports plane is on a reef and pilot was taken to hospital.  USCG investigators are enroute to scene. NMFS, PRDNER and USFWS have been notified.","<b>Mystery Spill; Michigan City, IN<\/b> 2013-06-18<br />\n<i>unknown<\/i> - NA m³<br />\nOn 17 June 2013 at approximately 2220 EDT the NOAA SSC was contacted by the USCG Sector Lake Michigan for an incident near Michigan City, IN.  Citizens had reported what appeared to be a sheen or dark slick in the near shore waters of Lake Michigan.  As a precaution, local officials closed beaches to swimming.  USCG requested NOAA to analyze photos from the incident to try to visually determine if it might be oil.  Investigations are ongoing to try to determine the nature of the material.","<b>BBC Arizona; Valdez, AK<\/b> 2013-06-11<br />\n<i>transformer oil<\/i> - NA m³<br />\nUSCG Sector Anchorage has notified NOAA ERD that the cargo vessel BBC Arizona at the container terminal in Valdez, AK has up to 7 cargo containers leaking due to damage from transit in rough seas.  The containers may contain up to 6000 gallons of transformer oil. Currently, all leaks are contained on the vessel. No SSC support has been requested at this time. NOAA National Weather Service has been providing weather forecasts for the response.","<b>M/V Fernstream wreck project; San Francisco Bay, CA<\/b> 2013-06-11<br />\n<i>Diesel<\/i> - 3628 m³<br />\nOn the morning of December 11, 1952, the diesel-powered general cargo ship M/V FERNSTREAM sank approximately 1 NM East of the Gold Gate Bridge after being involved in a collision with the SS HAWAIIAN RANCHER.  At the time, she was headed to Manila, Philippines and loaded with 3,000 tons of soybeans, general cargo and an estimated 12,500-19,000 bbls of diesel fuel.  The FERNSTREAM is one of four potentially polluting shipwrecks described in NOAAâs RULET (Remediation of Underwater Legacy Environmental Threats) risk assessments for the waters off California (USCG District 11).  Because it is not yet clear whether substantial amounts of the shipâs bunkers may remain aboard the FERNSTREAM, a USCG Sector San Francisco-led Taskforce is considering the potential pollution risks of the ship based on initially available data and subsequent investigative efforts.  This Hotline has been created primarily as an archive for NOAAâs support of the Taskforce activities.","<b>F/V Georgia Girl; SE of Tybee Island Georgia<\/b> 2013-05-31<br />\n<i>diesel<\/i> - 1 m³<br />\nFishing Vessel sank 4 miles off south end of Tybee Island with 300 gallons of diesel im 30 feet of water.  Coast Guard called to notify NOAA and inquire if there were any sensitive resources in the vicinity that would cause concern.","<b>TUG KALEEN MCALLISTER; Baltimore, MD<\/b> 2013-05-06<br />\n<i>diesel fuel and lube oil<\/i> - 100 m³<br />\nThis afternoon USCG Sector Baltimore notified the NOAA SSC that the Tug Boat KALEEN MCALLISTER struck an unidentified object in Baltimore Harbor and sank. Vessel has onboard between 18,000-22,000 gallons of diesel fuel. A surface sheen has been observed. USCG requested NOAA to provide trajectory in aniticipation of a worst case release in anticipation of raising the vessel. See hotline for further information.","<b>Mystery Sheen; Oahu, HI<\/b> 2013-03-27<br />\n<i>Sheen<\/i> - NA m³<br />\nUSCG Sector Honolulu contacted the NOAA SSC to request a hindcast trajectory for a mystery sheen reported at 1010 on March 27 approximately a mile an a quarter south of Diamond Head in Oahu, HI. The sheen was reported to be approximately a third of a mile in length.","<b>Mystery Sheen, Timbalier Block 30; 5mi Offshore, LA<\/b> 2013-03-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 12MAR, USCG MSU Morgan City contacted NOAA SSC in regards to a report of a mystery sheen, 5mi by 100 yrd, with 50% cover of rainbow and silver sheen. The sheen was reported by a platform in Timbalier Block 30 after witnessing a vessel transit the area. The sheen appears to be traveling west. The product chemistry and quantity is not known. USCG is requesting a trajectory from NOAA.","<b>SMI 572 Collision; Bayou Perot, Lafitte, LA<\/b> 2013-03-12<br />\n<i>Crude Oil, Natural Gas, Diesel<\/i> - 423 m³<br />\nOn 12MAR, USCG Sector New Orleans contacted NOAA SSC in regards to a tug/barge collision with a natural gas pipeline which has resulted in a 100 ft tall fire and four injuries, one severe. The incident occurred in Bayou Perot outside Lafitte, LA. The barge contained 2215 bbl crude oil and the tug contained 1000 gl diesel. The tug and barge are currently on fire. USCG is requesting a trajectory to support pollution response operations as oil has already been sighted on the water.","<b>Mystery Sheen ; West Delta 80, LA<\/b> 2013-03-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 09MAR13, USCG MSU Morgan City contacted NOAA SSC in regards to a mystery sheen reported in West Delta Block 80, 21 miles southeast of Grande Isle. The sheen is reported as 5 miles by 5 miles with 70% dark blue/brown and 30% light rainbow. USCG has requested a trajectory from NOAA.","<b>UTV JUSTICE Sunk; MM 161.5, Mississippi River, LA<\/b> 2013-03-09<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 07MAR13 at 0200 hrs, USCG Sector New Orleans contacted NOAA SSC about a potential release of diesel fuel and lube oil from a sunken tug at mile marker 161.5, about 200 feet off the right descending bank. At this point, no sheen is observed and USCG is requesting a trajectory from NOAA as a preventative measure.","<b>Mystery grease balls; Vashon Island, WA<\/b> 2013-03-07<br />\n<i>Grease/Lube Oil<\/i> - NA m³<br />\nOn March 7, 2013 USCG Sector Puget Sound reported to the SSC that there are scattered, what appear to be lube oil balls on the South side of Robinson Park on Vashon Island, WA.","<b>M/V Champion Express adrift; Off Half Moon Bay, CA<\/b> 2013-02-28<br />\n<i>Liquid fertilizer and fuel oil<\/i> - 0 m³<br />\nIn the evening of 28-Feb-2013, the 628 foot M/V CHAMPION EXPRESS was reported adrift approximately 8NM West of Half Moon Bay, CA.  The loaded bulk cargo ship carrying liquid fertilizer had reported an engine leak that forced an engine shutdown.  At the time USCG contacted their NOAA SSC, she had been drifting for approximately 5 hours.  A tug was en route at the time of the call and expected to be on-scene in an hour or so.  USCG Sector SF requested a precautionary drift estimate of the ship in the event there is difficulty getting her under tow.   No pollution has been reported or is anticipated at this time.","<b>M/V Helena Star sunk; Tacoma, WA<\/b> 2013-02-28<br />\n<i>Unknown oil type<\/i> - 1 m³<br />\nOn January 25, 2013 the 167 ft M/V HELENA STAR sank in the Hylebos Waterway in Tacoma, WA. The NOAA SSC has been requested to look at proposed salvage/clean-up actions in regards to possible affects to the surrounding environment.","<b>Tug Miss Melinda; Near Empire Locks, LA<\/b> 2013-02-28<br />\n<i>diesel oil<\/i> - 18 m³<br />\nOn February 28, 2013, 0815 PST the USCG Sector New Orleans reported a sunken tug, Miss Melinda, located 1 NM off of Empire Locks in Louisiana.  Sector New Orleans requested NOAA's Emergency Response Division provide a trajectory with a worse case scenario for a potential release of 4000 gallons of diesel fuel.","<b>Offshore Collision; Vermillion Block 94, LA<\/b> 2013-02-26<br />\n<i>Diesel, Lube Oil and Hydraulic Fluid<\/i> - 33 m³<br />\nOn 26FEB13, USCG MSU Morgan City contacted NOAA SSC about a potential release from a drilling rig due to a collision with a salvage work boat. A drilling rig has been lifted and resting on the seabed for approximately two months waiting to be salvaged. A salvage company was recently hired and is starting to work on the vessel. The salvage work boat and the drilling rig are about to collide. The crew has been safely removed and USCG is concerned about a release of the remaining product on the drilling rig. USCG is requesting a trajectory for a diesel, lube oil and hydraulic fluid release.","<b>Swift Energy Wellhead Allision; Lake Washington, LA<\/b> 2013-02-26<br />\n<i>Crude Oil, Natural Gas, Production Water<\/i> - NA m³<br />\nOn 26FEB13, USCG Sector New Orleans contacted NOAA SSC in regards to an allision that occurred at 8:00 pm between a 42 ft. aluminum hull crew boat and an inactive wellhead in the Lake Washington Field in Lake Grande Ecaille (~11 miles due west of Empire, LA). Initial reports from personnel on scene estimate either crude oil, produced water, or natural gas is discharging from the well. The well has been shut in since December 2007 and no flow lines are attached. USCG is requesting a trajectory to support the morning operations.","<b>Barge YON268; Apra Harbor, Guam<\/b> 2013-02-12<br />\n<i>Heavy (waste) oil<\/i> - 509 m³<br />\nUSCG Sector Guam contacted the SSC for the Pacific Islands to request oil spill trajectories in the event of a release of 112,000 gallons of heavy oil aboard a derelict barge in Apra Harbor, Guam.  The barge is currently stable, but USCG is concerned that there might be a release during storm conditions. USCG currently has boom deployed around the barge.","<b>M/T Elia; Baytown, TX<\/b> 2013-01-13<br />\n<i>Oily Waste<\/i> - 0 m³<br />\nOn 13JAN, USCG contacted NOAA SSC about a release of ship-board oily waste from M/T Elias into the Houston Ship Channel due to malfunctioning oily-water separator. The vessel is berthed in Baytown, TX. The vessel was already boomed due to dockside operations and the small amount released was contained immediately. The source is secure and efforts are underway to clean the bathtub ring from the 817 ft vessel. USCG seeks consultation from SSC about 204 work assignment to use surface washing agents prior to routing for RRT approval.","<b>TX Petroleum Investment. Co; Breton Sound, LA Gulf of Mexico<\/b> 2012-12-26<br />\n<i>S. LA crude<\/i> - 0 m³<br />\nOn December 26, 2012, 1130am/CST, the USCG requested a NOAA trajectory for a 1BBL (42 gallons)crude oil discharge into Breton Sound on the east side of the Mississippi River Delta.  The discharge was due to a power failure and trouble with a compressor during restart.\u000b","<b>MODU in Distress; 14nm Offshore, LA<\/b> 2012-12-17<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn 17DEC12, MSU Morgan City contact NOAA for scientific support relating to a potential release of 1,000 gl of marine diesel from a MODU in distress. The vessel is located 14nm offshore, west of Marsh Island, in Vermillion Block 65. USCG is working salvage issues as well as marine pollution. USCG is seeking a trajectory and fate analysis if all diesel were released.","<b>F/V GEMINI, F/V WESTERN FLYER; Swinomish Channel, WA<\/b> 2012-09-24<br />\n<i>Diesel and hydraulic oil<\/i> - 4 m³<br />\nAt approximately 1200 Pacfic time September 24, 2012 NOAA SSC was notified by USCG Sector Puget Sound of the sunk fishing vessel GEMINI (officially registered as WESTERN FLYER) under the Twin Bridges in the Swinomish channel in Washington. It is unknown why the vessel sunk. The vessel was leaking diesel, although it is unknown how much diesel leaked. The vast majority was recovered by dive operations. The maximum capacity of the vessel is 750 gallons of diesel and 100 gallons of hydraulic fuel. NOAA ERD provided trajectory, tides, currents, resources at risk, and weather information for the situation.","<b>Hansa Berlin; Mariel, Cuba<\/b> 2012-08-27<br />\n<i>RNH 380 and diesel-possible container cargo<\/i> - 909 m³<br />\nA 474 foot container ship is aground on the coast of Cuba off Mariel.  The vessel has RNH 380 (174,426 gal) and diesel (27,500 gal) aboard. Weather and seas caused by tropical storm Issac has prevented response so far.  USCG is expecting the ship to lose the fuel and has requested a trajectory from NOAA.","<b>Energy 21 Pipeline Leak W Delta31; Gulf of Mexico 30mi SE of Grand Isle, LA<\/b> 2012-08-24<br />\n<i>South La Crude API 30 (20%) and 80% produced water<\/i> - 127 m³<br />\nAt 2215EDT USCG Marine Safety Unit Morgan City, LA contacted the NOAA SSC requesting a trajectory for a crude oil pipeline leak.  Maximum potential volume in the 10\" by 1.3mi pipeline is 667BBL.  However, the product in the pipeline is 80% produced water and 20% crude oil (API=30), so the estimated total potential oil spill is approx. 133BBL (5600gal).\u000bLeak location is approximately 16mi ESE of Grand Isle, LA, and 9mi SW of Pelican Isl, in Lease Block West Delta 31. The leak was creating a sheen of 1.75mi x 1.75mi when observed during an overflight at 1830CDT, with a coverage of 70% of variously: Metallic, Transitional, and Silver color.","<b>F/V Sea Biscuit; Near Bodega Bay, CA<\/b> 2012-08-24<br />\n<i>Diesel<\/i> - 1 m³<br />\nAt 1045hrs (local time), CAâs Office of Spill Prevention & Response (OSPR) contacted their NOAA SSC to request a trajectory estimate for the F/V SEA BISCUIT, which beached late last night in the surf near Bodega Bay, CA.  The vessel has 150 gallons of diesel on board and a rainbow sheen was observed nearby sometime this morning.  The State is considering a temporary closure of some local fisheries in the vicinity as a result of the spill and have requested a trajectory estimate on which to base their closure boundary.","<b>Mystery sheen; San Pedro Channel, Off Los Angeles, CA<\/b> 2012-08-23<br />\n<i>Diesel<\/i> - NA m³<br />\nIn the early afternoon of 23-August-2012, USCG Sector Los Angeles/Long Beach contacted their NOAA SSC to request support for a mystery sheen reported earlier in the day.  A sheen from an unknown source was observed and reported to the USCG at approximately 0700 hours (local) at 33Âº 30.09âN, 118Âº 07.08âW.  A subsequent USCG overflight at approximately 1030 hours (local) observed a heavy sheen covering approximately 1 square mile.  A trajectory estimate was requested.","<b>Walter Oil & Gas - W Delta 107; Gulf of Mex just off MISS R. SW Pass<\/b> 2012-08-22<br />\n<i>South LA Crude, API=36.2<\/i> - 2 m³<br />\nAt 1030EDT 22Aug12, the NOAA SSC (NOLA) was contacted by USCG MSU Morgan City for trajectory support for a small (10gal/hr) submerged well/pipeline leak of S. LA Crude (API=36.2).  Location of the leak is just off the SW Pass of the Mississippi R. delta.  Leak is creating a \"bright\" (25%) to silvery (75%) sheen 1mi x 3/4mi in size. Source is at or just below the mudline in 250' of water at a production well leading to a pipeline.  The responsible party, Walter Oil and Gas Co.,is in the process of securing the leak. \u000bEnvironmental conditions reported on site are current 0.5kt constant to the west, air temp=80F, winds 5-7kt from NW.","<b>M/V Ocean Crescent ; GOMEX south of Pensacola, FL<\/b> 2012-08-03<br />\n<i>IFO 380<\/i> - 9 m³<br />\nAt 2353 PDT USCG Sector Mobile, AL contacted the NOAA ERD duty officer to request a trajectory for an oil spill.  The master of the M/V Ocean Crescent reported to the CG (at 2300PDT) spilling 7.3 cubic meters of IFO-380 as a result of a fuel transfer error. Spill location given as N29deg 07' 24\" and W87deg 09' 12\", which is in the Gulf of Mexico approximately 70 mi south of Pensacola, FL.\u000b\u000bA trajectory is being prepared.","<b>FV View Point; Prince of Wales Bay, SE Alaska<\/b> 2012-07-29<br />\n<i>diesel<\/i> - 2 m³<br />\nEarly on the morning of July 29, NOAA received a report from Coast Guard MSD Ketchikan that the FV View Point had grounded and taken on water and sank in 200 fathoms of water in Gardner Bay, part of South Prince of Wales Bay, with 400 gallons of diesel on board. One POB had evacuated the vessel and was saved by a Good Sam.  Due to the dramatic similarities to the FV Mary Kay sinking just two days ago, the trajectory and fate analysis were essentially identical. CG and ADFG will be overflying the site later today to evaluate the size and scope of the problem due to a commercial fishing opening on Monday.","<b>Mystery Sheen Vermillian 51; GOMEX, 13mi south of LA Coast<\/b> 2012-07-28<br />\n<i>Unknown oil<\/i> - NA m³<br />\nOn Saturday, 28Jul12, USCG Morgan City contacted the SSC to request fate of a silvery sheen 2mix1mi in Lease Block Vermillion 51, approximately 13mi south of the LA coastline. Sheen was sighted from an oil platform adn reported as tending toward the SE. Source of the sheen was unknown, nor was the type of oil.  The SSC indicated that the sheen would not impact the coastline unless the source of the sheen increased significantly. SSC suggested that CG contact the SSC again if the situation changed and more information became available.","<b>FV Mary Kay; Cape Chacon, SE Alaska<\/b> 2012-07-27<br />\n<i>Deisel<\/i> - 11 m³<br />\nERD was notified by CG MSD Ketchikan around noon on July 27, 2012,that the 78' FV Mary Kay sank in 85 fathoms of water immediately  south of Cape Chacon at the southern end of SE Alaska with 2450 gallons of diesel on board. The cause of the sinking was apparently attributed to an excessive internal transfer of sea water to the bow of the vessel causing the vessel to tilt nose-down and sink. All POB were rescued by a Good Sam.  Weather at the time of the sinking was 15 kts SW wind, 3 ft seas.  The CG has asked for a trajectory and possible fate of the diesel. After the sinking, folks on the Good Sam vessel detected a definite odor of diesel. Initial fly overs by ADFG regarding commercial fisheries openings showed some ribbons of sheen.  However by Monday, July 30, no sheen was detectable by the ADFG and CG observers. It is currently uncertain whether all the diesel escaped. Case closed out on August 1, 2012\u000b","<b>Pipeline Leak-Eugene Isl 305; GOM 60mi SE of Timbalier Bay, LA<\/b> 2012-07-27<br />\n<i>LA Crude<\/i> - NA m³<br />\nMSU Morgan City contacted the NOAA SSC regarding the fate and trajectory for a leak in a 14\" crude oil pipeline in the Gulf of Mexico 64 mi SE of Timbalier Bay. The leak is currently minor and only creating a 4mi x 150'wide rainbow slick trending to the NE. At the current rate of leak the slick should not grow larger or longer and is no threat to land. Once additional information is received from the RP regarding if the leak has been stopped, if the pipeline has been shut in, the maximum volume potential (within the shut in section), and exact nature of the product, NOAA will run a trajectory model in the event of a catastrophic release.","<b>F/V Two Mikes sunk; Yaquina Bay bar entrance, OR<\/b> 2012-07-23<br />\n<i>Diesel<\/i> - 20 m³<br />\nAt 0300 PDT 23 July USCG contacted NOAA SSC and reported the 48-foot F/V 'Two Mikes' sunk off the North jetty of the Yaquina Bay bar entrance in Oregon. The vessel was reported to have sunk at 2243 PDT. There is a potential release of roughly 2000 gallons of diesel. USCG has requested hypothetical worst case discharge trajectory.","<b>Tug MADISON; South Lake Huron, near the entrance to St Clair River, MI<\/b> 2012-07-19<br />\n<i>diesel<\/i> - 38 m³<br />\nOn 19 JULY 2012 (time unknown), Sector Detroit received report of a 110' Dredge and 38' Tug sank in Lake Huron. Tug DRUMMOND ISLANDER II (Flag: US) and Tug MADISON (Flag: US) were pushing a 110' dredge downbound in Lake Huron en route to Pointe Mouillee, when the 110' dredge sank also causing the Tug MADISON to flip over approximately 5 nm NNW of the entrance to the St Clair River. All personnel were safely transferred to the Tug DRUMMOND ISLANDER II. The DREDGE BARGE Arthur J sank and the Tug MADISON capsized. Sector Detroit reported that the dredge had 12 sections of 1000' pipe onboard that has broken loose.\u000b\u000bSSC was contacted at 1037 (eastern) by Sector Detroit requesting a weather update, as well as a trajectory.  As of 1037, sheening has been observed but catastrophic release has not been observed.  Air Station Detroit will conduct an overflight as soon as weather conditions permit.\u000b\u000bNRC Notification #1018236","<b>F/V Joe; Terrebonne, LA<\/b> 2012-07-18<br />\n<i>Diesel<\/i> - 2 m³<br />\nOn 18JUL12 USCG MSU Morgan City contacted NOAA SSC in regards to a fishing vessel which sank in coastal Terrebonne Parish, LA. The location is about 1/4 miles offshore and in 8ft of water. The vessel is 30 ft by 12 ft with a 400 gallon diesel tank aboard. The vessel sank last night and was not producing a sheen this morning, but USCG directed owner to place sorbant boom around the vessel. A Good Samaritan helicopter reported a 1/2 mi by 30 ft silver sheen moving southwest. USCG is currently gathering resources to conduct an overflight and on-scene evaluation. USCG has requested a trajectory to determine shoreline impacts.","<b>Mystery Sheen; 11 nm Offshore, LA<\/b> 2012-07-12<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 12JUL12, USCG Sector New Orleans contacted NOAA SSC for support of a mystery sheen reported by a Good Samaritan helicopter at 1410 CDT. The sheen was reported as 15 miles by 0.5 miles and rainbow in color. The reported position is 11 nautical miles east of Redfish Bay and Northeast Pass, east of the Mississippi Delta. It is not known where the reported position is in relation to the entire sheen. The report also claims the sheen to be traveling southwest. An overflight scheduled to investigate the sheen this afternoon was diverted for SAR. USCG is requesting a trajectory for directing an overflight scheduled for tomorrow morning.","<b>F/V Sound Leader sunk; Offshore Newport, OR<\/b> 2012-07-03<br />\n<i>Diesel, 75 gallons of some other oil (likely lube oil)<\/i> - 5 m³<br />\nAt approximately 1200 PDT on 3 July, USCG Sector Columbia River contacted NOAA SSC regarding the F/V Sound Leader sunk offshore Newport, OR. The vessel sank around 0700 3 July. There was sheen observed at the site of sinking at 0730. There was a potential of 1000 gallons of diesel reported on board. USCG requested trajectory for worst case discharge. Although winds are forecasted to blow toward shore, given the moderately high winds and waves and that the sheen would likely be pushed to the SW and not directly W, no significant visible impact is expected on shore if a worst case discharge were to occur.","<b>F/V Quest Sunk; Offshore Westport, WA<\/b> 2012-06-29<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn June 29 at approximately 1300 PDT NOAA SSC was notified by USCG Sector Columbia River of a Fishing Vessel that had sunk approximately 17 miles NW of Westport, WA at 2330 June 28. The potential is for 250 gallons of diesel. It is unknown if any fuel has been spilled. USCG requested a trajectory, and under the given conditions no shoreline impacts are expected from a 250 gallon diesel spill.","<b>Pipeline Leak; Off Atchafalaya Bay, LA<\/b> 2012-06-07<br />\n<i>Condensate and Natural Gas<\/i> - NA m³<br />\nOn 07JUN12, USCG MSU Morgan City contacted NOAA SSC about a 8 inch natural gas pipeline that has been breached and is leaking condensate and gas. The reported position is about 6 miles offshore and in shallow waters. A 2 1/2 mile section of pipeline has been shut in and the pressure in the line is dropping. USCG is requesting a trajectory from NOAA to determine potential shoreline impacts.","<b>Fish Market Barge Sinking; Potomac River, Washington, DC<\/b> 2012-06-06<br />\n<i>diesel fuel<\/i> - 2 m³<br />\nBACKGROUND: On Tuesday, 05 JUN, at approx 12:45pm, Coast Guard Sector Baltimore was notified of a barge splitting in half in the fish market area of Southwest DC (Washington Channel) with oil in the water.  At that time, Sector Baltimore filed an NRC report and dispatched a pollution response team.  DC Fire Dept was already o/s and successfully contained the spill with approx 600ft of harbor boom.  The \"barge\" is actually a permanently moored floating structure/storefront used to sell fish.  The rear section of the structure collapsed, sending two fuel storage tanks into the water, each containing approx 150-200 gals of diesel fuel.  Moderate media interest occurred with local DC radio and the Associated Press contacting the Coast Guard for more information.  CG D5 PADET issued a press release Tuesday afternoon.  No wildlife was reported to be affected.  HEPACO was hired by the responsible party (a private citizen) to clean up the spill.  The spill response continued through Tuesday night, though hampered by darkness and a large amount of oiled debris (wood planks, etc.) in the water from the structure collapse.  DC Dept of the Environment was notified and sent inspectors to the scene.  Clean-up efforts continued through the day on Wednesday; however, late morning on Wednesday, HEPACO expressed concerns about the r/p's ability to pay.  At that point, the USCG assumed federal responsibility for the clean-up efforts and accessed the Oil Spill Liability Trust Fund for $50,000.  HEPACO was hired was issued an ATP of $30,000.\u000b\u000bJune 6, 2012 UPDATE: Spill response continued through the night last night and continues this morning.  Both fuel tanks have been removed along with 95% of the oiled debris and recoverable product.  USCG anticipates reaching an endpoint sometime later today or tomorrow.  USCG Sector Baltimore's Mobile Command Post trailer is on scene and will remain on scene with Sector Baltimore personnel until the response is complete.  There have been no reports of injury to wildlife and no claims of oiled vessels made to the Coast Guard at this time.","<b>Platform Fire SP 93 B; Gulf of Mexico south of Miss R. (LA)<\/b> 2012-05-29<br />\n<i>S. LA crude condensate<\/i> - 10 m³<br />\nAt 1430CDT the NOAA SSC for District 8 was called by MSU Morgan City to request a trajectory forecast for a potential spill if a burning tank on a platform in the Gulf should release its contents into the Gulf.  Contents of the tank are approximately 50BBL (2100gal) of south LA crude oil condensate. Tank is a possible slop tank (which would contain an mixture of various waste oils, rather than the crude condensate.)\u000b\u000bAdditional information below is from the USCG message to the SSC:\u000b\u000bâ¢\tReported at 1254 by Energy XXI\u000bâ¢\t7 persons on board (all evacuated) 1 minor injury reported at this time (1345 29MAY12) of 1st to 2nd degree burns on the employees forearms. Employee is in transit to Terrebone General for treatment.\u000bâ¢\tFacility is shut in and fire is contained to the open top tank for the time being. Location of facility is N 28Â° 39.7 W 089Â° 24.5 \u000bâ¢\tTank dimensions are 8 x 10 foot, capacity of the tank is 50 bbls and has approximately 20 bbls of crude condensate on board. Tank is sitting on top of grating leading to the Gulf of Mexico. \u000bâ¢\t6 vessels are actively spraying the facility with water to keep in cool. Foam will not reach the facility. \u000bâ¢\tWild well control and Oil mop are on stand by.\u000bâ¢\tCrew was evacuated to SP 93 A\u000bâ¢\tFacility is 82 feet off of the water and is 17 miles offshore (446 ft water depth).\u000bâ¢\tWeather: Clear 85Â° F / 9 mile winds\u000b","<b>Mystery Sheen; South Marsh Island Block 112, Offshore LA<\/b> 2012-05-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 23MAY2012, USCG MSU Morgan City contacted the NOAA SSC about a mystery sheen discovered by BSEE during an unrelated flight. The sheen is approximately 65 miles offshore, due south of Marsh Island. There is no known source and product chemistry is unknown. Platforms in the area were contacted and none report any release. USCG is requesting a trajectory, fate of sheen and hindcast.","<b>Mystery Sheen; Off San Diego, CA<\/b> 2012-05-22<br />\n<i>Rainbow sheen<\/i> - NA m³<br />\nOn the evening of 22-MAY-2012, the USCG District-11 Command Center contacted their NOAA SSC to report a mystery sheen observed by a USCG helicopter offshore of San Diego, CA at 1814hrs (local time).  The observation was described as a 3NM x 3NM rainbow sheen approximately 16.5NM west of Point Loma and approximately 5NM North of the US/Mexican border as depicted by the offshore EEZ boundary.  A trajectory estimate was requested to establish whether the sheen might threaten Mexican waters.","<b>Mystery Sheen West Delta 117; 28nmi SE of west side ofMiss R. Delta, LA<\/b> 2012-05-18<br />\n<i>Assumed to be S LA crude at this time<\/i> - NA m³<br />\nAt 1530CDT USCG MSU Morgan City contacted the New Orleans SSC to request NOAA support in locating the likely source of a light sheen observed from a platform in lease block West Delta 117.  Sheen was described as barely visible and 15% coverage, about 2 miles wide by at least 7 miles long (from the platform) but a helo pilot from the rig indicated it extended all the way to the shoreline near Venice, LA.  NOAA ERD is providing oceanographer-modeling support to the CG.","<b>Deep Sea Fire and Spill; Whidbey Island, Penn Cove, WA<\/b> 2012-05-14<br />\n<i>Diesel<\/i> - 16 m³<br />\nMay 12 through May 16, 2012 Washington State Department of Ecology, U.S. Coast Guard, Camano Island Fire & Rescue, and North Whidbey Fire and Rescue responded to a boat fire on the anchored 128-foot fishing vessel Deep Sea, located in Penn Cove off Whidbey Island, Saturday May 12.\u000b\u000bThe Coast Guard established a 500-yard safety zone and federal, state and local authorities allowed the vessel to burn due to concerns of the vessel sinking if firefighting activities continued.\u000b\u000bOn Sunday, May 14, the Deep Sea unexpectedly sank with an unknown amount of diesel fuel on board.\u000b\u000bOil skimming vessels placed oil containment boom around the area of the sunken vessel. The Coast Guard hired Ballard Diving & Salvage Co. to plug vents and seal the vesselâs fuel tanks.\u000b\u000bHowever, a cracked vent allowed fuel to leak from the sunken vessel at an estimated rate of 2 gallons per minute. \u000b\u000bOn May 14, some commercial shellfish operations in Penn Cove voluntarily stopped harvesting on before fuel reached nearby mussel rafts.\u000b\u000bThe volume of diesel spilled from the boat grew through Monday, leaving a very thin coating of oil over the commercial operation, leading the Washington Department of Health to close the area. Recreational shellfish harvesting in Penn Cove was also temporarily closed.\u000b\u000bThe oil sheen was too thin to remove from the water.\u000b\u000bEcology has been monitoring shoreline areas for potential environmental effects from the spill. Some sheen had reached the shore in places. Ecology is analyzing water samples collected help evaluate environmental impacts from the spill.\u000b\u000bThere have been no injured or killed mammals or fish observed or reported.\u000b\u000bThe Washington Department of Natural Resources is developing options for salvaging the vessel.\u000b\u000bThe Coast Guard has opened the federal Oil Spill Liability Fund to pay for response efforts. \u000b\u000bNOAA ERD has been requested to create trajectories for potential releases during salvage operations and to assist the WA State Department of Health in connecting to NOAA's Seafood Inspection Program for sensory testing.","<b>F/V Lucky Diamond; Nearshore LA<\/b> 2012-05-11<br />\n<i>Diesel<\/i> - 2 m³<br />\nAt 1225 CST on 11May12, USCG MSU Morgan City contacted NOAA SSC about a fishing vessel that was burning (now extinguished) and adrift near the coast of central Louisiana. There is a potential release of diesel fuel and USCG is seeking a trajectory for a WCD discharge.","<b>MSC Idil; 59 nm north of Puerto Rico<\/b> 2012-05-11<br />\n<i>IFO 380 & Diesel<\/i> - NA m³<br />\nNOAA's Emergency Response Division office in Seattle was contacted by USCG Sector San Juan at approximately 1705 PT requesting trajectory analysis for a potential release of fuel oil from a drifting vessel.  The MSC Idil, a container ship, experienced an explosion on board and is now adrift at 19deg 27.1min North / 66deg 06.4min West. The vessel is reported to have 244 metric tons of IFO 380 and 207 metric tons of diesel fuel on board. Vessel is approximately 59 nm north of San Juan Puerto Rico.","<b>Mystery Sheen; Willamette River, OR<\/b> 2012-05-09<br />\n<i>Unknown<\/i> - NA m³<br />\nSSC was notified by USCG Sector Columbia River of a mystery sheen in the Willamette River, extending from Oregon City Falls north to Milwaukie in Oregon (just south of Portland). There is not a known source, amount, or type of oil. Sheen is being reported as \"grey and weathered\". Sector Columbia River is looking for a trajectory of where the oil may go and guidance on what should be protected.","<b>Platform Elly sheen; Off Huntingon Beach, CA<\/b> 2012-05-09<br />\n<i>Huntington Beach crude & produced water<\/i> - 4 m³<br />\nOn the evening of 09-May-2012, USCG Sector LA/Long Beach contacted their NOAA SSC regarding a cracked overflow pipe on Platform Elly (approx. 7.5NM off Huntingon Beach, CA) that was discharging a small amount of visible sheen.  Release rate is reported as approximately 2-3 gallons per day and patching of the pipe is scheduled to commence early tomorrow morning.  In the meantime, a precautionary (âwhat ifâ) trajectory estimate has been requested in the event the patching operations encounter difficulties.","<b>Pipeline Release; Near Mississippi River Delta, LA<\/b> 2012-05-07<br />\n<i>LA Sweet Crude Oil<\/i> - 2 m³<br />\nAt 2000 CST on 07MAY12, USCG Sector New Orleans contacted NOAA SSC about a pipeline release of LA sweet crude oil that occurred at 0800 the same day. The situation has stabilized and the pipeline is secure. USCG has been on scene and an OSRO has been hired by the RP. Overflight occurred at 1430 CST today and spotted a 10mi sheen moving NW along the coast. USCG has request a trajectory for sheen position at daylight tomorrow.","<b>RowanXL-1 rig/TV FR8 Pride; Port Aransas, TX channel<\/b> 2012-05-02<br />\n<i>hydraulic fluid and crude (potential)<\/i> - NA m³<br />\nAt around 1000CDT the NOAA SSC was contacted regarding a collision in the Port Aransas TX shipping channel between a 750' tanker vessel (TV FR8 Pride) and a jack-up rig Rowan XL-1 at 0700CDT on 2May2012.  The only discharge at this time is an unknown but small amount of hydraulic fluid creating a small sheen.  USCG has indicated that they do not expect a larger release, and no discharge is reported from the tanker.\u000b\u000bNOAA SSC is coordinating with Sector Corpus Christi, but no direct science support from NOAA has been requested at this time.","<b>Mystery Sheen; South Timbalier Block 23, LA<\/b> 2012-04-29<br />\n<i>Unknown<\/i> - NA m³<br />\nThe USCG Morgan City contacted the NOAA SSC this evening about a sheen  in Timbalier Block 23. The sheen was reported to be a 2 mi X 100 ft silvery sheen heading NW. The location was about 6 miles from shore, to the southwest of Timbalier Bay. A trajectory analysis was requested.\u000b","<b>M/V Pacific Sea adrift; Off Point Arena, CA<\/b> 2012-04-24<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 2047 hours (Pacific) USCG Sector San Francisco contacted the NOAA SSC to request a drift estimate for the inbound M/V Pacific Sea, a 623 foot bulk cargo carrier that had lost propulsion and adrift approximately 17nm Southwest of Point Arena, CA.  Attempts are presently underway to get her under tow.  She is accompanied by a tow vessel and the USCG Cutter Sockeye.  Sector San Francisco requested a drift estimate.","<b>Mystery Sheen; Timbalier Bay, LA<\/b> 2012-04-18<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 18APR12, USCG Houma contacted NOAA SSC about a mystery sheen in Timbalier Bay reported by a good Samaritan helicopter. The sheen is reported to be 5mi by 3mi rainbow sheen with a 50yrd by 100yrd black area on the leading edge. The quantity, product and source are unknown. USCG is seeking a trajectory.","<b>F/V Lady Myrtle; US/Canada Border (Maine/New Brunswick)<\/b> 2012-04-14<br />\n<i>Diesel<\/i> - 1 m³<br />\nFirst and Final Report:  April 12, 2012:  The Canadian Coast Guard reported to the US Coast Guard (protocol under the CANUSLANT agreement) a fishing vessel on fire and adrift just north of the US border and drifting south.  All crew members were rescued and are unharmed.  The vessel was carrying about 250 gallons of fuel.  The US Coast Guard requested that NOAA estimate the drift and predict the location of the landfall.  This was done (see separate entry) and it was estimated that the vessel would make landfall in Canada on the northeast corner of Grand Manan Island, southern Bay of Fundy.  By mid-afternoon, the Canadian Coast Guard had secured the vessel and was towing the burned wreck to shore.  Case Closed","<b>BOA Pipeline Strike, Barataria Pass; Near Grand Isle, LA<\/b> 2012-03-17<br />\n<i>Crude<\/i> - NA m³<br />\nAt 1224 CST on 17MAR, USCG Sector New Orleans contact NOAA SSC about a thick black sheen (1 mi by 1 mi) discovered by USCG personnel working in the vicinity. A jack-up rig dropped their spuds onto a pipeline earlier this morning causing an uncontrolled release of crude oil. The release has been for at least 3 hours and continues unsecured. Trajectory analysis has been requested.","<b>Burning Platform; Off Empire, LA<\/b> 2012-03-16<br />\n<i>Crude Oil<\/i> - 23 m³<br />\nAt 1700 CST, on 16MAR, USCG contact NOAA SSC about a platform on fire. A small platform fire broke out on Baptiste Collette Bayou due to welding near a storage tank of crude oil. Three people vacated the platform and no one is believed to still be on it. A Port Authority boat from the Coast Guard is on the scene. There has been no oil released at this point, but USCG has requested a trajectory for the full release of the storage tank.","<b>Pipeline Release; Near Grand Isle, LA<\/b> 2012-03-14<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 1340 CST on 14MAR, USCG Sector New Orleans contacted the NOAA SSC about support for a sheen resulting from an break in a pipeline. USCG did not know what product was released, size/orientation of the sheen or amount released. An overflight is scheduled for later this afternoon. USCG is seeking a trajectory to guide the overflight.\u000b","<b>Mystery Sheen; South Marsh Island Block 223, LA<\/b> 2012-02-27<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 27FEB at 1530 CST, MSU Morgan City contacted NOAA SSC for trajectory support for a mystery sheen. At 1430 CST, USCG received a report of a mystery sheen with dimensions of 5mi by 1/4mi located at 29-24-30N 091-59-32W, South Marsh Island Block 223. The orientation of the sheen and location of lat/long relative to the sheen was not given.","<b>F/V PLAN B; Southern Maine<\/b> 2012-02-21<br />\n<i>diesel<\/i> - 14 m³<br />\nAt approximately 1100 EST today (2/21/12) the Fishing Vessel \"Plan B\" sank off the coast of southern Maine, about 8 miles to sea.  USCG reported a sheen of approximately 200 yards square and request more information on the fate of the oil.","<b>Barge SMI 30020; New Orleans, LA<\/b> 2012-02-17<br />\n<i>Crude Oil<\/i> - 52 m³<br />\nOn 17FEB12 at 0330 CST USCG Sector New Orleans IMD contacted NOAA SSC in regards to a release associated with tug and barge colliding with another tug and barge. This incident occurred at approx 0130 CST at Mississippi River mile marker 140 in St John the Baptist Parish (New Orleans is 27 miles away as the crow flies and at river mile marker 105). There is estimated to be 270 bbl of crude oil (chemistry unknown) in the water and trajectory is requested.","<b>Condensate Sheen; South Marsh Block 236, LA<\/b> 2012-02-15<br />\n<i>Condensate<\/i> - NA m³<br />\nOn 15FEB12 USCG Morgan City contacted NOAA SSC in regards to a mystery sheen reported at 0745 CST. The sheen is reported as 9mi long and 100 ft wide. It is unknown where in the sheen is in relation to the provided lat/long. There was no initial information related to sheen orientation, product released, source  or follow-up information beyond NRC report. During subsequent conversations, the source was determined to be a natural gas pipeline and sheen is produced from condensate. USCG is seeking trajectory to determine shoreline impacts.","<b>Leaking Pipeline; Timbalier, LA<\/b> 2012-02-02<br />\n<i>Natural Gas and Condensate<\/i> - NA m³<br />\nOn 02FEB12, USCG contacted NOAA SSC about a ruptured natural gas pipeline 7nm south of Timbalier Island in South Timbalier Block 37 (28-56-23N 090-21-21W, NRC#1001902). An associated sheen was reported as 4mi by 15 ft (NRC report stated 1 mile). The flowrate is unknown. The depth is about 50 feet. USCG is requesting trajectory and shoreline impact analysis.","<b>Tank Overflow; Galveston, TX<\/b> 2012-02-02<br />\n<i>Unknown<\/i> - 6 m³<br />\nOn 02FEB12, USCG contacted NOAA SSC about a storage tank on a platform overflowed in off Galveston Island, TX. The initial reports came from good Samaritan aviators in the area at 0400 CST. The RP contacted USCG about 0700 and reported that the source point was secure. USCG is seeking a trajectory for 50 barrels and a Resources at Risk report.","<b>FV Kimberly grounding; Shelikof Strait, Alaska<\/b> 2012-01-28<br />\n<i>diesel, hydraulic fluid, lube oil, antifreeze<\/i> - 11 m³<br />\nThis is only a potential spill.  In the middle of the night of Jan. 25, 2012, the FV Kimberly was forced aground by weather with winds gusting to over 100 knots on the West side of Shelikof Strait in Jute Bay.  The vessel owner reports that there are approximately 1900 gal. of diesel, 400 gal. of hydraulic oil, 70 gal. of lubricating oil, and 25 gallons of antifreeze on board.  The owner of the vessel reports that it was not taking on water when they abandoned the vessel even though the vessel had been blown a considerable distance up the primarily sandy beach.   The USCG rescued the 4 crew members from the grounding.  The RP is working with Magone Marine Services to develop a plan for removal of the fluids and any other hazardous substances from the vessel once weather permits.  The RP will then evaluate options and develop a plan for removal of the vessel from State tidelands","<b>Floating Barrel; Port Aransas, TX<\/b> 2012-01-27<br />\n<i>Barrel<\/i> - 0 m³<br />\nOn 27JAN12 at 17:30, USCG Sector Corpus Christi contacted NOAA SSC about a report that came in at 16:00 of a 55 gl barrel floating in the Gulf of Mexico. The barrel has approx 1 inch exposed above the water's surface. The barrel has no markings and unknown contents. USCG is requesting a trajectory model.","<b>Mystery Sheen; Point A La Hache, Plaquemines Parish, LA<\/b> 2012-01-24<br />\n<i>Oil<\/i> - NA m³<br />\nOn 24JAN12 at 0730, USCG Sector New Orleans contacted NOAA SSC for support with a mystery sheen. It was reported to Sector New Orleans Command Center by an anonymous caller that a several mile long sheen was observed near Point A La Hache, Plaquemines Parish at 1555 on 23JAN12. IMD was also notified via NRC report 1001087. The sheen was described as several miles long of an unknown color from an unknown source. IMD requested satellite imagery from NOAA of the area reported during the time of the incident.","<b>Mystery Sheen; Grand Isle, LA<\/b> 2012-01-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn Friday, 20 Jan, at 13:30 USCG MSU Morgan City contacted NOAA SSC in regards to a mystery sheen reported south of Grand Isle, LA. Sheen is reported being 4.5 miles offshore in Grand Isle Block 37 and approximately 6 mi by 1 mi in size, traveling in a north-east direction along the shore.  Chemistry of sheen is not known and source of sheen is not known.  USCG request trajectory report to determine shoreline impact.","<b>Mystery Sheen; South Marsh Island Block 239, LA<\/b> 2012-01-06<br />\n<i>Crude Oil<\/i> - 0 m³<br />\nUSCG MSU Morgan City, LA contacted the NOAA SSC about a sheen from a well located at 29 deg 19.15 min N 091 deg 54.94 min W that produced a silvery sheen of 4 miles by 20 feet in the South Marsh Island Block 239. The wellhead is secure and not releasing any more oil. The sheen is presumed to be moving with the wind in a northerly direction. Quantity not known. USCG is looking for a trajectory to determine if shoreline impacts can be expected.","<b>Mystery spill; Orofino, ID<\/b> 2011-12-30<br />\n<i>Unknown<\/i> - NA m³<br />\nEPA made a courtesy notification to NOAA ERD on Friday, Dec 30 at 1440 to report a mystery spill on the Clearwater River in Orofino, ID.  At this time, there is just a drip from the sand.  The source, amount spilled, and type of fuel/oil is unknown.  The spill is contained with boom, and EPA is working with the state to identify the source.  No action is required of NOAA ERD.","<b>Truck Roll-Over; Clearwater River, ID<\/b> 2011-11-12<br />\n<i>diesel and gasoline<\/i> - 17 m³<br />\nEPA Region 10 has notified the NOAA SSC for the Northwest that a truck has rolled over off of Highway 12 at Milepost 152, adjacent to the Clearwater River. The truck's fuel tanks are punctured and leaking, though no product has reached the river yet. The potential release is estimated to be 1700 gallons of gasoline and 2000 gallons of diesel. NOAA's National Marine Fisheries Service has been notified.","<b>M/V Justin; Alki Point, Washington<\/b> 2011-10-14<br />\n<i>Diesel and lude oils<\/i> - 1 m³<br />\nAt 1005 on October 14, 2011, USCG contacted the NOAA HDO and requested trajectory support for a sunken vessel off Alki Point, Seattle, WA.  The 73 foot landing craft has 50 gallons of lube oil and 300 gallons of diesel on board. Salvage team is en route","<b>C/V Edfu; near mouth of Columbia River, OR<\/b> 2011-10-11<br />\n<i>Fuel oil and diesel<\/i> - 446 m³<br />\nUSCG Sector Portland contacted NOAAs Emergency Response Division at 1530 local time on Oct. 11, 2011 to report that the C/V Edfu is disabled and currently anchored off the coast of Oregon undergoing engine repairs. Its location was given as: 46Â°11'08.2\"N--124Â°16'35.6\"W, which is about 10 miles from land off the mouth of the Columbia River. It is reported to be carrying about 98,000 gallons of fuel oil, and 2,800 gallons of diesel fuel. We were asked for a trajectory analysis for a potential release of oil at about 1700 today.\u000b","<b>M/V Rena; Tauranga, New Zealand<\/b> 2011-10-05<br />\n<i>Mixed fuel oil, hazmat, and marine debris<\/i> - NA m³<br />\nOn October 5, 2011, the Container Ship M/V Rena ran aground on Astrolabe Reef off the coast of Tauranga in New Zealand. The ship was carrying 1,368 containers, eight of which contained hazardous materials, as well as 1,700 tonnes of heavy fuel oil and 200 tonnes of marine diesel oil. This hotline was opened to capture documents related to the incident.","<b>Cedyco Manila Village Spill; Bayou Dupont, LA<\/b> 2011-09-11<br />\n<i>Crude oil<\/i> - 48 m³<br />\nThe Coast Guard is responding to a report of crude oil discharge in Bayou Dupont and north Barataria Bay. Coast Guard Sector New Orleans received a report at 2:05 pm on Sept. 11, 2011 from a Plaquemine's Parish operator, that a pipeline from a platform was leaking crude oil into Bayou Dupont and north Barataria Bay. A second leak was located in a 2 inch flow line attached to a wellhead associated with this platform.  Coast Guard Sector New Orleans is coordinating response efforts with Louisiana Oil Spill Coordinator's Office (LOSCO), Louisiana State Police, Louisiana Department of Environmental Quality (LADEQ), Louisiana Department of Wildlife and Fisheries (LAWLF), and Louisiana Department of Natural Resources (LDNR). Two responders from the Coast Guard Gulf Strike Team are also on scene providing technical assistance. The USCG has requested assistance from NOAA to provide oil trajectory support and on-scene environmental assessment.","<b>F/V Midnight Hour; Approx 1nm off the West End of Santa Catalina Island, CA<\/b> 2011-08-31<br />\n<i>Diesel<\/i> - 14 m³<br />\nAt approximately 2145hours (local) on 30AUG2011, the 61â F/V Midnight Hour sank approximately 1nm off of Eagle Rock near the west End of Santa Catalina Island, CA.  The vessel owner/operator reported that approximately 500 gallons of diesel were on-board, but the vessel had the capacity for up to 3,000 gallons.  The vessel sank too quickly to provide an exact position and it is not known whether the vessel is leaking fuel at this time.  However, USCG Sector LA/LB contacted their local NOAA SSC at 0213hrs on 31AUG2011 for trajectory support, to estimate the potential for shoreline impacts and to assist during their morning overflight of the area.","<b>Hurricane Irene; East Coast, US<\/b> 2011-08-24<br />\n<i>Unknown<\/i> - NA m³<br />\nThis hotline is being opened to capture information related to Hurricane Irene.  The Storm is currently a category 2 but is expecting to intensify","<b>Mystery slick; 17 miles offshore; Port Arthur, TX<\/b> 2011-08-23<br />\n<i>unknown<\/i> - NA m³<br />\nA 15 mile by 1 mile slick of oil was reported from a platform approximately 17 miles offshore from Port Arthur, TX at 0900 (local) Aug 23 2011.  USCG is conducting an overflight to investigate and will obtain a sample.","<b>Mystery Sheen in Block MC-252-19Aug11; Gulf of Mexico Lease Block Mississippi Canyon 252<\/b> 2011-08-20<br />\n<i>Unknown but suspect natural seep<\/i> - NA m³<br />\nThe NOAA SSC for CG District 8 was contacted at 1300EDT on 20Aug11 to request assistance in identifying potential sources for a sheen of unknown description 1 mi. long by 50ft wide that has persisted in lease block Mississippi Canyon 252 since Friday, 19Aug11 in the same approximate location.\u000b\u000bThe NOAA SSC spoke BOEMRE regarding potential sources for such a sheen (of unknown color/description) at that location.  BOEMRE indicated that there is a known natural seep within 6 mi of the Macondo well.  The seep is a prime suspect for such a small sheen, but of course it could also be a small leak from the Macondo well also, or any other structure in that area.  Further, any leak from a sea floor source in that depth could surface miles away depending on any currents within the entire water column.","<b>Anacostia River; Washington, DC<\/b> 2011-08-15<br />\n<i>Unknown oil<\/i> - 5 m³<br />\nAt 2330 hour on Monday, August 15, SSC received notification from USCG Sector Baltimore about an 8-9 mile long oil sheen being reported in the Anacostia River. Preliminary information reports heaviest concentration between 11th Street Bridge and New York Avenue Bridge. Washington Fire Dept on-scene. Product type, source, and amount unknown at this time.  USCG Pollution Investigation Team on-scene.  NPF opened. Aerial overflight scheduled at first light.  SSC waiting for additional information from USCG. Incident is being followed by local media according to USCG.","<b>F/V Copacetic sinking; Puget Pt, NW Gulf of Alaska<\/b> 2011-07-07<br />\n<i>diesel<\/i> - 10 m³<br />\nUSCG reported that the F/V Copacetic sank at about 4pm yesterday, apparently due to a rogue wave. The crew have been reported as rescued and safe. The vessel is a 56 foot wooden fishing vessel. It is said to be carrying 2200 gal. diesel fuel.\u000b\u000bThe vessel sank approximately 43 Miles east of Seward just off Cape Puget in 160 feet of water, at the location 59Â°55'N--148Â°27'W. That location is about 1.8 miles south of Cape Puget, in about 180 feet of water.  Coast Guard has requested NOAA to provide possible scenarios and trajectory for possible fuel release from the vessel.   No significant RAR were identified in the vicinity that might be oiled a sudden or slow release of the fuel.   Hence it was decided to not pursue any further actions or remediation, and the case was closed.\u000b\u000bThe seas were reported to be about 2' wind waves, plus swell, at the time of the incident.\u000b\u000bIt is not known if any sheen was observed either yesterday or today.","<b>Sheen report; Off San Diego, CA<\/b> 2011-06-29<br />\n<i>Unknown substance<\/i> - NA m³<br />\nDuring mid-morning of 29 June 2011, USCG Sector San Diego contacted the NOAA Hazmat Duty Officer about a 27mile sheen report offshore.  Follow-up information indicated that the report had originated from a Customs & Border Patrol overflight at 0830hrs (Pacific) describing a 27mile by 1,000 foot feature that was âblue-grayâ in color starting at 32deg 36.400N, 117deg 57.850W and continuing to 32deg 36.700N, 117deg 25.830W.  A separate vessel report of a fuel smell in the vicinity was provided during the early afternoon.  Sector San Diego requested NOAA trajectory support to direct an overflight at 1700hrs and to get a sense of approximate time and location of landfall, in the event the reported feature persists.  NESDIS also obtained imagery from two satellite passes during the day that appeared consistent with an anomaly in the area.","<b>Tug Aries; 95 miles east of St. Paul, Alaska<\/b> 2011-06-26<br />\n<i>Diesel Fuel, Lube Oil, Hydraulic Oil<\/i> - 132 m³<br />\nOn June 26, 2011, the NOAA Duty Officer was notified of the sinking of the 68-foot tugboat Aries in the Bering Sea approximately 95 miles east of St. Paul Island.  St Paul is one of the Pribilof Islands, and is about 750 miles west of Anchorage.  All 4 crew members were rescued.  The Tug is sunken in about 300 feet of water, and there is a potential of 29,000 gallons of diesel.  A sheen was reported on the surface. On Monday, June 27, USCG requested a trajectory for the fuel oil believed to be leaking from the vessel.  Rate is unknown at this time. The tug was towing a barge carrying a mobile home and construction equipment. The barge was anchored to keep it from drifting. Another tug is en route and expected to arrive this afternoon. \u000bAt the sunken tug location of approximately 100 nm ESE of St. Paul and about 100 meters water depth, considerable concern was expressed by NMFS regarding the possible oiling of some of the thousands of foraging fur seals which habitat this area, from escaping diesel, even though a very large diesel release as the tug was actually documented by the crewmen from the tug after escaping onto the barge.   \u000b     On several occasions the RP very diligently attempted various modes, both by vessel and by air, to monitoring the occurrence of sheen on the surface nothing was ever noted.   The combination of heavy weather and human safety concerns, led to a halt of these efforts and to the assumption that it was likely that the entire diesel contents of the tug had been relesased.    .","<b>Mystery Slick, Breton Sound (NRC 978985); Breton Sound, GOM<\/b> 2011-06-08<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 1014 hours local time on 8 June 2011, USCG Sector New Orleans notified the NOAA Scientific Support Coordinator of a reported mystery slick WSW of Breton Island.  The size of slick is reported as âseveral milesâ in length.  The initial information is sketchy, and the USCG has launched a helicopter and small boat to investigate as well as coordinating with the USFWS Breton Wildlife Refuge Manager.  No responsible party is yet known.  NOAA was requested to provide an Initial Trajectory Analysis and Resources at Risk analysis.  In 2005, this same refuge was impacted by a small spill resulting in the death of more than 600 pelican.  USFWS reports that there are nearly 7000 pelican on North Breton Island currently and this is nesting season.","<b>F/V Relentless Pursuit; Sandy Hook, NJ<\/b> 2011-06-05<br />\n<i>Gasoline<\/i> - 0 m³<br />\nDuring the evening of June 5, a privately-owned pleasure craft grounded at the tip of the Gateway National Park, Sandy Hook, NJ.  The vessel is 50ft in length and is carrying 100 gallons of gasoline.  USCG Sector New York contacted NOAA Duty Officer to report incident. Vessel had grounded on NPS lands in an area currently closed to the public due to on-going piping plover, oyster catcher, and tern nesting activities. Owner of vessel is in the process of making arrangements with Sea Tow to remove on-board gasoline this afternoon during low-tide.  An attempt to tow the vessel off the beach will be made after the fuel has been removed.  If effort to remove vessel is unsucessful, vessel will have to remain grounded until September which is the end of bird nexting season.","<b>CFS PAMPLONA; Barceloneta, PR<\/b> 2011-05-31<br />\n<i>Unknown<\/i> - NA m³<br />\nSector San Juan on 31May11 reports CFS PAMPLONA, 475' container ship drifting 2 miles north of Barceloneta, PR. Vsl carrying 75 metric tonnes of diesel; swells 3-4', winds from NE, calm seas.  Spill trajectory requested.","<b>Re-fueling plane crash; Point Mugu NAS, CA<\/b> 2011-05-19<br />\n<i>JP-8 jet fuel<\/i> - 114 m³<br />\nAt approximately 1700hrs on 18MAY2011 a Boeing 707 military refueling airplane crashed at the end of the runway at Naval Air Station Point Mugu. All crewmembers survived and the aircraft burned for a number of hours.  Initial reports indicated that none of the approx 25,000 gallons of JP-8 jet fuel on-board had reached the Ocean.  The next morning it became apparent that some of the JP-8 had entered the marsh area adjacent to the crash site and at 0830hrs on 19MAY2011 product was observed in the tidal channel under L Avenue (approx 1/3 mile from crash site).  Navy Region Southwest and USCG MSD Santa Barbara contacted the NOAA SSC to request information on oil persistence in the marsh complex and trajectory support.","<b>F/V Atlantic Traveler; Manasquan Inlet, NJ<\/b> 2011-05-11<br />\n<i>Diesel<\/i> - 14 m³<br />\nOn May 11, 2011 at 0451 EDT the 64' fishing vessel Atlantic Traveler sank outside of Manasquan Inlet, N.J. The vessel has 3,150 gallons of diesel onboard. This is about 600'  from shore. Light sheen has been reported emanating from the vessel. All three people on board were removed safely.","<b>F/V Kathy Ann; Avila Beach, CA<\/b> 2011-03-30<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn the morning of 30MAR2011, USCG Marine Safety Detachment (MSD) Santa Barbara contacted their local NOAA SSC for trajectory support on a small potential diesel spill from a fishing vessel sunk near Avila Beach, CA.  The F/V Kathy Ann is a 32foot steel-hulled vessel sunk in nearshore waters approximately 20-30feet deep at 35Âº 09.722âN, 120Âº 45.060âW.  No pollution has yet been observed, but due to its location nearshore, the USCG requested a precautionary trajectory in the event of a minor release prior to or during salvage operations.","<b>Mystery Sheen; Ship Shoal Block 65, LA<\/b> 2011-03-13<br />\n<i>unknown<\/i> - NA m³<br />\nAt approximately 1000 central time on 13Mar2011, the SSC was notified by USCG MSU Morgan City of a sighting of a 1mi x 5mi sheen approximately 5 miles offshore.  The sheen (75% rainbow, 25% silver) was reported by a PHI helo early this morning. Source is unknown.  Location L 28deg 59'50'/ Lo 090deg 51'42\". Trajectory analysis was requested.","<b>Javon Canyon spill hindcast request; San Buenaventura State Beach, Ventura, CA<\/b> 2011-03-09<br />\n<i>Crude oil<\/i> - 1 m³<br />\nLate morning on 09MAR, USCG Marine Safety Detachment (MSD) Santa Barbara contacted the Regional SSC requesting hindcast trajectory support for oil reported on San Buenaventura State Beach near Ventura, CA.  The USCG and the State of Californiaâs Office of Spill Prevention & Response (OSPR) had already been responding to a small pipeline release from the previous day that had been secured and undergoing shoreline cleanup near Javon Canyon, approximately 6miles upcoast.   No recoverable oil had been observed by shoreworkers or from USCG overflight during yesterdayâs reconnaissance and cleanup operations.  The hindcast was requested to determine if the oil on San Buenaventura State Beach might be related to the Javon Canyon spill or from some other source (natural or otherwise).","<b>F/V Midnite Son; Afognak Island, Alaska<\/b> 2011-02-11<br />\n<i>diesel Fuel and other mixed oils<\/i> - 27 m³<br />\nCoast Guard Sector Anchorage notified NOAA ERD that the F/V Midnite Son had grounded on the western coast of Afognak Island (58-16.36N, 153-05.62W) due to heavy winds from the NW with 5 POB. The vessel is taking on water and is breaking up on the beach.  Air Station Kodiak rescued all 5 POB.  The vessel has a capacity of 6000 gallons diesel.  The CG asked NOAA for a verbal and written statement regarding the possible fate and transport of any release oil.","<b>F/V Terrigail; Unalaska Isl., Aleutian Isl., Alaska<\/b> 2011-02-09<br />\n<i>DIESEL Fuell<\/i> - 4 m³<br />\nON 0530 08FEB2011 THE F/V TERRIGAIL LOST PROPULSION\u000bON THE NORTH SIDE OF UNALASKA ISLAND. 0948 08FEB2011 F/V TERRIGAIL\u000bDRAGGED ANCHOR IN AN ATTEMPT TO SLOW VESSEL. THE ANCHOR CHAIN FAILED.\u000b1051 08FEB2011 USCGC MORGENTHOU ATTEMPTED TOWING OPERATIONS, HOWEVER,\u000bDUE TO WEATHER CONDITIONS, TOW LINE FOULED AROUND PORT SIDE SHAFT.\u000bTOWING OPERATION WERE CEASED AT 1107. 1450 08FEB2011 F/V TERRIGAIL\u000bRAN AGROUND ON THE ROCKY SUBSTRATE ON THE WEST SHORE OF ALIMUDA BAY,\u000bUNALASKA ISLAND. VSL IS REPORTED TO HOLD APPROXIMATELY 800 GALLONS OF\u000bDIESEL.  NOAA WAS CONTACTED WED. FEB.9 AND ASKED FOR TRAJECTORY SUPPORT.  \u000bAS OF 25FEB11 THE OWNERS OF THE F/V TERRIGAIL HAD NOT PROVIDE AN APPROVED\u000bLIGHTERING / SALVAGE PLAN. A NOTICE OF FEDERAL ASSUMPTION ISSUED.\u000bSECTOR ANCHORAGE SUBMITED AN AUTHORIZATION TO PROCEED TO MAGONE\u000bMARINE TO CONDUCT A PRELIMINARY SITE ASSESSMENT AND DEVELOP A lightering and salvage plan.  \u000b     A. OVERVIEW: MAGONE MARINE (MM) CONDUCTED DIVE OPERATIONS ON 06MAY AND DETERMINED BOTH PORT AND STARBOARD SIDE FUEL TANKS OF F/V TERRIGALE WERE BOTH COMPROMISED.  APPROX 10 GALS OIL/WATER MIXTURE WERE RECOVERED FROM STARBOARD TANKS. AS A RESULT, IT IS DEDUCED THAT PRACTIALLY ALL THE 800 GALLONS OF DIESEL ENTERED THE ENVIROMENT.  \u000bCASE CLOSED.  \u000bO/S WX: TODAY NW WIND 30 KT DIMINISHING TO 20 KT IN THE AFTERNOON. GUSTS TO 45 KT IN \u000bTHE MORNING. SEAS 13 FT SUBSIDING TO 9 FT. RAIN SHOWERS. VISIBILITY 7 NM OCCASIONALLY \u000bREDUCED TO 4 NM IN RAIN SHOWERS. HIGH NEAR 35. TONIGHT NW WIND 15 KT. SEAS 7 FT. \u000bWEATHER FORECAST:  LOW NEAR 31. THURSDAY NW WIND 30 KT DIMINISHING TO 20 KT IN THE AFTERNOON. SEAS 8 FT. HIGH NEAR 35. FRIDAY NW WIND 30 KT. SEAS 10 FT. SATURDAY W WIND 25 KT. SEAS 14 FT.\u000bRAR: RESOURCES AT RISK: THREATENED NORTHERN SEA OTTER AND STELLER'S  EIDER ARE BOTH \u000bPRESENT IN THIS AREA. CONCENTRATIONS OF WINTERING WATERFOWL INCLUDING EMPEROR GEESE \u000bAND HARLEQUIN DUCK. OTHER WATER BIRDS INCLUDE: SCOOTERS, LONG-TAILED DUCK, \u000bCORMORANTS. HABITAT \tIS ROCKY INTERTIDAL AND GRAVEL BEACHES.\u000b     H. ECONOMIC IMPACT: N/A\u000b     I. KEY STAKEHOLDER ISSUES: QAWALANGIN TRIBAL REQUESTS UPDATES, AND ALASKA DEPARTMENT OF NATURAL RESOURCES ENACTED THE ENDANGERED SPECIES CONSULTATION WITH USCG AS PER ENDANGERED SPECIES ACT. \u000bNOAA TRAJECTORY AND FATE FORECAST:  \u000bAs a result of predicted heavy weather conditions, 800 gallons of diesel is expected to rapidly evaporate and disperse, and will persist for only 3-6 hours under these weather conditions\u000b\u000b     C. FACILITY DATA: N/A\u000b     D. OWNER/OPERATOR/AGENT: DUANE FREEMAN \u000b     E. SAR STATUS: CASE CLOSED\u000b     F. CG RESOURCES SUMMARY: NONE\u000b     G. \u000b","<b>Mystery spill-GOMEX off Barataria Bay; Gulf of Mexico 25 miles south of Barataria Bay<\/b> 2011-01-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 6th NESDIS provided NOAA Emergency Response Division with a satelitte analysis showing an anomaly consistent with an oil spill in the Gulf of Mexico located at 28deg 54' 28\"N, 89deg 49' 23\"W, or about 25 miles SSE of Barataria Bay, LA.  A report from BOEMRE confirms that an oil slick has been reported at that location, so confidence is high.  USCG Sector NOLA/Morgan City have been provided this information, weather, and an initial trajectory analysis. The initial trajectory indicates that winds and currents should keep the oil offshore so that it is not expected to be a threat to land at least throught the coming weekend.  For additional information, contact Jim Jeasonne at jim.jeansonne@noaa.gov or 206-276-5308.","<b>Black Oil Patch; Manasquan Inlet, NJ<\/b> 2010-12-10<br />\n<i>Oil<\/i> - NA m³<br />\nOn December 10, 2010, at 1310 EST USCG Sector Delaware Bay reported a patch of black oil sighted approximately 2.5 miles off of Manasaquan Inlet, NJ, at 40 05.24N, 073 58.89W.  USCG overflight reported lat, long of cornerpoints and requested trajectory.","<b>M/V Golden Seas; 70nm North of Adak Island, AK<\/b> 2010-12-03<br />\n<i>IFO, diesel, lube oil<\/i> - 2145 m³<br />\nSector Anchorage contacted NOAA ERD on the morning of 03DEC2010 about a 738' Liberian-flagged bulk carrier, the M/V Golden Seas, adrift 70nm North of Adak Island.  She is carrying approximately 60,000MT of canola oil (Update:  canola grain) on board, has lost one (and only) engine and is presently drifting to the SE at approximately 2knots.  Seas are reported as 29ft with 35knot winds. Fuels onboard included 450,000 gallons of IFO, 11,780 gallons of diesel, and 10,000 gallons of lube oil.  Ultimately, the Shell ocean-going tug, M/V Tor Viking, which had been temporarily stationed in Dutch Harbor and was waiting  to tow the Shell drill vessel to the Beaufort Sea  for summer 2011 work, was hired to attempt a rescue of the drifting M/V Golden Seas.   On Saturday night, Dec. 4, it intercepted the Golden Seas and was able to attach an emergency towing harness to it, and three days later was able to tow it to anchor in Captains Bay at Dutch Harbor, Unalaska Island.","<b>M/V Nelson; 130 miles south of St Croix, USVI<\/b> 2010-12-02<br />\n<i>diesel and lube oils<\/i> - 15 m³<br />\nM/V Nelson, a 108 foot fishing vessel sank 130 miles south of St Croix, USVI in 11,550 feet of water between noon and 1400 local on 30 November.  Fuel onboard was 3000 gallons of diesel and 300 gallons of lube oil.  SSC consulted with USCG Sector San Juan regarding oil fate and effects.","<b>Pipeline Failure (NRC Report 960033); Near Vinton, Louisiana<\/b> 2010-11-16<br />\n<i>Crude Oil<\/i> - 286 m³<br />\nOn the evening of 16 November 2010, NOAA was contacted by MSU Port Arthur relative to a reported pipeline failure near Vinton, LA.  The reported position is on the N side of the ICW.  The adjacent area is brackish marsh and an active area for migratory waterfowl.  The pipeline was being shut in, but given that it was dusk when reported, no clear assessment can be made until daylight.  The RP has initiated a response and responders are expected on-scene tonight.  Worse case potential release is reported as 1,500 bbls.","<b>Mystery Anomaly; SW Pass, Louisiana<\/b> 2010-10-22<br />\n<i>Unknown<\/i> - NA m³<br />\nOn October 22, 2010, ERD was notified by USCG of a potential spill off SW Pass, Louisiana.  The incident is described as a 10 square mile area of \"red oil\"\u000bat latitude: 29Â° 02' 26\" N, longitude: 089Â° 26' 55\" W.  There are two separate NRC reports. The USCG is investigating and contacted ERD about availability of remote sensing imagery and algae bloom information.","<b>Texas mystery anomaly; Offshore of Galveston.  To the south<\/b> 2010-10-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOct. 20th, 2010\u000bNOAA vessel PICES reported a mystery slick of some unknown substance off Texas.","<b>Mystic; Cay Sal Bank, Bahamas<\/b> 2010-10-07<br />\n<i>Diesel<\/i> - 36 m³<br />\nThe ERD emergency spill line was contacted with a request for a trajectory analysis for a potential release from a vessel grounded on Cay Sal Bank, Bahamas. The vessel Mystic has an estimated 8000 gallons of diesel onboard.","<b>Grounded Diesel Barge; St Kitts<\/b> 2010-10-06<br />\n<i>diesel<\/i> - 82 m³<br />\nThe ERD emergency spill line was contacted with a request for a trajectory analysis for a potential release from a barge grounded on St. Kitts Island. The barge is carrying 18,000 gal of diesel fuel. The location was given as 17Â°17'22.5\"N--062Â°42'40.5\"W. That location is in Basseterre Harbor, on the southern side of St. Kitts.\u000b","<b>EB-164 Incident; Gulf of Mexico, W of Flower Gardens NMS<\/b> 2010-09-29<br />\n<i>Crude Oil or Gas Condensate<\/i> - NA m³<br />\nOn Thursday night, 29 September 2010, the NOAA SSC was notified by MSU Galveston of a well leak in the Gulf of Mexico.  The location is far offshore (more than 100 miles SSE of Galveston, Texas) and roughly 25 miles W of the West Bank of the Flower Garden National Marine Sanctuary. The RP stated the well, when producing, was primarily a gas well; there was an observation of some oil or condensate coming from the well that created a 10 mile light sheen yesterday.","<b>Sunken vessel; Off Dominican Republic<\/b> 2010-09-23<br />\n<i>diesel<\/i> - 16 m³<br />\nAt about 1830, 9/23/10 HDO got called about a vessel that was missing and may  have sunk off the Dominican Republic.  It had an estimated 3500 gallons of diesel onboard.","<b>Stryker Barge Grounding; North Slope, Alaska<\/b> 2010-09-15<br />\n<i>Diesel Fuell<\/i> - 5 m³<br />\nThe Sector Anchorage Coast Guard reported to NOAA SSC that at approximately 11:30 am on Sept. 14, the barge, Stryker, owned by Bowhead Transportation that the barge and wheelhouse partially separated causing the stern of the barge to partially sink and ground the stern in nine feet of water off the Colville Delta.  A small quantity of diesel was released from the day tank causing a small sheen.   The vessel contained approximately 1200 gallons of diesel fuel.   The barge was under contract to Pioneer Natural Resources Co. who immediately called in Alaska Clean Seas, their OSRO for the North Slope.   ACS responded and close all the tank valves.  On the morning overflight on Sept. 15 no sheen was observed.   The vessel was judged to be in stable condition and awaited salvors to refloat and reattach the barge.   and tug.  No assistance from NOAA was requested.   Weather was mild with 15-20 knot winds from east.  Prior to reattaching the tug to the barge, as much diesel as possible was lightered from the tug.  The remaining fuel had to await leveling and reattachment.   The combo was then towed to the Oliktok Point deck for final inspection. \u000b","<b>Ship Shoal Platform; 31 nm south of Isle Dernieres<\/b> 2010-09-14<br />\n<i>crude oil<\/i> - NA m³<br />\nEquipment failure on platform resulted in a 3 mi by 2 mi crude oil slick with 30% black oil and 60% silver sheen.  NRC report #953925 describes incident as \"a leak from the heater treater fire tube discovered this morning.\"  Leak secured.","<b>Mariner Energy Well; 80 miles offshore Vermilion, LA<\/b> 2010-09-02<br />\n<i>diesel and crude oil<\/i> - NA m³<br />\nOn September 2, 2010, at 0900 PDT, NOAA ERD was notified of a fire aboard a Mariner Energy Well in Western Louisiana.  The initial reports include a Search and Rescue for 13 persons in water.  The USCG reports no visible oil in water but has requested a trajectory analysis for 100 bbls of crude and diesel (contents of platform), and 1400 bbls (daily production rate.","<b>F/V Miss Kaitln; Rockledge Dr, Indian River Florida<\/b> 2010-07-29<br />\n<i>diesel<\/i> - 7 m³<br />\nUSCG at Port Canaveral, FL reported the Miss Kaitln, a 64 foot wood shrimp boat was on fire at the dock.  The vessel has an estimated 1600 gallons of diesel on board.  Several other nearby boats are a risk from the fire.  USCG is on scene and will provide updates as appropriate.","<b>T/V Pere Ana C; Mud Lake, LA<\/b> 2010-07-27<br />\n<i>Natural Gas, Light Crude Oil<\/i> - 32 m³<br />\nAt approximately 0050 CDT on July 27, 2010, the dredge barge Captain Buford pushed by T/V Pere Ana C collided with the abandoned Cedyco Corporation natural gas wellhead - SL 8357 Number 1 well (SN 170436). The collision occurred while the tug and barge combination exited Mud Lake into the Barataria Waterway halfway between Lafitte and Grand Isle, Louisiana. As a result of the impact, the well is discharging natural gas mixed with light crude oil 50-100 feet into the air at an unknown rate. It may take 1-2 days to cap the leak. The NOAA Gulf Region SSC is on scene at Sector New Orleans to provide support for this incident.","<b>F/V Cape Cross; Main Bay, AK<\/b> 2010-07-26<br />\n<i>Diesel Fuel, Lube Oil, Hydraulic Oil<\/i> - 15 m³<br />\nAt approximately 1400L on the afternoon of July 26, 2010, the 98-foot wooden F/V Cape Cross ran aground on an uncharted pinnacle in Prince William Soundâs Main Bay, Alaska. MSU Valdez notified the NOAA Alaska SSC. Early in the morning of July 27, 2010, the vessel rolled and partially sank but remained grounded. Product on board includes 3000 gallons diesel, 300 gallons lube oil, and 100 gallons hydraulic oil. The fuel tanks appear to be undamaged. With the only reported damage to the engine room, bilge slops were the most likely source of the sheen observed initially. No additional release reported at this time. Salvage crew already on scene. Since Main Bay is the site of one of the major Prince William Sound fish hatcheries, the hatchery will be boomed using prepositioned boom anchors.  No immediate assistance was requested from NOAA.","<b>M/V Nordmeer; Thunder Bay NMS, MI<\/b> 2010-07-26<br />\n<i>Fuel oil<\/i> - NA m³<br />\nOn June 24, 2010, oil sheen was observed to be coming from the wreck M/V Nordmeer (470 ft., 8,683 gross tons) within Thunder Bay National Marine Sanctuary (NMS). The USCG and NMS staff are investigating.  The NOAA Great Lakes Environmental Research Lab (GLERL) is sending an ROV to support dive operations and source identification.  The Nordmeer grounded on a shoal during a storm and sank in November 1966.","<b>Algobay ; Clayton, NY<\/b> 2010-07-05<br />\n<i>Unknown<\/i> - NA m³<br />\nThe Algobay ran hard aground on July 4, 2010 near Clayton, NY, at 0900 EDT at location 44Â°27.953N--75Â°47.976W. Fuel is reported to be 48 metric tons of diesel, and 645 metric tons of bunker C heavy fuel oil. The vessel is also carrying approx. 12,000 liters lube oil. The tanks are near the center-line of the ship and appear to be at minimal risk of rupture. The USCG requested a trajectory for a possible discharge.\u000b\u000b","<b>Mystery sheen; 14nm off San Diego, CA<\/b> 2010-06-16<br />\n<i>Petroleum, possibly diesel<\/i> - NA m³<br />\nA USCG helicopter reported a 2x2 mile sheen approximately 14 miles off Point Loma (32-35N 117-30W) at 0800-0830hrs on 16JUN2010.  The reported location is near the US-Mexico border and the source is unknown.  USCG Sector San Diego requested NOAA trajectory support.","<b>M/V Miss Maridith; Biscayne Bay, Florida<\/b> 2010-05-16<br />\n<i>diesel<\/i> - 14 m³<br />\nUSCG notified SSC that the converted stern trawler Miss Maridith sank last night 4 miles from land n Biscayne Bay.  The vessel was carrying 3000 gallons of diesel and 30 gallons of lube oil.  Visible sheen was reported extending 1.5 miles to the NE.  USCG and State DEP is responding.  The NPS is also involved. NOAA is providing oil fate, trajectory and weather information at this time.","<b>F/V Charlie Girl; Offshore, Cape Canaveral, FL<\/b> 2010-05-15<br />\n<i>Diesel<\/i> - NA m³<br />\nLate on May 15, 2010, the shrimping vessel F/V Charlie Girl sank in 60 feet of water offshore of Cape Canaveral, FL.  Crew rescued by another fishing vessel.    USCG requested trajectory analysis of spilled diesel fuel.","<b>HH65 Sarnia; Sarnia, Ontario<\/b> 2010-04-22<br />\n<i>JP-8<\/i> - 1 m³<br />\nA USCG HH65 helicopter crashed approximately 9 miles north of Sarnia, Ontario, just across the border into Canada.  The crew has been recovered safely.  The helicopter contains approximately 140 gallons of JP-8 fuel.","<b>MS SUSANNE Diesel Spill; Gulf of Mexico off LA Coast<\/b> 2010-04-13<br />\n<i>Diesel<\/i> - 11 m³<br />\nAt approximately 1:30 AM on 13 April 2010, USCG MSU Morgan City requested a trajectory analysis for a spill of 2500 gallons of diesel fuel during an offshore refueling operation.  The time of the event was reported as 2245 hrs on 12 April.","<b>Rainbow Sheen; West Delta, LA (Gulf of Mexico)<\/b> 2010-04-07<br />\n<i>Unknown<\/i> - NA m³<br />\nThe morning of  07 APR 2010, the NOAA/OR&R/Emergency Response Division was contacted by the USCG-MSU Morgan City regarding a 7 mile rainbow sheen in the West Delta region of the Gulf of Mexico (off of LA).  The USCG requested ERD evaluate trajectory implications regarding this incident.","<b>F/V Betty K; 7 miles west of Half Moon Bay, CA<\/b> 2010-04-02<br />\n<i>Diesel fuel<\/i> - 1 m³<br />\nUSCG Coast Guard Sector San Francisco notified the NOAA SSC of the F/V Betty K that sank approximately 7nm west of Pillar Point (near Half Moon Bay, CA).  She sank at 1425hrs (local time) with up to 300 gallons diesel fuel on board.  A USCG vessel on-scene reported a 1000' sheen trailing to the south at 1445hrs (local time).  Trajectory support was requested.","<b>Mystery tarballs; Guam, Ritidian Pt<\/b> 2010-03-18<br />\n<i>Tarballs<\/i> - NA m³<br />\nOn 18 March 2010, NOAA Emergency Response Division was notified by USCG Sector Guam, via email, of tarballs coming ashore at Ritidian Point-on the island's northern end.  (13Â° 39.5'N by 144Â° 51.8'W).  NOAA Scientific Support Team was requested to provide a hindcast trajectory to help better evaluate possible sources.  \u000b","<b>SS Princess Kathleen; Juneau, Alaska<\/b> 2010-02-22<br />\n<i>Bunker C Fuel<\/i> - 705 m³<br />\nThe SS Princess kathleen is a well-known wreck in the Juneau area, which sunk on Sept. 7, 1952.  The Princess Kathleen ran aground on Pt Lena just outside Juneau and then sank just off the point with an unknown quantity of Fuel oil in her tanks.  From a time shortly after her sinking to today, she has been leaking fuel oil into the surrounding waters.   Recent increases in the sightings of small oil blobs in the area of Lena Pt. resulted in Sector Juneau's decision to seriously evaluate the wreck for possible removal of the remaining fuel, which is very roughly estimated at 155,000 gallons of bunker C.  On Feb. 16, 2010, Global Offshore Divers of Anchorage mobilized a three-man remote operated vehicle crew to Juneau in response to a request by the USCG, Sector Juneau's Incident management, to survey the wreck of this vessel.   The survey lasted a total of three days from Feb. 17-19 with two ROV's, and the first entry in this Hotline is the Global Diving report from those surveys.    After mobilization of equipment from Seattle, Global Diving tentatively hopes to start pumping oil on or about March 5.  NOAA has been asked to provide weather and trajectory support for this incident. All operations progressed methodically, and hence most of the fuel was successfully removed.","<b>F/V Perseverance; 60 miles S of Shinnecock, NY<\/b> 2010-02-16<br />\n<i>#2 diesel<\/i> - 14 m³<br />\nOn Monday, February 15th USCG Sector LIS received notification from F/V Conor and Michael that the Commercial F/V Perseverance was on fire and the 2 persons on board were transferred to the F/V Conor and Michael. All persons accounted for and no injuries. The vessel is currently 60 miles S of Shinnecock, NY at approximately 39-50N 072-10W fully engulfed in flames and adrift. The vessel has 3000 gals of fuel on board.","<b>Watson Bayou Heavy Fuel Oil Spill; Panama City, FL<\/b> 2010-01-03<br />\n<i>#6 Fuel Oil<\/i> - NA m³<br />\nOn 3 January 2010, a #6 fuel oil spill was reported near Watson Bayou in Panama City, Florida.  Little information is known at present, but the cause of the release was a gauge failure in a transfer line.  Most of the oil is contained on-site, but some oil escaped as an aerosol into Watson Bayou.  The regional NOAA Scientific Support Coordinator is following up with the local USCG pollution investigators.","<b>F/V Sheila Rene; Oregon Inlet, NC<\/b> 2010-01-02<br />\n<i>Diesel Fuel 4,000 gallons<\/i> - 18 m³<br />\nOn the evening of Friday, 1/1/10, the F/V Sheila Renee ran aground outside of Oregon Inlet, NC.  She is a 77 foot long, 179,000 gt vessel, carrying 4000 gal of diesel fuel plus over a hundred gallons of engine oil, and hydraulic fluid. Vessel located about 150 yards from Bonner Bridge. Vessel slowly drifting towards bridge. Incident has been federalized by NPFC. RP does not have funds to cover costs of getting salvage vessel on-scene. USCG is in the process of contracting with salvage company to get salvage vessel on-scene.","<b>T/V Suhail Star; Offshore Galveston, TX<\/b> 2009-12-14<br />\n<i>Arabic Crude<\/i> - NA m³<br />\nAT 1500 local time on 14 December, 2009, the USCG MSU Galveston notified the NOAA SSC of the T/V Suhail Star sheening in an offshore lightering area.  The vessel still contains 500,000 bbls of Arabian Crude.  The USCG has requested a worst case trajectory.","<b>S/V RULING ANGEL-Coral Grounding; St. Croix, USVI<\/b> 2009-12-10<br />\n<i>DIesel<\/i> - 4 m³<br />\nOn 09DEC2009 at 1713 AST NOAA DARRP was notified by USCG of the grounding of the S/V RULING ANGEL via the email notification system.  The vessel, a 80' Custom Sailboat became disorientated as a squall hit and it subsequently grounding on Round Reef just to the north of Christiansted Harbor in St. Croix, USVI.   The vessel has 800 gallon of Diesel in its tanks, which are secure.  After 6 hours of salvage efforts by local tow boats the vessel was subsequently freed and towed to Christiansted Marina.  USCG is conducting a hull survey on 10DEC2009 and USVI DPNR is planning to survey reef damage on 11DEC2009.","<b>CAPT MIKE, Sunken Vessel; Gulf of Mexico, off LA Coast<\/b> 2009-12-06<br />\n<i>Diesel Fuel<\/i> - 16 m³<br />\nOn December 6, 2009,  Sector New Orleans reported a sunken vessel approximately 10 miles ESE of Breton Island in the Gulf of Mexico.  The initial NRC report on 5 December stated that the vessel was moored to a rig and taking on water before the line parted and the vessel drifted free, unmanned and with no power or lights.  The vessel came to rest against a second platform and is now reported sunk at 29Â° 23.983â N Lat. 088Â° 58.204â W Long.  The vessel is reported to be producing only a small sheen (5-10 feet) at present as fuel slowly escapes.  The volume of diesel believed onboard at the time of the incident is 3,500 gallons.  The USCG requested a trajectory analysis.","<b>P/C Fire Fly; 1.7nm off Morro Bay, CA<\/b> 2009-11-26<br />\n<i>Diesel<\/i> - 1 m³<br />\nAt 2340hrs on 25NOV2009, the 30â P/C Fire Fly sank 1.7nautical miles off Morro Bay, CA in 150â of water.  USCG Sector LA/LB contacted the NOAA SSC and requested oil fate and trajectory support.","<b>Mystery Slick Observed (NRC 923762); Gulf of Mexico, Cameron Parish, LA<\/b> 2009-11-16<br />\n<i>Unk Oil (Sheen)<\/i> - NA m³<br />\nOn Monday afternoon of November 16, 2009 (1611 hrs local time), the regional NOAA Scientific Support Coordinator was notified by Marine Safety Unit Port Arthur of a mystery slick observed roughly 10 nautical miles S of Cameron Parish Louisiana.  The location was reported as West Cameron Block 73.  The source of the release was unknown, but was reported as a silver sheen 300 yds wide by 6 miles long.","<b>Sheen; Ship Shoal Area, LA<\/b> 2009-11-16<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 16 November, 2009, the NOAA SSC was notified of a light brown sheen 0.75nm by 0.25nm moving to the west.  A platform reported seeing the sheen at \u000b28Â°49'20\"N, 090Â°55'20\"W.  Source is unknown at this time.  USCG MSU Morgan City, LA has requested a trajectory and weather.","<b>F/V  Absolutely; Off Murrels Inlet South Carolina<\/b> 2009-11-06<br />\n<i>diesel<\/i> - 8 m³<br />\nOn November 6, 2009, USCG Sector Charleston reported the 63 foot fishing vessel Absolutely sank approximately 20 miles off Murrels Inlet South Carolina with  1700 gallons of diesel fuel on board.","<b>LOOP Buoy #3; Offshore Louisiana<\/b> 2009-11-05<br />\n<i>Crude<\/i> - 19 m³<br />\nOn November 5, 2009, USCG contacted the NOAA Emergency Response Division for support on a potential spill from the Louisiana Offshore Oil Port (LOOP).  A mechanical issue at Buoy #3 has the potential to result in a 100 bbl (4200 gallon) crude oil.  USCG requested trajectory and weather support","<b>F/V Carley Renee; Unalaska Isl., Aleutians, Alaska<\/b> 2009-10-30<br />\n<i>diesel and hydraulic fluid<\/i> - 9 m³<br />\nCoast Guard MSD Unalaska contacted the NOAA Alaska SSC at 2100 on Oct. 30 to report a capsized vessel, the 59 ft F/V Carley Renee on the east side of Unalaska Island at 53Â°-54'N, 166Â°-06'W, Beaver Inlet.  The four POB were rescued by a CG cutter on-scene which is taking them to Unalaska/Dutch Harbor for interrogation.   The vessel has 2000 gal diesel and 20-40 gal of hydralic fluid on board.   No leak had occurred as of the reporting time; however,  the CG cutter also reported that the winds and currents were pushing the vessel towards the rocks. A trajectory and weather information were  requested.   On Saturday, Oct. 31, a CG helo overflight found the vessel grounded on Egg Island, on the west side of Unalaska Island, but still capsized and with a small sheen move westerly from the vessel.   Dan Magone was hired as a salvor to attempt to tow the vessel to a place of refuge for stabilization and fuel removal and ultimately to Dutch Harbor for salvage and repairs.   On Sunday at 1500 while towing the Carley Renee only a few miles west of Egg Island, the vessel suddenly sank supposedly in 125 fathoms of water with no sheen on the water surface. Presumably all the diesel and hyd.fluid were released.    \u000bCase closed\u000bJohn Whitney\u000bNOAA SSC for Alaska","<b>Humble Canal Oil Spill; Paradis, Louisiana<\/b> 2009-10-29<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn Thursday, 29 October 2009, the regional NOAA Scientific Support Coordinator was notified by USCG Sector New Orleans of a small oil spill from an unknown source near the Humble Canal in SE Louisiana.  This location is near Paradis, Louisiana.  The USCG has responded on-scene to investigate.  Heaviest impact initially observed is in a vegetated freshwater marsh, but the source had still not been identified.  NOAA provided consultation as to response strategies and will continue to coordinate with the USCG.","<b>Port Stewart; Yabacoa, Puerto Rico<\/b> 2009-10-27<br />\n<i>HFO<\/i> - 0 m³<br />\nOn October 27, 2009 an oil tank ship went aground near buoy number two inbound to the Shell facility in Port Stewart, Puerto Rico.  The vessel only remained aground for an hour or less. Fuel was transferred and vessel refloated and continued inbound to the pier.","<b>Caribbean Petroleum Corporation (CAPECO); San Juan, Puerto Rico<\/b> 2009-10-23<br />\n<i>gasoline and diesel<\/i> - NA m³<br />\nUSCG in San Juan, Puerto Rico reported that the oil storage facility associated with a pipeline Gulf Cupeco had 5 of about 16 tanks on fire.  The tanks contain gasoline and diesel fuel.  The cause of the fire was unknown at time of the report. NOAA was asked to help assess hazards associated with the fires and smoke. (This incident was originally named \"Gulf Cupeco Facility\".)","<b>COIMBRA (RULET); 30 miles south of Eastern Long island, NY<\/b> 2009-10-16<br />\n<i>lube oil, Heavy fuel oil<\/i> - 5910 m³<br />\nOn October 15,  the East Hampton Star reported that a recreational diver came to the surface covered with oil after diving on the British tanker SS Coimbra,  which was torpedoed during WWII (located approximately 20 miles south of Shinnecock Inlet, Long Island, NY in about 150 feet of water).  Divers have reported sheens coming from the Coimbra for decades,  but the article suggests that the leakage may be getting worse.  Last Thursday, the USCG contacted Ed Levine,  NOAA SSC for the region,  to discuss the situation.  It is expected that an interagency conference call will be held this week to determine whether an investigation to evaluate response options,  is warranted.  At the national level,  ERD is developing an interagency agreement with the USCG under which the agencies will work together to address threats from vessels sunken off US shores that contain significant volumes of oil. The recent news article is available at this link: http://www.easthamptonstar.com/dnn/Home/News/TorpedoedTankerStillLeakingOil/tabid/10288/Default.aspx.","<b>Navy Jet Collision off Charleston, SC; 10mi east of Bull's Bay SC<\/b> 2009-10-15<br />\n<i>Navy Jet Fuel - JP-6<\/i> - NA m³<br />\nAt approximately 2210h Eastern, the Hazmat Duty Officer was notified of the air collision of two Navy jets in the Atlantic off Charleston, SC.  A fuel/oil sheen was observed at the site at 2029L, EDT, approximatly 10-12 mi. east of Bull's Bay.  Aircraft had approximately 20,000 lb of JP-6 fuel on board at the time of the incident, shortly after takeoff.  Collision is reported to have occured at 1500 ft altitude. A verbal fate and trajectory of the JP-6 was requested and provided to Sector Charleston, to determine if sensitive shoreline habitats might be exposed.","<b>Captain Nathan shrimping vessel; near Lake Pelto, LA<\/b> 2009-10-09<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 0950 local time, the SSC was contacted by USCG MSU Morgan City regarding a shrimping vessel that is hard aground in the Lake Pelto area.  The 46ft Captain Nathan is carrying 700 gallons of marine diesel.  There is currently no pollution at this time, but they have requested the weather and a trajectory in case of a release.","<b>Mystery Spill Ship Shoal Block 118 ; Gulf of Mexico<\/b> 2009-10-01<br />\n<i>Unk Oil<\/i> - NA m³<br />\nAt 0710 hrs (local time) on 1 October 2009, a mystery slick was observed 18 miles S of the Isles Dernieres.  The slick was reported as a 1 x 3 miles âdark oilâ orientated from the SE to the NW and moving NW.  USCG MSU Morgan City has requested a trajectory analysis.","<b>Reported Sheen, S Timbalier Block 52; Gulf of Mexico, Off Louisiana Coast<\/b> 2009-09-26<br />\n<i>Unk<\/i> - NA m³<br />\nA 7 mile by 100 yd rainbow sheen was reported approximately 8 miles S of Timbalier Island in the Gulf of Mexico.  The initial reported stated that the sheen was moving to the SE.  The source is unknown (NRC Notification #918928).","<b>Mystery Sheen; Grande Isle Block 37, LA<\/b> 2009-09-22<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approximately 0830 local time on 22 Sep 09, USCG MSU Morgan City contacted the SSC regarding a 1 mile by 2 mile barely visible sheen approximately 6nm offshore between Belle Pass and Grande Isle, LA.  The USCG asked for a trajectory to be sure this would not impact land.","<b>Sailboat sinking; Little Egg Inlet, NJ<\/b> 2009-09-22<br />\n<i>Diesel<\/i> - 0 m³<br />\nOn September 21, 2009 at approximately 2200 hrs, a 40 ft. sailboat missed the entrance to Little Egg Inlet, NJ, hitting the shoal and capsizing.  The vessel went down in 10-14 ft. of water with approximately 35 gallons of diesel fuel on board.  Passengers were rescued by the USCG.  On Sept. 22 at 1510 local time, the USCG requested fate and trajectory information from NOAA, due to concerns of a nearby wildlife refuge.","<b>Mystery Sheen; South Marsh Island Block 39, LA<\/b> 2009-09-04<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approximately 2100 local time on 04 September, 2009, the HDO notified the SSC of a mystery sheen offshore of louisiana.  A platform reported a rainbow sheen 6 miles by 4 miles with the leading edge at 28Â°48â46âN, 091Â°58â33âW traveling from east to west.  A trajectory has been requested.","<b>F/V Portlock; 10 miles from Long Beach, Wa<\/b> 2009-08-31<br />\n<i>Unknown<\/i> - 2 m³<br />\nF/V fire with about 500 gallons of diesel onboard.\u000b\u000bhttp://www.piersystem.com/go/doc/21/318371/\u000b\u000bEventually the F/V sank about 7 miles from shore.","<b>Jet A Fuel spill; Molokai, HI<\/b> 2009-08-30<br />\n<i>Jet A fuel<\/i> - 2 m³<br />\nUSCG Sector Honolulu contacted the NOAA SSC on Sunday, August 30 requesting oil fate and persistence information for 500 gallons of Jet A fuel released from a Baker tank that was accidentally dropped from a helicopter one-half nm off the southern shore of the Island of Molokai in the Hawaiian Islands at 1230 HST. NOAA provided phone support.","<b>JP-5 Fuel spill; Surf City, NC<\/b> 2009-08-27<br />\n<i>JP-5<\/i> - 2 m³<br />\nAt 1530 hours on 8/27/09 Sector North Carolina notified the NOAA SSC that at approximately 1500 hours a fuel tank containg 400 gallons of JP-5 fell off a Navy aircraft as it flying along the coastline just offshore of Surf City, NC. The fuel tank ruptured upon impact after hitting the water. USCG reported a visable surface sheen and that the jet fuel was washing ashore.  According to the USCG, the floating fuel tank was located approximatley one mile offshore of Surf City.  With air temperatures in the low 90's combined with ocean water temperatures in the mid-80's, it expected that the jet fuel will dissipate rather quickly.  No human health or environmental impacts have bee reported or are expected.  USCG requested a verbal trajectory, weather and tides from NOAA.","<b>Mystery Slick; Offshore Louisiana<\/b> 2009-08-26<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approximately 0930 (local time) on 26 Aug. 2009, a mystery slick was observed by a Coast Guard C-130 in the Gulf of Mexico offshore of the Louisiana Coast. The slick was describes as being 1 mile by 15 miles of dark slick. The position of the center of the slick was reported as 27Â°08.48N--092Â°35.18âW. This location is about 160 miles south of the nearest shoreline in Louisiana, and about 80 miles SE of the Flower Garden Banks National Marine Sanctuary.","<b>Sheen; Grand Isle Block 93<\/b> 2009-08-25<br />\n<i>unknown oil<\/i> - NA m³<br />\nAt 9:00PM local time, the SSC was contacted by USCG MSU Morgan City regarding a sheen offshore in Grand Isle Block 93.  The sheen was reported at 8:06PM local time by a platform as a 10 mile by 2 mile silver sheen.  The platform is located at 28Â°32'56\"N 090Â°04'07\"W.  The USCG has requested a trajectory and estimation of sheen amount.","<b>Mystery Sheen; Eugene Island Block 184<\/b> 2009-08-20<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 20 August, 2009, at 1920 local time, USCG MSU Morgan City notified the SSC of a silver sheen 4 miles by 3/4 miles at 28Â°43â57â N Lat. 091Â°36â29â W Long which is approximately 34nm from nearest land.  A trajectory and weather have been requested.","<b>F/V Blue Diamond Fire; Off Barnegat Inlet, NJ<\/b> 2009-08-15<br />\n<i>Vessel drift and oil<\/i> - 45 m³<br />\nF/V on fire and expected to sink.  Location is about 65 nm SE of Barnegat Inlet, NJ.  We are being asked for a vessel trajectory.  Currently the focus is on the SAR with 3 people onboard.","<b>Mystery Sheen; Off Timbalier Island<\/b> 2009-08-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOn August 15th, 2009, USCG MSU Morgan City contacted the SSC regarding a sheen 150 yards by 150 yards rainbow in color at 28Â°54â53â N Lat. 090Â°29â13â W Long which is approxiately 9nm off Timbalier Island.","<b>M/V Harns; Silver Bank, Dominican Republic<\/b> 2009-08-13<br />\n<i>Heavy Fuel Oil<\/i> - 332 m³<br />\nOn Thursday, August 13, the US Coast Guard Sector San Juan informed us of bulk carrier grounded on Silver Bank, north of the Dominican Republic. They have offered technical assistance, and requested a trajectory analysis. The location was given as 20Â°31'N--69Â°39'W, which is about about 50 miles north of the Dominican republic, and about 110 miles to east-southeast of Grand Turk Island. The ship is reported as carrying 73,000 gal of heavy fuel oil, and a cargo of dry fertilizer. There have been no reports of any fuel or cargo released.\u000b","<b>F/V Little Linda Aground; Newport, OR<\/b> 2009-08-11<br />\n<i>Diesel<\/i> - 13 m³<br />\nAt 0730, 11 AUG 2009, USCG Sector Portland contacted the Northwest SSC regarding a vessel aground off Nye Beach, Newport, OR. This location is approximately 1.8NM N of the Yaquina Bay Jetty. The F/V Little Linda is currently on its side and is reported to be leaking minimal amounts of fuel through its vents.  The vessel is reported to have 2800 gallons of diesel on-board. On-scene observations report no sheen/fuel in the water and very light wind/wave conditions. The USCG requested a trajectory for a potential release of the 2800gallons of diesel onboard.","<b>Mystery tarballs : S. FLA; Boca Raton, FL<\/b> 2009-08-11<br />\n<i>tarballs<\/i> - NA m³<br />\nCoast Guard reported mystery tarballs showed up Sunday, 9 Aug 2009 at Boca Raton. Over the next 2 days more tarballs were reported to the south as far as John U Lloyd State Park.  Concentrations have been small and continue to diminish. No cleanup other than normal beach grooming is being conducted.","<b>Mystery Sheen; Tillamook, OR<\/b> 2009-08-05<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG Sector Portland called the Northwest SSC to request a hindcast trajectory for a mystery sheen reported approximately 50 nm off of the Oregon Coast in the Tillamook area. The sheen was reported by a fishing boat at 8 p.m. on August 5 and was estimated to be 100 yards by 2 nm long.","<b>High Island 262 Explosion; Gulf of Mexico<\/b> 2009-08-04<br />\n<i>Natural Gas and Condensate Crude<\/i> - NA m³<br />\nOn Tuesday night, 4 August 2009, the USCG reported a rig in High Island Black 262 that had an issue with gas turbine and ignited a natural gas line.  Emergency shut down was activated prior to abandonment of rig.  There are an estimated 6000 gallons of various fuels onboard and a condensate crude tank of unknown capacity on the facility.  The RP expects the line to burn off the remaining natural gas and to be a non-issue (letâs hope so).  USCG Marine Safety Unit Galveston will conduct a morning overflight assess the situation.","<b>Grounded Barges, CTCO 336/358; Texas City Dike, TX<\/b> 2009-08-01<br />\n<i>Light Crude Oil<\/i> - 182 m³<br />\nAt the request of the USCG, the regional NOAA Scientific Support Coordinator investigated the potential oil spill trajectory for two grounded barges near Texas City Light #14  The barges CTCO 336 and 358 are each loaded with a reported 20K gallons of a light crude oil and were being pushed by the tug HENRI CENAC.","<b>Green Canyon 645 Mystery Spill; Gulf of Mexico<\/b> 2009-07-22<br />\n<i>Unknown oil (sheen)<\/i> - 7 m³<br />\nOn Wednesday, 10 July 2009, at 1530 hrs, the NRC received a report of a âmystery sheenâ in Green Canyon Block 645 (report number 912389).  USCG Marine Safety Unit Morgan City followed up on the report and asked NOAA to provide a trajectory analysis.","<b>Mystery Tarballs, South Padre Island Beaches; Gulf of Mexico, TX<\/b> 2009-07-22<br />\n<i>Unknown Oil (Tarballs and Sheen)<\/i> - NA m³<br />\nNOAA was notified by the Texas General Land Office (TGLO) of tarballs showing up on South Padre Island beaches.  According to TGLO, the oil began washing ashore around daybreak this morning (July 22).  NOAA support has not yet been requested by the USCG.","<b>F/V TINA RAY; Diamond Shoals, Cape Hateras, NC<\/b> 2009-07-21<br />\n<i>Diesel fuel<\/i> - 7 m³<br />\nOn 7/21/09 USCG Sector North Carolina notified the NOAA SSC about a vessel sinking offshore of Diamond Shoals, Cape Hatteras, North Carolina. The F/V TINA RAY, a 76 foot long wooden vessel carrying approximately 1600 gallons of #2 diesel fuel collided with the R/V LOCURA, a  33 foot sailboat.  Fuel on-board sailboat is unknown.  Location was approximately 10nmi offshore.  USCG reported a sheen about one mile long by 1/2 mile wide. USCG requested verbal trajectory.  Based on NE currents (1-2 knots) and SW winds (5-7 knots) the sheen was moving in a NE direction away from shore.  Based on 80 degree water temps and 90 degrees air temps, SSC expected sheen to dissipate within 12-24 hours depending upon rate of discharge of diesel fuel from fuel tanks. Sailboat involved in incident was secured and towed to shore.  A vessel is enroute to salvage the F/V TINA RAY which sank.","<b>Suspected Pipeline Leak off Marsh Island; Gulf of Mexico, LA<\/b> 2009-07-16<br />\n<i>Unknown oil (sheen)<\/i> - 0 m³<br />\nAt 1445 CDT on 16 July 2009, an overflight reported a light sheen 1.5 miles off Marsh Island.  The sheen was described as 2 miles by 15 yards and composed of a light sheen.  The coordinates are 29Â° 29.56'N by 92Â° 01.0 'W.  The location of the observed sheen was very near a pipeline, and the pipeline was thought a potential source.  NOAA was requested to provide a trajectory analysis.","<b>F/V Unknown name; 19 miles west of Tarpon Springs, FL<\/b> 2009-07-15<br />\n<i>Diesel fuel and lub oils<\/i> - NA m³<br />\nUSCG and FWC Enforcement are investigating the sinking of a shrimp boat 19 miles west of Tarpon Springs, FL (north of Tampa Bay area).  FWC officers are on-scene and pursuing the incident as a potential deliberate sinkingand potential criminal intent.  Vessel was reported to have been involved in a collision with another vessel while being towed offshore.","<b>M/Y Shogun; Biscayne National Park<\/b> 2009-07-14<br />\n<i>diesel<\/i> - 9 m³<br />\nThe 72 foot Motor Yacht Shogun grounded in Biscayne National Park 7/14/09 and was refloated without a pollution incident the same day.  NOAA was notified as a trustee.","<b>Mystery release; Kuk River near Wainright, AK<\/b> 2009-07-10<br />\n<i>Black algae<\/i> - NA m³<br />\nSector Anchorage notified NOAA ERD of a reported oil sighting in the vicinity of the Kuk River near Wainright, AK.  The report described a 30x0.25mile oiled zone.  Sector Anchorage is attempting to arrange an afternoon overflight to verify the report and obtain better on-scene information and has requested Resources at Risk information from NOAA.","<b>Mystery Slick; Off Timbalier island, LA<\/b> 2009-07-09<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approximately 2:00PM local time, the SSC was notified by USCG MSU Morgan City, LA of a mystery slick seen by a USCG helicopter at approximately 10:00AM local time on July 9, 2009.  The slick was reported to be 3 miles by 8 miles and \"black\" in color.  It's reported location was 29 degrees 02 minutes 46 seconds N, 090 degrees 31 minutes 33 seconds W.  No further information was given.  A trajectory was requested.","<b>Overturned Asphalt Truck; McCord Creek, OR<\/b> 2009-07-09<br />\n<i>asphalt<\/i> - NA m³<br />\nUS EPA Region 10 called the NOAA SSC on July 9 for a trustee notification of an asphalt truck that overturned on the I-84 Bridge over McCord Creek in Oregon on July 8. Asphalt has been released and some of the asphalt has entered and solidified in a slug in the McCord Creek.  NOAA's National Marine Fisheries Service has been notified and has had a representative on-scene. This was a trustee notification. No NOAA ERD response support has been requested at this time. Damage assessment experts with NOAA's Assessment and Restoration Division are in contact with NOAA NMFS regarding potential damage to the creek and NOAA trust resources.","<b>Tug CAPT MAC Sinking; Lake Pontchartrain, LA<\/b> 2009-06-25<br />\n<i>Marine Diesel<\/i> - 23 m³<br />\nOn the evening of 25 June 2009, the regional NOAA Scientific Support Coordinator was notified of a tug sinking near the Causeway Bridge in Lake Pontchartrain, LA.  The tug was reported to have 5000 gallons of diesel on board, but the release rate and volume may be significantly less due to the reported capsized position of the barge (upside down).  The location of the incident appears to be just E of the Causeway Bridge at 30Â° 3â 34â N Lat. 090Â° 0â 40â W Long.  The barge was reported to have sunk at 7:00 PM.","<b>Mystery tarballs; Oahu and Kauai, Hawaii<\/b> 2009-06-09<br />\n<i>Tarballs<\/i> - NA m³<br />\nUSCG Sector Honolulu contacted the NOAA SSC to request a hindcast analysis of tarballs reported at two locations in Hawaii on June 9. Tarballs were reported at Makapuu Beach on Oahu at +21Â° 18' 34.20\", -157Â° 39' 20.40\". The time of notification was 1125 HST. The reported extent of coverage was 300 yds X 5 ft of silver dollar size and larger tarballs. The reporting party also stated that the heat from the sun was liquefying the tarballs. \u000bTarballs were also reported at Port Allen on the island of Kauai at +21Â° 53' 53.58\", -159Â° 35' 16.86\".  The time of notification was 1200 HST. The reported coverage was 1 yd X 80 ft of tar balls with a silver sheen.\u000bUSCG Sector Honolulu requested a hindcast analysis and an assessment of the likelihood the two events are related.  \u000b\u000b","<b>Mystery Sheen Eugene Block 300; Gulf of Mexico, off LA<\/b> 2009-06-06<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the morning of June 6, 2009, NOAA ERD was contacted by MSU Morgan City regarding a sheen offshore of Louisiana from an unknown source.  The sheen was reported as approximately 10 miles by 4 miles.  The reported position is approximately 65 nm from the nearest shoreline.","<b>Dredge Support Vessel Grounded; Barataria Bay, LA<\/b> 2009-05-23<br />\n<i>Diesel<\/i> - 7 m³<br />\nOn 23 May 2009, USCG Sector New Orleans requested NOAA support for a dredge support vessel that was sinking near the Barataria Navigational Canal in Upper Barataria Bay and SW of Hackberry Bay, Louisiana.  The vessel is carrying 1500 gallons of diesel and was reported pushed aground.  The upper portion of this bay is dominated by sensitive marsh habitat.  The NOAA Scientific Support Coordinator has contacted the Emergency Response Divisionâs Home Team for trajectory support.","<b>Mystery Texas tarballs; South Texas coast<\/b> 2009-05-22<br />\n<i>Unknown<\/i> - NA m³<br />\nA heads up from Buzz Martin.  I decided to post to hotline just to capture the event for future reference.","<b>Mystery Slick; W. Cameron Block 548, GOM<\/b> 2009-05-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOn 14 May 2009, the regional NOAA Scientific Support Coordinator (SSC) was notified of a 1mile x 1mile mystery slick approximately 100nm South of Lake Calcasieu, Louisiana. The USCG requested trajectory and weather support.","<b>Mystery Spill; GOM off Entrance to Calcasieu River<\/b> 2009-05-04<br />\n<i>Unk<\/i> - NA m³<br />\nOn the afternoon of 4 May, the USCG Marine Safety Unit Port Arthur TX requested a spill trajectory for a slick observed some 40 miles offshore of the mouth of Calcasieu River.  The USCG reports that a vessel observed a yellowish brown material in that water that made a 1 by Â¼ mile slick.  The reported location at 1130 hrs (local time) was 29Â° 5â N Lat. 093Â° 14â W Long.","<b>USS Chehalis Assessment; Pago Pago, American Samoa<\/b> 2009-05-03<br />\n<i>Mogas, Avgas, Diesel<\/i> - NA m³<br />\nThis hotline will follow progress on a salvage assessment being conducted by the U.S. Navy and U.S. Coast Guard on the sunken USS Chehalis. The assessment of the vessel's condition and fuel load is being conducted in preparation for potentially pumping off the remaining fuel later this year. The USS Chehalis reportedly has been periodically releasing small amounts of oil ever since it sank in Pago Pago Harbor in 1949. \u000bThe salvage assessment in being conducted by US Navy Supervisor of Salvage and Diving and the Navy Mobile Underwater Diving Salvage Unit out of Honolulu, with logistical support from the US Coast Guard Pacific Strike Team, the US Coast Guard Marine Safety Detachment in American Samoa, US Coast Guard Sector Honolulu, and US Coast Guard District 14. The assessment activities are scheduled to occur from April 23 through May 9, 2009.\u000bA previous assessment conducted by American Samoa Environmental Protection Agency indicated that the fuel remaining aboard the vessel includes 40,000 gallons of motor gasoline (\"Mogas\"), 70,000 gallons of aviation gasoline (\"Avgas\") and 5000 gallons of marine diesel. There is also ammunition aboard.","<b>Well Blowout; Turtle Bay, LA<\/b> 2009-04-30<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approxiamtely 0900 local time, the USCG Sector NOLA contacted the SSC regarding a well blowout in Turtle Bay, LA.  The USCG has sent out an overflight and USCG Sector Houma is responding on scene.  The well is reported shut in, but \"some oil\" was released.  Current amount and type of oil is unknown at this time.  The USCG has not requested any products from NOAA until more information is known.","<b>Leaking Flowline; West Delta 28, LA<\/b> 2009-04-22<br />\n<i>Unknown<\/i> - NA m³<br />\nAt approximately 7:30 PM on 22 April 2009, USCG Sector NOLA contacted the SSC requesting a trajectory in regards to a 4\" leaking flowline in West Delta 28.  There is currently a 5 mile by 1.5 mile light brown sheen extending to the NE from 29Â°8.033'N 089Â°43.2'W at the point where it is bubbling.  There are two possible RP's being contacted to attempt to shut down the line.  An overflight is attempting to get more information before dark.","<b>Small mystery sheen; Seattle, WA<\/b> 2009-04-17<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG Sector Seattle called the NOAA SSC for technical guidance regarding a small mystery sheen observed surfacing near the Ballard Bridge. A spill response contractor hired to boom around the sheen sent divers down but could not identify any clear source.","<b>F/V Renee Marie; Offshore Queets River, WA<\/b> 2009-04-14<br />\n<i>Diesel<\/i> - 3 m³<br />\nUSCG Sector Portland contacted the NOAA SSC the evening of April 14 to request trajectory support for the capsized F/V Maree Maria, reported to be approximately 7.5 nm southwest of the mouth of the Queets River in Washington. The vessel is reported to be buoyant, with the hull and nets visible, and drifting southeast. The vessel is assumed to have approximately 700 gallons of #2 fuel aboard. It is not known at this time whether any fuel has been released. Trajectory forecasts were requested for the fuel, drifting vessel, and a missing crew member.","<b>Mystery Slick, MM112; Mississippi River, Luling LA<\/b> 2009-03-28<br />\n<i>Suspect Heavy Fuel Oil<\/i> - NA m³<br />\nOn Saturday, 28 March 2009, the Regional NOAA Scientific Support Coordinator was contacted by USCG Sector New Orleans relative to a 200 yard long mystery slick reported as black oil.  The observation was in the Mississippi River at MM 112.  The USCG requested trajectory support.","<b>Mystery Slick, Grand Isle Block 43; Gulf of Mexico, LA<\/b> 2009-03-19<br />\n<i>Unknown oil (sheen)<\/i> - NA m³<br />\nOn 19 March 2008, NOAA was notified of a 4-mile long slick in the Gulf of Mexico off Grand Isle LA.  The source of the release is unknown.  USCG requested a trajectory analysis, and such was provided by the Emergency Response Divisionâs Home Team in Seattle WA.","<b>Tanker Vessel SKS SATILLA; GOM, off Galveston, TX<\/b> 2009-03-06<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn March 6, 2009, the SKS SATILLA, a 900-ft Norwegian flagged tank ship carrying approximately 130K MT of crude oil, reported listing 8 degrees and taking on water about 65-miles offshore of Galveston TX.   No known cause as of this posting.  The USCG is responding and has initially requested NOAA provide a potential trajectory analysis and natural resources at risk assessment.  (photo courtesy of USCG)","<b>Tanker Eltanin; Offshore LA/TX<\/b> 2009-03-01<br />\n<i>fuel oil, molten sulfur, diesel<\/i> - NA m³<br />\nOn March 1, 2009, OR&R was notified of a 614ft-tanker that grounded @ approximately 0400 local time 12nm offshore off of Sabine Pass.  The tanker is carrying 112,330 gallons of fuel oil, 44,859 metric tons of molten sulfur, and 4500 gallons of diesel fuel.  Recovery planning is now underway with the USCG and RP.  Through the local Science Support Coordinator, NOAA provided trajectory and weather support.  (photo courtesy of USCG)","<b>Wassaw Sound Yacht Grounding; Off Wassaw Sound, GA<\/b> 2009-02-28<br />\n<i>Gasoline<\/i> - 1 m³<br />\nA 36' yacht hand grouded off Wassaw Sound GA during bad weather.  Vessel had 170 gallons of gasoline.  ALl persons rescued and vessel under tow back to safe harbor.","<b>Gas/Condensate Release; GOM off Matagorda Island TX<\/b> 2009-02-18<br />\n<i>Natural Gas and Condensate Liquid.<\/i> - 24 m³<br />\nOn 18 February 2009, NOAA was notified by the Texas General Land Office (TGLO) of an offshore gas and gas condensate release near Matagorda Island, Texas.  The initial NRC report (#897816) stated that a 1 mile x 1 mile sheen was observed associated with a 24â natural gas line failure at a platform.","<b>Mystery Tarballs; Santa Cruz, CA<\/b> 2009-02-18<br />\n<i>Tarballs<\/i> - NA m³<br />\nAt approximately 0940 PST, on February 18, 2009, CA-OSPR contacted ERD regarding an incident in Santa Cruz, CA.  They reported silver-dollar size tarballs coming ashore since 1700 on Feb. 17, 2009. Volume unknown. RP unknown. ERD contacted to provide hind-cast trajectory information.","<b>Mystery Sheen West Delta Block 94; Gulf of Mexico, Offshore LA<\/b> 2009-02-14<br />\n<i>Unknown oil (sheen)<\/i> - NA m³<br />\nA 1000-foot x 8-mile sheen was observed in the Gulf of Mexico at 1:30 PM (local time), 14 February 2009.  The sheen was characterized as 99% silver and 1% slightly colored (rainbow).  The oil type is currently unknown as is the source.  The reported position was 28Â° 36â 06â N Lat. 089Â° 54â 58â W Long.  This position places the slick roughly 50 miles offshore of Grand Isle, Louisiana.  USCG Marine Safety Unit Morgan City has requested that NOAA provide a trajectory analysis. Associated NRC report number is 897513.","<b>M/V DUNLIN ARROW; Dominican Republic<\/b> 2009-02-13<br />\n<i>Unknown<\/i> - NA m³<br />\nOn February 13, 2009, USCG Sector Puerto Rico notified ERD that a 600-foot general cargo vessel, the M/V Dunlin Arrow, was hard aground on a shoal 50 miles off the north shore of the Dominican Republic.  The vessel is carrying 264,000 gallons of diesel and the cargo is reported as paper.  The USCG initially reported oil in the water and then reported that all tanks were breached.  ERD is standing by to provide trajectory and weather support.  At this time the vessel is not thought to be a threat to U.S. waters.","<b>Bay Marchand Block 1, Oil Spill; Gulf of Mexico, LA<\/b> 2009-02-12<br />\n<i>Suspected Crude Oil Release<\/i> - NA m³<br />\nOn the evening of 12 February 2009, USCG Marine Safety Unit Morgan City notified the regional NOAA Scientific Support Coordinator of a 5-foot x 1000-foot bearably discernable sheen observed in Louisiana state waters.  The time of the observation was roughly 4:30 PM (local time).  The reported position was 29Â° 06â 11â N Lat. 090Â° 09â 32â W Long.  This position places the slick approximately 1 nautical mile offshore of Fourchon Beach at Bay Champagne.  The suspected RP doesnât, at present, know the source, but will investigate at first light if weather conditions allow.  Associated NRC report number is 897359.  NOAA provided a trajectory analysis for the observed slick and also an analysis should the discharge volume and the source oil be more persistent than initially indicted.","<b>South Pass Block 27, Oil Spill; GOM, Louisiana Coast<\/b> 2009-02-12<br />\n<i>Suspected Crude Oil Release<\/i> - NA m³<br />\nOverflight spotted a slick near a facility in South Pass Block 38.  USCG Sector New Orleans requested a trajectory analysis (NRC Report 897271).","<b>Mystery Spill, NRC 896969; Black Bay, LA<\/b> 2009-02-09<br />\n<i>Unk Oil<\/i> - NA m³<br />\nThe regional NOAA Scientific Support Coordinator was notified by USCG Sector New Orleans of a mystery slick in the Black Bay area.  A USCG helicopter overflight at 1700 hrs confirmed the presence of a small slick roughly 0.25 x 0.25 miles in size composed of silver sheen with spots of dark oil.  The initial reported location was 29Â° 31â 59â N Lat. 089Â° 29â 05â W Long at 10:43 (local time) on 9 February 2009.  This position places the slick roughly in Black Bay, 13 miles NE of Nairn and more than 15 miles NW of Breton Island.  USCG Sector New Orleans requested a trajectory analysis.","<b>M/V GENMAR PROGRESS; Gulf of Mexico, Offshore Galveston, TX<\/b> 2009-01-20<br />\n<i>Very Light Arbian Crude Oil<\/i> - NA m³<br />\nMonday night (19 Jan. 2009), USCG MSU Galveston received a report (NRC# 895253) of a 400m x 400m sheen in the offshore lightering zone, (lat/long: 28-33.7N/094-02.4W).  This position is approximately 70 miles south of Galveston and 30 miles north of the Flower Garden Banks National Marine Sanctuary.","<b>Main Pass 31/ near Breton Sound 48; LA<\/b> 2009-01-13<br />\n<i>leaking well<\/i> - NA m³<br />\nAt approximately noon local time, the SSC was advised by USCG Sector NOLA that they received NRC report 894684 of a well leaking in Quarantine Bay, unknown color or size. A Coast Guard Falcon flew over the lat and long provided by the NRC report and reported back a 12 mile long rainbow sheen coming from a well. The lat and long from the NRC 29 28' 56\"/ 089 21' 35\" puts it in the Main Pass 31 area. The Coast Guard flacon reported it at 29 28.53/089 20.54 which puts it in the approximate same location. The Falcon did not relay back a heading of the sheen, but the winds at the time were WNW at 10 mph in Boothville. Sector New Orleans will open the OSLT Fund to conduct an assessment to confirm that the well is leaking, and if weather permits booming off the well and if other response resources are required.","<b>Mystery Release, South Timbalier 23; Gulf of Mexico, LA<\/b> 2009-01-11<br />\n<i>Suspected to be Condensate Crude Oil and Gas<\/i> - NA m³<br />\nOn Sunday Evening, 11 Jan. 2009, the regional NOAA Scientific Support Coordinator was notified of a mystery sheen and bubbling source or release in the Gulf of Mexico off South Louisiana.  The USCG as requested a trajectory analysis.  The suspected source may be a leaking pipeline.","<b>Mystery Slick; GOM, Off Belle Pass, LA<\/b> 2009-01-08<br />\n<i>Suspected to be Condensate Crude Oil<\/i> - NA m³<br />\nOn Thursday evening, 8 Jan. 2009, NOAA was notified of a mystery slick some 5 miles off Belle Pass, LA in the Gulf of Mexico by USCG Sector Morgan City. The observed source is thought to be a leaking pipeline since gas bubbling was observed at the source.","<b>F/V American Way; Aghiyuk Island,  W. Gulf of Alaska<\/b> 2009-01-06<br />\n<i>diesel<\/i> - 4 m³<br />\nOn January 6, 2009, Sector Anchorage notified the NOAA SSC  of a potential incident in which a fiberglass 38' F/V American Way had engine problems enroute on a supply cruise between the villages of Kodiak  and Chignik, on the Alaskan Peninsula. and was intentionally grounded on Aghiyuk Island, SW of Kodiak Island.   The vessel had 650 gallons of diesel fuel in tanks and 4 drums of diesel on board.  After grounding, the 2-man crew abandoned the vessel and was rescued by the CG and taken to Chignik.   Aghiyuk Island is part of the Alaska Maritime NWR.   The CG requested weather and possible oil fate should any release occur.    Due to bad weather an initial CG overflight was unable to obtain any clear view or photos of the vessels.    In order to assess the condition and situation of the vessel, the CG hired Magone Marine out of Dutch Harbor.   Due to distance, however, their ETA was some time on Jan. 8.    Over the next several weeks, bad weather hampered Magone's efforts to get on-scene, and he was successful only a couple of times, until finally it was confirmed that the vessel had sunk.","<b>Mystery Slick, Vermillion Block 29; Gulf of Mexico, off LA Coast<\/b> 2008-12-12<br />\n<i>Suspected Crude Oil Release<\/i> - NA m³<br />\nShortly after noon (local time) on Friday, 12 Dec. 2008, NOAA was notified of a slick from an unknown source off the Louisiana Coast.  A passing aircraft reported a 0.25 x 2 mile dark slick some 4 to 5 miles offshore in the vicinity of Vermillion Block 29.  The USCG requested a trajectory analysis.","<b>Tug HOUSTON Tow Grounding; ICW near E Matagorda Bay, TX<\/b> 2008-12-12<br />\n<i>Light Cycle Oil<\/i> - 9153 m³<br />\nAt approximately 1:00 PM on Friday, 12 Dec. 2008, NOAA was notified of a grounded barge tow in the ICW at MM 421.  The two barges being pushed by the Tug HOUSTON are carrying 47,937 bbls of Light Cycle Oil.  The USCG requested a trajectory analysis and RAR.","<b>Sunken Vessel, M/V YOUNG GUNS; Hopedale Canal, South LA<\/b> 2008-11-13<br />\n<i>Diesel Fuel<\/i> - 2 m³<br />\nOn the afternoon of 13 Nov. 2008, the USCG requested scientific support related to a lightering and salvage operation on a fishing boat sunk in the Hopedale Canal, South Louisiana.  This is a small canal that runs off the Mississippi River Gulf Outlet (MRGO) and is just above Lake Ameda.  The position was reported as 29Â° 49â 11â N Lat. 089Â° 39â 21â W Long.","<b>Floating, Sheening Drum; Mississippi River, New Orleans, LA<\/b> 2008-11-03<br />\n<i>Unkown, but suspected to be a petroleum product or waste.<\/i> - 0 m³<br />\nOn 3 Nov. 2008, the USCG requested a trajectory analysis of a floating and sheening drum spotted in the Mississippi River by a USCG overflight.  The drum was sighted at 29Â°","<b>LIL SUSAN S Grounding; Bolivar, Texas<\/b> 2008-11-02<br />\n<i>Light Cycle Oil<\/i> - NA m³<br />\nOn Sunday evening, 2 Nov. 2008, the Tug LIL SUSAN S was reported to have grounded two barges in tow near Light 20 in Bolivar Roads, TX.  The reported cargo is âlight cycle oil.â  The USCG contacted the NOAA Scientific Support Coordinator at 1930 hrs the same evening and requested tidal information, natural resources at risk information, and a trajectory analysis should there be a release.","<b>Butylene Barge Aground; Chocolate Bayou, TX<\/b> 2008-10-31<br />\n<i>Raffinate, Light Petroleum Dist.<\/i> - 1909 m³<br />\nOn Friday, 31 October 2008 (Halloween), NOAA was notified by USCG MSU Galveston of a red-flag barge and tug grounding in Chocolate Bayou, TX.  The barge is reported to be carrying 10,000 bbls of Butylene, a liquefied gas.","<b>Louisiana mystery sheen; 15 miles off Barataria Bay<\/b> 2008-10-29<br />\n<i>Unknown<\/i> - NA m³<br />\nNuther mystery sheen in the same area","<b>Mystery Sheen off of Barataria Bay; Gulf of Mexico, LA<\/b> 2008-10-28<br />\n<i>oil<\/i> - NA m³<br />\nOn October 28, 2008, ERD was notified of a mystery sheen located approximately 20 miles offshore of Barataria Bay.  The sheen was reported as silvery and approximately 2 miles in length.","<b>Mystery Slick, S of White Lake; Gulf of Mexico, LA<\/b> 2008-10-24<br />\n<i>Unknown oil (sheen)<\/i> - NA m³<br />\nOn Friday afternoon, 24 Oct. 2008, the Home Team in Seattle WA was notified of a small mystery spill in the Gulf of Mexico.  A 700 yd. by 70 yd. rainbow sheen was reported at 1418 (local time) at location:  29Â°32'0\"N--092Â°25'06\"W. That location is S of White Lake LA, about 1.5 miles offshore, and about 25 miles west of Marsh Island.  A trajectory was requested.","<b>F/V Katmai; 100 mi w of Adak Is in Amchitka Pass<\/b> 2008-10-22<br />\n<i>Diesel<\/i> - 32 m³<br />\nF/V Katmai sank at 0100 local time approximately 100 miles west of Adak Island in Amchitka Pass. The maximum potential spill is 16,000 gallons of diesel. No sheen has been sighted but some debris (life jackets) have been spotted. The incident occurred in 50 knot winds and was almost entirely a Coast Guard SAR case with CG helos, C-130's and vessels.   Of the eleven folks on board, 4 were picked up alive, 5 bodies were recovered and 2 bodies were never located.    The actual amount of fuel was 7000 gallons of diesel.  On one occasion a vessel reported a sheen; however, when an aircraft arrived at the location shortly afterward, nothing was discernible.     If a substantial amount of fuel was released, the NOAA SSC advised the CG that conditions were such that it would all evaporate and disperse in only a few hours.\u000b\u000b\u000b","<b>Mystery Slick, Near GI-47c; GOM, Louisiana Coast<\/b> 2008-10-18<br />\n<i>Unknown<\/i> - NA m³<br />\nThe USCG is responding to an observed slick 20 miles of the Louisiana Coast near Grand Isle.  There is no identified source at present.","<b>Mystery Spill south of Marsh Island; Lousiana<\/b> 2008-10-17<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery spill described as 5000 ft by 2000 ft of dull brown.\u000b","<b>Mystery Sheen: Marsh I. Block 30; Offshore Louisiana.<\/b> 2008-10-03<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 0630 today, a sheen was reported of about 1 x 6 miles in size. Its location was reported as 28Â°17'56\"N--092Â°00'40\"W. That location is about 70 miles south of Marsh Island.\u000b\u000bAt 1100, the sheen was reported to have the same general characteristics.\u000b\u000bAt 1330, it was reported to be about 5 by 10 miles in size, and breaking up, at location: 28Â°7'23\"N--91Â°49'56\"W","<b>R/V Lake Explorer II; Norfolk, VA<\/b> 2008-09-23<br />\n<i>diesel fuel<\/i> - 7 m³<br />\nOn Monday, September 22, 2008, the R/V Lake Explore II developed a leak that resulted in a 1,476 fuel oil (diesel) spill into the Elizabeth River.","<b>Mystery Slick Gulf of Mexico; 75 nm south of Marsh I, La<\/b> 2008-09-20<br />\n<i>Unknown<\/i> - NA m³<br />\nWas reported on Friday at 1630 CDT.\u000b3 mile by 1/2 mile, dark brown slick.\u000bNot associated to any visible platform.\u000bNo one else has reported anything out there\u000bto day.\u000b","<b>ISTOP Anomoly Report off ; Newfoundland, Canada<\/b> 2008-09-19<br />\n<i>Unknown<\/i> - NA m³<br />\nSSC Frank Csulak recieved a request from Coast Guard District 5 for assistance with analysis of a Canadian ISTOP Anomoly report.\u000b\u000bThey received a report of an anomaly in the Atlantic Ocean off the coast of Newfoundland.  This anomaly may or may not be oil, as all we really know is that it's based on satellite radar imagery and the surface of the water there is different than the surrounding water.  A vessel went through the area a few hours prior to the detection of the anomaly, and is a possible source for whatever the anomaly is.","<b>Hurricane Ike: Mystery Sheen ; Ship Shoal Block 154<\/b> 2008-09-16<br />\n<i>Unknown<\/i> - NA m³<br />\nThis information was sent via email to the NOAA SSC on the morning of Tuesday, 16 September 2008.\u000bRCVD NRC # 883951 Judd Hogan of air logistics reported at 1457 an unknown sheen located in Ship Shoal Block 154 of the Gulf of Mexico. Conducted an over flight at 1710 and observed the discharge. Discharge appeared to be a bubbling of golden condensate like oil. The bubbling was about 25 ft by 35 ft in size. Total sheen size was 5 miles by 5 miles with a concentrated sheen in the center of dark gold bands with light gold centers approximately 1 1/2 mile by 1 mile. Bubbling broke surface of the water slightly. Sheen was moving northwest and the weather was cloudy with possible rain and a sea of 5ft. Location of the sheen was N28 40.84 and W91 12.64. There was a red buoy approximately 100 ft from the bubbling and a helo deck approximately 400 ft from the bubbling as well. As of this time there is no RP who has come forward or been located. Discharge was first located at 1350 15SEP08.\u000bSheen is approximately 52 miles off shore. Discharge is ongoing at this time and has not been secured.","<b>Hurricane Ike:  M/V ANTALINA; SE of Galveston, TX<\/b> 2008-09-12<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 0840-PDT NOAA was informed by NOAA ICC that the M/V ANTALINA was disabled approximately 114nm SE of Galveston, TX.  M/V ANTALINA is a 585ft bulk cargo carrier fully loaded with 11,280 metric tons of green petroleum coke.  No information on the amount of fuel in its bunkers is known.  There are 21 crewmembers aboard.  The vessel is in scheduled communications with the USCG.  The ship was reported to be at position 28 03.1'N, 093 11.7'W and drifting SW.  The ship has lost propulsion but not ship's power.","<b>Hurricane Gustav - Well Head; Barataria Bay, LA<\/b> 2008-09-03<br />\n<i>Gas/oil Condensate<\/i> - NA m³<br />\nAt 1000 (CDT) a USCG overflight reported a well head in Barataria Bay, LA spraying gas/oil condensate.  Volume unknown. RP unknown.  ERD contacted to provide trajectory information.","<b>Mystery Sheen; Eugene Island, Block 10, LA<\/b> 2008-08-06<br />\n<i>Unknown- Possibly diesel/bilge<\/i> - NA m³<br />\nAt 1425(PST) NOAA OR&R/ERD was notified of a mystery sheen in the Gulf of Mexico off Eugene Island, LA (Block 10) at: 29Â° 23' 46.33\" N, 091Â° 46' 36.66\" W. This is about 5 nm southeast of Marsh I. The slick/sheen is reported to be 4 miles by 1.25 miles of rainbow sheen.","<b>Tug Canal Deluge Fire; Buzzard's Bay, MA<\/b> 2008-08-01<br />\n<i>Unknown<\/i> - 23 m³<br />\nOn August 1, 2008, NOAA ERD was notified that the 129-foot Towing vessel CANAL REFUGE was on fire Near Fairhaven in Buzzards Bay, MA.  The vessel has 5000 gallons of diesel fuel on-board. The Coast Guard rescued three people from the  tug boat. The CANAL DELUGE was one of two tugs escorting a barge when the crew reported a fire in the engine room. NOAA was requested to provide trajectory and weather support.","<b>Sunken Tugs; Schuylkill River, Philadelphia, PA<\/b> 2008-07-29<br />\n<i>bunker fuel and diesel<\/i> - NA m³<br />\nOn 29 July, 2008 the tug Carol Wales and another unidentified tugboat sank alongside a pier at the edge of the Schuylkill River near the Girard Point Bridge. The discovery was made after someone reported a strong smell of fuel coming from the river. The USCG Sector Delaware Bay responded and had contractors deploy boom and recovery equipment.","<b>West Delta 55; Mississippi River Delta, LA<\/b> 2008-07-25<br />\n<i>Condensate and Natural Gas<\/i> - NA m³<br />\nOn 7/25/08, NOAA ERD was notified of a spill in the west delta Block 55 region of the Mississippi river. An unknown amount was spilled. The NRC report indicated a 2 mile slick on 7/24/08.  The NOAA SSC reported a 20 mile slick on the morning of 7/25/08. Tentatively believed to be the result of a vessel striking a wellhead but no details are available.  This incident is in the general area of the oil from the New Orleans Barge Incident.","<b>Mystery Sheen; NW of Oahu, HI<\/b> 2008-07-15<br />\n<i>Oil, likely diesel<\/i> - NA m³<br />\nUSCG Sector Honolulu contacted the NOAA SSC to request a hindcast trajectory analysis for a sheen reported and observed approximately 55 nautical miles northwest of Oahu, Hawaii to determine if the release could have come from vessels in the vicinity participating in a major Naval exercise.","<b>Mystery Sheen, West Delta 90; Gulf of Mexico<\/b> 2008-07-08<br />\n<i>Unknown<\/i> - NA m³<br />\nA silver sheen was reported in West Delta 90 at 0930 CDT, estimated to be 2 miles by 10 miles in size.  The location was reported as 28Â°56.17'N--089Â°39.37'W. This location is approximately 17 miles offshore from Lanaux Island.","<b>F/V SUSAN II; Manasquan, NJ<\/b> 2008-07-02<br />\n<i>diesel<\/i> - 10 m³<br />\nF/V SUSAN II, a clam dredge, sank approximately 1/2 mile NE offshore of Manasquan Inlet, NJ. Cause unknown. USCG reports 2 mile wide by 30 yard long sheen moving in a south/south west direction along shore. No shoreline impacts reported.","<b>Unknown Sheen; Off LA Coast<\/b> 2008-06-30<br />\n<i>Unknown<\/i> - 1 m³<br />\nOn the morning of 30 June 2008, the SSC was notified by MSU Morgan City of an unknown sheen approxiamtely 10 miles off the LA coast.  The sheen is reported to be 1 mile wide by 1 mile long and is 10% dull sheen and 80% bright (rainbow) sheen.  They have requested trajectory and weather information.","<b>Mystery Sheen, Ship Shoal 182; Gulf of Mexico, Offshore LA<\/b> 2008-06-27<br />\n<i>Unknown oil (sheen)<\/i> - NA m³<br />\nJune 27, 2008, 0800 CDT, a large area of sheen was reported off the coast of Louisiana, near Ship Shoal Block 182. The sheen is described as a silver sheen, 10,000 feet long by 2,500 feet wide. The location has been reported as 28Â° 35â 48ââN 90Â° 58â 46ââ W.  The USCG has requested a forecast for the movement of the reported sheen.","<b>Mystery Slick, NRC 875386; Gulf of Mexico, off Grand Isle, LA<\/b> 2008-06-26<br />\n<i>Unk<\/i> - NA m³<br />\nAt 10:29 AM (Local Time), the NOAA Regional Scientific Support Coordinator (SSC) was notified of a mystery slick/sheen in the Gulf of Mexico SE of Grand Isle, Louisiana.  The report stated a 1x1 mile dark slick or sheen.  The reported location was 29Â° 15â 36â N Lat. 089Â° 52â 42â W Long. At 9:15 AM.  This location is just outside of state waters and the reported on-scene winds were from the S (on-shore winds).  NOAA was requested to provide a trajectory analysis.","<b>M/V Mark L Barge Tow Grounded; Daulphin Island, AL<\/b> 2008-06-24<br />\n<i>VGO<\/i> - 8783 m³<br />\nOn the evening of 24 June 2008, the Regional NOAA Scientific Support Coordinator (SSC) was notified by Sector Mobile of two grounded barges carrying a combined total of 46,000 bbls of Vacuum Gas Oil near Dauphin Island.","<b>F/V Stacey Lynn; Forest River, Savannah, Ga<\/b> 2008-06-20<br />\n<i>diesel<\/i> - 1 m³<br />\nThe Stacey Lynn, a 64 ft 84 gross ton fishing vessel began taking on water at anchor in the Forest River near Savannah, Ga this afternoon.  The vessel has 300 gallons of diesel onboard.  USCG activated the RRT4 to discuss contact water disposal to help stabilize the vessel and prevent total sinking until a transfer vessel can arrive on-scene and the Stacey Lynn can be safely towed to a haul out.","<b>Mystery tarballs; Alameda, CA<\/b> 2008-06-17<br />\n<i>Possible lube oil<\/i> - NA m³<br />\nOn the morning of 17JUN2008, an unknown sheen was reported on the beach of Robert Crown Memorial Beach, a bayfront park in Alameda, CA.  Subsequent inspection by USCG and CA OSPR field staff revealed dime to quarter-sized, sheening tarballs along a mile of shoreline.  Sector San Francisco notified the NOAA SSC shortly after 1700hrs and requested a NOAA hindcast trajectory to narrow down the potential sources for sampling.","<b>Ship Shoal Block 7 Pipeline Release; Gulf of Mexico, LA<\/b> 2008-06-10<br />\n<i>Gas and Condensate<\/i> - NA m³<br />\nThe USCG notified the NOAA Scientific Support Coordinator (SSC) of a pipeline failure 2.5 to 3 miles off the Louisiana coast.","<b>Breton Sound Mystery Sheen; Breton Sound, LA<\/b> 2008-05-23<br />\n<i>Unknown<\/i> - NA m³<br />\nOn May 23, 2008, the USCG contacted NOAA ERD regarding a report from a Mineral Management Service pilot of a spill in Breton Sound, LA.  The sheen was described as 1 x 5 miles in size, with a silver edge and dark center.  At 0900 Central time, the center of the slick was at 29 degrees 31.93 N, 89 degrees, 16.07 W.  USCG request weather and trajectory.","<b>F/V King Fisher; Southwest Pass, Vermillion Bay, LA<\/b> 2008-05-15<br />\n<i>Diesel Fuel<\/i> - 3 m³<br />\nOn the evening of 15 May 2008, USCG MSU Morgan City contacted NOAA and requested a trajectory for a fishing vessel that was reported overturned, partially submerged, and releasing diesel fuel.  The vessel, F/V KING FISHER, was estimated to have 750 gallons of diesel on board.  The reported position placed the vessel in Southwest Pass on the entrance to Vermillion Bay.","<b>Mystery Sheen; South Timbalier Island Block 130, Lousiana<\/b> 2008-04-24<br />\n<i>Unknown oil<\/i> - NA m³<br />\nOn 4/24/08 the NOAA SSC was contacted by USCG regarding a report of a 10 x 4 mile silver sheen near South Timbalier Block 130, offshore Louisiana.  A USCG overflight is pending to assess the situation.  USCG requested trajectory and weather information.","<b>Mystery Sheen; Cape Canaveral, FL<\/b> 2008-04-22<br />\n<i>Unknown material<\/i> - NA m³<br />\nA brown sheen of about 20 miles in diameter, located about 60 miles east of Canaveral Florida was reported by a commercial airliner. The Coast Guard has contacted a ship in the region to try to get on scene observations. It is not known at this time whether the sheen is oil, another material, or a natural phenomenon. Coast Guard requested a trajectory analysis in case it turns out to be oil.","<b>Mystery Tarballs; Ritidian Pt., Guam<\/b> 2008-04-15<br />\n<i>Tarballs<\/i> - NA m³<br />\nUSCG Sector Guam contacted NOAA Emergency Response Division on 15Apr2008 to produce a hindcast for tarballs found on the north tip of the island the previous morning.  Tarballs found along 1 mile of beach at 013deg 39.25'N, 144deg 51.8'E.","<b>M/V MEVLUT DOVEN; Cape Henry, VA.<\/b> 2008-04-04<br />\n<i>36,500 gals of IFO, 800 gals of diesel, 1,100 gals lube oil, 2,000 gals of sludge<\/i> - 182 m³<br />\nNOAA SSC contacted by USCG Hampton Roads at 1430 hours, April 4, 2008. USCG reports that M/V MELVUT DOVEN, a 305 ft long bulk carrier carrying a load of solicon magnesium ore, while in transit has report a sheen coming from mid-ship.  Source of sheen unknown,tank soundings have not detected location of leaking oil. As of 0930 today, vessel was located approximately 220 nmi southeast of Cape Henry, VA. Vessel was heading to Port of Baltimore.  Seas 6-10 feet with 25-30 knot winds out of the southwest. Admiral Rosa requested NOAA trajectory modeling support and requested worst case scenerios at 200, 150, 100, 50, 35 and 12 nmi contours. USCG making plans to board vessel. 35nmi point is most likely location for USCG to attempt to board vessel. Sheen has been reported for past 2 days. Unknown amount of oil has been discharged.","<b>F/V Alaska Ranger; 120nm W. of Unalaska Is., Bering Sea, AK<\/b> 2008-03-23<br />\n<i>Diesel<\/i> - 659 m³<br />\nSAR - SINKING - FISHING VESSEL ALASKA RANGER - 120NM WEST DUTCH HARBOR - BERING SEA \u000bIC: DISTRICT SEVENTEEN \u000bMISLE: 396604 \u000bWEATHER: Visibility 7 NM, Sea State 6-8FT, Ceiling 3500, Air N/A, Sea 35.6F, Wind N 25KTS \u000bSITUATION: 230250U: District Seventeen received a relayed report from COMMSTA Kodiak that the Fishing Vessel Alaska Ranger, 184FT catcher/processor with 47 people on board, was sinking and making preparations to abandon ship approximately 120NM West of Dutch Harbor. The flooding was due to a lost rudder and the crew attempted to seal the affected space but were unable to prevent progressive flooding. District Seventeen launched the ready HH-60 Medium Range Recovery Helicopter from St. Paul Island and the ready C-130 from Anchorage and diverted the Coast Guard Cutter MUNRO, conducting a patrol 110NM to the north of the distress position. As of 0540U all Alaska Ranger personnel have abandoned ship and HH-60 6007 is on scene conducting hoist operations. MUNRO's embarked HH-65 Short Range Recovery Helicopter is also enroute. A staging area has been developed in Dutch Harbor for survivors. The Coast Guard Cutter MUNRO and sister ship Alaska Warrior \u000bremain enroute with ETAs of 0830U and 0630U respectively. Vessel has 145,000 gallons of diesel on board.","<b>Mystery sheen 2; Barbers Point, HI<\/b> 2008-03-21<br />\n<i>Unknown oil<\/i> - NA m³<br />\nUSCG Sector Honolulu called the NOAA SSC the afternoon of March 21 to report a mystery sheen off Barbers Point in Oahu. The sheen was observed at a location reported as 21 15 9N, 158 04 8W. Sector Honolulu requested the SSC examine photos of the observed sheen. A trajectory for the sheen and spot weather forecast for the Barbers Point area were also provided. A follow-up overflight conducted approximately 45 minutes later did not observe sheen in the area. A vessel survey observed an area of slight discoloration but detected no petroleum odor.","<b>F/V MISS LISA; Rockerfeller Refuge, LA<\/b> 2008-03-15<br />\n<i>Diesel Fuel<\/i> - 5 m³<br />\nOn Saturday evening, 15 March 2008, the regional NOAA Scientific Support Coordinator was notified of a grounded fishing vessel on the coast at Rockefeller Wildlife Refuge in SW Louisiana.","<b>Manilia Villiage; Barartaria Bay, LA<\/b> 2008-03-02<br />\n<i>Crude Oil<\/i> - 955 m³<br />\nOn Sunday morning, 2 March 2008, USCG Sector New Orleans contacted the regional NOAA Scientific Support Coordinator to request support for a transfer operation at a tank battery near Manila Village, LA.  The facility was under a NOFI to remove the threat of a potential 5000 bbl crude oil spill.  The specific support requested this morning was to assist in forecasting the tides to aid in a safe transit of the barge from this shallow estuarine environment.","<b>Mystery Sheen; Barbers Point, HI<\/b> 2008-02-23<br />\n<i>Suspected diesel<\/i> - NA m³<br />\nUSCG Sector Honolulu called the NOAA SSC Saturday evening (23Feb08) at 1730 to report a mystery sheen off Barbers Point, Hawaii. Reports of oil odor had first been received at approximately 0130. A USCG overflight reported observing a sheen approximately 100 feet wide stretching from Barbers point to the Kahe Power Plant. USCG observers on-scene reported the oil appeared to be thick diesel.  NOAA trajectory support was requested.","<b>OSV GRADY FAGAN Allision; GOM, South of FGBNMS<\/b> 2008-02-16<br />\n<i>Marine Diesel Fuel<\/i> - 41 m³<br />\nAt 0730 hrs on 16 February 2008, the NOAA Scientific Support Coordinator (SSC) was notified by USCG Marine Safety Unit Galveston of an allision between a vessel and oil and gas production rig in the GOM near the Flower Garden Banks National Marine Sanctuary (FGBNMS).  The vessel, the GRADY FAGAN, was damaged.  A 2-inch gash was reported in the STDB day tank and there was loss of an unknown quantity of marine diesel fuel.","<b>LNG Catalunya Spirit; 37 NM East of Provincetown, MA<\/b> 2008-02-11<br />\n<i>Bunker, LNG<\/i> - NA m³<br />\nOn 2/11/08, NOAA ERD was notified that the 940-foot LNG Tanker Catalunya Spirit was disabled and adrift offshore of Cape Cod, MA.  Vessel has 2400 MT bunker, 110 MT diesel, and 137,808 cubic meters of LNG. The tanker is drifting offshore and not in immediate peril, and tugs and a technician are enroute.  At current drift rate and course, the USCG estimates the vessel will encounter Cultivator Shoals at Georges Bank 1000 Tuesday.  NOAA ERD was requested to provide trajectory for the bunker fuel onboard and more detailed bathymetry for the shoal.","<b>M/V Supe; off Zorritos, Peru<\/b> 2008-02-01<br />\n<i>Crude oil<\/i> - 50 m³<br />\nAt 0900hrs on 31JAN2008, the vessel Supe was involved in a fire and explosion and reportedly sank off the Peruvian coast with approximately 11,000 gallons of crude oil on board.  The USCG District-11 Command Center reported that the slick was observed approximately 7nm NW of Zorritos, Peru (03Â° 38'S 080Â° 46'W) shortly before 0800hrs 1FEB2008.  NOAA trajectory support was requested on behalf of the Ecuadorian Navy to determine whether the spill might threaten territorial waters 30+nm away.","<b>Mystery Tarball Incident; Pacifica, CA<\/b> 2008-01-29<br />\n<i>Tarballs<\/i> - NA m³<br />\nOn January 28, 2008, tarballs began washing ashore on numerous beaches between Mussel Rocks and Carmel, CA with the highest concentration being reported near Pacifica and Half Moon Bay.  Shoreline surveys & cleanup were initiated by Cosco Busan responders, a NOAA trajectory hindcast was requested and tarball samples were sent for laboratory analysis to determine whether the oil was from the Cosco Busan incident or some other source.  Both trajectory estimates and analytical results were consistent with natural seep area(s) south of Monterey Bay as the potential oil source.","<b>Tug Accue IV ; Calcasieu, LA<\/b> 2008-01-28<br />\n<i>Diesel<\/i> - 0 m³<br />\nPotential towboat sinking, cause unknown.  10,000 gallon potential","<b>Vessel Collision; Newark Bay, NJ<\/b> 2008-01-24<br />\n<i>IFO and Diesel<\/i> - NA m³<br />\nCollision between Break bulk ship and dredge barge in Newark Bay. Approx location is middle of Newark Bay N 40.39'51.70\" W 074.08'27.13\" Collision occurred approx. 1400hrs EST. 2998 Metric Tons of IFO (Fuel oil) on board vessel and 225 Metric Tons of Diesel on board vessel. Slight sheen in water at this time extending to entrance of Arthur Kill (about 0.5 mile).\u000b\u000bCannot verify if coming from vessel or barge\u000b\u000bUnknown if barge had any fuel storage capacity on board.","<b>F/V Haeshin; Gray's Harbor, WA<\/b> 2008-01-21<br />\n<i>diesel, gasoline<\/i> - 2 m³<br />\nUSCG Sector Portland called to report a fishing vessel, the F/V Haeshin, was sinking off Gray's Harbor the night of January 21, with potential to release 540 gallons of diesel and 15 gallons of gasoline.  Oil trajectory and fate information was requested.","<b>Breton Sound 53 Well Incident; Gulf of Mexico<\/b> 2008-01-19<br />\n<i>Crude Oil (Specific Oil Type Unknown at Present)<\/i> - NA m³<br />\nOn Saturday afternoon, 19 January 2008, the NOAA Scientific Support Coordinator was notified of a vessel hitting a oil and gas well.  The time of the incident was approximately 0400 hrs.  The skipper of the vessel reported that he could smell oil and gas, but in the dark, could see nothing.  The reported position is just 4.5 miles SW of Breton National Wildlife Refuge and 9 miles NNE of the Delta National Wildlife Refuge.  The USCG responded in the SAR mode, but little information as to the damage of the well or possible oil release on water is available.","<b>M/V Ever Radiant; Savannah River, Ga<\/b> 2008-01-16<br />\n<i>HFO and diesel<\/i> - NA m³<br />\n965 ft Container vessel lost power and grounded in Savannah River while inbound.","<b>Tarballs Ashore; Ocean Shores, WA<\/b> 2008-01-12<br />\n<i>Tarballs<\/i> - NA m³<br />\nUSCG Sector Portland called about reports from Washington Department of Ecology of tarballs washing ashore over an approximately 10 mile area of shoreline north of Ocean Shores, WA between Moclips and Copalis Beach. They asked for information regarding potential natural sources and a general transport assessment.","<b>Oil Well Allision and Release; West Cote Blanche Bay, LA<\/b> 2008-01-11<br />\n<i>Crude Oil<\/i> - 1 m³<br />\nLast Friday, 11 January 2008, the USCG notified the NOAA Scientific Support Coordinator (SSC) of a reported gas/oil well release in West Cote Blanche Bay.  Apparently, the well was hit by something and was releasing a water/gas/oily mixture.  The USCG had released a broadcast for vessels to stay clear.  It was reported that the plume extended about 20-30 feet in the air, and the volume of oil released was unknown.  The oil well was shut in shortly afterwards and only sheen on the water was observed.","<b>M/V Sun Venus; Offshore, HI<\/b> 2008-01-03<br />\n<i>Fish Oil, bunker fuel<\/i> - NA m³<br />\nOn January 3, 2008, the NOAA SSC was notified of a disabled freighter adrift 120 NM SW of Oahu, HI.  The vessel is reportedly carrying 4272 metric tons of fish oil, 258 metric tons of MFO, and 43 metric tons of MGO.","<b>NY/NJ Mystery Spill; NY/NJ Harbor<\/b> 2007-12-30<br />\n<i>Oil Sheen<\/i> - NA m³<br />\nThe NOAA SSC was notified by USCG Sector NY of a mystery sheen extending from the Hackensack River out Newark Bay into the Kill Van Kull. As of the notification no source had been identified. The USCG is investigating.","<b>GSA Diesel Fuel Spill; Washington, DC<\/b> 2007-12-22<br />\n<i>#2 Diesel heating fuel oil<\/i> - 2 m³<br />\nA malfunction at the General Services Administration heating plant at 13th and C Streets resulted in an oil spill. Heating fuel oil was in the process of being transferred from a day tank to a second tank when it was over filled.  Oil flowed into a storm drain and then into the Potomac River adjacent to Maine Street.  Majority of oil was contained via booming along the floating fish  markets along Maine Street in Washington Marina.  GSA contracted with Miller Marine to clean up spill. Sector Baltimore, Washington DC DEQ on-scene. Boom was deployed at appropriate areas in and around Washigton Marina. Sorbents used to collect floating oil where access was available. Majority of oil trapped beneath floating docks making recovery difficult. \u000b\u000bOn Friday, 12/21, Senior Chief and FOSC Mike Steele, USCG Sector Baltimore contacted NOAA SSC to request permission to use Simple Green, a surface washing agent, to clean oiled floating docks and bulkeads.  I consulted direcly with DOI, NPS and FWS.  FWS (Peter McGowan) informed me that there are no federally listed species in the area and since Simple Green is practically nontoxic, they have no objection to the proposed use. As DOI and NPS likewise offered no objection, I contacted the CG and provided our concurrence.\u000b\u000bDave Anderson at NPS has been in touch with East Potomac Park staff\u000bregarding the spill.  The Park reports a light sheen adjacent to the Haines\u000bPoint seawall near their HQs with a very light superficial band of oil on\u000bthe seawall.   At this point, the Park is not interested in having the wall\u000bcleaned due to concerns about the stability of the structure.  Nonethless,\u000bI advised the CG to get in touch with the NPS via Dave Anderson.  FOSC\u000bSteele agreed to do so.\u000b\u000bNonrecoverable sheen has been carried by the incoming tide past the\u000bcontainment booms into the tidal basin.  CG estimates the size at 8 by 1200\u000bfeet hugging the Capitol side of the basin.  CG has directed the\u000bcontractors to double boom the opening between the basin and the channel\u000band use absorbents between the booms.  NPS will be notified.\u000b\u000bMike Steele has inspected the area and feels that it is non recoverable\u000bsheen; NPS understands and accepts thisevaluation. Mr Steele was going to provide contact information for GSA to the park in case anything changes.","<b>F/V Silver Wings; Gulf of Mexico<\/b> 2007-12-21<br />\n<i>Diesel<\/i> - 32 m³<br />\nOn Friday, December 21, 2007, the shrimp vessel Silver Wings sank approximately 120 nm south of Vermillion Bay.  The total potential fuel on board was 7,000 gallons of diesel. The USCG requested trajectory support from NOAA.","<b>DELTA BENGAL, Abandoned Pipeline ; Little Lake, LA<\/b> 2007-12-03<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn 3 December 2007, the regional NOAA Scientific Support Coordinator was notified by USCG Sector New Orleans of a small oil spill in South Louisiana.  The USCG responded to an incident involving the tug that was pushing an oil rig and struck an unknown submerged object in Little Lake (just south of Bayou Perot) causing a 3ft by 3ft persistent sheen. Initially it was thought that this pipeline might have been a natural gas line, but it turned out to be an orphaned flowline.","<b>M/V Ceci; Winyah Bay, SC<\/b> 2007-12-01<br />\n<i>Unknown<\/i> - 5 m³<br />\nUSCG was notified at 10AM local that a 70 foot fiberglass vessel sank just south of the north jetty at Winyay Bay, SC with 1000 gallons of diesel fuel on board.  A sheen is reported as up to a mile long but breaking up.","<b>MSC KOREA; Savannah River, Ga<\/b> 2007-11-27<br />\n<i>HFO<\/i> - NA m³<br />\nContainer vessel grounded at Elba Island in the Savanna River.  USCG called to request worst case release trajectory during anticipated refloating operations scheduled for the afternoon","<b>Port Heiden Dump Site; Alaska Peninsula, Bering Sea side<\/b> 2007-11-21<br />\n<i>oil, batteries, medical wastes, etc.<\/i> - NA m³<br />\nCoastal erosion at Port Heiden, on the Alaska Peninsula, has encroached on an old military dump site causing some sheening in the adjacent Bering Sea.  The sheening was first observed on October 11, 2007, and is currently only sheening minimally.  Nevertheless, Sector Anchorage has established an IC here in Anchorage to deal with the pollution.   Current plans are to get the PST, along with state and contract folks, to conduct an evaluation and appraisal of the situation probably beginning around the first of next week.   The sheening site is adjacent to a FUDS site in which the Army Corp of Engineers removed 2000 old drums containing only 100+ gallons of mixed petroleum fluids.  In addition to old military drums, the dump site has been used by locals for years and contains derelict fishing gear, batteries, old vehicles, some medical waste and on and on.  As a result, this response is being funded by CERCLA.  NOAA has asked the NWS to provide a weeks' worth of Spot forecasts beginning November 23 and is currently providing tidal data for the incident.   The Coast Guard assessed the situation, Nov. 28, when a six-man team consisting of Coast Guard, state of Alaska, and contractor reps flew to Port Heiden.     Their first impression was how much had changed at the dump site from the photos taken only one month previous.  No sheens or evidence of on-going releases was observed.   Numerous old fuel drums were in the intertidal zone, all seriously rusted and open to the environment.  In one and one-half months time, the shoreline embankment had eroded back from 10 to 40 feet.   As a result, both the FOSC and the SOSC agreed to close the case.  They asked the locals to continue monitoring the beach/dump site, and to remove any old batteries or minor amounts of oily fluids in drums that might appear.    Case Closed.","<b>Sunken Fishing Vessel, MAMA JUNE; Gulf of Mexico<\/b> 2007-11-17<br />\n<i>Diesel<\/i> - 50 m³<br />\nShortly after noon on 17 November 2008, the regional NOAA Scientific Support Coordinator was notified of a fishing vessel sinking in the Gulf of Mexico.  The F/V Mama June was reported to have sank at 28Â° 11.04' N Lat. 092Â° 41.18' W Long.  Three crew members were rescued.  USCG MSU Port Arthur requests a trajectory analysis for a 11,000 gallon potential release (the capacity of the tank).  Latter it was learned that on 2,000-2,500 gallons were onboard.","<b>Spirit of Nantucket; Intracoastal Waterway, VA<\/b> 2007-11-08<br />\n<i>diesel fuel and hydraulic fluid<\/i> - 153 m³<br />\nThe NOAA SSC was notified by USCG Hampton Roads, VA, that the 207' cruise ship Spirit of Nantucket was aground in the Intracoastal Waterway 3 mi. from the Atlantic Ocean.  The ship is carrying 720 bbl diesel but there have been no breaches in tanks or hull.  However, a 1000' sheen is reported on the water.  Ship is taking on water.  The spill is suspected to have resulted from a hydraulic system casualty as the vessel lost steering and was intentionally grounded to prevent sinking.","<b>Harvest Oil platform; Breton Sound, LA<\/b> 2007-11-05<br />\n<i>Unk<\/i> - NA m³<br />\nThe NOAA SSC was notified at 12:30 local (CST) 05 NOV of a 1 mi. slick of brown oil extending from the Harvest Oil platform in Block 32 of Breton Sound, Mississippi River Delta, LA.","<b>M/V SCF TOMSK; Dominican Republic<\/b> 2007-10-29<br />\n<i>LPG<\/i> - NA m³<br />\nUSCG Sector San Juan is responding to a grounded tank ship on the south coast of the Dominican Republic at position 18-26.4N; 069-15.1W.  On 29 Oct the M/T SCF Tomsk, a Liberian-flagged liquefied petroleum gas (LPG) carrier with approx. 5000 MT of LPG cargo, 900 MT of heavy fuel oil,  and 108 MT of diesel, broke free from its mooring and grounded on a nearby reef.  The ship is 200 yards south of San Pedro Macoris (approx 50 mi. east of Santa Domingo) and about a quarter of a mile east of and LPG facility.  No injuries were reported to the 23 crewmembers and 4 company representatives aboard.\u000b\u000b6-10 ft. seas and high winds continue to push the vessel onto the reef.  Tug assist is unavailable due to shallow water.  Vessel list is reported at five degrees.","<b>Barge OB6; Ugashik Bay, AK<\/b> 2007-10-05<br />\n<i>gasoline and diesel<\/i> - 53 m³<br />\nOn the morning of October 5 Tank Barge OB6, operated by Delta Western, grounded in the lower Ugashik River three miles southeast from Smokey Pt. OB6 currently has 5,868 gallons of unleaded gasoline and 5,882 gallons of #2 diesel in its tanks. Attempts to refloat will commence on next high tide. If successful, OB6 intends to anchor in Ugashik River. Current wx conditions: West winds 35kts, overcast, 10kt vis.","<b>Barataria Bay Mystery Slick; Inside Barataria Bay, LA<\/b> 2007-09-04<br />\n<i>Unknown oil type<\/i> - NA m³<br />\n1300 CDT a 6 mile slick from an unknown source was reported.\u000bNorthern endpoint was 29Â° 20' 47\"N by 89Â° 57' 21\"W\u000bSouthern endpoint was 29Â° 16' 55\"N by 89Â° 57' 08\"W\u000b\u000bOnscene reports indicated a strong current flowing out of Barataria Pass and\u000bthe slick was headed that way.","<b>F/V PAPA GEORGE; Off Willapa Bay, OR<\/b> 2007-09-03<br />\n<i>Diesel<\/i> - 5 m³<br />\nUSCG called on 3 September 2007 to request a trajectory for 1000 gallons of diesel from a fishing vessel PAPA GEORGE that sank 2 September (date and time uncertain).  An oil slick 3-4 nm long was observed (unknown time).","<b>Mystery oil slick-south coast of PR; Guanica-Bahia de Guayanilla, Puerto Rico<\/b> 2007-08-30<br />\n<i>Unknown oil, but included weathered tarballs and lighter diesel like fractions<\/i> - 52 m³<br />\nStarting on August 30th,2007, USCG Sector San Juan began receiving various reports of tarballs and oil slicks in the area of Guanico-Bahia de Guayanilla, Puerto Rico. One oil slick was reported at 0900 local time at Lat/Lon N 17deg 55.95', W 066deg 50.63' as 1 mile offshore. Other various sightings offshore of the southern coast of PR were subsequently reported. Tarballs were reported on beaches as early as 1030 local time the same day. USCG requested a NOAA SSC to respond on-scene to provide scientific support.","<b>Offshore mystery sheens; San Diego, CA<\/b> 2007-08-21<br />\n<i>Unknown petroleum<\/i> - NA m³<br />\nSector San Diego contacted the NOAA SSC on 21AUG2007 regarding two mystery sheens observed offshore from San Diego, CA.  The first sheen was observed at 1400hrs on 20AUG, 25-30nm off the mainland and was described as a \"thin\" sheen covering 3x3nm and centered at 32deg 37'18\"N, 118deg 38' 48\"W.  The second sheen was observed at 1400hrs on 21AUG, approximately 15 SW of San Clemente Island and was described as a \"dark\" sheen with a strong odor covering 2x6.6nm running roughly parallel to shore and centered on 32deg 46' 00\"N, 117deg 49' 00\"W.  On 22AUG, two more sheen reports were made at 1300 and 1500hrs.  And on 24AUG, two more sheen reports were made at 0630 and 1005hrs.","<b>F/V Aldebaran; Revillagigedo Channel, AK<\/b> 2007-08-18<br />\n<i>Diesel and hydraulic fluid<\/i> - 4 m³<br />\nMSD Ketchikan reported to Alaska SSC (at 0900 ADT, Aug. 18) that the 58' F/V Aldebaran sank at 0116 ADT, Sat., August 18, on the west side of Bold Island at 55-14.63N, 131-26.25W, in 75-80 fathoms of water.  Vessel had 800 gallons of #2 diesel and 50 gallons of hydraulic fluid on board.   Vents were successfully pluged prior to vessel sinking, however; fuel began surfacing from the sunken vessel.   A Coast Guard overflight on late Saturday morning revealed a silvery to rainbow sheen extending 3-4 miles NW of the capsizing site.    A subsequent overflight on Monday morning, Aug. 20, showed a dramatically reduced amount of fuel surfacing from the sunken vessel.   \u000b","<b>Mystery Spill; Neah Bay, WA<\/b> 2007-08-05<br />\n<i>Suspected diesel<\/i> - NA m³<br />\nA mystery \"diesel\" spill off the coast of Neah Bay, WA, was first reported yesterday, August 4th, at 11:40 AM.  At 3:12 PM, a cruise ship in the area did not detect a spill.  Today at 4:30 PM a USCG vessel reported oil Â½ nm x 75 yards located about 600 yards off the west side of Neah Bay.  Coordinates were provided as follows:\u000bNorth extent:     48 deg 23.01'N, 124 deg 44.51'W\u000bMiddle:     48 deg 23.25'N, 124 deg 44.13'W\u000bSouth:    48 deg 22.60'N, 124 deg 44.50'W\u000b\u000bFog has prevented the USCG from flying over the area of the reported spill to make observations.  An overflight will be conducted as soon as weather conditions permit.","<b>Mystery spill; Green Canyon Block 168, Offshore, LA<\/b> 2007-07-29<br />\n<i>unknown<\/i> - NA m³<br />\nOn July 29, 2007, oil was observed bubbling to the surface in Green Canyon block 168 (27deg 46' 47\"N, 090deg 10' 36\"W)approximately 75 miles south of Timbalier Bay, LA.  USCG MSU Morgan City has requested assistance with identifying source location.","<b>Grounded vessel; Rogue River Reef, OR<\/b> 2007-07-14<br />\n<i>Diesel, gasoline<\/i> - 3 m³<br />\nUSCG Sector Portland called to request a trajectory for potential release of 700 gallons of diesel and 50 gallons of gasoline from a 50 foot pleasure craft that grounded on the Rogue River Reef late the night of July 13 approximately 3.2 miles off the Coast of Oregon, near the mouth of the Rogue River.","<b>Mystery sheen; Off Tatoosh Island, WA<\/b> 2007-07-14<br />\n<i>Suspected diesel<\/i> - NA m³<br />\nUSCG notified the Olympic Coast National Marine Sanctuary manager that fishermen reported a heavy diesel sheen and odor near Tatoosh, Island.  No releases had been reported in the area.  USCG Air Station Port Angeles will conduct an overflight of the area as soon as possible.","<b>Bering Sea sheen; 140 nm WNW St Matthew Island<\/b> 2007-07-06<br />\n<i>Unknown<\/i> - NA m³<br />\nRcvd call fm LT Hnatow at USCG command center in Juneau to report 12 Russian vessels in area with sheen (5 nm x 200 yds) outside of the EEZ.  USCGC MELLON (with deployed helo) spotted sheen and flew sortie to gather more data. USCG looking to assess potential for sheen to cross into US EEZ.  Vessel believed to be the source is Vasilyenvnsky Ostrov.","<b>MP 288 Oil Spill; Offshore, LA<\/b> 2007-06-25<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn Saturday, 23 June 2007, the regional NOAA Scientific Support Coordinator was notified of a slick offshore Louisiana.  The slick was reported to cover a 20 square mile area, and was composed of sporadic sheen and observed emulsified oil.  The nearest point to land was 21 nautical miles E of the Mississippi Delta.","<b>Mystery spill Vashon Is.; Burton Beach, Quartermaster Harbor, WA<\/b> 2007-06-19<br />\n<i>Unknown<\/i> - NA m³<br />\nCG notified of a sheen on Monday, June 11 at about 0930.\u000bWe got called on Tuesday at 0830 by CG about oil on a stretch of\u000bBurton beach.  About 1/4 mile of beach has a stain.  CG thinks\u000bit is either diesel or lube oil.  They have asked for an ERD person\u000bto walk the beach and do an assessment.","<b>NOAA R/V CYCLOPS R2601; Monroe, MI<\/b> 2007-06-18<br />\n<i>Diesel<\/i> - NA m³<br />\nThe SSC was contacted by the HDO with a report from USCG Station Toledo about a NOAA vessel that was sinking by the stern in Monroe Marina, Michigan.  Initial report was made by a passing Tug Boat.  SSC contacted the USCG and provided contact information for the 20' NOAA research vessel CYCLOPS. At the time of the call a light sheen was noticeable, but due to darkness it was unknown how much product was released.  In a later conversation with the Coast Guard, the vessel was low at the stern while alongside, the engine compartment was partially submerged, and the RP was on scene to rectify the situation. The amount of product released was minimal.  This is the first and final report.","<b>Mystery Slick; Off Shore Matansas Inlet, FL<\/b> 2007-06-09<br />\n<i>unconfirmed; oil<\/i> - NA m³<br />\nUSCG sector Jacksonville reported that a oil slick had been reported 28 miles east of Matansas Inlet (near St Augustine, FL) at 1530 (L) on 6/9/07.","<b>Grounded Barge; 3/4 mile offshore east of Calcasieu Entrance<\/b> 2007-06-07<br />\n<i>Unknown<\/i> - 3 m³<br />\nA couple of barges have gone aground on the outer coast.\u000bThe CG is concerned about 1 barge that has a potential of about 700 gallons\u000bof diesel and 100 gallons of lube oil.\u000b\u000bA 1/4 mile by 30' sheen has been reported","<b>Main Pass Mystery Spill; About 30 nm East of Main Pass, Miss R<\/b> 2007-06-07<br />\n<i>Mystery Spill, Possibly Crude Oil<\/i> - NA m³<br />\nMystery slick reported to be about 1.5 miles by 200 yards.\u000bSuspected to be from pipeline.","<b>Mystery  spill; Encinitas, CA<\/b> 2007-05-31<br />\n<i>Diesel<\/i> - 5 m³<br />\nNear mid-day on 31 May 2007, Sector San Diego received a report from a private boater about a possible diesel spill offshore of Encinitas, CA (NRC #837122).  A USCG helicopter overflew the area shortly thereafter and described an area of sheen (8,800 x 1,800 yards) that was parallel to shore and approximately 3nm off of the coast.  Sector San Diego then contacted NOAA ERD for possible assistance.","<b>Garden Island Bay; Mississippi River Delta, LA<\/b> 2007-05-30<br />\n<i>Crude Oil<\/i> - NA m³<br />\nFollowing Hurricane Katrina, oil pollution was observed in the area of Garden Island Bay (part of the Louisiana Mississippi River Delta).  The initial response was included as one of more than one hundred small pollution cases investigated during the post-hurricane response under ESF-10.  Subsequently, this site was been identified as a chronic source of oil pollution that may be derived from some historical, subsurface oil spill incident that wasn't observed until after the hurricane eroded much of the marsh in SE Louisiana.  A possible source is a submerged pipeline.  The USCG has requested renewed assistance from NOAA in this investigation.","<b>Sunken Tug; Chandelier Islands, LA<\/b> 2007-05-25<br />\n<i>Diesel Fuel<\/i> - 27 m³<br />\nOn the afternoon of 25 May 2007, USCG Sector New Orleans notified the regional NOAA Scientific Support Coordinator of a sunken tug off what was at one time part of the Chandelier Islands.  The tug, identified as the BRET HUNTER, was carrying 6000 gallons of diesel fuel and reported to be slowly leaking.  The small amount of sheen generated was reported to dissipate quickly.","<b>M/V Fifty-First Lady; St Thomas, USVI<\/b> 2007-04-24<br />\n<i>diesel<\/i> - 3 m³<br />\n52 foot motor vessel with 600 gal of diesel on board grounded in Saphire Bay which is between Red Hook Pt and Red Bay in ST THOMAS, USVI","<b>S/V Diva N Shore St Croix; USVI<\/b> 2007-04-24<br />\n<i>gasoline<\/i> - 0 m³<br />\n35 foot sailing vessel grounded at Coakley Bay on North shore of St Croix, USVI","<b>M/V Antilles Two; Tampa Bay, FL<\/b> 2007-03-28<br />\n<i>Unknown<\/i> - NA m³<br />\nPhosphate cargo ship lost power and grounded 400 yards east of the Skyway Bridge in Tampa Bay.","<b>Ferry American Pride; USVI<\/b> 2007-03-17<br />\n<i>diesel<\/i> - 5 m³<br />\n100' ferry grounded about 1/2 mile offshore.  Location is about 2 miles SE of\u000bCharlotte Amalie Harbor.\u000bPotential spill.","<b>Right Whale; Cape Hatteras, NC<\/b> 2007-03-16<br />\n<i>Unknown<\/i> - NA m³<br />\nDead  Right Whale found off Cape Hatteras.\u000bQuestion is where could it have come from","<b>Mystery Spill; 60 NM offshore White Lake, LA<\/b> 2007-03-12<br />\n<i>Unknown Oil<\/i> - NA m³<br />\nThe NOAA SSC was contacted by MSU Morgan City regarding a mystery spill 60 NM offshore of White Lake, LA.  A 15 NM slick and a smaller patch of dark oil was observed.  USCG requested weather and trajectory support","<b>Mystery Spill in Lake Machias; LA<\/b> 2007-02-24<br />\n<i>Suspected to be crude oil.<\/i> - NA m³<br />\nThe USCG notified the NOAA Scientific Support Coordinator of a mystery oil spill in Lake Machias, Louisiana on 24 Feb. 2007.  At present, no RP has been identified.  The USCG has conducted an overflight to document the reported mystery spill, which current cover an area estimated as 4 miles by 2 miles.  Possible sources include a pump station located in Lake Machias.","<b>F/V Nisshin Maru; Cape Adare, Antarctica<\/b> 2007-02-16<br />\n<i>heavy oil<\/i> - 1596 m³<br />\nAt 0500 PST on 16 February 2007, NOAA was notified of a fire on a whaling vessel approximately 110 miles off Cape Adare (Adair).  The vessel is not under it's own power and the stability of the vessel was unknown at the time of the notification.  The vessel is carrying approximately 351,000 gallons of heavy fuel oil.","<b>F/V Island Charter; Offshore Winyah Bay, SC<\/b> 2007-02-07<br />\n<i>diesel fuel<\/i> - 1 m³<br />\nFishing Vessel sank 20 NM off Winyah Bay, SC with 150 gallons of diesel fuel onboard","<b>Mystery Pipeline Spill off SE Pass; LA<\/b> 2007-02-06<br />\n<i>Unknown<\/i> - NA m³<br />\nThe NOAA SSC was notified of a pipeline release off South East Pass, LA.  An overflight conducted at 10:50 CST reported a 100 X 20 yard slick.  The second overflight conducted at 13:50 CST reported the leading edge approximately 1.25 miles southwest (230Â° SW).","<b>Oil Barge Fire; Mississippi River near Vicksburg, MS<\/b> 2007-02-02<br />\n<i>Fuel Oil<\/i> - NA m³<br />\nApproximately 9:00 PM CST an oil barge struck a railroad bridge near Vickburg, MS.  The barge erupted into flames and drifted approximately 12 miles down the Mississippi River from Vicksburg, MS.","<b>Mona Passage Mystery Spill; Dominican Republic and Puerto Rico<\/b> 2007-01-31<br />\n<i>Unknown<\/i> - NA m³<br />\nOn January 31, 2007, 1330 PST, NOAA ERD was notified of an apparent mystery spill in Mona Passage between Puerto Rico and the Dominican Republic.  The USCG has received reports of a 52 mile long slick (width unknown) extending from approximately 6 miles south of Isla Selona on the SE corner of the Dominican Republic to 12 miles north of Mona Island in the middle of Mona Passage.  The substance was described as a heavy black oil with a fringing sheen. USCG is sending an aircraft and vessel to the site to investigate and collect samples.  USCG requested weather, an initial trajectory, and potential for landfall in US.","<b>Grand Bay Pipeline; Grand Bay, LA<\/b> 2007-01-16<br />\n<i>Crude Oil<\/i> - 4 m³<br />\nUSCG contacted the NOAA SSC for support on a small pipeline spill in Grand Bay, LA.  The release was discovered and the pipeline was shut in on January 14 (Sunday), but weather conditions prevented a prompt visual assessment. In the event that the release proves larger than initially thought, the USCG has requested weather and trajectory and trajectory support.","<b>M/V Tong Cheng; Hawaiian Islands<\/b> 2007-01-16<br />\n<i>#6 fuel oil, diesel, Cargo: Sodium tripolyphosphate, PVC resin, steel pipe & rebar<\/i> - NA m³<br />\nOn January 16, 2007 the 480 foot Chinese freighter M/V Tong Cheng, south of Necker Island, reported to USCG Sector Honolulu that its #2 cargo hold has a 2.5 foot fracture and has been flooded with 21 feet of water.  The vessel is carrying approximately 372 metric tons of #6 fuel oil and 37 metric tons of marine diesel.  The freighter's cargo includes steel pipe and rebar, sodium tripolyphosphate and PVC resin.  \u000bThe vessel's position at 1200 HST Jan. 16 was approximately 20 deg. 37 minutes North and 164 deg. 46 minutes West.  The vessel is slowly motoring toward Honolulu for USCG marine inspection prior to entering the harbor to make repairs.","<b>M/V Sea Honesty; Adak,  Bering Sea, AK<\/b> 2006-12-04<br />\n<i>Fuel Oil, Wheat<\/i> - NA m³<br />\nUSCG contacted NOAA ERD with request for weather and trajectory support for the M/V Sea Honesty which is disabled approximately 100 miles north of Adak Island, AK, in the Aleutians.  The vessel has engine problems and has been directed to proceed to Dutch Harbor where tugs and other assets are standing by. The 169 meter (554 foot) vessel is carrying wheat.  Max speed of vessel is reported to be 4 knots.","<b>Main Pass 21; Breton Sound, LA<\/b> 2006-11-18<br />\n<i>Crude oil<\/i> - NA m³<br />\nOn November 18, 2006, NOAA ERD was notified of a mystery spill in the area of Main Pass, Breton Sound, LA.  The nearest facility, a platform operated by Bois Biaz, has initiated response actions but it is not clear whether they are the RP.  Several pipelines also cross the area.  The release point is boomed and the release rate is estimated at 1-2 barrels per hour.","<b>F/V Medusa; Off St Petersburg, FL<\/b> 2006-11-07<br />\n<i>diesel fuel<\/i> - 2 m³<br />\nFishing vessel sank offshore.","<b>Barge Hilton; Honduras<\/b> 2006-10-25<br />\n<i>Asphalt<\/i> - NA m³<br />\nThe barge Hilton is aground and sunk in shallow water near Porto Castilla, Honduras.  The abandonment and grounding occurred in November 1990.  The barge originally was carrying 7000 BBLS of asphalt.  After offloading three tanks and leakage, the remaining volume onboard is unknown.  The Honduran government has asked for NOAA's suggestions on cleanup options.","<b>Tug LA MARIE; Gulf of Mexico, LA<\/b> 2006-10-22<br />\n<i>Diesel & Lube oil<\/i> - 455 m³<br />\nUSCG reported that the Tug LA MARIE struck a submerged object approximately 17 miles off the Calcasieu Ship Channel at approximately 0015 hours local time on Sunday morning, 22 Oct. 2006.  The last vessel position was sunk at 29deg 26.95' N Lat. 093deg 25.67' W Long.  The vessel is reported in 42 foot of water and capsized. The vessel was reported to have nearly 100,000 gallons of diesel and 35,000 gallons of lube on board at the time of the incident.","<b>Mystery Spill; Offshore Pass A Loutre, LA<\/b> 2006-10-03<br />\n<i>\"Brown Oil\"<\/i> - NA m³<br />\nA mystery slick was reported to the USCG at 0815CDT 3 Oct. 2006.  It was described as brown oil, 2nmi long by 100 yds wide, offshore Pass A Loutre, Mississippi River Delta, Louisiana.","<b>Mystery Diesel Spill; New York, NY<\/b> 2006-09-22<br />\n<i>Diesel<\/i> - NA m³<br />\nOn 9/21/06 at approximately 0600 EDT, USCG Sector NY was notified by passing vessels of a mystery fuel oil spill in New York Harbor.  Heavy sheen is reported in the from north of the VZ Bridge to east of the Bayonne Bridge. \u000b\u000bSector New York is currently investigating the source and responding to this information.  A CG team has reported a heavy rainbow sheen with no recoverable product in the vicinity of Bayonne Bridge on the New Jersey side.  A NYPD overflight reports that the fuel oil may have entered Newark Bay.  A CG Auxiliary Flight is scheduled to evaluate for the area.\u000b\u000bNOAA was requested to provide WX and trajectory\u000b","<b>Gas Well Blowout; South Timbalier Block 8, LA<\/b> 2006-09-20<br />\n<i>Natural Gas, Condensate<\/i> - NA m³<br />\nAt 1050 local time on 9/20/06, a Stone Energy platform at South Timbalier Block 8 had a gas blowout.  The well is releasing 15 MCF/hr (Thousand Cubic Feet) of gas and an unknown volume of oil condensate.  There is a 1 mile by 150 yd silver sheen heading SW from the platform.  USCG has requested WX, trajectory, and explosive limits.  There is a safety zone around the platform.","<b>Barge Alafia; Tampa Bay, FL<\/b> 2006-09-18<br />\n<i>molten sulfur CAS 7704-34-9<\/i> - NA m³<br />\nBarge grounded near bouys 11 and 12 outside Egmont channel with full load of molten sulfur.","<b>M/V Clipper Lasco; Fort Lauderdale, FL<\/b> 2006-09-14<br />\n<i>bauxite, diesel fuel, heavy fuel oil<\/i> - NA m³<br />\nThe M/V Clipper Lasco carrying a cargo of bauxite grounded inshore of the anchorage outside Port Everglades at 1245 EST Sept 14, 2006","<b>Coastal Barge # 501; Miami, FL<\/b> 2006-09-04<br />\n<i>FO #6<\/i> - 2728 m³<br />\nBarge grounded outside channel while entering Florida Power & Light Turkey Point Facility in Biscayne Bay","<b>Fish Kill; Mill Creek, Chelsea, MA<\/b> 2006-08-29<br />\n<i>Chlorine suspected, but unconfirmed<\/i> - NA m³<br />\nWhile monitoring a restoration site on the Mill Creek, a NOAA biologist noticed a slight chlorine odor and dead or dying marine biota (small fish, crabs, eels).  He contacted his office and the NOAA SSC was contacted.  The SSC notified the US Coast Guard (Sector Boston) who sent a team to investigate, requesting the SSC to accompany.  USEPA MA DEP and MA Fish and Wildlife were also notified and reported to the scene.  USDOI was notified due to shorebirds feeding on the dead fish, but did not response on-scene.\u000b\u000bThe kill included over 100 individuals within the 1/4 mile stretch of the creek investigated.  Although state, federal and local officials looked throughout the drainage system for a source, none has been located.\u000b\u000bMA DEP obtain samples of the water and several marine fauna for later analysis.\u000b\u000bNo further action by the USCG is expected.","<b>F/V Virginia; Eagle Cove, San Juan Island, WA<\/b> 2006-08-08<br />\n<i>Gasoline<\/i> - 0 m³<br />\nUSCG Seattle called for information regarding shoreline types at Eagle Cove on the southern shore of San Juan Island in response to the sinking of a 26-foot fishing vessel.  The vessel has 100 gallons of gasoline onboard and is sheening.","<b>S.S. Catala; Ocean Shores, WA<\/b> 2006-07-30<br />\n<i>Bunker oil<\/i> - 91 m³<br />\nThe S.S. Catala ran aground near Ocean Shores, Washington on January 1, 1965 during a storm, and gradually was buried by sand. Recent high winds and seas are peeling back the sand, exposing the vessel's rusty remains. A beachcomber reported oil leaking from the old hull in April, 2006. Washington Department of Ecology, in cooperation with USCG Sector Portland, is planning removal of oil remaining in tanks of the wreck in August, 2006.  \u000b","<b>R/R Cougar Ace; North Pacific Ocean, AK<\/b> 2006-07-24<br />\n<i>Fuel oil, gasoline<\/i> - 6274 m³<br />\nThe \"Cougar Ace\", a 654-foot container ship transporting over 4,800 automobiles from Japan to Vancouver British Columbia Canada, began to take on water for an unknown reason late Sunday about 245 nautical miles southwest of Atka Alaska and started to list to its port side.  The ship was initially reported listing at about 80 degrees from vertical.  The ship has approximately 142,180 gallons of IFO-380 and 34,180 gallons of marine diesel fuel on board, in addition to the oil and gasoline in the autos. On Monday a sheen was reported about two miles in length emanating from the vessel.  The crew of 23 was rescued Monday by U.S. Coast Guard and National Guard helicopters.  One crew member suffered a broken leg before being rescued.\u000bAfter floating around in the N. Pacific Ocean for over a week, a tug from Seattle finally arrived and took the vessel under tow.    The tug was able to successfully tow the vessel to Unalaska Harbor, adjacent to Dutch Harbor, where the vessel was re-ballasted to a normal upright position.     No additional pollution occurred, and the Cougar Ace was towed to Vancouver where the automobiles were all sent to the junk yard.","<b>International Petroleum; Wilmington, DE<\/b> 2006-07-17<br />\n<i>Waste Oil<\/i> - 45 m³<br />\nA line break during a transfer of recyclable oil resulted in approximately 2,000 gallons reaching the Christina River.","<b>F/V Five Gs; Santa Cruz Island, CA<\/b> 2006-07-12<br />\n<i>diesel<\/i> - 1 m³<br />\nThe NOAA SSC was notified of a fishing vessel that had capsized and was adrift near Santa Cruz Island, CA.  An estimated 200 gallons of diesel were on board when she capsized and sheen was observed by USCG during rescue operations.  The drift trajectory may take the vessel aground.  The vessel is reported to be in the Channel Islands National Marine Sanctuary.  The Island is managed by the National Park Service. USCG requested weather support.","<b>F/V Norqueen; Sitka, AK<\/b> 2006-07-12<br />\n<i>900 gallons diesel, 200,000 lbs. fish<\/i> - 4 m³<br />\nThe SSC was notified at 9:30 p.m. via HDO that a wooden fishing vessel, the F/V Norqueen is adrift near Sitka, AK.  At noon 7/12/06 the vessel's location was 56d 24.675'N, 135d 02.521'W.  At 7:45 p.m. the vessel was located at 56d 32.726'N, 135d 05.339'W.  The vessel is carrying approximately 900 gallons of diesel fuel and approximately 20,000 lbs of fish. Trajectory products were requested.","<b>Mystery Spill; Offshore Port Au Fer, LA<\/b> 2006-07-11<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 1100 CDT this morning a slick approx. 12 nm x 2 nm of sheen to black oil was discovered approx. 60 nm offshore of Port Au Fer Island.  Position of the slick was given as 28 deg 11.06'N, 091 deg 16.12'W.  Another slick was reported of unknown time at 28 deg 24.41'N, 091 deg 16.32'W.  A platform nearby is located at 28 deg 19.54'N, 091 deg 12.18'W\u000b","<b>Mystery Sheen; 124 NM Offshore, LA<\/b> 2006-07-07<br />\n<i>Unknown<\/i> - NA m³<br />\nSheen reported 125 nautical miles offshore LA.","<b>Exxon/Mobil Terminal; Boston, MA<\/b> 2006-06-12<br />\n<i>Number 6 Fuel<\/i> - 18 m³<br />\nT/B PENN 400 WAS IN THE PROCESS OF TRANSFERRING ASPHALT TO SPRAGUE EVERETT TANKS VIA EXXON MOBIL MTA.  TRANSFER SECURED UPON SHEEN DISCOVERY PENDING FURTHER INVESTIGATION. UPON FURTHER INVESTIGATION, A CRACK WAS DISCOVERED IN A #6 OIL LINE (FROM EXXONMOBIL) WITH PRODUCT LEAKING OUT AT RATE OF APPROXIMATELY 30 - 50 GALLONS/HOUR.\u000b","<b>M/V SPAR ORION; Port Everglades, FL<\/b> 2006-05-17<br />\n<i>Heavy Fuel Oil<\/i> - NA m³<br />\nOn May 17, 2006, the bulk carrier MV Spar Orion ran aground near Port Everglades, FL.  The cargo is unknown at this time.  The vessel is reported to have 480 MT of a heavy fuel oil. The incident occurred at approximately 0630 hours EST.  The vessel is reported to be aground on a reef one mile off shore of Port Everglades, FL.  The vessels location is 026-07.35N and 080-05.22W. The location of this grounding is similar to that of the FEDERAL PESCADORIS , a cement carrier, grounded around 2004 at the Western edge of the ancorage.\u000b\u000b","<b>F/V Special Lady; Lake Salvador, LA<\/b> 2006-05-16<br />\n<i>Diesel<\/i> - 2 m³<br />\nAt approximately 4 AM Local, the shrimp vessel \"Special Lady\" exploded and sank in Lake Salvador, south of New Orleans, LA.  The vessel had approximately 400 gallons of diesel onboard. The USCG observed a 1 mile sheen extending from the vessel and requesting assistance in evaluating the need for emergency salvage of the vessel.  The vessel is upright and sunk in approximately 8 feet of water, with the wheelhouse awash.","<b>Drifting Abandoned Barge; Gulf of Alaska, AK<\/b> 2006-05-04<br />\n<i>Unknown<\/i> - NA m³<br />\nUSCG contacted NOAA HAZMAT for a drift analysis for a derelict barge of unknown origin or ownership that has been floating around in Gulf of Alaska for the past couple of months.  The barge was first noted approximately 200 miles south of Adak in the Central Aleutians on May 4, 2006.  The vessel was recently sighted on Sept. 9 at 57-19.7N, 142-59.1W, approximately 200 miles south of Cape St. Elias in the Eastern Gulf of Alaska.  By Sept 20 the barge had turned north and then westward in its drift and was approximately 50 NM south of Resurrection Bay on the south coast of the Kenai Peninsula. Coast Guard  Sector Anchorage has been developing plans to salvage/tow the barge to safe port before it comes aground somewhere in southern Alaska.","<b>M/V Horizon Producer; San Juan, Puerto Rico<\/b> 2006-05-02<br />\n<i>Fungicide: Commercial Name Fungitrol; UN# 3082<\/i> - 1 m³<br />\nContainer vessel 80 miles from San Juan, Puerto Rico enroute reported leaking container of fungicide chemical.  Crew members reporting ill effects.","<b>M/V Crowley Ambassador; Florida Keys, FL<\/b> 2006-05-01<br />\n<i>HFO, diesel , Automobiles<\/i> - 9092 m³<br />\nAuto Carrier fully loaded adrift without power off Florida Keys","<b>Mystery sheen; Offshore Fourchon, LA<\/b> 2006-04-24<br />\n<i>Unknown<\/i> - 18 m³<br />\nSilver sheen with brown and rainbow.\u000bOil on the beach near Fourchon.","<b>Block 33 Mystery Spill; Offshore, LA<\/b> 2006-04-20<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery sheen observed by USCG approximately 10 miles offshore SE Louisiana in Block 33.  Silver sheen approximately 5 miles by 2.5 miles.  Source unknown.","<b>F-16 Jet Crash; Myrtle Beach, SC<\/b> 2006-04-05<br />\n<i>JP8<\/i> - 23 m³<br />\nAn F-16 jet crashed into the Atlantic Ocean, 35 miles SE of Myrtle Beach SC.\u000bFuel on board was (worst case 5000 gal) JP8. \u000bPosition 33-18.2N,  078-24.5W\u000b\u000b","<b>F/V Blue North; NW Unalaska Island, AK<\/b> 2006-03-31<br />\n<i>Diesel, Lube Oil<\/i> - 150 m³<br />\nF/V Blue North, 166 ft steel hull catcher processor, is disabled and adrift approximately 25 nm west of Unalaska Island. The vessel's single screw is fouled with unknown amount of line. The vessel has approximately 33,000 gallons of diesel, 500 gallons of lube oil and 11 people on board. The approximate location of the vessel as of 31 MAR at 0600 Alaska local time was 53 deg 37.88N, 167 deg 50.31W.","<b>M/V Empress of the North; Columbia River, WA<\/b> 2006-03-24<br />\n<i>Diesel fuel<\/i> - 145 m³<br />\nThe Empress of the North, a 360-foot cruise ship operated by the American West Steamboat Co., ran aground on the Columbia River near Washougal, Washington on Friday, March 24 at 10:10 a.m.  All passengers and crew were safely transferrred off the vessel onto the passenger vessel Queen of the West and a barge early Friday evening.  On Saturday, March 25 approximately 20,000 gallons of diesel fuel were removed from the vessel in preparation for re-floating.  The NOAA SSC assisted at the USCG Sector Portland Command Post.  NOAA ORR provided information on likely oil fate, persistence, and movement in the event of a diesel release from the vessel.","<b>Hurricane Katrina Wreck Removal; LA<\/b> 2006-03-07<br />\n<i>Unknown<\/i> - NA m³<br />\nThis is a general folder to capture information and products related to NOAA HAZMAT support to USCG for vessel removal in Louisiana","<b>F/V Relentless; Half Moon Bay, CA<\/b> 2006-02-23<br />\n<i>diesel fuel / maybe marine debris<\/i> - NA m³<br />\nThe F/V Relentless disappeared on June 21, 2004 and is presumed sunk.  NOAA NMSP has requested advice regarding a search area for the vessel based on the USCG Marine Investigator Report and the USCG Report on the Investigation into the Circumstances Surrounding the Incident.","<b>Mystery Spill; Pralls Is., NY<\/b> 2006-02-22<br />\n<i>Diesel<\/i> - NA m³<br />\nWhile on an overflight for the Chevron - Sewarren, NJ spill response cleanup, observers spotted a slick of red-dyed diesel in the Arthur Kill near Pralls Island.","<b>F/V Miss Caroline; Montauk Pt, NY<\/b> 2006-02-16<br />\n<i>Diesel<\/i> - 9 m³<br />\nThe 66-foot fishing vessel \"MISS CAROLINE\" capsized and is adrift 14 miles south of Montauk Pt, Long Island, NY.  The incident occurred at 0900 local.  The vessel is afloat with 2-4 feet of freeboard.  USCG models predict that the vessel will come aground on Long Island in approximately 30 hours, but the USCG contacted the NOAA SSC for vessel and fuel trajectories.","<b>LOOP Mystery Spill; Coastal, LA<\/b> 2006-02-02<br />\n<i>Unknown<\/i> - NA m³<br />\nan overflight noted two slicks with broken patches of brown oil.  One slick was about 2 x 4 nm and the other about. 1 nm.  The overflight had to abort due to low ceilings, and an exact position was unavailable.","<b>F/V Chovie Clipper; Catalina Island, CA<\/b> 2006-01-23<br />\n<i>diesel, lubes, batteries, 15 tons squid<\/i> - 5 m³<br />\nCFV CHOVIE CLIPPER -- CAPSIZED/SUNK/ABANDON SHIP- 5NM NE OF LONG PT, CATALINA ISLAND: Sector Los Angeles -- Long Beach received a call on 23JAN from the owner of F/V CHOVIE CLIPPER, DOC# 524626, a 67 ft steel hull purse seiner. Owner stated the vessel had capsized and sank approximately 5 NM off Long Point, Catalina Island. Vessel crew had abandoned ship into their lifeboat and made their way to Camp Fox, a YMCA campground on the beach just east of Long Point. Initial reports indicated the vessel sunk due to heavy weather, however, an overflight revealed that the vessel was still adrift. This first light overflight revealed the vessel, but no further debris or visible pollution. Crew was flown from Catalina Island to Long Beach where interviews and medical testing was conducted. Preliminary reports indicate that vessel took water over port side and capsized. Vessel had approximately 1000 gallons of fuel and 15 tons of squid on board. Later reports by Baywatch Isthmus revealed a release coming from the vessel. Insurers have been notified and are taking responsibility for this case. An overflight with a Coast Guard rider will take place at first light on 24JAN. Confirmed upon an early morning flight with a Pollution Investigator on board, the vessel has drifted onto Blue Cavern Point just north of Isthmus (Catalina Island). There is no recoverable oil at this time, and the responsible party is working with a contractor to put together a dive/salvage plan. Update: Insurance company has now hired NRC to complete clean up operations. NRC will present a complete salvage plan on 26JAN.","<b>Tank Barge Maritrans-192; Offshore Cape Fear, NC<\/b> 2006-01-18<br />\n<i>Light oil<\/i> - 25003 m³<br />\nThe Tug Valour was forced to cut lose the Maritrans Barge M-192 in heavy seas off the Coast of the Carolinas in the very early morning hours of 18 Jan 06.  The Valor subsequently sunk, and the crew was rescued with one exception by the Coast Guard.  The B-192 is currently adrift near Cape Fear, NC.  The barge is reported to contain 5.5 million gallons of light oils described as vac gas oil and cracker gas oil.","<b>F/V Captain Chance; Near Tampa, FL<\/b> 2006-01-17<br />\n<i>Diesel, lube oils<\/i> - 5 m³<br />\n72' wooden shrimping vessel. Grounded and partially submerged in St. Joseph Sound, off Tarpon Springs, FL","<b>Mystery Sheen; Off Grand Isle, LA<\/b> 2006-01-12<br />\n<i>Unknown<\/i> - 19 m³<br />\nA sheen about 1/2 by 4 nautical miles in size was spotted 10-12 miles off Grand Isle, LA at 1630 CST, Jan 12, 2006","<b>F/V Northern Orion; Offshore, Oregon<\/b> 2006-01-10<br />\n<i>diesel<\/i> - NA m³<br />\nThe F/V Northern Orion, a 165' vessel, is dead in the water off northern Oregon about 18-20 miles off Clatsop Spit. The vessel has approximately 20,000 gallons of diesel fuel onboard.","<b>F/V Sky Sun; Cape Kumukahi, HI<\/b> 2005-12-15<br />\n<i>Diesel, Fish<\/i> - NA m³<br />\nThe 68-foot fishing vessel SKY SUN ran aground on the eastern shore of the Big Island.  The longline fishing vessel is loaded with 3,000 gallons of diesel and has 4 tons of fish on board.  The grounding site is near the southern end of the Waiopae Tidepools Marine Life Conservation District 25 miles southeast of Hilo.  The four crew members and a National Marine Fisheries Service observer were rescued via helocopter.  There were no injuries.  NOAA HAZMAT was notified and requested to provide weather forecasts to assist with salvage.","<b>Volunteer Asphalt Company; TN<\/b> 2005-12-14<br />\n<i>Liquid Asphalt<\/i> - NA m³<br />\nA hose on a pier failed during offloading a barge, spilling liquid asphalt onto the barge and into the Tennessee River.  The incident occurred at the Volunteer Asphalt Facility in Knoxville, TN.","<b>F/V Ace; Dana Point, CA<\/b> 2005-11-28<br />\n<i>diesel, lube oil<\/i> - 7 m³<br />\nThe 58 foot F/V Ace capsized in the early morning hours of Saturday, 26 November 2005, with an estimated 1,500 gallons of diesel and 50 gallons of lube oil on board.  At 0924hrs, Sector Los Angeles reported the vessel approximately 2 miles west of Dana Point with a one acre sheen. The vessel later sank and the vents were being plugged prior to salvage.","<b>FV Bold Contender; Offshore Lincoln City, OR<\/b> 2005-11-11<br />\n<i>Diesel fuel and hydraulic oil<\/i> - 29 m³<br />\nSector Portland reported that at approximately 1400 Friday November 11 the 60 foot crabbing vessel F/V Bold Contender was floating upside down about 2 nm offshore of Depoe Bay at Cape Foulweather with a potential of 6000 gallons of diesel and 300 gallons of hydraulic oil onboard.","<b>Tank Truck Accident; Seven-Mile Bridge, Marathon, FL<\/b> 2005-10-05<br />\n<i>gasoline, aquious fire fighting foam (AFFF)<\/i> - NA m³<br />\nOn October 3, 2005, a fatal crash between a SUV and gasoline tank truck on the\u000bSeven Mile Bridge near Marathon, FL, resulted in a large fire and release of\u000bgasoline and fire fighting foam into the Florida Keys National Marine Sanctuary.\u000b The burning fuel truck was extinguished using Aqueous Fire Fighting Foam\u000b(AFFF).  NOAA HAZMAT was requested to provide information on the potential fate\u000bof the spilled gasoline and AFFF.  Given the relatively small volumes involved,\u000bwe believe that discernible impacts are unlikely.  However, recent concerns\u000bregarding the environmental impacts from AFFF suggest that sampling of bivalves\u000band corals adjacent to the bridge might be prudent.  See Biological concerns report posted to hotline for more details.\u000b\u000b\u000b","<b>Vermilion Pipeline Block 255; Offshore, LA<\/b> 2005-09-29<br />\n<i>Unknown<\/i> - NA m³<br />\nVermilion Pipeline Block 255","<b>Hurricane Katrina (MS and AL General); MS/AL<\/b> 2005-09-07<br />\n<i>Unknown<\/i> - NA m³<br />\nThis is a general Incident for information covering non-site specific pollution events in Mississippi and Alabama.","<b>Hurricane Katrina Forrest Oil; LA<\/b> 2005-09-05<br />\n<i>Crude oil<\/i> - NA m³<br />\nMultiple pipelines and facilities located in a remote area 4.5 miles S of Heads Pass. Spill volume is unknown.","<b>Hurricane Katrina Mystery Tank N of Pilot Town ; LA<\/b> 2005-09-05<br />\n<i>Unknown<\/i> - NA m³<br />\nReport of a sheen (area unknown) coming from a displaced tank. Location is N of Pilot Town, on the W bank of the Mississippi.","<b>FV Shirley Girl; Oyster Bayou, LA<\/b> 2005-08-04<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn, or before 26 July 2005, the F/V Shirley Girl struck an object in Oyster\u000bBayou (a small bayou that connects to the Gulf of Mexico in coastal Louisiana)\u000bcausing it to sink and ground on an oyster reef. The USCG requested NOAA assistance to assess\u000bresponse trade-offs.","<b>F/V Royal Quarry; Columbia River Entrance, OR<\/b> 2005-07-25<br />\n<i>diesel<\/i> - 5 m³<br />\nThe F/V Royal Quarry grounded with 1000gal of diesel on board against the south \u000bside of the south jetty of the Columbia River at 0230 on 23 July. \u000b\u000bThe fuel was removed without significant loss and the vessel was refloated at \u000b1600 on 23 July without breaching the hull.","<b>FV Golden Dragon; Padre Island, TX<\/b> 2005-07-20<br />\n<i>Unknown<\/i> - NA m³<br />\nAt least two shrimp boats have been reported in distress or have grounded off\u000bthe South Texas Coast in the wake of Hurricane Emily. The GOLDEN DRAGON was\u000bin-tow, but had to be abandoned due to increasing winds and heavy waves the\u000bnight of 19 July.","<b>Crew Boat Rene I; Sabine Pass, LA<\/b> 2005-04-28<br />\n<i>diesel<\/i> - NA m³<br />\nAt 1313 hrs (CDT) on 28 April 2005, the NOAA Scientific Support Coordinator was\u000bnotified by the USCG of a collision between an outbound tanker and an Offshore\u000bSupply Vessel (OSV) in the Sabine Ship Channel just N of the jetties.","<b>Anahuac Refuge Oil Spill; High Island, TX<\/b> 2005-04-27<br />\n<i>Unknown<\/i> - NA m³<br />\nAnahuac Refuge Oil Spill","<b>Mystery Spill; Admiralty Inlet, Puget Sound, WA<\/b> 2005-04-26<br />\n<i>Unknown<\/i> - 2 m³<br />\nUnknown quantity of unknown substance IVO Sierra Alpha Buoy near Admiralty Inlet. No response.","<b>Mystery Spill; Offshore, LA<\/b> 2005-04-07<br />\n<i>Unknown<\/i> - NA m³<br />\nHotline has been opened to capture information regarding a mystery spill, offshore, LA.","<b>Tank Barge Millicoma; North Head, WA<\/b> 2005-03-21<br />\n<i>diesel<\/i> - 23 m³<br />\nBarge Millicoma aground along the Columbia River. After two days she was refloated and transported to Astoria without incident.","<b>USS Hue City; Offshore Mayport, FL<\/b> 2005-03-21<br />\n<i>diesel<\/i> - 27 m³<br />\nOn March 21, 2005, a US Navy vessel,USS Hue City, approximately 75 miles offshore Mayport, FL,lost 6000 gallons of diesel fuel at position 30-39.5N: 080-01.5W.  USCG requested information as to the movement and fate of this oil. \u000bNOAA provided a weather forecast, ADIOS oil fate output, and analysis of oil\u000bmovement.  NOAA provided the following trajectory forecast: The oil would likely move to the NW or NNW at about 1/2 knot.  A visible sheen would only be discernable for 3 miles maximum. Within 11 hours the oil should brake up, evaporate or naturally disperse.  No shoreline impacts should occur from the spill.\u000bUSCG reported that no visible of sheen was reported or observed following\u000bthe release of diesel.  USCG closed the case without further action.\u000b\u000b","<b>Bouchard Tug; Offshore, NJ<\/b> 2005-02-27<br />\n<i>#2 diesel fuel<\/i> - 500 m³<br />\nIt is reported that the tug is on fire, unmanned, and adrift about 8 miles offshore of Barnegat, NJ.  The tug has about 110,000 gallon of diesel fuel onboard and is towing an empty barge. The tug on fire is the Robert Bouchard. It has a fixed CO2 fire suppression system in the engine room and it appears that the fire may be coming under control. The tugs Ralph Bouchard and Frederick  Bouchard are enroute. The plan is for the Ralph to come along side, disconnect the barge and take the  towed barge from the Robert and bring it to Philadelphia. The Frederick will then hook up to the Robert and tow it to NYC. The salvage vessel from Don Jon Marine is due on scene shortly. That vessel will make an assessment of the condition of the Robert and decide if it is safe to tow.\u000b","<b>Mystery Tarballs; Vicinity Ft. Lauderdale, FL<\/b> 2005-01-11<br />\n<i>Tar balls (heavy oil patties)<\/i> - NA m³<br />\nTarballs discovered on the beaches around mid day on January 11, 2005 in several locations between north Dade county (Miami) to north of Ft. Lauderdale, FL.  Oiled areas included John U. Lloyd State Park.  Sheen was also reported just offshore of the beach in some locations.  State assumed cleanup lead in coordination with Coast Guard.  Cleanup was essentially complete on 12 January.","<b>Natural Gas Release; Eagle Point, Galveston, TX<\/b> 2004-12-09<br />\n<i>Natural Gas<\/i> - NA m³<br />\nA Natural Gas Pipeline failed releasing gas and condensate in Galveston Bay, Texas. The Coast Guard set up an exclusion zone based upon air monitoring data.","<b>T/V Kristin Poling; East Rockaway Inlet, NY<\/b> 2004-12-03<br />\n<i>#2 fuel oil<\/i> - 3437 m³<br />\nThe Tanker Kristen Poling grounded on a sandy bottom just outside East Rockaway Inlet, NY, carrying 18,000 bbls of number 2 Fuel.","<b>M/V Saudi Abha; Chesapeake Bay, MD<\/b> 2004-11-30<br />\n<i>Unknown<\/i> - NA m³<br />\nGrounded freighter M/V Saudi Abha in Chesapeake Bay near the entrance channel to Baltimore, MD.   Vessel was refloated without release.","<b>Lewis J. Goulet; Offshore Cape Hatteras, NC<\/b> 2004-10-13<br />\n<i>Unknown<\/i> - NA m³<br />\nThe drilling rig LEWIS J. GOULET was reported by a passing vessel as abandoned 50 miles off Cape Hatteras at 2140 GMT Oct 13, 2004.  \u000bThe vessel was on a heading of 027 degrees (unknown if this is magnetic or true) at a speed of 2.3  knots.\u000bNOAA provided trajectory information. \u000b\u000b","<b>Pipeline Leak; Main Pass Block 151, LA<\/b> 2004-09-30<br />\n<i>Crude oil<\/i> - NA m³<br />\nAt 1230 September 30, 2004 Shell was notified that there could be a leak in the area of MP Block 151.  An overflight conducted by representatives of Shell, USCG, and NOAA confirmed the spill.  Sheen was observed with a point of origin at L 29d 11.24N, 088d 51.61W and stretched  to the S/SW about 3.8nm down to 29d 07.53N, 088d 53.85W.","<b>Mystery Slick; Off Newport Oregon, OR<\/b> 2004-09-16<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery black stubstance off Oregon Coast. A black patch has been reported about 60 miles off of Newport Oregon.  It extends from about 45deg 5.89' N by 125deg 30.62'W to 44deg 41.37'N to 125deg 26.3' W.  This is approximately 35 miles long and oriented parallel to the coastline.","<b>Fishing Vessel Spill; Grays Harbor, WA<\/b> 2004-09-14<br />\n<i>diesel and lube or hydraulic oil<\/i> - 5 m³<br />\nWashington Department of Ecology called to request weather and a verbal trajectory for a release of potential 100-1000 gal diesel mixed with lube or hydraulic oil released at 1500 September, 13, 2004 from a fishing vessel at Westport Marina.","<b>Tug Delta Star; Sabine, TX<\/b> 2004-08-22<br />\n<i>Diesel #2<\/i> - 11 m³<br />\nThe Delta Star, a 72' Tug struck a buoy in the jetty entrance to Sabine Pass and released its fuel. No fuel was ever found.","<b>Barge Adrift; Off Hawaii, HI<\/b> 2004-07-15<br />\n<i>Unknown<\/i> - NA m³<br />\nSector Honolulu called to request a verbal trajector for a barge adrift 350 nm ENE of Hawaii.","<b>Mystery Spill; Mexico<\/b> 2004-07-09<br />\n<i>Unknown<\/i> - NA m³<br />\nNOAA provided telephone support for a mystery spill in Mexico.","<b>Potential Mystery Spill; Off Hawaii, HI<\/b> 2004-06-28<br />\n<i>Unknown<\/i> - NA m³<br />\nSector Honolulu called to get weather and a verbal trajectory for a mystery slick (or potentially algal bloom) on the west side of the big island of Hawaii off Kailua-Kona.  Mystery slick or algal bloom was reported to be approximately 8 nm offshore, 300 by 300 yards in size, and appeared to be balck oil like Bunker C subsurface.","<b>Vessel On Fire; Off Tampa, FL<\/b> 2004-05-29<br />\n<i>Diesel<\/i> - 14 m³<br />\nA fishing vessel off Tampa, FL with 3000 gallons of diesel onboard caught fire.  NOAA provided weather.","<b>Gasoline Spill; Half Moon Bay, CA<\/b> 2004-05-26<br />\n<i>Unknown<\/i> - 3 m³<br />\ngasoline spill; 700 gall; notification","<b>Mystery Slick; Lake Washington, WA<\/b> 2004-05-25<br />\n<i>Diesel<\/i> - NA m³<br />\nEPA Region 10 called to notify NOAA of a mystery slick on Lake Washington near Kirkland Harbor. No support was requested.","<b>Vessel; Off SC, SC<\/b> 2004-05-20<br />\n<i>#2 diesel<\/i> - 609 m³<br />\nA vessel with 134,000 gallons of #2 diesel onboard reported problems when 400 miles offshore of South Carolina.  NOAA provided telephone support.","<b>Mystery Spill; Bering Sea, AK<\/b> 2004-05-12<br />\n<i>Unknown<\/i> - NA m³<br />\noiled birds; mystery slick; Verbal","<b>Mystery Spill; Terrebone Bay, LA<\/b> 2004-04-22<br />\n<i>Unknown<\/i> - NA m³<br />\nA mystery spill occurred in Terrebone Bay, LA.  A slick 1 mile long was reported.  NOAA provided weather.","<b>Yacht Fire; Tampa Bay, FL<\/b> 2004-03-04<br />\n<i>Diesel, fiberglass boat debris<\/i> - 1 m³<br />\nyacht burns; 200 ga #2; Wx/verbal","<b>T/V Bow-Mariner; Offshore, VA<\/b> 2004-02-28<br />\n<i>ethanol, #6 fuel oil<\/i> - NA m³<br />\nOn February 28, 2004, NOAA received a report that the T/V Bow Mariner caught fire and exploded causing it to sink approximately 50 nautical miles off the Virginia Coast. The vessel was carrying 1150 metric tons of ethanol and 700 metric tons of #6 fuel oil.  The oil was recovered and the ship was salvaged.","<b>Mystery Slick; IntraCoastal Waterway, NC<\/b> 2004-02-24<br />\n<i>Unknown<\/i> - NA m³<br />\nA 20 mile long mystery slick was reported in the intracoastal waterway in North Carolina.  NOAA provided weather.","<b>Tug Debra Ann; Mississippi Sound, MS<\/b> 2004-02-23<br />\n<i>red dyed diesel fuel<\/i> - 28 m³<br />\nOn the evening of 23 February 2004, the NOAA Scientific Support Coordinator was \u000bnotified by the HAZMAT Duty Officer that a tug and barge tow were adrift in \u000bMississippi Sound and that USCG MSO Mobile was requesting trajectory support.  \u000bApparently, the Tug DEBRA ANN had lost power.  The USCG responded removed the \u000bcrew for safety and placed a line on the tow.  The local weather was poor and \u000bexpected to degrade.  No assist tug responded before the line separated and the \u000btug and tow were lost at approximately N30 deg 14.9' Latitude W 088 deg 49.6' Longitude \u000bat 1615 hrs (local time).   The tow consisted of four concrete barges.  The tug was reported to have \u000b6,200 gallons of red dyed diesel aboard.  The tug and tow went missing and overflights were conducted to search for them.","<b>Vessel; Off Virginia Coast, VA<\/b> 2004-01-31<br />\n<i>#2 diesel<\/i> - 27 m³<br />\nA fishing vessel sank 20 miles off the Virginia coast.  It reportedly had 6000 gallons of #2 diesel onboard.  NOAA was not asked to provide assistance.","<b>Collision; Terrebone Bay, LA<\/b> 2004-01-19<br />\n<i>Crude oil<\/i> - NA m³<br />\nA barge collided with a rig in Terrebone Bay, LA.  An unknown amount of oil was spilled.  NOAA provided weather.","<b>Well Head Incident; South LA, LA<\/b> 2004-01-19<br />\n<i>Unknown<\/i> - NA m³<br />\nThe spill was reported as a result of a tug striking a well head. The\u000bsea-state is rough and a small release of a light condensate oil would easily\u000bbe naturally dispersed under such conditions. \u000bIt was reported later, that \"an overflight indicated only sheens, and\u000bthat they were heading out...\"    \u000b","<b>BPA Dalles Dam Spill; Columbia River, OR<\/b> 2004-01-15<br />\n<i>Transformer oil<\/i> - NA m³<br />\nEPA Region 10 called to notify and later to request support for response to a spill of transformer oil from the Dalles Dam on the Columbia River, mile 165.  Verbal support was provided.","<b>Jack-Up Barge; Chandeleur Sound, LA<\/b> 2004-01-12<br />\n<i>Unknown<\/i> - NA m³<br />\nA Jackup Barge in Chandeleur Sound, LA had an incident.  NOAA provided output from ADIOS.","<b>Vessel; Off Coast, LA<\/b> 2004-01-08<br />\n<i>Unknown<\/i> - NA m³<br />\nA floating fishing vessel was reported off the Louisiana coast.  The vessel was reported to have no fuel on board.  NOAA provided weather.","<b>Unknown Barge; Alcote Key,FL<\/b> 2003-12-22<br />\n<i>diesel oil and lubrication oil<\/i> - 5 m³<br />\nMSO Tampa reported that an unknown barge sank 4 nm offshore of Alcote Key, FL at\u000bmidnight Dec. 21.  An overflight conducted Dec. 22 reported a 2nm sheen extending NW from\u000bthe location of the barge (20 deg 11' N, 82 deg 54'W).  The sheen is suspected\u000bto be lube oil from the barge with the diesel well protected.  An estimated\u000b1,000 gallons total of lube oil and diesel are estimated to remain on the barge.\u000bNo shoreline and wildlife impacts were reported.","<b>F/V Miss Margaret; Sabine Jetty, TX<\/b> 2003-12-15<br />\n<i>#2 diesel<\/i> - 1 m³<br />\nOn the evening of 15 December 2003, the NOAA Scientific Support\u000bCoordinator was contacted and asked to provide an assessment of the\u000bpotential fate of 200 gallons of diesel pollution released from the sunken fishing\u000bvessel MISS MARGARET.","<b>Barge B-80; Arthur Kill, NY<\/b> 2003-12-11<br />\n<i>Gasoline<\/i> - 727 m³<br />\nT/B B-80 was struck by the assist tug resulting in a compromise of the #1 Starbird tank. Capacity of the tank is 3800 BBLS. Vessel retuning to Conoco-Phillip PS Bayway NJ facility to offload. Cargo shifted aft to mitigate loss of product. Unknown amount in water at this time. Linden Fire Department applying foam to waterborne product.","<b>F/V MIZ B Adrift; Offshore, VA<\/b> 2003-12-11<br />\n<i>Diesel<\/i> - 59 m³<br />\nOn December 11, 2003 the 74 foot wood fishing vessel MIZB was reported abandoned 21 miles  off Chincoteaque, VA.   The vessel was reported to have a capacity of \u000b13,000 gallons of diesel fuel. NOAA provided vessel drift trajectories and weather forecasts, no pollution was reported to have been released.","<b>Mystery Slick; East of Pass A Loutre, LA<\/b> 2003-12-08<br />\n<i>Unknown<\/i> - NA m³<br />\nA mystery slick was reported 15 miles east of Pass A Loutre, LA on December 8, 2003.  The slick was 5 miles long and had 20% coverage.  NOAA provided weather and trajectories.","<b>Kristin Poling Aground; Rockaway Inlet, NY<\/b> 2003-12-03<br />\n<i>#2 oil<\/i> - 3437 m³<br />\nBarge grounded; 18K #2 pot; diesel; Wx/Verbal","<b>ITB Jacksonville; Mississippi River, Empire, LA<\/b> 2003-11-30<br />\n<i>Number 6 Oil<\/i> - NA m³<br />\nAn unknown quantity of number 6 oil spilled from the vessel ITB Jacksonville in the Mississippi River, near\u000bEmpire, Louisiana, 30 November 2003.  NOAA provided assistance to minimize the environmental impacts from the release.","<b>Mystery Spill; Off Lopez Point, CA<\/b> 2003-11-19<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 1100 PST on November 19, 2003, a US Coast Guard patrol boat report was received of a dark-colored slick 3nm by 10nm, two miles off Lopez Point, CA.  A subsequent flight by CG helo at 1300hrs located the oil about 15nm north of Pt Lopez, and about 15nm north of the originally reported position.  The oil was described as breaking up into smaller pieces and large tarballs, with associated sheening.","<b>Well Fire; Louisiana Bayou, LA<\/b> 2003-11-07<br />\n<i>Crude oil<\/i> - NA m³<br />\nA well in Louisiana had a blowout and a fire.  NOAA provided weather.","<b>Potential Spill; Florida coast, FL<\/b> 2003-10-23<br />\n<i>Diesel<\/i> - 14 m³<br />\nAn unspecified source 22 miles offshore of Florida had a potential to spill 3000 gallons of diesel.  NOAA provided weather.","<b>Jack-up Rig Parker 14-J Incident; Chandeleur Islands, LA<\/b> 2003-09-11<br />\n<i>diesel oil and lubrication oil<\/i> - 48 m³<br />\nThe jack-up rig supports failed. The 41 person crew were airlifted from the rig.  A number of injured crew members were taken to a hospital. The rig had a 40 degree list and was partially submerged.   A 4 miles long and 200 foot wide sheen was  observed.  The rig had 220 bbls of diesel and 200 gallons of lube oil onboard.","<b>Tug Laine Jones on Fire; Mississippi River, AR<\/b> 2003-09-08<br />\n<i>diesel oil , methyl chloroform<\/i> - 273 m³<br />\nTug Laine Jones grounded at River Mile 620.8 right descending bank of the Mississippi River, near\u000bPhillips County Arkansas and caught fire. The tug carried 60000 gallons of diesel, and the cargo on the nearest its barges included a hazardous material - 1,1,1 trichloroethane aka methyl chloroform. \u000bThe USCG requested weather, evacuation boundaries, PPE, and the impacts downstream.  NOAA HAZMAT provided this information along with CAMEO chemical information. Tug recovered and was moved for repairs.","<b>Tug Victoria Hunt Rose; Nahant, MA<\/b> 2003-09-07<br />\n<i>Diesel and lube oil<\/i> - 37 m³<br />\nM/V Victoria Rose Hunt  keeled over to starboard and sank during anchoring operations 3 n. miles off shore.","<b>M/V Peljesac Grounded; Near Sabine Jetties, TX<\/b> 2003-08-31<br />\n<i>diesel fuel, petroleum coke<\/i> - NA m³<br />\nThe vessel was carrying 52,000 tons of petroleum coke.  The SSC initially provided a brief hazard characterization of the cargo to aid the USCG responders in assessing the potential environmental concerns. On 5\u000bSeptember, the MSO Port Arthur requested an oil spill trajectory to\u000bfurther assess potential environmental concerns. This operation was completed by 9 September.  NOAA was also asked to provide a side-scan sonar survey given that a team was already in the area.","<b>F/V Decade Overturned; Pavlof Bay, AK<\/b> 2003-08-27<br />\n<i>Diesel<\/i> - NA m³<br />\nF/V Decade overturned in Pavlof Bay, Alaska Peninsula.","<b>F/V Donna Ann Grounding; Tanglefoot Bay, AK<\/b> 2003-08-20<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn Wednesday, August 20, 2003, it was reported to Coast Guard MSO\u000bAnchorage that the F/V Donna Ann, a 50' wooden-hulled boat built in\u000b1947,  ran aground after dragging anchor in gale force winds from the\u000bNW.  The vessel was anchored in Tanglefoot Bay adjacent the community of\u000bKarluk on the west side of Kodiak Island.   The vessel had 1000 gallons\u000bof diesel and finally came to rest at position N57-34.4, W154-29.4 where\u000ban on-scene observer reported surf crashing through the wheelhouse.\u000bPlanned CG helo overflight for August 21 was canceled due to the helo\u000bmechanical problems.  Instead the CG opened up the Liability Trust Fund\u000band hired a fixed wing Beaver to fly from Kodiak and assess the\u000bsituation, the report from which won't be available until the morning of\u000bAugust 22.   NOAA has provided support with weather and resources at\u000brisk information.  By Thursday night, Aug. 21, the NW winds are expected\u000bto drop to 5-15 kts, and by late Friday the wind should shift around to\u000bthe SW at 10-15 kts.   The grounding site is about one-half mile east of\u000bCape Karluk, the site of a seabird rookery and about one mile west of\u000bthe village of Karluk and the Karluk Lagoon which supports salmon runs\u000bMay through November.   The Lagoon is also the site of sea ducks,\u000boccasional sea otters, and occasional brown bear activity.\u000b\u000bPolRep 2 and final:\u000b Joint Coast Guard/ADEC team flew to Karluk on Thursday afternoon,\u000bAugust 21, and were able to board the F/V Donna Ann.  The wheelhouse had\u000bbeen separated from the hull as a result of the prolonged beating by the\u000bheavy surf and the old wooden hull was in pretty bad shape.  It was\u000bdetermined that all the diesel had been purged from the tanks and been\u000bdispersed in the large and turbulent seas.","<b>Drilling Operations Spill; Offshore Gulf of Mexico<\/b> 2003-08-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOil was released during drilling operations in the Gulf of Mexico.  The slick, or sheen, was reported as not recoverable.  Dispersants were considered by the RP. The observed slick is not expected to persist long enough to threaten near shore or shoreline natural recourses.  The source, the bore hole, was initially secured using drilling mud.  An overflight on the morning of 19 August reported only a small amount of residual.","<b>Mystery Slick; Offshore Galveston Jetties, TX<\/b> 2003-08-18<br />\n<i>Unknown<\/i> - NA m³<br />\nDuring the afternoon of 18 August 2003, the NOAA Scientific Support\u000bCoordinator was notified by USCG MSU Galveston of a mystery slick off\u000bthe Texas Coast.  The slick was reported as \"chocolate mousse-like\" and\u000bextending some 5 miles with an approximate location of 29 deg 05 min N Lat.\u000b094 deg 36.4 min W Long., some 15 miles off the Texas coast.  Although the\u000bUSCG didn't suggest a possible source, the description of the slick and\u000bthe proximity to the vessel traffic lanes are consistent with a ship\u000btransiting the area and pumping bilge.  The USCG requested trajectory\u000bassistance.  A follow-up overflight, on the evening of 18 August by\u000btraining observers, defined the mystery slick as being a debris line\u000bcomposed primarily of Sargasso weed.  No additional response actions\u000bwere required.\u000b","<b>Submerged Tug Captain Duff; Little River Inlet, SC<\/b> 2003-07-16<br />\n<i>diesel oil and lubrication oil and petroleum products<\/i> - 3 m³<br />\nThe tug Captain Duff sank in 10 feet of water at 0930 on 14 July 2003 in\u000bthe Little River Inlet, South Carolina.  The vessel has 600 gallons\u000bof marine diesel onboard and an estimated 100 gallons of lube oil and\u000bmiscellaneous petroleum products.  There has been light sheening\u000bobserved at the site.  Divers have plugged the vessel's vents and plans\u000bare currently being developed to raise the tug without removing the\u000bonboard fuel.\u000b","<b>Mystery Sheen; Offshore Vermilion Bay, LA<\/b> 2003-07-08<br />\n<i>Unknown<\/i> - NA m³<br />\nThe observed oil (or sheen) was observed less than five miles from the coast west of Marsh Island.  A follow-up overflight reported sheen some 2miles by 2 miles in size moving to the NW.  The sheen was reported to be light, mostly silver sheen with some rainbow. NOAA provides trajectories","<b>Bouchard Barge 160; Long Island Sound, NY<\/b> 2003-06-07<br />\n<i># 6 oil<\/i> - 500 m³<br />\nOn 07JUN03, at approx. 0830, MSFO Long Island personnel received call\u000bfrom Group/MSO Long Island Sound that Bouchard Barge B NO. 160, 3 miles\u000boff of Riverhead, NY, Long Island Sound, was releasing # 6 oil and\u000bcreating a sheen.  After receiving permission from the facility, the\u000bbarge returned to the Conoco Philips Platform in Riverhead, NY, where\u000bthey had just finished loading 110K gals of #6 oil.  The sheen was first\u000bnoticed at 0720 by the barge captain, Joe Barrett, when the barge was 2\u000bmiles east of the platform.\u000b\u000bThe barge returned to the platform and moored at 0945.  Bouchard\u000bTransportation hired Miller Environmental Group (MEG) and the National\u000bResponse Corporation to address pollution concerns.  MEG boomed the\u000bbarge and had two boats standing by on scene.\u000b\u000bMSFO pollution investigator and MSFO marine inspector arrived on scene\u000bat approx 1000 and observed that the barge was intermittently sheening\u000bfrom under the water line at the bow. A Notice of Federal Interest was\u000bissued.\u000b\u000bThe barge had not been involved in any grounding, allisions, or\u000bcollisions since the crew had been on board.\u000b\u000bBouchard hired divers to locate the source of the release.  At 1730 the\u000bdivers reported a hairline crack, approx 6-12\" long, on the bottom of\u000bnumber one starboard tank.  The divers were able to secure the release\u000bby placing an epoxy patch on the crack.  A CG-835 was issued to the\u000bbarge prohibiting the transfer of oil, after discharging at Riverhead,\u000buntil the barge was presented for inspection and repairs were made.\u000b\u000bThe B NO. 160 was giving permission to discharge her product back to the\u000bfacility.  They completed transfer at 1030 on 08JUN03, and the barge\u000bmade way for dry docking and repairs in Staten Island, NY.\u000b\u000bThe pictures taken by inspectors from ACTNY show a 10-12\" hairline crack\u000bthat was located in the #1 starboard cargo tank bottom.  The fracture is\u000bapparently in way of a consistently stressed area of the barge where the\u000bforward rake slopes down to meet the forward tanks.  This causes\u000bfractures in the weld supports and bottom longitudinals.  It is believed\u000bthat this crack is a result of an area that has been affected by heat to\u000brepair these longitudinals numerous times.\u000b\u000bNOAA supplied sensitive area information, trajectory and weather support\u000bto the FOSC. No oil was observed on any shoreline areas.","<b>M/V Freedom Express; Offshore Miami Beach, FL<\/b> 2003-06-04<br />\n<i>diesel fuel, lube oil, oily water<\/i> - NA m³<br />\nM/V Freedom Express was inspected and required repair. NOAA provides weather forecast and possible impacts should the vessel release the diesel or 12.21 tons of lube oil onboard.","<b>Mystery Sheen; Offshore Long Island, NY<\/b> 2003-05-28<br />\n<i>Unknown<\/i> - NA m³<br />\nA report of a mystery slick 14 miles south of Long Island, NY on 28 May 2003.","<b>Sunken Vessel M/V Mr. C; Gulf of Mexico, Offshore, LA<\/b> 2003-05-10<br />\n<i>diesel oil and lubrication oil<\/i> - 82 m³<br />\nM/V Mr. C found sunken near the coast of Louisiana. There is a leak in the vessel due to the observation of 1.5-2 mile of sheen. NOAA provides weather forecast, trajectory and hazardous impact.","<b>Marsh Island Mystery Spill; Gulf of Mexico, LA<\/b> 2003-04-15<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery spill in the Gulf of Mexico near the Marsh Islands. Observed silver and rainbow sheens. No follow-up requested, only trajectory analysis.","<b>Lake Washington Pipeline Spill; Port Sulfur, LA<\/b> 2003-03-02<br />\n<i>crude oil<\/i> - 153 m³<br />\nPipeline failure, booms deployed to contain oil and minimize coastal impact. 52bbls recovered that day, there was wildlife and environmental impacts. Pipeline was repaired and clean up, oil recovery and wildlife and environmental restoration intiated and completed. April 22 2003, and overflight determined few patches of sheens and will be left to biodegrade naturally.","<b>Mystery Spill; Coastal New Jersey, NJ<\/b> 2003-02-05<br />\n<i>#6 oil<\/i> - NA m³<br />\nThe SSC was notified of the initial impacts on Tuesday afternoon. It was reported as scattered tarballs along a 10 -- 12 mile stretch of the NJ ocean beaches from Manisquan Inlet to Seaside Heights. The SSC recommended that overflights and SCAT patrols look on the inside of the coastal inlets, as oil might have migrated inside the bay areas on incoming flood tides. Cleanup recommendations and bird recovery and rehabilitation strategies were also discussed. The NOAA Damage Assessment Coordinator was also notified. The NMFS noted that a number of seals (Harbor, harp, hooded, and grey) may be in the area. So far there have been about 20 birds affected (both dead and for rehab). Species include cormorants, ganets, seagulls, and red-throated loons. Manual cleanup operations were underway. With the impending storm cleanup efforts were focused on removal of the gross oil (larger tarballs and patties). Assessments after the storm passes were made to determine the need for further cleanup. There has been no identified source of the oil. The USCG Districts 1 and 5 have passed the word to all units to be on the lookout for any suspect vessels. Samples of the tarballs have been sent to the USCG Oil Identification Lab in Groton, CT for fingerprinting. The SSC brought up the point that the source may also be one of the many sunken tankers off the coast. USCG aircraft expanded their search further offshore in an attempt to spot any subsurface sources. There had been fairly high local media interest both in the New York and Philadelphia areas as well as from local NJ community press. NOAA trajectory modelers investigated the possibility of performing a hindcast to determine where the source of the oil may have likely originated. This was difficult and depend on the ability of the NWS to provide accurate local weather data for the last 10 days, as well as good current data.","<b>Vane Brothers Fuel Barge; Chesapeake Bay, MD<\/b> 2003-02-03<br />\n<i>gasoline<\/i> - 4955 m³<br />\nFifth Coast Guard District requested on 3 February that NOAA provide a \u000btrajectory assessment for a gasoline barge grounded in the Chesapeake \u000bBay at 38-12N and 75-58.8 W.  Observers on-scene had reported that the \u000bvessel was not leaking but was surrounded by broken ice.\u000b\u000bNOAA provided weather and a written trajectory estimate if gasoline would have been \u000breleased from the grounded barge.  NOAA also provided a written \u000bassessment of the danger from explosion and the potential direction of \u000bthe resulting smoke plume.\u000b\u000bWithin several hours the barge was refloated and was moved to its \u000bdestination without further incident.  The underwater survey of the \u000bbottom of the barge was unable to detect damage as a result of the \u000bgrounding.","<b>East Breaks Block 160; Gulf of Mexico<\/b> 2003-01-07<br />\n<i>light crude oil<\/i> - 3 m³<br />\nLight crude oil spill reported Jan 7 2003. The following day an overflight was scheduled and found no traces of the oil. Possibly a small volume of light oil released into the environment, the residual sheen dissipated at night.","<b>M/V Kyowa Violet Grounded; Yap, FSM<\/b> 2003-01-02<br />\n<i>IFO 180<\/i> - NA m³<br />\nOn 26 December 2002 the M/V Kyowa Violet struck the northern side of the reef on the entrance to Yap Harbour. Upon discovery that the vessel had been holed, 3 nm later and 1 nm shy of the dock, the vessel turned around and headed to back to sea. Dispersants were considered.","<b>MV Lorine; S of St. Johns Is, Virgin Islands<\/b> 2002-02-02<br />\n<i>oil<\/i> - NA m³<br />\nReceived notification on 1 FEB 02 from GANTSEC OPCEN that the M/V LORINE had a main space fire as a result of an explosion in the engine room.  All 4 POB were recovered by the C/S Crystal Harmony with no reported injuries. Vessel remained adrift and burning. Over flight on 02 FEB found vessel still smoldering and 14 NM E of Vieques Island. Vessel owner hired Chanti Towing from Tortola, BVI to tow vessel back to homeport. The M/V Lorine was taken in tow at 1400 02 FEB 02, at 1925 the vessel re-ignited and shortly after lost stability and sank in Position 18 16 N 064 33 W. On 03 Feb 02 an over flight found a sheen of approximately 1/4 mile wide by 5 miles long near Dog Island USVI, no shore side impact is expected; product not recoverable.","<b>TV Dalmacija; sw pass of mississippi river<\/b> 2001-12-18<br />\n<i>Cerro Negro Crude (a heavy crude oil)<\/i> - NA m³<br />\nOn the morning of 18 Dec. 2001, the NOAA SSC was notified of an inbound tanker vessel (the T/V Dalmacija) grounded on a hard sand bottom within the SW Pass of the Mississippi River.  The location is estimated at 14 miles below Head of Passes at approximately 28? 58.6 N Lat. and 089? 22.4 W Long.  The vessel is fully loaded with Cerro Negro Crude (a heavy crude oil).  Tugs has been contracted by the potential RP and are expected on scene mid-day.  NOAA has been asked to provide weather and a trajectory forecast as contingency planning.  USCG district 8.","<b>San Francisco Mystery Slick; off San Francisco, CA<\/b> 2001-12-08<br />\n<i>oil<\/i> - NA m³<br />\nThe scenario as reported to us:\u000bA Coast Guard overflight on Saturday, Dec. 8, at 1325 PST reported seeing a 7 mile sheen 19 miles offshore bearing 240? T.\u000bLater that afternoon at about 1700 PST a CG vessel found two circular sheens 20 feet and 30 feet in length with some darker globules of oil within the sheens.  Samples were taken at 37? 39.5' N by 122? 50.3' W.\u000bOn Sunday a the M/V Clean Bay 2 was turned back from going onscene due to high winds and seas.  USCG district 11.","<b>CA Oiled Birds; Half Moon Bay, CA<\/b> 2001-11-23<br />\n<i>oiled birds<\/i> - NA m³<br />\nMSO San Francisco notified the SSC today that approximately 25 heavily oiled common murres were found onshore between northern Monterey county and Point Reyes this weekend.  Several birds were found Friday, 23NOV while approximately 20 were found yesterday, 24NOV.  The largest concentration of oiled murres was found near Half Moon Bay, while at least two oiled murres were captured on the Farallon Islands.  There are also reports that at least two more oiled murres were found today, somewhere between Bolinas Lagoon and Point Reyes.  USCG district 11.","<b>F/V Bono Grounding; Pfieffer Point, CA<\/b> 2001-09-09<br />\n<i>diesel<\/i> - NA m³<br />\nAt 0800 this morning, the NOAA SSC was notified by Monterey Bay National Marine Sanctuary staff of a 45' fishing vessel aground on the rocks about 7 nm south of Pfieffer Point, on the Big Sur coast.  At the time, no other information was known about the type or amount of product onboard the vessel.  First light observations did indicate a rainbow sheen about 150' by 1/2 nm long in the vicinity of the vessel.  USCG district 9.","<b>Mystery Slick, Atlantic City; Atlantic City, New Jersey<\/b> 2001-08-21<br />\n<i>Oil<\/i> - NA m³<br />\nAt 0830 CDT the ASSC was notified by MSU Galveston of a mystery spill located approximately 3.5 nm SE of the north jetty to the entrance of Galveston Bay in position 29Â° 18.60 N, 094Â° 38.90' W.  A sample of the oil was taken and described as a thick black oil possibly coming from the slop tank of a passing vessel.  No responsible party has been identified.  The thick black oil measures 0.24nm X 30yds with sheen extending five miles to the south.  USCG district 3.","<b>USS Mississinewa; Ulithi Atoll<\/b> 2001-08-07<br />\n<i>Fuel oil<\/i> - 9092 m³<br />\nOn August 7, 2001, the Marine Safety Office, Guam received word from the Office of the Governor of Yap State, Federated States of Micronesia (FSM) formally requesting United States Coast Guard assistance in response to an oil spill in the Ulithi, Atoll caused by the wreck of the USS Mississinewa, a WWII Oiler sunk by the Japanese in 1945. USCG requested SSC support on the assessment and oil removal","<b>Offshore Galveston Mystery Spill; Galveston Anchorage, TX<\/b> 2001-07-15<br />\n<i>oil<\/i> - NA m³<br />\nOn Sunday, July 15, 2001 at 1335 CDT, a slick 1 mile long by 300 feet wide was observed by a ship's captain in the Galveston Anchorage area offshore (29?15.3'N, 094?30.4'W) and reported to the USCG. The captain took a sample and judged it to be a fairly heavy product similar to Bunker C. On the same day at 1835 CDT a, USCG overflight reported the slick in position 29?15.85'N, 94? 32.07'W and measured 2 miles long by 1/4 mile wide.  On Monday, July 16, 2001 at 1130 CDT, a USCG overflight observed a slick in the shape of an \"L\" measuring approximately 4 miles long by 100-200 yds wide with the leading edge at 29? 15.5'N, 094? 36.6'W, approximately 6 nm SE of the south entrance jetty to Galveston Bay.  The leading edge contained the heaviest concentration of oil.  The trailing edge was 29?15.0'N, 094? 33.1' W.   At 1600, a TGLO 27' vessel reported the heaviest concentration of oil 29?15.20'N, 094?36.13'W. They also reported fresh oil staining on the jetties. At this time the type of oil and the responsible party have not been identified.  USCG district 8.","<b>Jack Rig Marine 4; 25 miles off the coast of Texas near Freeport<\/b> 2001-07-13<br />\n<i>gas and gas condensate<\/i> - NA m³<br />\nAt approximately 0830 hrs on 13 July, the NOAA SSC was notified by the HAZMAT Duty Officer of an explosion on a jack-up rig some 25 miles off the coast of Texas near Freeport (rig location is 28? 36.2' N Lat./095? 17.5' W Long.).  MSU Galveston reported that the incident on the Marine 4 occurred at approximately 0500 hrs and that the rig was evacuated with the exception of one missing crew member.  The USCG requested assistance to establish safe areas for SAR activities.  Wild well control experts were in route to assess the blowout.  USCG district 8.","<b>High Island 489B; 70 nautical miles off Texas coast<\/b> 2001-05-07<br />\n<i>petroleum<\/i> - NA m³<br />\nAt approximately 1700 CDT the NOAA SSC was notified by MSU Galveston of a pipeline leak in position 28? 13.4'N,  094? 11.08'W (approximately 27 nm northwest of West Flower Garden Bank and 70 nm southeast of Galveston TX).  Type of oil and amount is unknown at this time.  A 1600 overflight reported the slick as 1.5 nm X 0.9 nm film containing dark colors and rainbow sheen.  An additional overflight is being conducted today and another flight is scheduled at first light tomorrow.  NOAA was requested to provide a trajectory and weather forecast.  The ASSC is on standby should additional support be needed.  USCG district 8.","<b>SE Coast Mystery Tarballs 2; Jupiter, FL<\/b> 2001-04-27<br />\n<i>oil<\/i> - NA m³<br />\nSignificant amounts of tarballs came ashore between Hobe Sound at Jupiter FL and Juno Beach on Sunday, April 22.  The tarball coverage was estimated to be as high as 40% and resembled oil that had come ashore previously near the same location in February.  Contracters began cleaning the beach manually collecting the oil and associated oiled wrack.  A dead oiled shark was reported by cleanup contractors.\u000b\u000bOn Wednesday, April 25th, more oil came ashore to the south between John U Lloyd State Park and Haulover in Ft Lauderdale, FL.  This oil appeared to be of the same type and consistancy.  Some of the oil impacted remote areas within the Hugh Taylor Birch State Park with limited access.  USCG district 7.","<b>Octave Pass Mystery Spill; Octave Pass, LA<\/b> 2001-04-04<br />\n<i>crude oil<\/i> - NA m³<br />\nAt 1550 CDT the ASSC was contacted by MSO New Orleans about four distinct packets of oil within an area measuring 0.75 X 5 miles approximately 1.5 nautical miles east of Octave Pass in position 29? 15.45'N  089? 06.08'W.   The source and type of oil is unknown at this time.  On scene winds are from the SE at 9kts and seas are 2-3 feet. A fishing vessel in the area initially reported the slick and observed areas of dark brown to rainbow sheen.  The fishing vessel also reported a hydrocarbon smell while in the slick.   An FPN has been opened and a contractor is on-scene.  NOAA is providing weather, trajectory, and resources at  risk.  USCG district 8.","<b>Long Island Mystery Spill; Long Island, NY<\/b> 2001-03-24<br />\n<i>oil<\/i> - NA m³<br />\nThe SSC was contacted by USCG Activities New York (ACTNY) concerning reports by two commercial airplanes sighting an oil slick offshore, about 15 miles south of Long Island, NY. The position was reported as 40 degrees 21 minutes North, 73 degrees 48 minutes West. The slick was about 3 miles long by 1 mile wide. A USCG helo sent to confirm the sighting reported the slick in the above location and that it appeared to be light sheen with some rainbow and some \"sludge\" in the center. ACTNY requested trajectory and weather support from NOAA.  USCG district 1.","<b>Barge Rhode Island; Linden, NJ<\/b> 2001-03-20<br />\n<i>No. 6<\/i> - NA m³<br />\nEarly on the morning of 20 March 2001 the tank barge Rhode Island, owned and operated by Moran Towing, departed the TOSCO refinery in Linden, NJ  loaded with 48,000 barrels of #6 oil and transited New York City to New Haven, CT. After the barge departed workers at the TOSCO facility discovered oil around their piers. They initiated a clean-up and notified the US Coast Guard Activities New York. The T/B Rhode Island meanwhile went to anchorage off New Haven, CT and Areas had to be cleaned several times as oil continued to wash on shore for several days. Primary clean-up end point was determined to be when all affected areas are unaffected by two tide cycles.  Primary clenup was successfully concluded on the 12th day. No re-oiling on 3 April, and all areas met the two tide cycle criteria. Operations were transferred to a monitor, response and remediation standards to potential reports of re-oiling by either the CG, NYS DEC or the public.  commenced lightering operations. On 23 March, the Marine Safety Office Field Station Coram starts receiving reports of thick, black oil washing up on beaches covering 25 miles on the north shore of Long Island, NY. The Coast Guard response team discovered a four-foot swath of oil at the high tide line at West Meadow Town Beach. Oil was confirmed from Sunken Meadow State Park to Wading River, NY. The Group/Marine Safety Office Long Island Sound (GRU/MSO) identified the T/B Rhode Island had an eight inch by one and one half-inch crack in the hull. The National Response Corporation (NRC) was hired to conduct manual shoreline cleanup. A unified Command was started consisting of the USCG, NY DEC, and Moran.  The weather initially was, winds from the NW at 15-20 knots.  Wednesday, north winds at 10-15 knots are predicted to shift and be from the W-SW at 10-15 knots by the afternoon hours.  Waves:  The seas were forecast to be 1-2 feet.  Precipitation:  No precipitation was predicted.  Ceiling/Visibility:  Clear skies were forecast.  Visibility expected to be unrestricted.  Temperature:  Throughout this forecast, temperatures are expected to range from highs in the 40's to lows in the 20's.  The GRU/MSO obtained samples from the barge and from the beach and had them tested by the Central Oil Identification Laboratory (COIL). The results were a positive match.  The COTP LIS closed the case on 3 April, 2001.  USCG district 1.  Keyword: Endangered species, groundtruth, remote sensing, reoiling.","<b>MV Puma; St Johns River, Jacksonville, FL<\/b> 2001-03-08<br />\n<i>Heavy Fuel Oil<\/i> - NA m³<br />\nShoreline oiling on the St. Johns river from an unknown source discovered on 8 March, 2001.  Coast Guard requested a hind cast trajectory to see if the small spill reported on 5 March by the M/V Puma may have been the source.","<b>Kalama Mystery Spill; Kalama, WA<\/b> 2001-03-04<br />\n<i>Oil<\/i> - NA m³<br />\nMSO Portland was notified of a mystery spill on the Columbia River in the vicinity of Kalama, WA at 2251 on March 4.  NOAA HAZMAT was notified at 0630 March 5.  A USCG overflight at first light reported silver and rainbow sheen from the Longview, WA to Wallace Island.  Two areas of heavey rainbow sheen were observed at the upstream end of Cottonwood Island extending into Carrols Channel; and a 1.75 mile long concentration extending downstream from the Lewis and Clark Bridge in Longview.  Below Fisher Island, sheen was primaily silver, and followed the shipping channel roughly 50 yds off the river bank, to Wallace Island where ribbon of sheen was only 10 yards wide.  Patchy and very light sheen was observed upriver between Kalama and martin Island. Additional overflights by USCG and WDOE are planned for this afternoon.   As of noon, NW Area Plan Lowere Columbia River geogrpahical response strategu Nos. 30-31, 44-45, and 57-58 had been deployed.  USCG district 13.","<b>Miami Beach Mystery Tarballs; North Miami Beach, FL<\/b> 2001-02-20<br />\n<i>oil tarballs, patties<\/i> - NA m³<br />\nMSO Miami received reports from FLDEP this morning at around 8 AM that the beaches from Haulover Cut at Hallendale Beach (N. Miami) to John U. Lloyd State Park near Port Everglades had been impacted with a heavy oil.  The oil was in the form of tarballs and patties, ranging in size from quarters to 10 or 12 inches in diameter.  Coverage was highest at Hollywood Beach and at John U, Lloyd State Park with estimates as high as 30 % along about a  6 foot band between an upper and lower high tide line delineated by separate rows of wrack.  Some floating oil was observed in the surf zone.  USCG district 7.","<b>Barge Bonita; Gulf of Mexico<\/b> 2001-01-13<br />\n<i>diesel and lube oils<\/i> - NA m³<br />\nThe NOAA SSC was notified by MSU Galveston of an explosion on a jack-up rig in Galveston Block A109 at 1929 hrs, 13 January 2001.  Since the event had just happen, the initial report was sketchy and limited to the location (29? 08.57' N Lat. 094? 40.20' W Long.), vessel name (Bonita), and preliminary situation (explosion - details unknown).  The NOAA SSC contacted the HAZMAT Duty Officer who arranged for \"Home Team\" scientific support.  Given the high probability of loss of diesel fuel and lube oils on board the vessel and the possibility of an uncontrolled well blow-out, the SSC requested that the event be addressed as a potential major release.\u000b\tWeather forecast and trajectory implications were developed by the NOAA HAZMAT Home Team and verbally communicated to the USCG.  Given the forecast on an approaching winter frontal passage and the distance off-shore (25 plus miles), no landfall of oil was forecast for the next several days.  Any diesel fuel released would not persist more than a couple of miles from the release point due to the chemical nature of diesel oil and relative high seas (4-5').  The SSC also consulted with the Texas State SSC relative to trajectory implications.  \u000b\tAt approximately 2100 hrs, the USCG called to update the situation:  The lift boat did explode.  The cause of the explosion is still under investigation.  Six people were injured (broken bones and burns), but at this point, no fatalities.  The sub-sea safety valve was shut preventing any release from the well, and the well was reported to only be producing water at the time of the explosion.  This is still preliminary information, but the USCG was confident that there was no apparent well release based on confirming observations from a USCG vessel on-scene.  The lift boat was damaged, but the fuel tanks were reported to be intact.  Given the updated situation and the low probability of shoreline impacts from any minor release, the NOAA team is standing-down, but remains on stand by.  USCG district 8.","<b>FV CHADWIN; Sabine Pass, LA<\/b> 2000-11-19<br />\n<i>diesel<\/i> - 7 m³<br />\nOn 19 November, the NOAA SSC was notified by MSO Port Arthur of a fishing vessel sinking off the Sabine Pass jetty.  The shrimp boat struck the rock jetty at approximately 2150 hrs CST on the night of 18 November 2000.  The vessel sank with an estimated 1000 gallons of diesel on-board.  An overflight the next day reported sheening.  The USCG request trajectory support.  A verbal trajectory was provided which stated that the predicted N winds would aid in keeping any sheen offshore.  The next high tide is predicted for approximately 2249 CST tonight.  With the tide ebbing through the night and early morning hours and combined with offshore winds, the potential for any further shoreline impact in the near future is minimal.  Seas in the area remain relatively heavy, but the NOAA C-MAN station very near this location is reporting a reduction in wind velocity.  Heavy rains in the area my also lessen the affect of flood tides pulling diesel into the Sabine Lake area.  NOAA agreed to provide a follow-up assessment in the AM.  USCG district 8.","<b>Sault Ste Marie Mystery Spill; Frechette Point, St Marys River, MI<\/b> 2000-11-01<br />\n<i>oil<\/i> - NA m³<br />\nAt 1130 AM November 1, 2000 , MSO Sault Ste. Marie was notified by a local resident of oiled shoreline along a one mile stretch of beach located at Frechette Point, St Marys River, MI.  MSO Sault Ste Marie contracted Mackinaw Environmental of St. Ignace to conduct manual cleanup of debris and scrubbing impacted rip rap with sorbent pads.  On November 3,  MSO contacted the NOAA Scientific Support Coordinator requesting an assessment be made to observe the oiled beach and determine if alternative countermeasures could be used to further clean the residue which remained.  USCG district 9.","<b>FV Joe G. Jr.; East Timebalier Island, LA<\/b> 2000-09-23<br />\n<i>diesel<\/i> - 91 m³<br />\nAt 1715 EDT, NOAA was contacted by USCG MSO New Orleans and notified that the F/V Joe G. Jr. was aground on the west end of East Timbalier Island, Louisiana at approximately 29? 03.5'N, 090? 20.1'W in 10 feet of water.  Seas are reported at 3 feet.  The vessel has the potential to release 20,000 gallons of diesel.  USCG district 8.","<b>Golden Beach Mystery Spill; Golden Beach, FL<\/b> 2000-08-08<br />\n<i>oil<\/i> - NA m³<br />\nAt approximately 1000, 8 August 2000, NOAA was notified of a mystery oil spill washing up on the beaches from North Miami, FL near the vicinity of Golden Beach to Pompano, FL near Pompano Beach spanning approximately 25 miles of the east coast of\u000bFlorida.  Source of the spill is not known.  Coast Guard overflights have sighted numerous areas of pancaked emulsified oil, light oil sheen, and black oil along the shore and off shore approximately 0.5 nm from North Hollywood Beach to 0.5 nm north of Pompano Pier.  Tarballs ranging in size from 1/4 inch to pancake/mat size have impacted several beaches.  The following beaches have been closed by the State and Park Service pending cleanup; Hollywood Beach, Fort Lauderdale Beach, and John Lloyd State Park.  USCG district 7.","<b>MV Marina; 23 miles east of St Johns, US Virgin Islands<\/b> 2000-08-04<br />\n<i>diesel<\/i> - 400 m³<br />\nThe 314 foot freight vessel, M/V Marina began taking on water last night around midnight at position 18-18.0N: 064-17.0W.  This is approximately 23 miles east of St Johns, USVI.  It is reported to have 88,000 gallons of diesel on board and is assumed to have sunk or still sinking at this time.  A Coast Guard overflight is planned for later today to update the situation on-scene.  USCG district 7.","<b>FV Leslie Lee; 9 nm off Trinidad Head, CA<\/b> 2000-05-22<br />\n<i>diesel<\/i> - 45 m³<br />\nAt approximately 1330L this afternoon, MSO San Francisco was notified that the F/V Leslie Lee, a 72' steel trawler, was capsized about 9 nm off Trinidad Head, CA.  The vessel could have as much as 5,000-10,000 gallons of diesel onboard.  A CG overflight this afternoon verified that that vessel was still floating \"upside down\", with the keel exposed.  Air bubbles were seen coming from the bow, which was sitting lower than the stern.  A sheen was observed tending away from the vessel, about 1/2nm long x 1/4nm wide.  The vessel's position at about 1330 was 41? 04.2'N, 124? 20.8'W.  USCG district 11.","<b>F/V Destiny; Shelikof Strait, 5 miles W of Rocky Point on the W side of Kodiak Island<\/b> 2000-04-20<br />\n<i>Diesel, lube oil and hydraulic oil<\/i> - NA m³<br />\nWhile returning from the opilio crab fishery in the Bering Sea, the F/V Destiny, a 96-ft crabber, suddenly began taking on water in Shelikof Strait in relatively calm weather conditions on April 20.    Winds at the time were approximately 10 knots.   All 5 crewmen donned immersion suits and abandoned ship to a life raft, where they were rescued by another fishing vessel.   Upon sinking the vessel immediately began releasing its fuel and oil, which created a sheen from one mile to four mile long over the next couple of days.   The sheen was blown SW out into Shelikof Strait initially until a 40 knot caused it to further disperse and evaporate.   The vessel sank roughly five miles west of Rocky Pt. in about 600 feet of water.   No response was attempted.  USCG district 17.  Keyword: fishing vessel, diesel.","<b>Barge ST112; Tolchester Channel, Chesapeake Bay<\/b> 2000-04-18<br />\n<i>#6 fuel oil<\/i> - 19094 m³<br />\nOn the afternoon of 18 April Coast Guard Activities Baltimore received a report from the Master of the Tug ATLANTIC STAR that the barge, ST112, that they were pushing ahead was aground at the intersection of the Tolchester Channel and the Brewerton Channel Eastern Extension in the Chesapeake Bay near Baltimore, MD.  The barge was reported to contain 4.2 million gallons of #6 fuel oil that had been loaded in Philadelphia at 158.6 degrees F.  By 2000 hours lightering of product from the ST112 into barge VB 50 began.  By midnight, enough product had been transferred such that the ST112 could be moved to the Amerada Hess Terminal in Baltimore without further incident.  USCG district 5.  Keyword: tank barge, grounding, VOSS.","<b>Sun Oil Pipeline; Philadelphia, PA<\/b> 2000-02-05<br />\n<i>cabina and escravos crudes<\/i> - NA m³<br />\nNOAA was requested to provide technical support to the USEPA FOSC for the Sun Oil Co. pipeline spill in John Heinz National Wildlife Refuge close to the Philadelphia Airport. The spill was first reported on 5 February on the edge of a 120 acre pond on the refuge. The source of the spill was a break in a miter bend in the pipe, which was estimated to be at least 50 years old. The product spilled was a blend of Cabinda and Escravos crudes with API of 32-34 and the total spill volume is unknown. The pond was covered with ice and snow. The edge of the oil under the ice was delineated, then the ice was cut to place a boom outside that area to prevent further spread of the oil.  Over the period of 5-28 February an estimated 173,000 gallons of oil have been recovered (the volumes have been corrected for water content). The pond has been ice-free for over a week, and most of the free-floating oil has been recovered. What remains for cleanup is oil trapped along the pond shoreline and on the adjacent hardwood swamp, and contaminated soils in the pipeline corridor. The pond shoreline is composed of a vertical scarp in clay or undercut scarp, with abundant exposed roots.  USCG district 5.","<b>AK FLT261 Crash; Santa Barbara Channel, CA<\/b> 2000-01-31<br />\n<i>jet fuel<\/i> - NA m³<br />\nAt approximately 1600 PST, today, 31 Jan. 2000, Alaska Airlines Flight 261 crashed into the waters of Santa Barbara Channel between Port Hueneme, CA and Anacapa Island west of Point Mugu.  The USCG is conducting search and rescue operations.  NOAA/HAZMAT is providing weather and trajectory analysis for debris.  The NOAA SSC is enroute to the scene.  USCG district 11.","<b>Upham Bch Cleanup; Blind Pass, FL<\/b> 2000-01-28<br />\n<i>#6 fuel oil cleanup<\/i> - NA m³<br />\nA meeting was held at MSO Tampa on Friday, 28 January, 2000 to discuss concerns and options related to the continued dredge operations in Blind Pass where oil from the 1993 Tampa Bay spill had been discovered.  In attendance were representatives from the USCG, NOAA Hazmat, Florida DEP, USFWS, NOAA protected Species, NOAA NMFS, The COE, Pinellis County, and FMRI.  Based on the discussions at this meeting, the following IAP was drafted to provide for background information, operational plans, monitoring, and contingencies.  Due to uncertanties involved with this operations, the process will be monitored and evaluated closely to determine the need for modifications to the current plan.  Contracted divers will be on-scene 31 January to begin additional assessment of the Pass and removal of oil in known areas prior to dredging.  Dredging in Blind Pass is anticipated to begin on or shortly after Wednesday, Feb. 2, 2000.  Initial dredging will occur at the outer portion of the Pass where no oil has been found to date.  USCG district 7.","<b>Barge Fire; Atchafalaya River<\/b> 2000-01-25<br />\n<i>Gasoline<\/i> - 13366 m³<br />\nOn 25 February Coast Guard MSO New Orleans received a report that four gasoline tank barges pushed by the M/V Melinda Brent allided with the Simmesport R/R bridge located at mile marker 4.9 on the Atchafalaya River.  The four barges had broken loose from the towboat and three were fully involved in fire.  An unknown amount of gasoline was leaking into the river.  Barges are lashed together and are located at mile 14.5.  Total product onboard the four barges was 70,000 bbl (2,940,000 gallons) of gasoline.  NOAA was asked to provided scientific support relative to possible fate scenarios and resources at risk.  The river was at normal-to-low water levels, and well within its banks.  Therefore, the resources of greatest risk are those in the river itself.  Gasoline is expected to completely evaporate, so the risk to aquatic resources is from acute toxicity from exposure to the highly soluble toxic fractions and near the source.  Transport down river was not expected to be uniform.  Gasoline could collect in eddies and oxbows, and present a potential for downstream localized hazards.  In these collection areas, the gasoline could also absorb to available organic material.  In addition, a local toxic shock to biota in shallow nearby areas was possible.  Pallid sturgeon (a listed endangered species) were present in the river, but were predicted to be concentrate at the control structure (upstream of the release site and not at significant risk).  Other rare species thought present in the river at the time of the incident were paddlefish and blue suckers.  These fish are highly mobile able to avoid exposures that would result in death.  Exceptions might be to juvenile fish in shallow areas close to the shoreline.  The greatest risk was to the commercial fishery.  An estimated 25-30 commercial fishermen worked the stretch threatened.  Commercial fisheries at risk included buffalo, freshwater drum, and several species of catfish.  Other resources present in the area included eagles and wading bird colonies.  For two days the barges were allowed to burn.  When the fire significant subsided, fire suppression experts attached the fire with water and foam.  The barges were then allowed to cool and possible reignition minimized by a foam blanket.  All barges were lightered and moved off scene by the evening of 28 February.  Only a \"negligible amount\" of gasoline was thought lost downstream.  USCG district 8.","<b>FV JESSICA SE; 50 miles west of Sanibel Island, FL<\/b> 1999-10-13<br />\n<i>diesel<\/i> - 7 m³<br />\nA 70 ft. capsized shrimp boat, the JESSICA SE, is adrift 50 miles west of Sanibel Island, FL at position 26?18' N and 083?06' W.  The vessel is drifting to the NE at 0.7 kts and is stable.   The boat contains between 2000 and 4300 gallons of diesel.  On-scene  weather conditions are  winds 15- 20 kts from the E to SE, seas 6-8 ft. and air and sea temperatures of 80?F.  The USCG has deemed it unsafe to try and attach a towline, and plans on scuttling the boat.  USCG district 8.","<b>M/V River Ways 10; Just offshore, village of Mekoryuk, N side Nunivak Island, Bering Sea<\/b> 1999-09-30<br />\n<i>fuel oil<\/i> - NA m³<br />\nOn the morning of September 30, 1999, MSO Anchorage received a report that a small release of #1 fuel had occurred from the M/V River Ways 10, a small non-tank barge belonging to Yutana Barge Lines.  The spill was in the bay just offshore the village of Mekoryuk on the north side of Nunivak Island.  The reason for the release was uncertain, however, the USCG was informed that the fuel in the barge was being transferred to other intact tanks.  The USCG also learned that the barge crew had deployed a boom around the spill and were in the process of skimming.  The total amount of fuel onboard was 78,000 gallons  This area is part of the Yukon Delta National Wildlife Refuge (NWR) administered by the USFWS. The combination of skimming, evaporation, and natural dispersion soon eliminated the problem and no resources were impacted.   Weather at the time was 10-knot winds, 26?F, and a cloud ceiling of 1000 feet.  USCG district 17.  Keyword: boom, skimmer.","<b>Delaware Mystery Spill; 31 miles east of Delaware<\/b> 1999-08-29<br />\n<i>oil<\/i> - NA m³<br />\nAt 1800 on Sunday, 8/29 the New York SSC was contacted concerning a mystery spill 31 miles east of Delaware. Earlier in the afternoon the MSO Philadelphia was notified by a fisherman that he saw an oil slick \"as far as the eye can see.\" The MSO deployed a CG helo to confirm the report. The helo reported seeing two slicks at 1400. The positions of the slicks were:\u000b1) \t38 degrees 24.3' N / 74 degrees 28.5' W\u000b\t38 degrees 26.3' N / 74 degrees 24.1' W\u000band described as a streaky sheen\u000b\u000b2)\t38 degrees 25' N / 74 degrees 36' W\u000b\t38 degrees 29' N / 74 degrees 33' W\u000band described as heavy bilgy brownish oil.  USCG district 1.","<b>T/B Florida; Cape Cod Canal<\/b> 1999-08-17<br />\n<i>#6 fuel oil<\/i> - NA m³<br />\nWhile two vessels passed in the Cape Cod Canal, the tank barge, T/B Florida, carrying #6 fuel oil grounded and caused a small leak and spill.  The barge was quickly taken to the pier of ESCO Terminals and boomed.  Diver's reports indicated a small breach of the Florida's hull.  The NOAA SSC was consulted regarding resources at risk and oil fate.  USCG district 1.  Keyword: none.","<b>M/V Gardenia Ace; Point Piedras Blancas, California<\/b> 1999-08-12<br />\n<i>marine diesel<\/i> - 341 m³<br />\nAt approximately 1300 on August 12, 1999, the M/V Gardenia Ace suffered an engine room fire and lost power.   The 573-foot car carrier was adrift for several hours 80 nm offshore of Point Piedras Blancas, California with 750,000 gallons of marine diesel onboard.  Weather on-scene was winds from the north-northwest at 22 knots.  A US Navy vessel attended on-scene and a commercial tug was sent to tow the vessel into San Francisco Bay.  USCG district 11.  Keyword: potential spill.","<b>Mystery Spill16; 31 miles east of Delaware<\/b> 1999-08-12<br />\n<i>oil<\/i> - NA m³<br />\nAt 1800 on Sunday, August 29, 1999, the New York SSC was contacted concerning a mystery spill 31 miles east of Delaware. Earlier in the afternoon, MSO Philadelphia was notified by a fisherman that he had seen an oil slick \"as far as the eye can see.\" The MSO deployed a USCG helicopter to confirm the report. At 1400 helicopter personnel reported seeing two slicks; one at 38?24.3' N , 74?28.5' W; 38?26.3' N, 74?24.1' W described as a streaky sheen; the other at 38?25' N / 74?36' W, 38?29' N / 74 degrees 33' W described as heavy, bilge-like, brownish oil.  USCG district 1.  Keyword: none.","<b>MV Spirit of 98; Tracy Arm, AK<\/b> 1999-07-27<br />\n<i>diesel fuel<\/i> - 55 m³<br />\nThe Coast Guard MSO Juneau office reported that at 0900 on July 27, the 174' cruise ship, M/V Spirit of 98,  hit a rock in Tracy Arm in Southeastern Alaska.  The approximate location is around the right angle bend roughly 16 miles north of the mouth of Tracy Arm.   The collision resulted in a hole in the engine room, but preliminary indications are that no fuel tanks were ruptured.   The vessel was taking on water and the Coast Guard rushed pumps to the scene to keep the vessel from sinking.  The 120 people on board were successfully removed,and six crew members stayed behind to help maintain the vessel.   It was reported that the vessel was carrying  12,000 gallons of diesel fuel.  Weather on scene was reported to be zero ceiling and rain.  USCG district 17.","<b>M/V Navios Pioneer; Port Royal Sound, South Carolina<\/b> 1999-07-21<br />\n<i>#2 fuel oil, IFO 180, gas oil, crushed granite<\/i> - NA m³<br />\nAt approximately 0400 hours July 21, 1999, the M/V Navios Pioneer ran aground on a mud bank near the entrance to Port Royal Sound, South Carolina.  The vessel was inbound and ran hard aground between buoys 4 and 5.  The 590-foot long vessel was carrying a cargo of crushed granite.  The M/V Navios Pioneer was drawing 27 feet and soundings indicated 27 feet of water at the site.  The vessel contained 60 metric tons of #2 fuel oil, 532 metric tons of IFO 180, and 25 metric tons of gas oil.\u000bAt 1427 hours July 21the M/V Navios Pioneer floated off the bank under her own power.  She was inspected at her anchorage and no damage to her bottom plating was noted.\u000bThe NOAA trajectory analysis suggested that the winds were 10-15 knots from the WSW and would becoming more westerly as the afternoon progressed.  The forecast was for more westerly wind 5-10 knots through Thursday.  Based on these winds and that the ship was 7 miles offshore, NOAA did not anticipate the tidal currents to be strong enough to pull any spilled oil into Port Royal Sound.  NOAA also suggested that any oil spill over the initial 24 hours of the grounding would move offshore and to the east of east southeast.  If significant amounts of the IFO 180 that was on board the vessel would have been lost, NOAA suggested that it could persists for a week or two and result in tarball impacts to the beaches 10's of miles from the grounding site depending on the wind conditions at the time.  USCG district 5.  Keyword: none.","<b>Mystery Spill, Florence; Florence, OR<\/b> 1999-07-18<br />\n<i>Oil<\/i> - NA m³<br />\nBeginning  July 18, 1999, scattered tarballs were reported washing ashore on the coast of Oregon near Florence.  Tarballs continued to wash ashore for several days following the initial discovery.  Weather during this time was northwest winds, 15 to 20 knots.  Impacted shoreline areas were habitat for snowy plovers, a threatened species.  The USCG requested NOAA to assist with the \"How Clean is Clean\" process for beach signoff.  No RP was determined, so the USCG hired cleanup crews to remove tarballs manually, and had PST and NOAA conduct SCAT surveys along about 75 miles of coastline.  The USCG opened the fund to pay for a command post and cleanup efforts.  The response lasted for several weeks.  USCG district 5.","<b>M/V HollandicConfidence; Cape Mendicino, California<\/b> 1999-03-04<br />\n<i>bulk sulfur, IFO, MFO<\/i> - 873 m³<br />\nOn March 4, 1999, a bulk freighter, the M/V Hollandic Confidence, was in danger of sinking 30 miles west of Cape Mendicino, California.  The ship started taking on water in her forward No. 1 cargo hold when the hatch cover was ripped open in a severe storm on Wednesday, March 3.  The ship was transporting 17,135 metric tons of sulfur in four holds.  In her fuel tanks were approximately 169,000 gallons of IFO and 23,000 gallons of marine grade fuel oil. The vessel steamed to San Francisco Bay with two USCG vessel escorts without losing any product.  The USCG sent a helicopter and two vessels on-scene and the response lasted approximately 1 week.  USCG district 11.  Keyword: potential spill.","<b>F/V Sea Quayle; Whale Passage, Alaska<\/b> 1999-02-18<br />\n<i>diesel<\/i> - NA m³<br />\nThe F/V Sea Quayle grounded the morning of February 18, 1999, on Ikognak Rock in Whale Pass between Afognak and Kodiak islands, Alaska.  A late morning USCG overflight was unable to spot a vessel on Ikognak Rock and only saw a light, unrecoverable sheen.  It was obvious that the vessel had sunk.  At the time conditions were southwest winds at 10 to 15 knots.  USCG district 17.  Keyword: no response.","<b>Puerto Rico Mystery Tarballs; Condada, San Juan<\/b> 1999-01-28<br />\n<i>oil<\/i> - NA m³<br />\nReports of tarballs on the beaches in the Condado area of San Juan were received by MSO San Juan yesterday (27 January).  The oil is reported to be fresh semi liquid ranging in dime size to pancake size tarballs and patties.  The source of this oil is unknown.  MSO San Juan is initiating cleanup efforts with assistance from Gulf Strike Team members.  USFWS and PRDNER are on scene to assist with shoreline assessment issues.  NOAA Hazmat has been consulted regarding shoreline assessment, cleanup options, and health and safety concerns for the general public.  A sample of the oil will be shipped to LSU today for analysis.  NOAA Hazmat's Health and Safety officer will in coordination with LSU chemists evaluate the oil and provide a report as to the type of oil, its components and healt and safety recommendations.  USCG district 7.","<b>Carolina Mystery Spill; off the North Carolina and South Carolina coast<\/b> 1999-01-22<br />\n<i>oiled birds<\/i> - NA m³<br />\nMultiple reports of oiled birds have been received along the South Carolina/North Carolina Coast.  90 % of the birds have been loons with a few commorants, garnants and 1 pelican.  The first report was  in the Charleston/ Isle of Palms area on 14 January where 8 birds were collected.  Approximately 92 more birds were collected between 18 and 21 January from the south end of Myrtle Beach to Little River.  Another 20 birds have been collected today (22 January) between Sunset Beach and 50 miles north of Wilmington, NC.\u000b\u000bIt was reported that most of the birds have been collected live, but have been dieing after treatment.  Tri-State Bird Rescue is on-scene along with representatives from SC Fish and Wildlife.  A Coast Guard representative from MSO Charleston will arrive tomorrow.  Samples will be taken from several birds collected at different locations and sent to LSU for analysis.  USCG district 57.","<b>Tug Miss Jessica; offshore Texas<\/b> 1999-01-11<br />\n<i>diesel<\/i> - 185 m³<br />\nAt 1200, January 11, 1999, USCG MSU Galveston reported the tug Miss Jessica on fire and adrift off the coast  about 34 miles south of Galveston, Texas.  The vessel was carrying 40,000 gallons of diesel fuel and 800 gallons of lube oil.  The fire was reported contained within the engine room.  By 1530, January 11, 1999, there was a 200-foot offshore supply vessel on-scene conducting fire-fighting operations.  By later that evening, the fire was completely extinguished without causing any pollution.  The vessel was then taken under tow to Galveston.  USCG district 8.  Keyword: potential spill.","<b>M/V Violetta; Galveston, Texas<\/b> 1998-12-28<br />\n<i>diesel/bunker fuel<\/i> - 818 m³<br />\nDuring the early morning of December 28, 1998, MSU Galveston received a report from the M/V Violetta, that she had a main space fire that was burning out of control.  The vessel was an empty break-bulk freighter anchored in the Bolivar Anchorage (near the Galveston Jetties).  Two crewmen were missing. The initial report included a potential of 10 metric tones of bunker fuel, 80 metric tones of diesel, and 33 small (15-gallon) containers of lube oil.  An air-eye equipped HU-25 from Air Station Corpus Christi surveyed the area for possible pollution.  USCG district 8.  Keyword: potential.","<b>MV VIOLETTA; Galveston, TX<\/b> 1998-12-28<br />\n<i>bunker fuel, diesel, lube oil<\/i> - 818 m³<br />\nDuring the early morning, MSU Galveston received a report from the M/V Violetta indicating that they had a main space fire which was burning out of control.  The Violetta is an empty break-bulk freighter anchored in the Bolivar Anchorage (near the Galveston Jetties).  The initial report included a potential of 10 metric tones of bunker fuel, eighty metric tones of diesel, and 33 small (15-gallon) containers of lube oil.  An air-eye equipped HU-25 from Air Station Corpus Christi is surveying the area for possible pollution.  USCG district 8.","<b>F/V Captain Justin; Tampa Bay, Florida<\/b> 1998-12-23<br />\n<i>diesel<\/i> - 27 m³<br />\nThe F/V Captain Justin sank 1000 yards east of Egmont Key in Tampa Bay on the morning of December 23, 1998.  Onboard were 6000 gallons of diesel fuel.  Shortly after the vessel sank, a 3-mile sheen extending from the vessel's location seaward was reported  On December 24 the vessel was submerged in 20 feet of water near Egmont Key. A preliminary salvage plan was submitted to the Unified Command.  According to this plan, the Captain Justin was to be refloated on December 25.  The Unified Command worked with the vessel's owner and salvor to complete formal salvage plans before salvage operations began.  MSO investigators continued to investigate the cause of the incident.  USCG district 7.  Keyword: salvage.","<b>Train Derailment1; Huntington, West Virginia<\/b> 1998-11-05<br />\n<i>concentrated hydrochloric acid, carbon disulphide, propelene oxide, isopropinal, ethynal,  and  ammonia hydroxide<\/i> - NA m³<br />\nA train traveling along the Ohio River in Huntington, West Virginia had six cars derail; five were not loaded but had residue of various chemicals, including carbon disulphide (a flammable liquid), concentrated HCl (an acid), and ammonia hydroxide (a poison).  The only car carrying cargo was the HCl car.  Responders on-scene determined that the HCl car was leaking and the USCG closed the river for a distance of 2 miles.  Residents, within 2 miles, were notified and warned to stay indoors (shelter in place) by the Huntington Fire Department.  HAZMAT teams from CSX (the railroad) and Dupont Chemical were called on-scene.  CSX and Dupont made level B entries  USCG district 5.","<b>F/V Miss Conch; Freeport, Texas<\/b> 1998-11-04<br />\n<i>marine diesel<\/i> - 9 m³<br />\nNOAA was notified of this incident on November 4, 1998, by MSO Galveston who requested a trajectory and brief assessment of the fate of the spilled diesel.  The Miss Conch, a shrimp boat, was reported overturned 5 to 6 miles off the Texas coast.  This is about 8 miles south-southwest from the entrance to the San Bernadino River.  Initially a tow boat on-scene reported a small sheen that was being dispersed by the seas.  A later overflight reported no sheen.  The overturned vessel is thought to have about 2,000 gallons of diesel onboard. No significant sheens were observed in subsequent overflights.  On November 5, 1998, the vessel was reported sunken about 3 miles offshore of Matagorda Peninsula.  A sheen of 1 to 2 miles long by 40 yards wide was reported near where the ship sank. An updated trajectory was provided.  An overflight on November 6 identified no surface pollution. The NOAA SSC remained in a standby position in anticipation of a situation change.  USCG district 8.  Keyword: none.","<b>Mystery Spill off Monterey Bay; Monterey Bay, CA<\/b> 1998-10-07<br />\n<i>oil<\/i> - NA m³<br />\nOn October 7, 1998 at 1250 PDT, a mariner reported a stripe of black oil at 36 degrees 40.08 minutes N, 122 degrees 12.17 minutes W.  At 1347 PDT, a USCG overflight observer reported an oil slick extending from 36 degrees 40.08 minutes N, 122 degrees 12.17 minutes W to 36 degrees 54.2 minutes N, 122 degrees 22.3 minutes W.  The air crew estimated the slick was approximately 2 feet wide and contained light brown oil that looked like \"chocolate pudding\".  A transparent sheen was observed on both sides of the brown oil. No tarballls were reported.  The aircraft altitude was 75 feet. On-scene winds were from the southwest at about 5 knots.  At this time, the source of the spill is unknown.  USCG district 11.","<b>Point San Pedro Mystery Spill; San Francisco, CA<\/b> 1998-09-28<br />\n<i>oil<\/i> - NA m³<br />\nA Coast Guard flight notified MSO San Francisco  of oil offshore, source unknown.  SSC was contacted today and conducted an overflight.  Oil was located offshore about 10 miles northwest of Point San Pedro.  There were streamers of black oil, mousse and associated sheen.  The CG has decided the oil is collectable and has contracted for cleanup.  An incident command has been established.  First light overflights are expected tomorrow.  NOAA HAZMAT will continue to provide support as needed.  USCG district 11.","<b>Chignik Lake; Alaska Peninsula<\/b> 1998-09-24<br />\n<i>diesel<\/i> - NA m³<br />\nDuring the night of September 23, 1998, there was a shoreside release of diesel  into Chignik Lake on the Alaskan Peninsula.  Chignik Lake is a freshwater lake that drains into Chignik Lagoon via the Chignik River.  The USCG was notifiedof this incident on the afternoon of September 24.   No one seemed to know for sure which tank was affected or how big it was or how much diesel was released.   Gale force winds up to 45 knots hampered local assessment of the situation, so the USCG launched a helicopter from Kodiak to investigate the situation.   Approaching darkness and gale force winds hampered the helicopter, making it unable to land, but it did survey Chignik Lake, Chignik river, and Chignik lagoon.   A small area of sheen was located at the mouth of the lake and in the river but none in the lagoon.  It was impossible to determine the source point of the diesel or how much had been released.  The high winds were rapidly dispersing the remaining sheens, and the USCG decided to close the case.  No wildlife appeared to be affected.  USCG district 17.  Keyword: none.","<b>Breton Sound Mystery Spill; Breton Sound, LA<\/b> 1998-09-03<br />\n<i>emulsified oil<\/i> - NA m³<br />\nOn September 3, 1998, NOAA SSC Charlie Henry was notified by MSO New Orleans that an overflight reported a 4 mile by 4 mile slick of unknown origin in Breton Sound, LA.  The approximate coordinates of the slick are 29?44.7'N, 89?21.5'W.  The slick is reported to be thick with emulsified oil in some places.  On-scene weather is light winds from the NNE.  USCG district 8.","<b>Tug Creole River; 2 miles east of Pascagoula River<\/b> 1998-08-31<br />\n<i>Crude oil<\/i> - 8592 m³<br />\nOn Monday, 31 August 1998,  the 8th District Science Support Coordinators Office was notified of barges aground with potential for release of crude oil.\u000b\u000bVessel:  Tug Creole River\u000bBarges:  two, 285'X50'\u000bCapacity:  45,000 bbl's (estimated for each)\u000bLocation: 2 miles east of Pascagoula River, lat 30?-16.55'N, Long 088?-25.87'W\u000bProduct: Crude Oil (additional information unavailable at present)\u000b  \u000bWhile changing barge configuration, one barge went aground and a second is expected to go aground.  Next high tide is estimated at 6:45 on Tuesday, 1 September.  The adjacent area is the environmentally sensitive Gulf Islands National Seashore.  Higher than normal tides are expected in the morning which could aid in refloating and reconfiguring the barges.  The weather in the area is expected to degrade with tropical storm conditions predicted on Wednesday.  USCG district 8.","<b>Railcar Release; Cambridge, MA<\/b> 1998-07-31<br />\n<i>caustic hydrochloric acid<\/i> - NA m³<br />\nThe acid, which leaked from a train tanker car in a rail yard, sent a cloud of fumes into the air, forced the evacuation of two buildings, and shut down a highway.  At least one man was taken to Somerville Hospital after, complaining of feeling ill.  His condition was being evaluated.  A crew member discovered the hydrochloric acid, leaking from a 6-inch gash in the bottom of the car, while making a routine inspection of the cars at 9:12 a.m.  Cambridge fire officials first said the leak in the 66-thousand gallon white tanker car was caused by a train derailment. But when firefighters from the hazardous materials team got a close-up look, they determined that the tank split open because of a structural failure.  The tanker contained several compartments, preventing its entire contents from spilling.  Teams of hazardous materials specialists, dressed in plastic suits with hoods and face masks, took turns trying to secure a patch on the tanker.  USCG district 1.","<b>F/V Juan Gabriel; York Spit Channel, Virginia<\/b> 1998-06-22<br />\n<i>diesel<\/i> - 50 m³<br />\nAbout 2300 hours on June 22, 1998, the F/V Juan Gabriel and the F/V Gulf Island collided in the area of York Spit channel near the Hampton Roads Bridge/Tunnel.  The F/V Juan Gabriel, potentially carrying 11,000 gallons of diesel fuel, was sunk and her crew rescued by the Gulf Island.  During the rescue, there were reports of the smell of oil in the area.  On the morning of June 23, heavy fog with visibility less than 1/2 mile made it impossible to see oil on the water surface.  USCG district 5.  Keyword: salvage.","<b>M/T Kapitan Egorov; Guayanilla Harbor, Puerto Rico<\/b> 1998-06-21<br />\n<i>#6 fuel oil and IFO<\/i> - 1355 m³<br />\nAt approximately 6:30 PM  on June 21, 1998, the M/T Kapitan Egorov ran hard aground in Puerto Rico at Guayanilla Harbor near Buoy #1.  The 206-meter vessel was carrying 298,000 gallons of #6 fuel oil.  USCG district 7.  Keyword: bioremediation, boom, dispersant, ground-truth, in-situ burning, potential spill, salvage, snare.","<b>Morgan City Mystery Slick; Morgan City<\/b> 1998-06-15<br />\n<i>oil<\/i> - NA m³<br />\nAt 1700 CDT, 15 June 98, the D8 SSC received notification from MSO Morgan City of a reported slick off the Louisiana coast.\u000b\u000bA 300 yard by 7 mile long slick of \"dark\" oil had been reported between positions, latitude 29?-13.7 N, longitude 89?-44.7 W, and latitude 29?-07.0 N, longitude 89?-46.0 W.  At the time of the observation the on scene winds were from the SSW at 5 knots and seas were less than 1'.  USCG district 8.","<b>I-95 Gasoline Spill; Housatonic River, Connecticut<\/b> 1998-06-14<br />\n<i>gasoline<\/i> - 41 m³<br />\nAt 1730 on 14 June, a fuel truck carrying approximately 9,000 gallons of gasoline on I-95 (northbound) overturned on a bridge spanning the Housatanic River (CT) at mile 3.9.  No injuries were reported, but nearly all of the gasoline spilled into the river. MSO Long Island Sound is the FOSC and has set up a command post on scene. The Milford, Stratford, and Bridgeport Fire and Police Departments are assisting. Vacuum trucks are removing the several hundred gallons of gasoline that remain in the overturned truck. The CT State Police are conducting alcohol and drug tests on the driver. Weather conditions have not been conducive to evaporation and a  significant explosive and inhalation danger remains.  North and south bound lanes of I-95 expect to remain closed through 0400 (6/15). The river current is pushing the product downstream and will eventually disperse the vast majority of it.  American Environmental Technologies has been identified as the responsible party.  An overflight of the effected area is scheduled for first light.  USCG district 1.  Keyword: vacuum trucks.","<b>Texas Coast Mystery Slick; Texas Coast<\/b> 1998-05-02<br />\n<i>oil<\/i> - NA m³<br />\nAt 2330 on Saturday, May 2, 1998 the D8 SSC was contacted by MSU Galveston concerning the report of a slick off the Texas Coast.\u000b\u000bA ten mile long slick of \"thick light brown oil\" had been reported in position, lat: 27-40.0 N, long: 93-37.0 W or just south of the East Flower Garden Bank, National Marine Santuary.  The report was that four slicks of thick light brown oil extended for a distance of ten miles north of the above position.  The northern end of the slick was a \"diesel like\" sheen.\u000b\u000bThe SSC consulted with Jerry Galt and Glen Watabayashi of NOAA HAZMAT in Seattle and provided the Coast Guard with a verbal trajectory.  Seattle HAZMAT used the Texas General Land Office's (TGLO) TABS buoy system current information as well as current and forecasted weather information to evaluate the situation.  It was determined that the slick would most likely move to the WNW of the reported position at approximately 1/3 to 1/2 of a knot.  The reported position was as of 1730 on Saturday afternoon and due to logistical constraints the MSU was unable to schedule an overflight until Sunday afternoon.  In this interim the slick could be expected to move 10 miles to the WNW.\u000b\u000bOn Sunday afternoon the Coast Guard conducted an overflight and with the trajectory information provided, they were able to successfully locate the slick.  The overflight revealed a 200 x 200 yard slick of light brown oil which was somewhat patchy.  It is believed that either the initial report overestimated the amount of product or the majority had already evaporated.  Due to the distance offshore (100 miles) and the small amount of product no further response was warranted.  USCG district 8.","<b>F/V Granny B; Pamlico Sound, North Carolina<\/b> 1998-04-20<br />\n<i>diesel<\/i> - 0 m³<br />\nOn April 20, 1998, the F/V Granny B sank in 10 feet of water in Pamlico Sound North Carolina following a collision with the pleasure craft Adom II.  The terry Ocracoke crew reported a light sheen coming from the sunken vessel.  The Granny B was reported to have approximately 700 gallons of diesel onboard when she sank.  USCG district 5.  Keyword: sorbent boom.","<b>Texas Mystery Slick; 65 miles off the Texas coast<\/b> 1998-04-01<br />\n<i>oil<\/i> - NA m³<br />\nn the afternoon of 01April98 NOAA Hazmat was contacted by USCG MSU Galveston.  They relayed that three large sheens had been reported 65 miles off the Texas coast.  Seattle Hazmat, MASS personnel researched the coastal currents and weather forecast.  The slicks were determined to be no immediate threat to the coast, however, depending upon their exact nature (size, thickness and composition),  on-shore winds, and forecast for the next two days, it could increase the chances of impact.\u000b\u000bAs of 1100CST, 02April98, overflights have failed to detect any sign of the slicks.  The extremely light nature of the sheens and lack of any potential sources within several miles have lead responders to believe that the slicks may have been the result of oily bilge water discharge and most likely have they dissipated.  The NOAA HAZMAT's New Orleans SSC has been in contact with the MSU and is available should any sign of the sheens be located.\u000b\u000bPoint of contact:  NOAA HAZMAT SSC  LTJG Todd Bridgeman  New Orleans, LA  USCG district 8.","<b>Freighter Grounded; Port Everglades Inlet<\/b> 1998-03-18<br />\n<i>#6 fuel oil, #2 diesel, lube oil<\/i> - 164 m³<br />\nThe container ship M/V Hind is aground 3/4 of a mile north of Port Everglades Inlet at position 26? 6.4'N 80? 6.0'W.  Fuel onboard includes 24,000 gallons of #6 fuel oil, 12,000 gallons of #2 diesel, and 600 gallons of lube oil.  At this time, no information is known about the container cargo.  The Coast Guard reports there is a crack in the ships aft peak bulkhead and water is leaking into the engine room.  USCG district 7.","<b>M/V Hind; Fort Lauderdale, Florida<\/b> 1998-03-18<br />\n<i>#6 fuel oil, diesel, lube oil<\/i> - 166 m³<br />\nThe container ship M/V Hind grounded 3/4 of a mile north of Port Everglades Inlet.  Oil onboard included 24,000 gallons of #6 fuel oil, 12,000 gallons of #2 diesel, and 600 gallons of lube oil.  The USCG reported a crack in the ship's aft-peak bulkhead letting water leak into the engine room.  USCG district 7.  Keyword: potential.","<b>Crane Barge; Wilmington, North Carolina<\/b> 1998-03-09<br />\n<i>diesel<\/i> - NA m³<br />\nOn the morning of March 9, 1998, MSO Wilmington saw a crane barge listing heavily at Point Peter, Wilmington, North Carolina.  A rainbow sheen was seen coming from the crane barge.  By noon the barge had sunk completely and a heavy rainbow sheen was bubbling up from it.  USCG district 5.  Keyword: sorbent boom.","<b>T/B Genie Marie; Salsbury, Maryland<\/b> 1998-03-06<br />\n<i>gasoline<\/i> - 3819 m³<br />\nIn the early morning of March 6, 1998, USCG ACT Baltimore was notified that the tug Barbary Coast lost her rudder and pushed the T/B Genie Marie aground in the Wicomico River near lighted Buoy 28.  The barge had 20,000 barrels of gasoline onboard.  USCG district 5.  Keyword: potential.","<b>Tug Florida Seahorse; Houma, Louisiana<\/b> 1998-02-26<br />\n<i>diesel, hazardous material<\/i> - NA m³<br />\nAt 1930, February 26, 1998, MSO Morgan City was told that the tug, Florida Seahorse,  carrying 1000 gallons of diesel fuel, was sinking 3 miles south of the Houma, Louisiana navigational channel. When the tug's position was plotted, it was found to be buried 3 feet under mud and extremely close to the recorded position of a crude-oil pipeline. \u000b\u000bThe morning of February 25, 1998, when salvors went on-scene, they were unable to locate the vessel.  The concern was that if the vessel  might rupture the pipeline causing a catastrophic loss of oil.  The incident was federalized.  MSO Morgan City directed the salvage operations; NOAA provided weather support.  USCG district 8.  Keyword: none.","<b>M/V PACIFIC MAKO; FT LAUDERDALE BEACH, FL<\/b> 1998-02-03<br />\n<i>IFO 180, Diesel<\/i> - 364 m³<br />\nPOLREP ONE, POTENTIAL MAJOR, LOW PROBABILITY, CONTAINERSHIP\u000bPACIFIC MAKO LAYING BTWN REEFS .4 NM EAST OF FT LAUDERDALE BEACH, 2\u000bNM NORTH OF PORT EVERGLADES INLET, FL.  \u000b1.  SITUATION:\u000bA.  022200R FEB 98 CONTAINERSHIP PACIFIC MAKO PRESENTLY ANCHORED WITH\u000b2 ANCHORS LAYING IN TROUGH BTWN TWO REEFS .4 NM EAST OF FT LAUDERDALE\u000bBEACH, 2 NM NORTH OF PORT EVERGLADES INLET, FL.  VSL RPTS APPROX 22\u000bTONS OF I.F.O. AND 18 TONS OF DIESEL ONBOARD.  USCG district 7.","<b>Tarballs 98; Bodega Bay, CA<\/b> 1998-01-21<br />\n<i>oil, tarballs<\/i> - NA m³<br />\nAt about 1450, Saturday, 17 January, MSO San Francisco was notified of stranding tarballs and oiled wildlife on the beaches of Drakes Estero.  Teams found tarballs, oiled vegetation and scattered tar patties along the beach at the water line.  Wildlife teams began collecting oiled live and dead birds.  A Unified Command was established and the Coast Guard hired cleanup contractors to remove the oiled debris.  To date, about 120 lbs of tar and solid waste has been collected.  Several overflights have been conducted and no floating oil has been found.  Assessments of other Point Reyes area beaches have been made and no new oiling was found.  As of yesterday, a total of 64 oiled birds have been collected for cleaning and 115 have been found dead.  Rescue efforts will continue as impacts to wildlife remain and further assessment are planned.  USCG district 11.","<b>M/V ANADYR; Commencment Bay, Tacoma, WA<\/b> 1998-01-03<br />\n<i>IFO 180<\/i> - NA m³<br />\nUSCG MSO Puget Sound reported a spill of IFO 180 from the Russian freighter M/V ANADYR at Pier 7 into the Sitcum Waterway, Commencement Bay in Tacoma, Washington.  The spill  occurred at approximately 0800 on January 1, 1998.  Most of the initial spill was reported contained at the pier by boom.  The Coast Guard reports the volume of spill is unknown.  At 2055 on January 2nd,  the NOAA SSC was requested to provide weather, tides, and assist in calculating volume of oil from on-scene description of area covered and appearance of oil.  USCG district 13.","<b>Mystery Spill, Point Reyes; Point Reyes, CA<\/b> 1997-11-21<br />\n<i>Oil<\/i> - NA m³<br />\nMystery Spill Drakes Bay, CA  Initial Report:  On Sunday November 16, MSO San Francisco received reports from Point Reyes National Seashore of tarballs and oiled birds on Drakes Beach.  An MSO team was dispatched and found trace amounts of dime sized tarballs along the beach.  Personnel from the Point Reyes National Seashore and the Gulf of the Farallones National Marine Sanctuary began collecting oiled live birds and dead birds.  The Coast Guard conducted an overflight, but did not find any floating oil.  By Monday, there were over 50 birds found dead, and an estimated 200 birds observed oiled in an area extending out to the Farallone Islands and south to Ocean Beach.  Among the birds affected were 7 Snowy Plovers and one Brown Pelican, both endangered species.  The International Bird Rescue and Research Center in Berkeley CA began cleaning and rehabilitating oiled birds.  Assessment teams continued to find dime to half dollar sized tarballs along the shoreline and in the high tide debris line from Drakes Beach to Limantour Beach.  On Tuesday the SSC conducted an overflight and found no floating oil.  Clean up teams began removing oiled debris. In addition to oiled birds, there was a report of nine oiled (estimated 2% coverage) Elephant Seals observed near Chimney Rock. Shoreline assessment, wildlife collection, cleaning and rehabilitation continued.  On Wednesday, the assessment teams found no new oiling.  The cleanup crews finished cleaning the impacted areas.  Wildlife teams had collected a total of 78 oiled birds for cleaning, and found 194 birds dead.  Teams continued assessment of beaches and wildlife collection and observations.  Thursday continued with shore assessments, wildlife collections and observations.  There was no further shore impacts and sign off of some areas was started.  However late in the day, an additional 50 freshly oiled birds were reported and there were concerns about additional floating oil.  Today, the SSC conducted another overflight concentrating in an area between the Farallone Islands, Point Reyes and Bolinas Point.  Some areas of oil were found.  The areas consisted primarily of trace amounts of silver sheens and some scattered tarballs with sheen in convergence lines.  A larger area of sheen, tarballs, and tar patties was found south of the area about 20 east of San Pedro Point.  In the Drakes Bay area, teams continued to survey beach areas, and conduct wildlife collections and observations. Bird totals as of today are: 92 oiled birds collected for cleaning and rehabilitation and 278 birds found dead.  The SSC will conduct an overflight tomorrow and remains on call to assist as needed.  USCG district 5.","<b>Mystery Tarballs, Drakes Bay; Point Reyes, California<\/b> 1997-11-16<br />\n<i>crude oil<\/i> - NA m³<br />\nOn November 16, 1997, MSO San Francisco received reports of tarballs and oiled birds on Drakes Beach from the Point Reyes National Seashore.  An MSO team was dispatched and found trace amounts of dime-sized tarballs along the beach.  Personnel from the Point Reyes National Seashore and the Gulf of the Farallones National Marine Sanctuary began collecting oiled live and dead birds.  The Oiled Wildlife Care Network and International Bird Rescue and Research Center in Berkeley, California began cleaning and rehabilitating oiled birds.  USCG district 11.  Keyword: International Bird Rescue and Research Center.","<b>C/V Ned Lloyd Delft; Port of Hampton Road, Virginia<\/b> 1997-11-12<br />\n<i>#6 fuel oil<\/i> - NA m³<br />\nOn the morning of November 12, 1997, the C/V Ned Lloyd Delft transiting from Portsmouth Marine Terminal to Lynnhaven Anchorage in Chesapeake Bay reported leaking #6 fuel oil.  At 0915 Eastern Standard Time (EST), the vessel anchored at the Lynnhaven Anchorage.  It was not known how much product was lost or if the vessel was still leaking.\u000b\u000bThe initial investigation suggested that the #6 fuel oil leaked from a crack between a fuel tank and the bunker tanks on the Ned Lloyd Delft.  The release occurred when the bunker tanks were being emptied.  USCG district 5.  Keyword: none.","<b>Northern Voyager; Gloucester, MA<\/b> 1997-11-03<br />\n<i>Diesel, lube oil<\/i> - 45 m³<br />\nOn the morning of 11/2/97, the 144 foot fishing vessel NORTHERN VOYAGER, radioed the US Coast Guard that it was taking on water and sinking, 3.5 miles east Gloucester, MA.  The USCG responded with rescue units and retreived the crew.  In addition, the USCG placed damage control teams aboard in an attempt to control the flooding.  This action was in vain and the vessel sank in 150-250 feet of water.  She was carrying an estimated 10,000 gallons of diesel fuel, 200 gallons of lube oil and 400,000 pounds of herring.  At the time of the sinking the weather was harsh with heavy seas and winds over 15 knots. -  - Upon sinking, a USCG overflight observed a broken sheen extending northwesterly for approximately one mile at approximately 500 yards wide. -  - The NOAA SSC was notified of the spill directly by the MSO Boston.  After consulting with the weather service, SHIO and ADIOS, it was determined that land impacts of any significant amount were unlikely.  In addition, it was agreed that any attempt at protection strategies would prove pointless, given the heavy surf.  The FOSC considered sending divers to close the vents.  It was agreed that, if the vessel was in 200+ feet of water, such an operation would be unnecessarily risky to the divers. -  - On the morning (11/3/97) overflight, no sheen was sighted.  The vessel's owner had determined the depth of the vessel at 140 feet and had decided to send hard-hat divers to begin salvage operations.While the divers are on-station, they will close the vents to prevent any further release.  The diving operation will begin Tuesday (11/4/97), weather permitting.  USCG will monitor for oil releases at that time. -  - The vessel sank less than one mile north of the Stellwagon Bank National Marine Sanctuary and some twelve miles east of the Plum Island USFWS Reserve.  USCG district 1.","<b>Mystery Spill - Gulf of Mexico; Gulf of Mexico<\/b> 1997-10-27<br />\n<i>oil<\/i> - NA m³<br />\nAt 1000 on Saturday, October 25, 1997, the Assistant SSC, Todd A. Bridgeman was notified by MSU Galveston of the sighting of a slick of unknown origin in the Gulf of Mexico approximately 20 miles south of Galveston, Texas.  Reports were received from two rigs on the High Island lease block.  One report came from High Island 177 (position 29?11.0 N, 094?23.0 W) and the other from High Island 195 (position 29?10.34 N, 094?22.18 W).  The reported slick was estimated to be two miles wide by ten miles long consisting of a \"thick sheen\" or \"rainbow colored sheen and some dark areas\" depending upon the reporting party.  On-scene weather was winds from the SSW at 10-15 kts., seas of 4-6 feet, visibility of 5 miles and temperatures in the 70's. -  - MSU Galveston requested initial trajectory analysis and resources at risk from the Assistant SSC while simultaneously launching a helicopter overflight to confirm the sightings.-  - The initial assessment was that the slick was not an immediate threat to the coast and the present rough on-scene weather would facilitate dispersion of the slick, and that the passage of a front (expected in the following 12 hours) would cause the wind to shift around to the NNE, away from land further decreasing the threat.  The helicopter overflight revealed a two mile long slick of rapidly dissipating sheen.  Pending further developments the case was closed.  USCG district 8.","<b>Mystery Spill/Monterey Bird Incident; Santa Cruz, California<\/b> 1997-10-24<br />\n<i>non-petroleum oil<\/i> - NA m³<br />\nOn October 24, 1997, the USCG received reports of an unknown substance washing ashore at Sunset Beach in Soquel Cove, Monterey Bay; they also began receiving reports of bird impacts.  The beach was initially evacuated and the Santa Cruz HAZMAT Team investigated the substance.  It was determined to be a non-toxic, non-petroleum oil, however a definitive identification was never made.  Laboratory reports ranged from hydrogenated vegetable oil, emulsified sardine oil, to an animal, vegetable, or fish by-product.  USCG district 11.  Keyword: none.","<b>F/V Celia M; Barataria Pass, Louisiana<\/b> 1997-10-21<br />\n<i>diesel<\/i> - NA m³<br />\nAt 1815, October 21, 1997, the fishing vessel Celia M sank about 4.5 miles east-southeast of Barataria Pass, Louisiana in 40 to 45 feet of water.  The vessel was described as a 165-foot \"pogy boat.\"  She was carrying 2000 to 8000 gallons of diesel fuel, 300 gallons of lube oil, 300 gallons of hydraulic oil, and a 250-ton catch.  \u000b\u000bThe USCG reported that 14 people onboard were rescued before the vessel sank.  A 1-mile long \"red\" diesel slick was reported tending south from the vessel.  On October 23, 1997, divers completed plugging all vents, stopping the flow of diesel.  USCG district 8.  Keyword: none.","<b>Mystery Spill - Florida Keys; Florida Keys<\/b> 1997-09-30<br />\n<i>oil<\/i> - NA m³<br />\nAn oil slick of unknown origin was discovered in the early afternoon of 30 SEP 1997 approximately 10 miles south of the western part of the Florida Keys.  It is believed the report originated from the Florida Marine Patrol.  The slick was reported to be a dark, weathered oil scattered along a path approx. 10 miles long and 1/2 mile wide. -  - At 1510 EDT, the eastern position was reported to be near:  24?20.32'N, 081?35.79'W and the western end was reported to be near:  24?20.49'N, 081?42.93'W. -  - An overflight by the U.S. Coast Guard was being initiated to gather further information. -  - On scene weather was reported to be:  Winds SE 10 knots, Seas 1 foot. -  - NOAA Scientific Support Coordinator (SSC),  LCDR Brad Benggio is assisting the USCG in Miami.  USCG district 7.","<b>Texaco Pipeline - Louisiana; South Timbalier Block 270<\/b> 1997-08-14<br />\n<i>crude oil<\/i> - NA m³<br />\nOn August 14, 1997, a routine USCG training flight reported two slicks one to three miles by .5 miles, with heavy brown mousse and heavy rainbow sheen  (70% rainbow sheen and 30% black oil).  As a result of  this report, a significant response and search for the source of the spill began.\u000b\u000bThree potential RPs were identified; Shell Oil, Texaco Pipeline, and Forest Gas-Pipeline Company. All pipelines were shut-in.   Although none of the companies had noticed a reduction in pressure, Texaco tentatively assumed the responsibility, opened a Command Post in Houma, Louisiana and called out their contracted responders.  USCG district 8.  Keyword: infrared (IR), side-looking airborne radar (SLAR).","<b>Dundalk Marine Terminal; Baltimore, Maryland<\/b> 1997-07-29<br />\n<i>chlorpyrifos<\/i> - NA m³<br />\nLate in the day on July 28, 1997, ACT Baltimore received notification of a leak from two containers  on the Dundalk Marine Terminal packed by a company called Dowelanco.  Shipping papers identified the material as chlorpyrifos, UN 2783 (one of the synonyms for this chemical is dursban). Each container held 61 drums of the chemical.  USCG district 5.  Keyword: ATSDR.","<b>T/S Providence; Yorktown, Virginia<\/b> 1997-07-24<br />\n<i>crude oil<\/i> - NA m³<br />\nOn July 23, 1997,  MSO Hampton Roads received a report that a sheen had been sighted near the Providence, moored at the AMOCO dock.  The USCG observed small drops of heavy black oil surfacing in the water near the starboard side of the vessel, but were unable to determine the source.  AMOCO reported that there was no water in the crude oil that was being transferred from the ship to the facility.   On July 24, a hull survey was completed with no sign of an oil leak.  No sheen could be seen, but heavy weather was a factor to be considered.  USCG district 5.  Keyword: potential spill.","<b>Tug Marie M; Grays Harbor, WA<\/b> 1997-07-07<br />\n<i>diesel fuel, lube oil<\/i> - 85 m³<br />\nPOTENTIAL RELEASE:  On 3 July 97 the 85 foot tug MARIE M sank, due to unknown causes, just north of Westport, near buoy \"A\" in Grays Harbor, Washington.  There was minimal release and little sheening at the time of sinking, with no reported impacts.  Divers have since plugged the ship's fuel vents, and no oil is leaking at this time.  The tug position is reported as:  46? 58.09' N, 124? 07.10' W.  The tug has 18,000 gallons of diesel fuel and 800 gallons of lube oil aboard.-  USCG district 13.","<b>Bravo Anchorage Mystery Spill; Norfolk, Virginia<\/b> 1997-05-23<br />\n<i>diesel<\/i> - NA m³<br />\nOn May 23, 1997, MSO Hampton Roads received a report of a mystery spill.  A USCG 41-foot patrol boat reported a heavy brown substance with the smell of diesel coming from the southeast corner of the Bravo Anchorage where three vessels were anchored.  The anchorage is off Lynnhaven Inlet, just west of Cape Henry in the Port of Hampton Roads.  USCG district 5.  Keyword: none.","<b>C/V Pol America; Nantucket Island, Massachusetts<\/b> 1997-04-02<br />\n<i>containers<\/i> - NA m³<br />\nThe container vessel (C/V) Pol America lost ten containers over the side on the night of March 31, 1997, 10 miles off Nausett Beach in Massachusetts  The contents were not immediately available, with the exception of bags of candy that were washing ashore on Nantucket Island and Cape Cod.  USCG district 1.  Keyword: none.","<b>F/V Lisa Jo; Akun Island, Aleutian Island Chain, Alaska<\/b> 1997-02-19<br />\n<i>diesel<\/i> - 5 m³<br />\nThe F/V Lisa Jo, a 77-foot craft, ran hard aground in Akun Bay on the north side of Akun Island in the early morning of February 19, 1997.  The vessel had roughly 1,200 gallons of diesel onboard.  The craft maintained her integrity for less that a day.  The strong north winds caused her to breakup and disgorge all her diesel.   The vessel was considered a total loss.   The Coast Guard Cutter  Mellon stood by offshore and helped rescue the captain.   Overflights on the second day revealed considerable sheen around the vessel and no birds or marine mammals were noted in the immediate vicinity.  No response was possible or necessary. Throughout the incident strong winds from the northern quadrant pounded the craft.  USCG district 17.  Keyword: none.","<b>C/V Houston; Maryland Shoal, Florida Keys National Marine Sanctuary<\/b> 1997-02-03<br />\n<i>Bunker, diesel, lube<\/i> - 24549 m³<br />\nDuring the night of February 3, 1997, the C/V Houston ran hard aground while en route from New Orleans to Spain.   Most of the approximately 2,700 tons of fuel carried by the ship was a heavy fuel oil.  The ship also carried marine diesel and lube oil.  The ship was loaded with containers, nine of which contained hazardous materials, but the risk of damage to these containers or their cargo was low.\u000b\u000bFuel was lightered from the vessel on February 8 and the ship was refloated and pulled free of the reef that evening during high tide.  The Houston proceeded to the Port of Miami for damage inspection.  USCG district 7.","<b>Cape Cod Mystery Spill; Truro, Massachusetts<\/b> 1997-01-31<br />\n<i>#6 oil or crude<\/i> - NA m³<br />\nNOAA was notified of this incident on January 31, 1997, by MSO Providence.\u000bAt the request of the FOSC, the SSC provided resources at risk and hindcast information.  The hindcast suggested that the oil could have come from as far away as Canada and been blown ashore by westerly winds.  No other oil was found at sea by overflights.  The FOSC used manual cleanup on the beach and by the evening of February 1 the cleanup was completed.  USCG district 1.  Keyword: none.","<b>Mystery Spill15; Lake Charles, Louisiana<\/b> 1997-01-22<br />\n<i>lube oil<\/i> - NA m³<br />\nAn unidentified quantity of a light-colored oil was discovered in a bayou in the Lake Charles, Louisiana area.  After much investigation by MSO Lake Charles, the source of the product could not be found.  The previous weeks had seen extremely cold temperatures around Lake Charles and the MSO reported that several electrical transformers had blown during the cold snap.  The MSO was concerned that the product may contain high levels of PCBs because it is commonly used with transformer oil.  USCG district 8.  Keyword: none.","<b>M/V Baneasa; Aleutian Island chain, Alaska<\/b> 1996-12-25<br />\n<i>bunker C, diesel fuel<\/i> - 959 m³<br />\nAt 2010 December 24th the M/V BANEASA reported to the USCG that their rudder was stuck hard over to starboard and they were adrift 70 nm south of Atka Island, AK.  The vessel is 833 ft. carrying a cargo of 4250 barrels (178,500 gallons) heavy fuel oil and 800 bbls (33,600 gallons) diesel.\u000bOn Christmas morning 1996,  the M/V Baneasa, an 833-foot unladen freighter, reported that her rudder was stuck hard to starboard and she was drifting at the mercy of the winds and seas.   She was roughly 70 miles south of Amilia Island in the Aleutian Chain with southeast winds.  The USCG determined that she would probably go aground sometime during the morning of December 26.  The USCG mobilized part of the Pacific Strike Team (PST), NOAA was notified, NAVSUPSALV was activated, and State and Federal resource agencies were put on high alert.    The first vessel on-scene was the USCG Cutter Midget  who put a line to the Baneasa, providing a small measure of control.  The RP arranged for a small tug to arrive on-scene by midnight of December 26 with a much larger one, the Agnes Foss, due to arrive the next day.   An incident command post (ICP) was established at the new ADES Emergency Operations Center on  Fort Richardson in Anchorage, a forward command post was established at Atka Island, a USCG-130 overflight occurred, NAVSUPSALV spill equipment was mobilized to Elmendorf Air Force Base for possible transfer to the scene, and PST personnel were en route to Adak with pumps and dewatering gear.  USCG district 17.  Keyword: NAVSUPSALV.","<b>Tosco Bayway Refinery; Elizabeth, New Jersey<\/b> 1996-12-11<br />\n<i>gas oil<\/i> - NA m³<br />\nThe heat exchanger at the Tosco Bayway Refinery ruptured and injected gas-oil into the cooling water that leads into Morses Creek.  Once the oil was in the water it went under a series of pre-staged boom into the Arthur Kill. When the hot oil reached the cold waters of the Kill, it resurfaced and impacted the west shore of Staten Island, Pralls Island, and the marsh at Sawmill Creek.  Cleanup crews removed what oil they could.  USCG district 1.","<b>F/V Gladys Loraine; Newport News, Virginia<\/b> 1996-12-10<br />\n<i>diesel<\/i> - NA m³<br />\nOn December 10, 1996, the Newport News Fire and Rescue rescued seven people from the capsized F/V Gladys Loraine.  The vessel was listing 90 degrees to starboard with 4 feet of the port side exposed in 13 feet of water.\u000bNOAA was notified of this incident on December 10, 1996, by MSO Hampton Roads who asked for a trajectory.  NOAA support was not needed on-scene as the vessel's situation was stable within the small boat harbor.  NOAA's support to the MSO staff during the response planning process (resources at risk, weather updates, and trajectories) was provided by phone and facsimile.  USCG district 5.  Keyword: potential.","<b>Furnace Brook: Mystery Spill; Quincy, Massachusetts<\/b> 1996-11-26<br />\n<i>#4oil<\/i> - NA m³<br />\nOn November 26, 1996, MSO Boston was contacted by Massachusetts Department of Environmental Protection (DEP) personnel to report oil contamination in Furnace Brook; the suspected source was a nearby hospital.  Approximately one-quarter mile of marsh was impacted.\u000b\u000bState officials were interested in cutting the marsh and conducting more intrusive cleaning techniques.  USCG district 1.  Keyword: sorbent boom.","<b>F/V Maria Angela; Nantucket Island, Massachusetts<\/b> 1996-11-15<br />\n<i>diesel<\/i> - NA m³<br />\nThe 75-foot, steel-hull fishing vessel Maria Angela ran hard aground one mile off the entrance to Nantucket Harbor.\u000bNOAA was notified of this potential spill on November 15, 1996, by the Port Operations officer from USCG Marine Safety Office (MSO) Providence who requested information regarding the expected fate of the oil (if spilled) and the resources that would be at risk.  The SSC provided fate information using NOAA's computer program ADIOS and consulted the National Weather Service (NWS) to help predict where the oil might impact.  The SSC also identified sensitive areas within the potential impact area and suggested protection priorities.\u000bThe fishing vessel was refloated at the next high tide without releasing any oil.  USCG district 1.  Keyword: potential.","<b>M/V Tanya; Florida Keys<\/b> 1996-11-13<br />\n<i>marine diesel<\/i> - NA m³<br />\nThe M/V Tanya lost steering capability off the reef line between Carysfort and Elbow reefs in the Florida Keys on November 13, 1996, when a gale was influencing conditions in the area.  Northeast winds at 25 to 30 knots were predicted, increasing to 35 knots.  The seas were predicted to be 15 feet.  The Tanya, unable to steer, was quickly driven towards the reef line at the Elbow Reef.  The Florida Keys National Marine Sanctuary was notified through the Upper Keys Manager out of Key Largo.  A sanctuary representative arrived at the USCG MSO at about 1900.  By that time, the Tanya's anchor was holding the vessel at position 25?11.02' N and 080?10.08' W.  The USCG and a contracted tug unable to attach a line to the Tanya for towing, left the vessel at anchorage until morning.  The anchor reportedly dragged overnight, bringing the vessel within one-half mile of the reef line before a larger tug was able to arrive on-scene and begin towing the vessel to Tampa.  USCG district 7.  Keyword: none.","<b>M/T Igloo Moon; Key Biscayne, Florida<\/b> 1996-11-06<br />\n<i>butadiene, IFO 380, marine diesel, lube oil<\/i> - 423 m³<br />\nThe M/T Igloo Moon, a liquid propane gas (LPG) tank vessel carrying a full cargo (6,589 metric tons) of butadiene to Houston, Texas, ran aground  November 6, 1996, on a sand bottom, in 25 feet of water, within the Biscayne National Park boundary.  The vessel was reportedly carrying 57,000 gallons of IFO 380, a heavy fuel oil similar to #6; 30,000 gallons of marine diesel; and 6,000 gallons of lube oil.\u000b\u000bThe USCG immediately began its incident command and by early that morning established a Unified Command at MSO Miami.  A primary concern was the stability of the butadiene cargo and potential for evacuations.  Butadiene is a colorless gas with a mild gasoline-like odor. It is flammable, reactive, and mildly toxic by inhalation, causing eye and respiratory tract irritation at high concentrations. Butadiene is a suspected human carcinogen. It was shipped as a liquefied compressed gas under refrigeration. Chemical inhibitor was added to it to prevent polymerization.  USCG district 7.  Keyword: endangered species.","<b>F/V Lady Luck; Cape May, New Jersey<\/b> 1996-08-11<br />\n<i>diesel fuel<\/i> - 34 m³<br />\nAt approximately 0900 on August 11, 1996, the 71-foot commercial F/V Lady Luck sank in 230 feet of water about 70 miles east of Cape May, New Jersey. The weather at the time was calm winds, temperature 80?F, visibility at 12 miles.\u000bThe seven people onboard were rescued before the vessel sank.  The boat had about 7,500 gallons of diesel fuel onboard when it went down.  Initially a 2-mile long by 200-foot wide slick was observed from the point of sinking.  At 1745 an overflight from USCG Group Cape May indicated the sheen had reduced to 0.5 long by 0.25 nautical mile wide, drifting in a southerly direction.  USCG district 5.  Keyword: evaporation, NOAA National Marine Fisheries Service Laboratory.","<b>Samedon Oil; Sabine River, Texas<\/b> 1996-08-09<br />\n<i>medium crude oil<\/i> - NA m³<br />\nOn August 9, 1996, at the Cameron Meadows Lease in the Sabine River, a two-inch pipe nipple broke off a flowline going to a header manifold.  The accident was caused by internal corrosion.   A leak at the bottom of a four-inch bulk line was also discovered in the same area.  The area is a fresh-to-brackish marsh surrounded by 100-foot wide canals and spoil banks ranging from four to six feet above mean water level.  USCG district 8.  Keyword: in-situ burning.","<b>TWA Flight 800 Crash; Long Island, New York<\/b> 1996-07-17<br />\n<i>JP-1 jet fuel oil<\/i> - NA m³<br />\nAt approximately 2040 Eastern Daylight Time, July 17, 1996, TWA Flight 800 en route from New York's JFK Airport to Paris, exploded off the coast of Long Island, New York.  The plane crashed into the ocean with 229 passengers and crew onboard; there were no survivors.  JP-1 jet fuel, hydraulic oil, and lube oil were released and burned.  USCG district 1.  Keyword: none.","<b>Mendenhall Wetlands; Juneau, Alaska<\/b> 1996-06-08<br />\n<i>Diesel #2<\/i> - 2 m³<br />\nA homeowner discovered a release from his buried home heating oil tank on June 8, 1996, after an apparent tank failure.  When this release actually occurred is unknown.  The home and tank are 20 feet from  the edge of the Mendenhall wetlands. The escaping diesel #2 contaminated a small portion of the upper intertidal zone of this marsh.  The tank was last filled on May 20 and had a capacity of 500 gallons.  Heavy contamination is approximately 25 by 75 feet in marsh grass, and run off continued down a narrow drainage channel to Gastineau Channel.  The free product was cleaned up with sorbent pads, and the oiled vegetation and contaminated soil were removed from the site.   The leaking tank was emptied and removed.  The contractor hired by the potentially responsible party (PRP) recommended that any further ground disturbance or excavation would cause more harm than good and that in-situ biologically enhanced treatment should be undertaken.  This treatment involved adding a garden-variety slow-release, high-nitrogen fertilizer to stimulate bacterial degradation of soil hydrocarbons and promote vascular plant regeneration, and by placing 6- to 12-inch diameter transplants from adjacent wetlands on four foot centers in the excavated area.  The Unified Command, composed of the state and the USCG, approved the plan and initiated it on July 15, 1996.  USCG district 17.  Keyword: sorbent pads.","<b>Collision Saudi Makkah and USS Jacksonville; Norfolk, Virginia<\/b> 1996-05-17<br />\n<i>#6 fuel oil<\/i> - NA m³<br />\nOn May 17, 1996, MSO Hampton Roads responded to a collision between the Saudi Arabian flag roll on/roll off container ship, Saudi Makkah, and the U.S. Navy (USN) submarine, USS Jacksonville.  The collision occurred approximately 20 miles southeast of Cape Henry, Virginia; both vessels sustained damage.  The Saudi Makkah was damaged on the port side; a dent in the bow and a 21-foot crease that was open to the sea in the aft steering.  The USS Jacksonville sustained damage to the starboard diving plane and the rudder.  After being inspected by USCG and USN personnel, both vessels proceeded to the port of Hampton Roads under their own power.  The Saudi Makkah was moored at Norfolk International Terminals and the USS Jacksonville at Pier 23 on the Norfolk Navy Base.  USCG district 5.  Keyword: none.","<b>Asylum Slough Oil Spill; Napa, California<\/b> 1996-04-12<br />\n<i>#2 marine diesel and lube oil<\/i> - NA m³<br />\nOn April 3, 1996, the 90-foot derelict F/V Maraha sank during a heavy rain storm in Asylum Slough located on the Napa River near Napa, California.  Diesel fuel and oil from on-board tanks and engines discharged into the water.  In addition, about 16 drums and smaller containers floated from the vessel and washed ashore.  About 200 containers of unknown contents were discovered during a vessel inspection.  \u000b\u000bThere was a threat of release of the hazardous materials identified onboard.  They were:\u000b\u000b\tp\t 1,375 gallons of liquid paint waste,\u000b\tp\t 770 gallons of liquid waste paint related materials,\u000b\tp\t 200 pounds of sodium hydroxide solid,\u000b\tp\t 115 gallons of sodium hydroxide liquid, and \u000b\tp\t 25 gallons of liquid chromic acid.  USCG district 11.","<b>U.S. Navy Pipeline; San Diego, California<\/b> 1996-03-07<br />\n<i>JP-5 jet fuel<\/i> - NA m³<br />\nOn March 7, 1996, MSO San Diego was notified of an oil sheen covering the Southwestern Yacht Club.  The discharge had come from a U.S. Navy (USN) underground pipeline carrying JP-5 jet fuel at the Point Loma Fuel Pier.  The oil was coming from the northwestern shoreline of Shelter Island Yacht Basin, near the San On March 7, 1996, MSO San Diego was notified of an oil sheen covering the Southwestern Yacht Club.  The discharge had come from a U.S. Navy (USN) underground pipeline carrying JP-5 jet fuel at the Point Loma Fuel Pier.  The oil was coming from the northwestern shoreline of Shelter Island Yacht Basin, near the San Diego Yacht Club.  Weather at the time was fair, mostly cloudy, with winds at about four knots, calm seas, air temperature 68?, and water temperature 58?.  The first responders boomed the area and used sorbents to absorb the oil.  The USN response contractor used vacuum trucks and two skimmers for cleanup.  The CDFG, Office of Oil Spill Prevention and Response (OSPR), and Sea World Wildlife Recovery personnel were on-scene to clean oiled birds.  There were about 30 oiled birds, mostly duck varieties, found; 10 birds died.  The USN's contractors excavated contaminated soil and repaired the pipeline.  USCG district 11.","<b>F/V Captain Zack; Hatteras, North Carolina<\/b> 1996-01-23<br />\n<i>diesel<\/i> - 3 m³<br />\nThe 40-foot F/V Captain Zack, was taken in tow during extreme weather January 23, 1996.  The vessel took on considerable amounts of water and the USCG would not allow the partially submerged vessel to enter Hatteras Inlet.  The USCG anchored the vessel 8 nautical miles southeast of Hatteras Inlet and asked the owner to refloat the vessel before it would be allowed into the inlet.  The on-scene weather was northeast winds 15 to 20 knots with three- to four-foot seas.  USCG district 5.  Keyword: abandoned fishing vessel.","<b>F/V Shauna Louise; Hatteras Inlet, North Carolina<\/b> 1996-01-19<br />\n<i>diesel<\/i> - 23 m³<br />\nThe 67-foot F/V Shauna Louise was abandoned the morning of January 19, 1996, during extreme storm conditions.  At 0830 the vessel was 35?07' N and 075?48' W and drifting at three knots along the shoreline towards 230? true.  The winds were 40 knots from the south with 8- to 10-foot seas.\u000b\u000bThe vessel foundered in the afternoon of January 19 approximately 300 yards offshore off Okracoke Island and west of Hatteras Inlet.  Debris was seen along the shoreline and in the surf zone.  USCG district 5.  Keyword: none.","<b>Tesoro Tank Spill; Nikiski, Alaska<\/b> 1995-12-05<br />\n<i>North Slope crude<\/i> - NA m³<br />\nAs the result of a frozen flow valve, an onshore Tesoro tank transferring North Slope crude overflowed into a diked area just before noon on December 5, 1995.  Workers at the scene were unaware that the storm-water drain valve had been left open.  This valve led to a pipeline that discharged 200 to 300 meters offshore onto the seafloor.  This release was discovered by a commercial helicopter pilot who spotted the sheen shortly after the initial overflow had occurred.  Weather during the spill was extremely cold with temperatures to -20?F, with only slight winds.  USCG district 17.  Keyword: CISPRI, sorbent boom.","<b>F/V Pioneer; Santa Cruz Island, California<\/b> 1995-10-30<br />\n<i>diesel fuel<\/i> - 9 m³<br />\nOn October 29, 1995, at about 2040, MSO Los Angeles/Long Beach received a call that the fishing vessel Pioneer had capsized approximately one and one-quarter nautical miles north of the west end of Santa Cruz Island in the Santa Barbara Channel.  The vessel was taken in tow but sank during transit in about 39 fathoms of water with approximately 2,000 gallons of diesel fuel onboard.  At the time, the weather was clear, winds 0 to 5 knots from the southeast, with calm seas.  Oil sheen measuring about one by two nautical miles was observed at the sinking site.  USCG district 11.  Keyword: none.","<b>Barge Patricia Sheridan; Charleston Harbor, South Carolina<\/b> 1995-10-12<br />\n<i>dredge spoils and 300 gallons of diesel<\/i> - 1 m³<br />\nMSO Charleston was notified on October 12, 1995, that the hopper barge Patricia Sheridan had intentionally grounded due to an extreme list, supposedly developed by a shift in the cargo.  The barge was transiting from New York to Corpus Christi with a load of dredge spoils.  The barge was also carrying approximately 300 gallons of diesel fuel.  Upon grounding, the barge came to rest on a sand bottom in 36 feet of water.  The barge was resting on its port side with a 45-degree list.  The barge has three holds.  During the grounding two hatch covers came off the #2 hold, releasing some of the dredge spoils.  The total cargo was approximately 12,000 tons of mud with 30 percent in the #1 hold, 30 percent in the #3 hold, and 40 percent in the #2 hold.  This initial release, estimated to be 40 percent of the #2 hold and continued exchange of seawater into all compartments, created a visible plume of mud at the grounding site.  USCG district 7.  Keyword: NAVSUPSALV.","<b>Abandoned Bunker Barges; Norfolk, Virginia<\/b> 1995-10-06<br />\n<i>waste oil<\/i> - 3023 m³<br />\nNOAA was notified of this incident on October 1, 1995, by MSO Hampton Roads.  Analysis of samples taken from the abandoned barges was a high priority during this response.  If it was discovered that the material onboard was not an oily material that could be categorized as a \"waste oil,\"  but rather contained high levels of chemicals such as polychlorinated biphenyls (PCBs), the safety of site workers and the funding mechanism for the cleanup operation would have to be reconsidered.  \u000b\u000bNOAA participated with MSO Hampton Roads in several meetings before removal was started and by telephone during the removal operations.  The goals of the sampling program and the details of sample results were discussed during these meetings.  For example, sample analysis on the T/B Bunker Delaware indicated waste oil in all tanks with waste oil and some traces of benzene in #3 and #4 port tanks only.  The level of benzene concentration in these tanks was specifically documented as part of the safety program, but the other appropriate reason for the testing was to determine levels of benzene that were needed to categorize the waste for disposal and/or resale purposes.\u000b\u000bNOAA supported this response for 10 days.  USCG district 5.  Keyword: Abandoned Barge Act.","<b>Mystery Spill - Tampa Bay; Upper Tampa Bay, Florida<\/b> 1995-10-03<br />\n<i>#6 fuel oil<\/i> - NA m³<br />\nA spill of heavy #6 fuel oil was reported on September 28, 1995.  The oil coated approximately 1.7 miles of shoreline in upper Tampa Bay.  The majority of impacts were to man-made structures and seawalls.  The source of the oil was never determined.  USCG district 7.  Keyword: none.","<b>F/V Anna-K; Kanagunut Island, Alaska<\/b> 1995-08-10<br />\n<i>diesel and lubricating oil<\/i> - 11 m³<br />\nThe 90-foot F/V Anna-K was bound for Prince Rupert, British Columbia, when it issued a mayday because of a fire that broke out Wednesday night, August 9, 1995, in Dixon Entrance, 50 miles southeast of Ketchikan.  The USCG Cutter Anacapa, with a 41-foot utility boat and a Canadian Coast Guard vessel, responded to the fire.  It was brought under control but began burning again while a firefighting crew was aboard inspecting the damage.  The vessel suddenly sank Thursday morning about 12 hours after the fire started in 50 fathoms of water with approximately 2,500 gallons of diesel and 150 gallons of lubrication oil onboard.    No salvage or pollution response was attempted.  The vessel's four-member crew was safely transferred to another vessel.  The seas were calm during this response.  USCG district 17.  Keyword: none.","<b>M/V Shamwari; 25 miles north of Havana, Cuba<\/b> 1995-07-15<br />\n<i>#2 marine diesel<\/i> - 18 m³<br />\nAt approximately 1400 on July 15, 1995, the USCG received a report of a capsized and was sinking 112-foot motor vessel located 25 miles north of Havana, Cuba.  The vessel had 4,000 gallons of diesel fuel onboard.  USCG district 7.  Keyword: potential spill, salvage.","<b>F/V American Heritage; Santa Monica Bay, California<\/b> 1995-05-03<br />\n<i>diesel<\/i> - NA m³<br />\nOn the morning of May 3, 1995, the 161-foot fishing vessel, American Heritage sank in Santa Monica Bay near the 350-fathom curve.  USCG district 11.  Keyword: none.","<b>M/V Wealthy River; Charleston, South Carolina<\/b> 1995-05-02<br />\n<i>#6 fuel oil<\/i> - 3619 m³<br />\nAt 0450 on May 2, 1995, MSO Charleston was notified that the inbound M/V Wealthy River, a 670-foot container vessel, was aground on a sandy/muddy bottom in the entrance to Charleston Harbor between buoys 8 and 14, approximately 600 yards northeast of the jetties.  The ship was carrying 796,000 gallons of #6 fuel oil as bunker. Weather on-scene was temperature 68?F, cloudy skies, winds southwest at 20 knots, and seas one to two feet. The vessel was of Panamanian registry, operated by China Ocean Shipping Company. \u000bUSCG personnel responded on-scene to inspect the ship and monitor attempts to refloat her. The South Carolina representative was contacted but did not respond on-scene.  USCG district 7.  Keyword: NAVSUPSALV, potential spill.","<b>F/V Red October; Oahu, Hawaii<\/b> 1995-03-07<br />\n<i>diesel fuel<\/i> - NA m³<br />\nOn March 7, 1995, MSO Honolulu was notified that a 72-fishing vessel, Red October, was sinking in open water 74 miles northwest of Oahu in the Kauai Channel.  The incident began on March 5 when the vessel started taking on water.  By the afternoon of March 7 all the vessel's personnel had been safely removed and the vessel was still afloat.  On-scene weather indicated that Kona conditions prevailed (winds contrary to the usual westerly tradewinds\u000bMSO Honolulu's main concern was the impact of oil to the islands of Kauai and Niihau.  On March 7, Red October was far enough from any sensitive areas that a catastrophic release of her fuel would be relatively harmless.  A worst-case scenario would be if the vessel were to remain afloat long enough to get near an environmentally sensitive area and then have a catastrophic release.  USCG district 14.  Keyword: none.","<b>F/V Alaskan Star; Dixon Entrance, southeast Alaska<\/b> 1995-01-16<br />\n<i>diesel<\/i> - 109 m³<br />\nOn the afternoon of January 15, 1995, the Canadian Coast Guard received a report that the F/V Alaskan Star, a 73-foot, steel-hulled vessel had capsized and the four- man crew was abandoning the vessel; the crew was picked up by nearby fishing boats.  The next day winds and currents carried the hull north into American waters where approximately two feet of the inverted hull could still be seen.  A USCG helicopter searched the area noting three red 55-gallon drums, paint cans, life buoys, and wood floating near the site of the capsizing.  A helicopter search on January 17 revealed no vessel, debris, or pollution.  Weather throughout the incident was southeast winds 15 to 25 knots, seas reasonably calm, and broken cloud cover.  Response and search were terminated on January 17. It is not known whether any diesel was actually released; however, the vessel sank with 24,000 gallons of diesel onboard in approximately 1,000 feet of water.  USCG district 17.  Keyword: potential spill.","<b>Cape Bover, Suisun Bay, California; San Francisco Bay, Carquinez Strait<\/b> 1995-01-04<br />\n<i>Diesel Fuel Marine<\/i> - 2159 m³<br />\nOn the afternoon of January 4, 1995 the MARAD Ready Reserve Vessel Cape Bover , a cargo vessel, was under tow from the Columbia River to Suisun Bay where it was to be moored along with the rest of the \"mothballed\" reserve fleet.  At approximately 1430 Coast Guard 11th District Operations Center received a message from MSO San Francisco stating that the vessel had arrived in Suisun Bay with two of its holds compromised and taking on water.  The vessel was reportedly listing 10? or better and was estimated to be carrying 475,000 gallons of fuel oil.  The MSO reported that the vessel had been anchored and that tug boats had been brought along side in the event that support was needed to move the vessel.  USCG district 11.","<b>Pleasure Vessel MD5352Z; Baltimore, Maryland<\/b> 1994-12-27<br />\n<i>gasoline<\/i> - NA m³<br />\nOn December 27, 1994, MSO Baltimore received reports that a capsized vessel, abandoned for three weeks, was leaking gas into the middle branch of the Patapsco River.  The owners of the vessel stated that they were financially unable to arrange for cleanup.         NOAA was notified of the incident on December 29, 1994, by MSO Baltimore and participated with the MSO staff in discussions of removal options.  Two options were considered to stop the ongoing release of gasoline: righting and dewatering the vessel or removing the gasoline from the fuel tanks while the vessel was still capsized; the first option was used successfully.  USCG district 5.  Keyword: sorbent.","<b>Mazda Intracoastal Waterway Spill; Delray Beach, Florida<\/b> 1994-12-05<br />\n<i>waste oil<\/i> - NA m³<br />\nOn December 5, 1994, a Florida Marine Patrol Officer reported that a residential canal in Delray Beach had a thick oil slick and the odor of diesel fuel was present.  The USCG discovered that rain water had entered a local car dealer's underground waste oil storage tank and caused the tank to overflow.  The oil was immediately contained with boom.  Skimming proved to be unsuccessful, so sorbents were used to collect as much of the product as possible.  The oil stained seawalls lining several residential canals in the area and several boats were oiled.  In consultation with and approval from the RRT IV, the OSC and RP agreed to use high-pressure washing to clean the oiled seawalls and Corexit 9580 to clean the boat hulls in-situ.  Corexit 9580 was also approved for use on the seawalls if pressure cleaning was inadequate.  All cleanup was completed effectively, using only pressure washing on the seawalls and handwashing with Corexit 9580 on the boats.  No impacts to environmental resources were noted.  USCG district 7.  Keyword: high-pressure wash, Corexit 9580.","<b>M/V Sealand Atlantic; Port Everglades, Florida<\/b> 1994-12-02<br />\n<i>fuel oil, diesel<\/i> - 14411 m³<br />\nThe M/V Sealand Atlantic grounded between channel markers 3 and 5 of Port Everglades Inlet (Outer Bar Cut) on December 2, 1994.  The vessel was carrying diesel and a cargo of fuel oil.  The ship grounded near the location of the M/V Firat grounding in November.  Basic trajectory information and resources at risk from the previous incident were consulted and used to develop protective booming strategies and prioritize resources.  The vessel was successfully re-floated on the first high tide without incident.  USCG district 7.  Keyword: potential spill.","<b>F/V Pathfinder; Holden, North Carolina<\/b> 1994-11-16<br />\n<i>diesel<\/i> - NA m³<br />\nOn November 15, 1994, MSO Wilmington received a report from USCG Station Oak Island of an oil sheen approximately one-mile long in the Intracoastal Waterway (ICWW).  The sheen was reportedly coming from a vessel, believed to be the F/V Pathfinder, that had been hauled up on the beach and was being dismantled.  At the time of the release all that remained of the vessel were piles of oily debris and an oil-contaminated shoreline.  USCG district 5.  Keyword: sorbent boom, pompoms.","<b>M/V Firat; Fort Lauderdale, Florida<\/b> 1994-11-15<br />\n<i>#2 fuel oil, IFO<\/i> - 959 m³<br />\nOn November 15, 1994, the USCG received notification of a grounded 506-foot Turkish freighter off Fort Lauderdale, Florida.  The vessel had been blown off its anchorage by high winds and seas associated with Tropical Storm Gordon and ran aground 88 yards off the beach, one mile north of the Port Everglades entrance.  The ship was carrying more than 44,000 gallons of diesel fuel, 170,000 gallons of IFO, and a cargo of 2,600 tons of steel.  USCG district 7.  Keyword: potential spill.","<b>M/V Wellborn; Georges Clemenceau, Taolagnaro, Madagascar<\/b> 1994-11-15<br />\n<i>Unknown<\/i> - NA m³<br />\nIn November of 1994, the M/V Wellborn grounded in southern Madagascar off the town of Ft. Dauphin with storm damage to the hull.  During a subsequent storm, the ship broke in two, spilling an undetermined amount of heavy (and other) oils.  The primary cargo was manganese.  NOAA's participation was requested via both IMO and the World Wildlife Fund.","<b>Abandoned Vessel; Florida Keys<\/b> 1994-11-14<br />\n<i>Diesel<\/i> - 14 m³<br />\nImportant note concerning the NOAA \"HOTLINE\" Communications System:  Please note that this system is used for NOAA internal communications and the reports are put in chronologically.  There is NO corrective \"post editing\" of the reports.  As a result of this, early reports may have information that later proved to be incorrect.  Sometimes these errors are corrected in a later report, but sometimes corrections are made over the phone or in-person, and no correcting message is entered.  This reflects the use of this system as a real-time spill communications system and is not intended to be an event-log. Please keep this in mind when reading HOTLINE reports for this incident. If you have any problems with this system please contact the SSC on watch at 206-526-6317.  The following information was received by NOAA HAZMAT Seattle. Initial Notification  A vessel has been reported to be abandoned and adrift off the Florida Keys.  The vessel is a 180 foot freighter with 35 foot beam.  The vessel was reported at 1137 EST at position 24 degrees 30 minutes North, 080 degrees 32 minutes West.  The crew has abandoned the vessel and it is taking on water.  It reportedly has no cargo but has 3,000 gallons of diesel fuel on board.  It is riding high in the water with 4 meters of freeboard.  There is a 600 foot merchant vessel standing by on-scene reporting the vessel's position and status.  Weather Winds at the scene are NE at 40-50 knots, with 20 foot seas.  The drift is dominated by the wind.  USCG district 8.","<b>M/V Jeano Express; Long Key, Florida<\/b> 1994-11-14<br />\n<i>Diesel<\/i> - 2 m³<br />\nThe USCG received a report on November 14, 1994, of a 175-foot coastal freighter located 20 miles southeast of Long Key, Florida taking on water.  The vessel was carrying no cargo and had less than 500 gallons of diesel onboard.  Tropical Storm Gordon was influencing the area with winds on-scene 35 to 40 knots and seas 15 to 20 feet in rain squalls.  USCG district 7.  Keyword: none.","<b>Moon Engineering Minor Mystery Spill #2; Elizabeth River, Portsmouth, Virginia<\/b> 1994-11-04<br />\n<i>diesel fuel<\/i> - NA m³<br />\nA mystery spill in the Elizabeth River, the Port of Hampton Roads, was reported to MSO Hampton Roads November 3, 1994.  The mystery slick was 150 feet by 10 feet in the area of Moon Engineering, Portsmouth, Virginia.  USCG district 5.  Keyword: sorbent boom, pompoms.","<b>Buckeye Pipeline 2; New Haven Harbor, Connecticut<\/b> 1994-10-15<br />\n<i>gasoline, jet fuel, #2 fuel oil<\/i> - NA m³<br />\nAt approximately 1600 on October 15, 1994, the USCG Captain of the Port (COTP) Long Island Sound was notified by the Connecticut (CT) DEP of a fuel leak causing sheening in the Little River, a small tributary feeding into the Quinnipiac River in New Haven Harbor.  Immediately suspect was a 12-inch diameter pipeline (constructed in 1961) owned by Buckeye Corporation extending from New Haven, Connecticut to Westover Air Force Base carrying a number of petroleum products ranging from gasoline to #2 fuel oil.  The pipeline runs along the base of the Conrail train bed (north side) in the area of the Little River; the leak appeared to have originated on the east side of the river.  Buckeye assumed responsibility for the spill.  While a pipeline failure of some kind was suspected, extensive excavation did not uncover the exact location and 1,800 feet of pipeline were abandoned in place to be filled with concrete in summer 1995.  After extensive pressure-testing of the replaced section, the pipeline was reactivated on October 31, 1994.  USCG district 1.  Keyword: sorbent boom, containment boom, evaporation, vacuum trucks.","<b>Mystery Spill13; Providence River<\/b> 1994-09-26<br />\n<i>unknown, suspected diesel<\/i> - NA m³<br />\nA sheen of unknown origin was reported south of Conimicut Point in the Providence River moving toward the Old Mill Creek, which is considered a sensitive area.\u000bAn afternoon overflight indicated a sheen south of Conimicut Point and ground observers reported a strong diesel odor.  USCG district 1.  Keyword: none.","<b>Mystery Spill, Strait of Juan de Fuca; Entrance to Strait of Juan de Fuca, Buoy J, Puget Sound, WA<\/b> 1994-09-23<br />\n<i>black oil<\/i> - NA m³<br />\nGroup Port Angeles passed a sport fisherman's report  of a slick in the vicinity of Buoy J at the entrance to the Strait of Juan de Fuca to the MSO Puget Sound at 1515 on September 23, 1994.  A USCG boat out of Station Neah Bay confirmed the sighting before dark, describing it as a silver sheen containing intermittent brown patches, 1.5 feet wide by 6 feet long, made up of small tarballs described as brown, gooey clumps.  They estimated the slick covered a two- by six-mile area.\u000bOn September 24, response equipment was pre-staged at Port Angeles and pre-planned protection booming as specified in the Geographical Response Plan was deployed at the Waatch and Sooes rivers to protect local salmon runs.  Searches for the oil at first light by Canadian and USCG vessels, spill response contractor vessels, and helicopters were significantly hampered by heavy fog that continued throughout the day. The Vessel Traffic Service coordinated with all commercial vessels transiting the area for reports of any oil sighting.   After not being able to find the slick, searches were discontinued at night fall, to be resumed at first light September 25.  Response equipment was left in place at Port Angeles and Neah Bay.  Heavy fog prevailed throughout the next 24 hours.  When the fog finally lifted, two bands of emulsified oil were sighted by an overflight late in the afternoon of September 26 near Point of Arches, eight miles south of Neah Bay.  However, the following morning, overflights and shoreline surveys were unable to locate any oil.  Search for the oil was suspended at 1600 on September 27 and all equipment stood down.  USCG district 13.  Keyword: none.","<b>Fulchers Point Pride Seafood; Oriental Harbor, Neuse River, North Carolina<\/b> 1994-09-22<br />\n<i>#2 fuel oil<\/i> - NA m³<br />\nUSCG MSO Wilmington initially received a report of a mystery spill into Oriental Harbor, a tributary of the Neuse River in North Carolina.  The initial slick was 40 by 50 yards and up to 1/8 thick.  On-scene weather was light northwest winds at 5 knots and temperature 60?F.  The source of the release was not readily apparent; however, persistent investigation by MSO Wilmington  began to focus on the fuel tanks of Fulchers Point Pride Seafood.  The owner/operator of this facility initially refused responsibility for the release.  USCG district 5.  Keyword: tourism losses.","<b>Dundalk Outfall Minor Mystery Spill; Colgate Creek, Dundalk, Maryland<\/b> 1994-09-16<br />\n<i>waste oil<\/i> - NA m³<br />\nOn September 16, 1994,  an oil slick from an unnamed outfall tributary leading to Colgate Creek, Dundalk, Maryland was reported to MSO Baltimore.  The weather at the time of the report was 75?F, clear skies, and light winds.  USCG district 5.  Keyword: sorbent boom, sorbent pads.","<b>Tug Snapper; Neuse River, New Bern, North Carolina<\/b> 1994-09-06<br />\n<i>diesel<\/i> - NA m³<br />\nOn September 6, 1994,  MSO Wilmington received a report of a six-mile long oil sheen in the Neuse River near Scott's Creek, New Bern, North Carolina.  By September 9 MSO Wilmington's investigators had determined that the 84-foot steel hull tug Snapper  that was grounded in Scotts Creek and had rolled over releasing the oil was the source of this release.  The owners of the tug refused to take responsibility for the incident.  USCG district 5.  Keyword: sorbent boom, sorbent pads,.","<b>F-14 downed, Naval Air Station Oceana; Big Porpoise Bay, Pamlico River, North Carolina<\/b> 1994-08-26<br />\n<i>JP-5<\/i> - 5 m³<br />\nOn August 26, 1994, MSO Wilmington received a report of a downed F-14 in Big Porpoise Bay, a tributary of the Pamlico River.  At the time of the report the aircraft, with about 1,000 gallons of JP-5 onboard, was burning; however, the pilots had been rescued by a Navy helicopter.  USCG district 5.  Keyword: sorbent boom, sorbent pads.","<b>Pulaski Highway Abandoned Drums; Service Road, Pulaski Highway, Baltimore, Maryland<\/b> 1994-08-23<br />\n<i>unknown oil (possibly) chemical in drums<\/i> - NA m³<br />\nOn August 23, 1994, MSO Baltimore was notified that thirteen 55-gallon drums, possibly containing contaminated waste oil and an old home-heating oil tank were taken from a flat-bed trailer and abandoned on a service road in the 3500 block of the Pulaski Highway.  Several of the drums were labeled \"miscellaneous oils\".  A storm drain 100 feet away from the site fed into a tributary to the Patapsco River.  These onscene observations by OSC representatives suggested that the drums posed an immediate threat to the environment and should be removed.  USCG district 5.  Keyword: none.","<b>Moon Engineering Minor Mystery Spill #1; Elizabeth River, Portsmouth, Virginia<\/b> 1994-08-17<br />\n<i>diesel fuel<\/i> - NA m³<br />\nA mystery spill in the Elizabeth River, the Port of Hampton Roads, was reported to MSO Hampton Roads 1700 hours August 17, 1994.  The mystery slick was 100 feet by 40 feet near Moon Engineering, Portsmouth, Virginia.  USCG district 5.  Keyword: sorbent pads.","<b>Pier #2 Minor Outfall Mystery Spill; Clinton Street, Baltimore, Maryland<\/b> 1994-08-17<br />\n<i>black oil<\/i> - NA m³<br />\nOn August 17, 1994, MSO Baltimore received a report of a black oil slick near pier #2 at South Clinton Street, Baltimore, Maryland.  The USCG contractor boomed the slick before it could move out into the harbor.  Later, a contractor successfully moved the oil from the containment area. MSO Baltimore traced the sewer line back to Hale Intermodal Transport Company at South Clinton Street.  USCG district 5.  Keyword: sorbent boom, sorbent pads.","<b>Mystery Spill, Columbia River; Clifton Channel, Columbia River, Oregon<\/b> 1994-08-10<br />\n<i>bilge oil (intermediate fuel oil)<\/i> - NA m³<br />\nA report of an oil slick was received from a vessel off Tongue Point by MSO Portland at 0100 on August 10, 1994.  A USCG helicopter overflight at first light reported what appeared to be a substantial quantity of cleanable oil in and around Tenasillahe Island from Columbia River mile 38 downriver to approximately river mile 25.  The Columbia River islands downriver of Tenasillahe are part of the Lewis and Clark National Wildlife Refuge.  Based on observations and the area at risk, a significant response was launched.  Cleanup contractors were directed to deploy the protection booming  between Puget Island and the mouth of the Columbia River identified in the Northwest Area Plan's Columbia River Geographical Response Plan.  Skimmers and contractor response vessels were mobilized.\u000bSubsequent overflights and surface surveys (shore and water) over the next two days failed to detect significant concentrations of oil anywhere in the previously identified locations.  Light staining of marsh vegetation and widely scattered tarballs (.25 inch diameter) were observed along small sections of shoreline within the Lewis and Clark National Wildlife Refuge.  A small section of sand and riprap shoreline near Hunts Mill Point (upriver entrance to Clifton Channel) had moderate oiling that was manually removed.  Cleanup was completed on August 12.  USCG district 13.  Keyword: none.","<b>F/V Knight Island; Cape Ugat, NW side of Kodiak Island, Alaska<\/b> 1994-08-02<br />\n<i>diesel, gasoline<\/i> - 28 m³<br />\nThe fishing vessel Knight Island capsized and sank approximately one mile off Cape Ugat on Kodiak Island, August 2, 1994, in 15 to 20 fathoms of water.  The vessel had 6,000 gallons of diesel fuel and 200 gallons of gasoline in drums onboard.  The USCG cutter Sedge was onscene and recovered the five 55-gallon drums of gasoline and observed diesel bubbling to the surface at an estimated rate of 3 to 5 gallons per minute creating a sheen 1,300 yards by 1,600 yards, moving northwesterly away from the beach; it was dissipating rapidly.  The winds were light and variable throughout the incident.  Weather (low ceilings and fog) hampered overflights after the initial view until the third day when an overflight observed the sheen largely dissipated with no impact of oil on surrounding beach areas.  No impacts were reported.  USCG district 17.  Keyword: none.","<b>Cleveco Barge; Lake Erie, 9 miles N of Euclid, Ohio<\/b> 1994-07-12<br />\n<i>#6 fuel oil<\/i> - 3637 m³<br />\nOn 12 July 1994, the National Response Center received a report of sheen in Lake Erie, nine miles north of Euclid, Ohio.  MSO Cleveland determined the source to be the sunken barge CLEVECO. Records indicate the 260 foot barge sank during a blizzard in December 1942.  The barge was in tow from Toledo, Ohio to Cleveland, Ohio carrying 1,013,325 gallons of No. 6 Fuel Oil.  In 1961, the Army Corps of Engineers supervised a salvage operation to raise the barge from its original location, move it clear of the shipping lanes, and resink it in 70 feet of water.  Records showed that the barge, currently resting keel up,  could still contain up to 800,000 gallons of product in 5 of its 6 tanks.  The COTP federalized the incident after divers observed an ounce of oil leaking out of a 1.5 inch valve every 13 minutes.  This leak was plugged on 16 July and an inspection of all exposed valves on the hull was conducted.  These valves were installed in the hull during the initial salvage in 1961 to pump air into the tanks in order to raise the barge.  USCG district 2.  Keyword: NAVSUPSALV.","<b>Custom House Minor Mystery Spill; Customs House Marina, Hampton, Virginia<\/b> 1994-06-16<br />\n<i>diesel<\/i> - NA m³<br />\nA minor diesel spill was reported in Customs House Marina, Hampton River, Hampton, Virginia on June 16, 1994.  The spill might have been related to the collision of the F/V Michigan and the Customs House Pier; however, the pollution investigation could not prove that this vessel was the source.  USCG district 5.  Keyword: sorbent boom, sorbent pads, high pressure, hot water.","<b>Newport News Minor Mystery Spill; James River, Newport News, Virginia<\/b> 1994-06-06<br />\n<i>waste oil<\/i> - NA m³<br />\nOn June 6, 1994, a mystery spill at the northern basin of the Newport News Small Boat Harbor was reported to MSO Hampton Roads.  No obvious source or responsible party was found so USCG MSO Hampton Roads initiated cleanup activities.  USCG district 5.  Keyword: sorbent boom, sorbent pads.","<b>M/V Manzanita; Ocean City, Maryland<\/b> 1994-06-02<br />\n<i>#2 fuel oil<\/i> - NA m³<br />\nOn June 2, 1994. MSO Baltimore was notified of a sunken boat at Island Marina, Ocean City, Maryland.  USCG district 5.  Keyword: sorbent boom, sorbent pads.","<b>Recreational vessel fire and sinking; Chesapeake Island, Maryland<\/b> 1994-05-31<br />\n<i>diesel<\/i> - NA m³<br />\nOn the night of May 31, 1994, a recreational power boat burned and sank at the mouth of the Bohemia River at Chesapeake Island, Maryland.  The weather was clear, winds southwest 15 knots, seas calm, and temperature 82? F.  On June 1 the vessel re-ignited and the local fire department again extinguished the fire using foam materials.  USCG district 5.  Keyword: none.","<b>F/V Starlight; Shackleford Banks, Morehead City, North Carolina<\/b> 1994-04-16<br />\n<i>diesel<\/i> - 2 m³<br />\nOn 2230 hours on April 16, 1994, the F/V Starlight grounded at Shackleford Banks approximately 50 yards off the beach in the surf line.  The owner contracted for salvage; however, the USCG took responsibility for response to the release of the vessel's fuel.  The weather at the time of the grounding was wind 215 degrees at 30 knots with eight-foot seas.  USCG district 5.  Keyword: none.","<b>United Arab Emirates; E coast of the United Arab Emirates near Fujaira in the Gulf of Oman<\/b> 1994-03-31<br />\n<i>Iranian light crude (API 33)<\/i> - 145475 m³<br />\nOn March 31, 1994, the tanker vessels Seki and Baynuna collided in the Gulf of Oman off the port city of Fujaira, United Arab Emirates (UAE).  The Seki spilled 16,000 tons of Iranian light crude (API 33).  The slick traveled to the west and impacted approximately 30 kilometers (km) of the east coast of UAE.  No responsible party was determined, so the spill was treated as a third-party spill.\u000bThe UAE government requested assistance from the United States through the USCG Liaison Officer, who, after assessing the situation, requested a team of advisors be sent to UAE to help that government cleanup the spill.  The three-member team was composed of representatives from the USCG Pacific Strike Team (PST), the U.S. Environmental Protection Agency (EPA) Office of Research and Development, and the NOAA, Hazardous Materials Response and Assessment Division.\u000bThe U.S. Advisory Team (USAT) arrived in UAE on the afternoon of April 13, 1994, and received a tour of the spill site by the USCG Liaison Officer and UAE environmental personnel.  USCG district 9.  Keyword: bioremediation, evaporation, exposed rocky shores, in-situ burning, International Tanker Owners Pollution Federation (ITOPF), low-pressure washing, seafood harvesting ban, tourism losses.","<b>Bogue Sound Abandoned Drum; Bogue Sound, Morehead City, North Carolina<\/b> 1994-03-29<br />\n<i>waste oil<\/i> - 0 m³<br />\nOn March 29, 1994, Group Fort Macon reported an unmarked 55-gallon drum floating in Bogue Sound.  The drum was removed that same day  and held on USCG property until the analysis of the contents was completed.  On April 28 the drum and contents were disposed of by South East Response and Remediation, Inc.  USCG district 5.  Keyword: none.","<b>M/V Isomeria; Elizabeth River, Norfolk, Virginia<\/b> 1994-03-22<br />\n<i>#6 fuel oil<\/i> - 57 m³<br />\nOn the evening of 21 March 1994, the LPG vessel Isomeria completed delivering her cargo at Atlantic Energy on the south branch of the Elizabeth River, Norfolk, Virginia and began receiving bunkers of #6 fuel oil. At about 0200, March 22 the vessel notified the USCG that oil was leaking from a crack on the port side of the forward fuel tank.  The release rate was described as similar to the flow from a garden hose.  The crack was near the anchor hawse pipe, about 20 to 30 feet above the waterline.   At the time of the notification, an estimated 130,000 gallons of fuel oil had been loaded in the tank above the crack.  The leak slowed to a trickle by late morning.  Estimates of the amount of oil in the water ranged from 1,300 gallons to 12,500 gallons.  USCG district 5.  Keyword: sorbent boom, sorbent pads, vacuum trucks.","<b>Tarball Impact Makah Indian Reservation; Makah Indian Reservation and Olympic National Park, Olympic Peninsula, Washington<\/b> 1994-03-15<br />\n<i>tarballs composed of various weathered refined fuels and Alaska North Slope Crude<\/i> - NA m³<br />\nBetween March 15 and April 27, 1994, tarballs washed ashore on ocean beaches within the Makah Reservation and Olympic National Park located on the Olympic Peninsula at the northwest tip of Washington State.  Over this six week period, cleanup crews composed of Makah tribal members and cleanup contractors recovered 2,100 pounds of tarballs.  USCG district 13.  Keyword: none.","<b>F/V Westerly; Glacier Bay National Park in southeast Alaska<\/b> 1994-02-15<br />\n<i>diesel<\/i> - 0 m³<br />\nThe 80-foot F/V Westerly, preparing for crab fishing in Glacier Bay National Park with crab pots stacked high on its decks, was rendered unstable by high winds.  The vessel sank just south of Strawberry Island in 37 fathoms of water with roughly 1,500 gallons of diesel onboard.  Because the high winds made on-site assessment impossible, the National Park Service (NPS) conducted overflights.  The overflights showed minor sheening for several days, decreasing to nothing.  No response was possible or necessary.  Salvage possibilities were discussed with NPS personnel, who would have liked to have the vessel removed, but recognized the risk and expense for such an operation may make removal impossible.  The case was closed on February 18.  USCG district 17.  Keyword: none.","<b>Petro Express; Wagners Point, Baltimore, Maryland<\/b> 1994-02-08<br />\n<i>black oil<\/i> - NA m³<br />\nMSO Baltimore received a report of oil in a drainage ditch between BP Oil and FMC Corporation with drainage from a third facility-Petro Express.  All facilities denied release of the spilled product; however, BP Oil initiated a \"good faith\" response and had contractors remove the oiled material from the three inches of ice and snow in the ditch.The oil was in the drainage ditch between two facilites with access to a third facility.  The drainage ditch lead into Curtis Bay.  At the time of the release, oil and ice in the ditch appeared to be stable. NOAA was notified of this incident on February 8, 1994, by MSO Baltimore.  The SSC helped develop a sampling strategy to discover the source of the spilled product.   Samples of the spilled product were sent to COIL.  Results of their testing showed  a possible match with oil from the Petro Express property.  USCG district 5.  Keyword: sorbent boom, sorbent,pads.","<b>F/V Belair; south side of St. George Island, Pribilof Islands, Bering Sea<\/b> 1994-02-02<br />\n<i>diesel<\/i> - NA m³<br />\nThe fishing vessel Belair was driven onto the rocks at the southern exposed rocky shoreline of St. George Island during the early morning of February 2, 1994.  At the time of the grounding, winds were 25 to 30 knots with gale force gusts from the south.  Winds continued pounding the vessel with 10- to 25-foot surf for the next week.  It is believed that all the fuel was lost during the first day.  The weather prohibited any on-site evaluation of the vessel and the case was closed by the U. S. Coast Guard (USCG) on February 10, 1994.  USCG district 17.  Keyword: none.","<b>Hilton Storm Drain Discharge; Cape Fear River, Wilmington, North Carolina<\/b> 1993-12-14<br />\n<i>black oil<\/i> - NA m³<br />\nOn December 14, 1993, MSO Wilmington began working with the City of Wilmington on the response and investigation of oil in a storm drain the emptied into the Cape Fear River in downtown Wilmington, North Carolina.  The source of the spill could have been a release of oil into the Cape Fear River on December 10, 1993, from the tug Dolphin.  USCG district 5.  Keyword: sorbents boom, sorbent pads, elastol.","<b>C/V Saudi Diriyah; Elizabeth River, Norfolk, Virginia<\/b> 1993-12-01<br />\n<i>#4 fuel oil<\/i> - 191 m³<br />\nAt 2335 on December 1, 1993, USCG MSO Hampton Roads received a call from the tug Harriet Morgan, reporting that while attempting to move the M/V Saudi Diriyah, she put a gash in the port side of the vessel tied up at Lamberts Point Dock.  The tug reported that heavy black oil was coming out of the hole. The ruptured tank had a potential capacity of 42,000 gallons of #4 oil.  By 0127 December 2 MSO monitors reported that oil was no longer coming from the vessel.  The vessel was boomed off by 0315.  USCG district 5.  Keyword: sorbent boom, sorbent pompoms.","<b>Dam Neck Beach Minor Mystery Spill; Dam Neck, Virginia<\/b> 1993-10-14<br />\n<i>waste oil<\/i> - NA m³<br />\nOn October 13, 1993, the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Hampton Roads received notification from the Navy's USS Recovery of a mystery oil slick approximately 50 yards wide and 1 mile long.    This observation was collaborated by the USCG Cutter Cowslip and the fishing vessel (F/V) Bobbi Lee.  These ships described the slick as a 2-mile square of thick, black emulsion four miles east of Rudee Inlet.  USCG district 5.  Keyword: sorbent boom, sorbent, FLIR.","<b>M/V RED SEAGULL 93; Galveston, TX<\/b> 1993-09-02<br />\n<i>Light Kuwaiti Crude Oil<\/i> - NA m³<br />\nAt approximately 0230 (CST), the tanker RED SEA GULL, carrying about 900,000 Gallons (21,430 BBL) of Light Kuwaiti Crude Oil, began leaking at a rate of approximately one barrel every three minutes.  The vessel is about 30 miles south of Galveston, Texas, at 28Deg. 43Min. North, 94Deg. 40Min. West. . An oil slick 4 miles long and 300 feet wide has been reported moving North.  Winds are SSW at 10 to 15 Kts, seas 2 to 4 feet.  USCG district 8.","<b>T/V Overseas Philadelphia; Ambrose Light, New York<\/b> 1993-08-14<br />\n<i>JP4 and #2 fuel oil<\/i> - 29595 m³<br />\nThe T/V Overseas Philadelphia was en route to New York when a USCG overflight reported a sheen containing rainbow colors extending 30 to 40 miles from the vessel.  The 685-foot tanker was loaded with 14,628 barrels of JP4 and 141,000 barrels of #2 fuel oil.  The tanker was to be boarded at Ambrose Light to be inspected by the COTP New York before being allowed to enter New York Harbor.  The COTP boarded the Overseas Philadelphia and saw no oil trailing from the vessel or anything unusual leaking within the vessel.  The Overseas Philadelphia proceeded to New York without further incident.  USCG district 1.","<b>Mystery Spill Hampton Roads; Port of Hampton Roads, Norfolk, Virginia<\/b> 1993-06-18<br />\n<i>weathered  bilge oils, waste oil<\/i> - NA m³<br />\nOn Friday, June 18, 1993, a mystery oil spill was reported trailing from the Port of Hampton Roads in the Elizabeth River past the Harbor Tunnel and into the Chesapeake Bay.  The oil was reported to be a mixture of heavy oils and oil and water emulsions that looked like bilge slops.  The hot summer weather caused the oil to immediately impact numerous recreational vessels moored in the Port of Hampton Roads.  While widespread, the spill was not considered major, either in volume or in environmental impact.  Boat owners were advised that they would be eligible for reimbursement of cleaning costs through the Oil Spill Liability Trust Fund.  The USCG's contractor, International Marine Services of Hampton Roads completed on-the-water cleanup of the oil by June 20, 1993.  USCG district 5.  Keyword: none.","<b>Mystery Spill, Kauai; Kauai, HI<\/b> 1993-06-14<br />\n<i>Oil<\/i> - NA m³<br />\nU.S. Coast Guard (USCG) Marine Safety Office (MSO) Honolulu received a report at 1150 on June 14, 1993, of an oil slick off the south coast of the island of Kauai.  A USCG overflight of the area confirmed that the slick was 3.5 miles long by 300 yards wide and consisted of 95 percent sheen and 5 percent black oil in wind rows.  The Coast Guard Cutter (CGC) Washington and the Clean Island Cooperative's skimmer were dispatched, arriving onscene the following morning.  Skimming operations concentrated on the ribbons of dark oil until dark on June 15.  Overflight personnel on the morning of June 16 saw a significantly dissipated slick broken into areas of light sheen and containing no recoverable oil.  The CGC Washington and the skimmer were released at 0915 on June 16.  USCG district 5.","<b>Golden Ventra; Rockaway, NY<\/b> 1993-06-06<br />\n<i>#2 fuel oil<\/i> - 682 m³<br />\nThe freighter Golden Ventra ran aground off Rockaway, NY at approximately 0200 on 6/6/93. The fuel on board consisted of 500 tons (150,000 gallons) of number 2 oil. Approximately 200 illegal aliens were on board the vessel when she grounded. The Coast Guard's initial response was rescuing these individuals from the water, as they all jumped overboard after the grounding (might say we had a alien spill). . CG contacted NOAA SSC for possible trajectory for potential spill of #2 and also resources at risk. . The location of the grounding is: 40 degrees 33.6 N 73 degrees 53.1 W .  USCG district 1.","<b>T/V Potomic; East River, Hallets Point<\/b> 1993-03-14<br />\n<i>#6 oil<\/i> - 51371 m³<br />\nT/V Potomic  Grounded in East River near Hallets Point (just south of Hell Gate) at 1530 (EST). The vessel is 640 feet in length with a double bottom and carrying 27,000 barrels of #6 oil.  Tide: 3/14 High = 1530  + 4.5 feet Low  = 2140  + 0.6 feet 3/15 High = 0356  +5.1 feet Low  = 1034  +0.5 feet High = 1630  + 4.3 feet Low  = 2252  +0.8 feet  Max. flood velocity NE of Mill Rock = 2.2 knots  Weather From La Guardia Airport:  Currently Winds WNW 24 mph gusting to 32 mph After Midnight Winds from W and decreasing speed Tomorrow Winds W moving to SW 10 15 mph  SSC suggested several areas for possible collection sites: Pot Cove, Hallets Cove, Bowery Bay, Flushing Bay, and College Point, pier south of Newtown Creek, Bushwick Inlet, and the Navy Yard at Red Hook (Wallabout Bay).  Water intakes at the Con Edison power station at Lawrence Point should be notified as well as other East River industrial intakes.  As the next high tide is 0.6 feet higher than the high tide at which the vessel grounded there is a good likelihood that she may be refloated at that time.  USCG district 1.","<b>F/V Elizabeth C; Chesapeake Bay Bridge-Tunnel, Virginia<\/b> 1993-01-29<br />\n<i>#2 diesel fuel<\/i> - 16 m³<br />\nThe F/V Elizabeth C, a 72-foot trawler, ran aground January 29, 1993.  The vessel was carrying about 10 tons of ice and 3,500 gallons of fuel when it hit the rocks near the south end of the Chesapeake Bay Bridge-Tunnel.  The three Norfolk-based crew members were uninjured.  MSO Hampton Roads arranged for the fuel onboard to be removed by International Marine Services the local oil spill response contractor.  The vessel was towed off the rocks to a Hampton repair facility on January 31, 1993.  USCG district 5.","<b>Freighter Lyra Lyke; Cape Lookout, North Carolina<\/b> 1993-01-27<br />\n<i>#6 Fuel oil, diesel<\/i> - 1537 m³<br />\nAt about 1000 on 26 January, NOAA SSC Gary Ott was notified by CGD5 that a freighter, the 650 ft Lyra Lyke, was adrift and abandoned approximately 30 NM SSE of Cape Lookout, North Carolina.  The ship carries 8,000 barrels of number 6 fuel oil and 50 barrels of diesel.  At 1145 EST, the vessel's position was 34 degrees 2 minutes North, 076 degrees 42 minutes West and drifting towards 247 degrees.  Crew were put back aboard the vessel sometime during the night, dropping the anchor at about 0230 EST on 27 January.  The vessel is reported to be stable at 33 degrees 37 minutes North, 077 degrees 16 minutes West. Today, offshore winds are expected to be N at 40-50 knots with seas of 16-22 feet.  Wednesday night, offshore winds are expected to be NW at 30 knots with seas of 7-12 feet.  USCG district 5.","<b>M/V Lyra; Frying Pan Shoals, North Carolina<\/b> 1993-01-26<br />\n<i>bunker oil and #2 diesel<\/i> - NA m³<br />\nOn January 26, 1993, the M/V Lyra was under tow by the tug Mark McAllister from New York to Charleston, SC in a \"dead ship\" status (i.e., the vessel had no power and no personnel) when the tow line parted causing the Lyra to drift downwind at three knots with the potential to ground on Frying Pan Shoals, NC.   Winds 35 to 40 knots and seas running 16 to 18 feet made retrieving the emergency towing hawser impossible for the tug's crew.  The McAllister Tug Company and Lykes Shipping arranged to have four persons flown out to the vessel by a U.S. Marine helicopter.  The helicopter  successfully placed emergency ship's personnel on the M/V Lyra who were able to drop the vessel's port anchor.  On January 31 the M/V Lyra's crew connected appropriate towing hawsers and continued the tow without further incident.  USCG district 5.","<b>F/V Massacre Bay; Alitak Bay, Alaska<\/b> 1993-01-16<br />\n<i>diesel<\/i> - 23 m³<br />\nThe fishing vessel Massacre Bay grounded and capsized the morning of January 16, 1993, in Alitak Bay, Kodiak Island as the result of gale force winds ranging up to 45 knots out of the northwest.  Three crewmembers drowned and one was rescued by the USCG.  Diesel leaking from the vents caused a sheen that extended several hundred meters, but it rapidly dissipated in the rough weather.  Total fuel capacity of the vessel was 5,000 gallons.  Several weeks of bad weather prevented salvaging the vessel that was floating upside down in 20 to 30 feet of water.  In the middle of February, divers inspected the vessel and capped the main fuel system vents.  No additional fuel leakage was detected.  USCG district 17.  Keyword: none.","<b>Mystery Spill, Lincoln Beach; Lincoln Beach, OR<\/b> 1993-01-11<br />\n<i>Oil<\/i> - NA m³<br />\nTHE FOLLOWING INFORMATION IS BASED ON THE MOST CURRENT DATA PROVIDED TO NOAA. - SITUATION      CLEANUP OF THE REMAINING SECTIONS OF LINCOLN BEACH WAS COMPLETED AT 1030 ON JANUARY 8. ALL RESPONSE PERSONNEL RELEASED BY OSC.      LOCAL PERSONNEL FROM THE COAST GUARD STATION DEPOE BAY AND WASHINGTON STATE PARKS WILL MONITOR BEACHES BETWEEN NEWPORT AND LINCOLN CITY OVER THE NEXT WEEK.  HIGH TIDES AND SURF GENERATED BY ANOTHER WINTER STORM ARE EXPECTED TO CLEAR THE MORE LIGHTLY IMPACTED BEACHES.      COAST GUARD ANALYSIS OF OIL SAMPLES SENT TO COIL STILL PENDS.  USCG district 5.","<b>Mystery Spill, Gleneden Beach; Gleneden Beach<\/b> 1993-01-06<br />\n<i>Oil<\/i> - NA m³<br />\nSSC and Coast Guard surveyed 18 miles of shoreline between Beaver Creek and Gleneden.  The survey identified five miles of shoreline along Gleneden Beach and Lincoln Beach with sporadic distribution of tarballs ranging from pea-size to marble-size.  The majority of the tarballs were found mixed with organic debris left by the tide on the upper portion of the beach.  A second three mile stretch of shoreline between Lost Creek and Thiel Creek was also found to have localized concentrations of pea-sized or smaller tarballs mixed with organic debris along the upper part of the beach.  In both cases, tarball appeared to be well- weathered bunker or heavy waste oil.  USCG district 5.","<b>Mystery Spill, Depoe Bay; Depoe Bay, OR<\/b> 1993-01-04<br />\n<i>Oil<\/i> - NA m³<br />\nAt 1137, on January 4, 1993, USCG Station Depoe Bay, OR received a report of oil on the local beaches.  A USCG overflight that afternoon confirmed the presence of tarballs and oil impacts along a 15-mile stretch of shoreline south of Lincoln, OR between Gleneden Beach and Seal Rock.  No source of the oil was found.  A shoreline survey by MSO Portland personnel the following morning observed weathered pea- to grape-size tarball accumulations that warranted cleanup deposited along the high-tide line in at least five different areas between Lincoln City and Lost Creek.  The Oil Pollution Fund was opened.  Manual cleanup of the impacted areas was completed January 8, 1993.  USCG district 5.","<b>ARCO Blowout; Mississippi River Delta, LA<\/b> 1992-12-26<br />\n<i>natural gas, hydrogen sulfide, and condensate<\/i> - NA m³<br />\nAt 0823, December 26, 1992, an ARCO oil rig blew out a mixture of South Louisiana crude oil, hydrogen sulfide, and natural gas at South Pass, Block 60, Mississippi River Delta, LA.  The blowout was reported to the USCG office by an ARCO employee.  At 0900 a USCG overflight located the rig and reported that the release of natural gas, hydrogen sulfide, and a condensate of crude oil was ongoing and a boat on the upwind side of the rig was applying water to the diverter to cool it down.  ARCO personnel on a rig less than one mile northeast of the blowout were prepared to evacuate in case of a wind shift.\u000bThe slick tended to the southwest (approximately 220?).  It was reported to be one to one and a half mile long and two to three hundred yards wide consisting mostly of a condensate.  Rainbow and lighter sheen extended from one and a half to nine and a half miles from the rig.  The smell of hydrogen sulfide was detected up to ten miles downwind.  The amount of oil in the water appeared to be minimal.\u000bAn exclusion zone was established within a ten-mile radius of the well because of the hydrogen sulfide gas threat.  The well was capped on December 28, 1992, without significant impact.  USCG district 8.  Keyword: none.","<b>MSC Chiara; Buzzards Bay, MA<\/b> 1992-12-11<br />\n<i>Bunker C and diesel, hazardous materials<\/i> - 1818 m³<br />\nAt approximately 2030, Thursday, December 10, 1992, the MSC Chiara, a Panamanian-flagged, Swiss-owned container vessel, struck a submerged object after exiting the Cap Cod Canal into Buzzards Bay, MA.  The vessel's Master, fearing for the stability of his vessel, put her aground east of Cleveland Light.  She reported to the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Providence that she had been holed and was listing 14 degrees to starboard.  A command post was established at the Massachusetts Maritime Academy in Bourne, Massachusetts.\u000bThe vessel was carrying 200 metric tons (mt) of diesel fuel and 800 mt of Bunker C oil.  She was nearly fully loaded with containers of various products, including several chemicals of concern that were listed on the Dangerous Cargo Manifest (DCM).  The Chiara was carrying methyl bromide, maleic anhydride, hydrogen peroxide, dimethyl ethanolmine, and para cresols.  USCG district 1.  Keyword: none.","<b>M/V CAPE HUDSON; Chincoteague Inlet, Chincoteague Shoals, VA<\/b> 1992-12-11<br />\n<i>bunker oils and #2 diesel<\/i> - 173 m³<br />\nThe M/V Cape Hudson was under tow by the tug Elsbeth II from Rhode Island to Newport News, VA in a \"dead ship\" status (i.e., the vessel was without power and carried no personnel).  The tow line parted because of heavy weather and the tug was unable to obtain the emergency hawser cable.  The Cape Hudson was adrift downwind with the potential to go aground on Chincoteague Shoals, VA.  On December 12 a USCG helicopter placed emergency ship's personnel on the Cape Hudson and they released the emergency towing hawser.  The tug Elsbeth II recovered the emergency towline and took the Cape Hudson in tow to Norfolk with no further incidents.  USCG district 5.","<b>King Cove Lagoon; King Cove, Alaska<\/b> 1992-12-04<br />\n<i>unknown petroleum product<\/i> - 0 m³<br />\nOn December 4, 1992, the USCG was notified of a small sheen on King Cove Lagoon that seemed to be coming from the Peter Pan Seafood's tank farm on the barrier of the lagoon.    Peter Pan Seafood did not accept responsibility for the fuel release, but did deploy 300 feet of harbor boom and some sorbent boom and pads around the beach where the sheen had been seen.  Samples of the sheen were gathered and sent to the USCG COIL for analysis.  Peter Pan Seafoods and the city of King Cove dug a recovery trench approximately 150 feet long paralleling the area of the sheening.  Contaminated soil was found before the water table was reached.  Approximately 17 gallons of product were recovered from the recovery trench.   The winds ranged from light to 45 knots during this incident.  USCG district 17.  Keyword: sorbent boom.","<b>Pirate Well Platform; Mississippi River Delta, LA<\/b> 1992-10-30<br />\n<i>oil<\/i> - NA m³<br />\nAt approximately 0753, on October 30, 1992, CONOCO personnel notified the USCG that an unnamed tug and its barge had run over a well platform in the main channel of the Mississippi River.  The platform was not owned by CONOCO; it was considered a \"pirate\" well, probably belonging to a small company.  The wind was out of the southeast at 10 to 12 knots and there were two-foot seas at the time of the report.  At 0830 a Minerals Management Service (MMS) aircraft happened to fly over the area and reported a three-mile slick tending to the northeast.  The contents of the barge, the quantity of fuel on the tug, the product seen in the water, and the source of the leak were unknown.\u000bThe well was owned by South Parish Oil, a bankrupt company, and was thought to be a shut-in well, not a production well.  The report of a collision by a tug with barges was unconfirmed and thought to be erroneous.\u000bOverflights by private aircraft later in the day were unable to locate the source of the spill.  The only beach impact reported was a stretch north of the site estimated from the air to be about 100 feet long and two feet wide with light sheen trailing downwind.  Reports from CONOCO engineers indicated that the oil probably came from a leaky valve and was considered only a minor problem.\u000bA front was moving through the area causing wave action that hid any oil on the surface making acquisition of information from overflights impossible.  The water was dark brown and the skies were overcast adding to the difficulty of aircrews to spot the spill.  USCG district 8.  Keyword: none.","<b>Russian Trawler Fire; Dutch Harbor, AK<\/b> 1992-10-29<br />\n<i>diesel, hydraulic and lube oil, ammonia<\/i> - NA m³<br />\nLast Sunday, Oct. 25, a fire was reported to the Coast Guard, MSO Anchorage, in one of the compartments of the F/V Sotructnichnestvo, a 309 foot Russian fishing trawler/processor in port at Dutch Harbor. 2. The fire developed in a storage compartment where thousands of cardboard boxes are stored, all coated with wax. 3. The vessel has 900 mT of fuel--diesel, heavy oil, hydraulic  and lube oil, and has 10 mT of ammonia in a large tank one deck below the compartment of smoldering cardboard.  Action: 1. The compartment with the fire was immediately closed off on Sunday reducing the condition to a smoldering mass of cardboard. 2. On Monday, an attempt was made to open the compartment and flood it with water, but the fire flashed back  That tack was halted and the compartment was resealed and has remained that way to the present, Thursday night, leaving only smoldering, flameless cardboard. 3. The Coast Guard has contracted Boots and Coots to fight the fire, and they arrived in Dutch Harbor this afternoon, Thursday, Oct. 29. 4. B&C's will evaluate the situation, and on Friday, Oct. 30 will probably attempt to overwhelm the smoldering fire. 5. Considerable concern has been directed to the potential fate of the 10 mT of ammonia which could possibly explosively release if the tank was heated by an out-of-control fire. 6. On Thursday morning, the SSC consulted with a host of players in Seattle-Mass Nir, Ed Overton, Bob, and more, to discuss the situation.  Most techniques of cooling the ammonia tank, surrounding it with a non-flammable atmosphere and venting it to the air or water were discussed.  USCG district 17.","<b>M/V HEREDIA; Gulf of Mexico<\/b> 1992-08-14<br />\n<i>Bunker C<\/i> - NA m³<br />\nLocation of Spill:  OCS BLOCK 192      OIL SURFACING        SHIP LOCATION Latitude:  28-33.7N         28-33-59.42790 Longitude:  090-58.8 W         090-58-53.02517 Oil Product:  BUNKER C FUEL OIL Oil Type:  4 Type 1 Very Light Oils (jet fuels, gasoline) Type 2 Light Oils (diesel, No. 2 fuel oil, light crudes) Type 3 Medium Oils (most crude oils) Type 4 Heavy Oils (heavy crude oils, No. 6 fuel oil, bunker c) Barrels: UNKNOWN QUANTITY OF OIL ONBOARD SUNKEN WWII VESSEL IN 80 FT. OF WATER  Source of SPill:  SUNKEN WWII, 410 FT SHIP IN 80 FEET OF WATER.  OIL LEAKING FROM 2.5 INCH CRACK 50FT FOREWARD OF STERN.  SHIP IS INVERTED. CONFIRMATION BY DIVERS ON 8/14/92. Resources at Risk:  NONE AT THE MOMENT.  SHIP IS 40 NM OFFSHORE AND IS NOT  A THREAT TO ANY RESOURCES AT THE MOMENT. Dispersants: NOT APPROPRIATE DOES NOT WORK WELL ON BUNKER C  USCG district 8.","<b>F/V Silver Star; Whale Pass between Afognak Island and Kodiak Island, Alaska<\/b> 1992-03-26<br />\n<i>Diesel<\/i> - 5 m³<br />\nOn March 26, 1992, the fishing vessel Silver Star ran aground in Whale Pass, Kodiak Island, Alaska, in rough, windy weather.  The vessel released from its grounding shortly thereafter, and for a day or so it remained submerged with approximately four feet of the stern sticking out of the water, as it drifted westward in the  Kupreanof Strait.  A contractor vessel on scene reported that light sheening was emanating from the fuel vents, but, it was believed that the fuel tanks were of high integrity and not likely to rupture.  A day later the vessel sank in eight fathoms of water just a few miles northwest of Whale Island.  Light sheening continued to be observed.  The U.S. Coast Guard (USCG) called in the Strike Team and a contractor was hired to pump off the remaining fuel.  The incident lasted until March 31 when the contractor completed the offloading of approximately 1,100 gallons of diesel.  USCG district 17.  Keyword: none.","<b>Southampton Mystery Spill; Southampton, Long Island, New York<\/b> 1992-03-10<br />\n<i>oil<\/i> - NA m³<br />\nOn March 8, 1992, the U.S. Coast Guard (USCG) Captain of the Port (COTP) Long Island Sound received a report of oiled birds washing ashore on Long Island; however, no spill had been reported.  The oiled birds were treated at a local animal hospital by a veterinary assistant who had experience in cleaning oiled wildlife.\u000bThe weather at the time of the incident was fair with light on-shore winds.\u000bOn March 10, the USCG On-Scene Coordinator (OSC) reported tar patties and tarballs ranging from dime to half-dollar size  at the high-tide line on Southampton Beach in a band approximately one-foot wide by three miles long.\u000bA USCG overflight using side-looking airborne radar (SLAR) reported what appeared to be oil 85 miles southeast of Montauk, Long Island.  Visual confirmation of this sighting was impossible because of storm warnings.  Weather offshore was expected to be 40- to 50-knot winds with 15- to 25-foot seas.  After the storm on March 11, a USCG SLAR flight was flown but no oil was sighted.  The Pollution Fund was opened and the OSC hired Tri-State Bird Rescue to coordinate wildlife rescue.\u000bA storm on March 11 dispersed the oil on the beach, making cleanup unnecessary.  The response lasted less than ten days with most of the time devoted to bird rescue operations.  Of the 47 birds treated, 25 lived.  USCG district 1.  Keyword: remote sensing, endangered species.","<b>Unmanned Pumping Station; Gulf of Mexico<\/b> 1992-03-08<br />\n<i>oil<\/i> - NA m³<br />\nAn oil slick was report to MSONO at 1500 CST, 3/8/92, MSO called SSC at 1845. The source is an unmanned pumping station on a pipeline in the Gulf of Mexico. Latitude 29 degrees, 10.15 minutes N, Longitued 089 degrees, 45.21 minutes W, the location  is also known as West Delta Block 17.  The product is thought to be South Louisiana crude.  SITUATION:  Siting of a 2 mile by 100 ft slick was reported by a USCG auxiliary Cessna pilot at 1500 CST.  Slick was reported as tending East from the spill site.  MSO personnel reported that oil was under continuous flow and had not been stopped at of 2130, 3/8/92.  Exact location of break, size of hole and flow rate are all unknown.  Flow may not be shut off until Monday (3/9/92) morning at the earliest.  ACTION TAKEN BY USCG: 1.  Attempting to locate owner of pumping station. 2.  No direct action has been taken at this time. 3.  MSO requested that NOAA provide trajectory information, but it was     determined that there was not enough information available to develop an     accurate worst-case scenario at this time.  ACTION TAKEN BY SSC: 1.  Notified all appropriate HazMat personnel. 2.  Requested trajectory information from MASS. 3.  Attempting to participate in morning (3/9/92) overflight.  Future plans await morning overflight results.\u000b\u000bThe reported oil spill from a break at an unmanned pumping station was either in error (No oil was actually there, or there was silt or a plankton bloom in the area), or there was oil in the area and it was actually in such small quantity that it was really insignificant.  USCG district 8.","<b>T/V CAROL V; East Rockaway Inlet, NY<\/b> 1992-01-15<br />\n<i>Unleaded Gasoline<\/i> - 3246 m³<br />\nPOTENTIAL  MAJOR,  17,000 BBL Unleaded Gasoline East Rockaway Inlet, Long Island, New York . At approximately 1900 EST the coastal tanker \"CAROL V\" reported she was disabled and taking on water.  One anchor was released and  set, but could not be retrieved due to loss of power.   Ship reported that she was taking on water and that the engine  room was flooded. . By 0115 EST the CGC SOREL (a buoy tender) and the tug MAUREEN MORAN were on scene.  The Atlantic Strike Team has been contacted and is sending representatives. . SSC was contacted at approximately 2300.  The significant resources at risk in the area were identified as the Jones Beach marsh area.   Coast Guard was advised that the responsible party had procured  4000 ft of boom and would pre-stage it at location in the Jones Beach area as determined by the OSC.  Recommended areas for pre-staging were the Meadowbrook Street Parkway bridge at Sloop Channel and  the bridge crossings at Swift Creek, Long Creek and Reynolds  Channel. . WX on scene at 0130: Seas 15-18, Wind SSW 35-40 . Future Plans:   1. At daylight, CGC SOREL to assess situation 2. Responsible party to arrange salvage. . SSC en route from Portland, Me to District (m) office in Boston.  USCG district 1.","<b>Toledo Seepage; Maumee River, Ohio<\/b> 1991-12-13<br />\n<i>#6 fuel oil<\/i> - NA m³<br />\nThe SSC was contacted on December 13 by MSO Toledo (QMC Hocking) regarding a chronic seepage problem resulting in a sheen on a tributary to the Maumee River. . The MSO was evaluating how to respond to the incident, i.e. under CERCLA or OPA.  A sample was collected on December 18 and was sent to LSU on Dec 19. LSU evaluated the sample on December 20 and found it to to be a petroleum product with no unusual constituents (i.e. Halogenated hydrocarbons). . The LSU report is contained in a separate hotline message. . The LSU report was received by the SSC on December 23 and was discussed with the MSO on December 30. . At this time further action will be taken, however the nature and timing of this action is not known.  No further requests have been made of the SSC. . jay rodstein  USCG district 2.  Keyword: none.","<b>Kiptopeke Concrete Ships, Potential Impact Assessment; Kiptopeke Beach, Cape Charles, Virginia<\/b> 1991-12-12<br />\n<i>residual bunker oils<\/i> - NA m³<br />\nApproximately a quarter of a mile from the shoreline of Kiptopeke Beach, Cape Charles, on the eastern shore of Chesapeake Bay, Virginia, nine concrete ships containing bunker oil form a breakwater.  In October 1991 the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Hampton Roads directed that oil in at least five of these vessels be removed.  In late October 1991, when weather permitted, International Marine Services (IMS) began pumping operations.  Access to the oil in the concrete vessels' tanks was precarious because the vessels' decks had severely deteriorated leaving reinforcing rods and large holes exposed.  USCG district 5.  Keyword: none.","<b>Soviet Ice Station NP-31; Beaufort Sea, Alaska<\/b> 1991-09-16<br />\n<i>diesel, aluminum powder, lubricating oil, caustic soda, unknown<\/i> - NA m³<br />\nThe Soviet Research and Development Institute of the Arctic and Antarctic research Ice Station NP-31 was abandoned after it broke away from pack ice in July 1991, 150 miles northwest of Point Barrow, Alaska.  When the island was abandoned, the Soviet researchers left behind 500 drums of diesel oil, 30 drums of aluminum powder, 10 drums of lubricating oil, 4 bags of caustic soda, 600 empty drums with residue from unknown chemicals, and 5 or 6 buildings.\u000bNormally, an ice floe would be caught in the Arctic Ocean clockwise gyre and carried back to Russia; however, this station was reported approximately 50 miles from Barrow.  USCG district 17.","<b>T/V Mega Sun; Big Stone Anchorage, Delaware<\/b> 1991-09-05<br />\n<i>crude oil<\/i> - NA m³<br />\nThe tank vessel MEGA SUN began leaking its cargo of crude oil into Delaware Bay during lightering operations.  The pumping operation caused a sheen and some dark oil around the vessel.  The source of the leak was pump room sea valves in the piping system and only occurred during active pumping.  USCG district 1.","<b>F/V JUSTIN TIME; Sozavarika Island, Alaska<\/b> 1991-09-04<br />\n<i>Diesel<\/i> - 1 m³<br />\nOn the morning of September 4, 1991, the fishing vessel JUSTIN TIME, owned by Peter Pan Seafoods, accidentally ran aground on the west side of Sozavarika Island with 20,000 pounds of halibut, 250 gallons of diesel, and 4 to 5 gallons of hydraulic fluid onboard.  The engine room was breached by a large rock.  The weather was southwest winds to 10 knots increasing to 25 knots in the afternoon with 4- to 6-foot morning seas increasing to 12-foot by evening.  The crew abandoned ship and was rescued by a nearby fishing vessel.  USCG district 17.","<b>Cameron Rig Collapse; Cameron, LA<\/b> 1991-06-04<br />\n<i>Louisiana Crude oil<\/i> - 959 m³<br />\nAn offshore oil rig belonging to Alliance Oil collapsed off the coast of Louisiana.  The rig is located 7 miles east of Cameron, LA ( 29-45.9N 93-11.9W)  in West Cameron Block #2.  This location is approximately three quarters of a mile offshore with a water depth of ten to twenty feet.  On the platform there was a 5,033 BBL storage tank, containing Louisiana Crude oil.  The tank is in the water as a result of the collapse of the platform, and there is an undetermined amount of oil on the surface.   A one-mile long slick has been reported.  Local weather is winds 8 to 10 Kts. and seas 2 to 3 feet.  USCG district 8.","<b>Mystery Spill11; Straits of Juan de Fuca, Washington<\/b> 1991-05-18<br />\n<i>black oil<\/i> - NA m³<br />\nOn May 18, 1991, the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Puget Sound received a report of a 4-mile long slick of black oil located along the international boundary between the United States and Canada, just north of Clallam Bay in the Straits of Juan de Fuca.  The source and quantity of the oil were unknown, but USCG overflight observers reported that the slick consisted primarily of sheen with three discrete patches of black oil.  USCG district 13.","<b>F/V MAX; Hinchinbrook Entrance, Prince William Sound, Alaska<\/b> 1991-05-15<br />\n<i>Diesel, lube oil<\/i> - 46 m³<br />\nOn Tuesday evening, May 14, 1991, the 91-foot fishing vessel MAX capsized and sank in approximately 600 feet of water as a result of stability problems while fishing in Hinchinbrook Entrance of Prince William Sound.  The vessel had just provisioned for a long journey and carried 10,000 gallons of diesel and 100 gallons of lube oil onboard.  The four crewmen were rescued, but all the fuel and stores were presumed lost into the water.  USCG district 17.","<b>Hopper Barge; Chesapeake Bay, Virginia<\/b> 1991-04-12<br />\n<i>ammonium sulfate<\/i> - 14866 m³<br />\nOn April 12, 1991, the U.S. Coast Guard (USCG) Marine Safety Office (MSO) Hampton Roads was notified that a 195-foot hopper barge was taking on water near the mouth of the Rappahannock River in Chesapeake Bay.  The barge was carrying approximately 1,637 tons of ammonium sulfate, an ingredient in commercial fertilizers.\u000bOn-scene USCG responders reported that the barge had sunk by the stern and that stern was on the bottom in 28 feet of water; the bow was approximately 35 feet above the water, but sinking; and ammonium sulfate was leaking into the bay.  USCG district 5.","<b>F/V NANCY JANE; Vermilion Bay, Louisiana<\/b> 1991-04-03<br />\n<i>diesel, lube oil<\/i> - 7 m³<br />\nAt approximately 1720, April 2, 1991, the fishing vessel NANCY JANE reportedly struck something underwater while fishing near gas and oil production facilities near the Southwest Pass of Vermilion Bay in the Gulf of Mexico.  NANCY JANE, a wooden-hulled vessel, sank at the scene in 10 feet of water with her decks awash and approximately 1,500 gallons of diesel fuel and about 50 gallons of lube oils onboard.  The NANCY JANE was about 7 miles from land and 45 nautical miles west-southwest of Morgan City, Louisiana, presumably releasing oil.  Weather at the scene was reported as winds southeasterly at 10 to 15 knots with 2- to 3-foot choppy seas.  Forecasts indicated that similar weather could be expected for the next 24 to 48 hours with a 60 percent chance of thunderstorms and gusty winds.  USCG district 8.","<b>Vista Bella; 12 miles NE of Nevis Island (British), eastern Caribbean<\/b> 1991-03-06<br />\n<i>No. 6 Fuel Oil<\/i> - 2541 m³<br />\nOn March 6, 1991, the Vista Bella sank in the Atlantic Ocean approximately 12 miles northeast of Nevis Island (British).  The barge, carrying 13,300 barrels of No. 6 Fuel Oil, sank in approximately 2000 feet of water.  The wind speed on the day of the incident was approx. 6-10 knots.  The cause of the sinking was not determined.  The barge was owned by Offshore Marine Limited and operated under the Trinidad flag.\u000bDispersant was applied from March 9-15, within a two-nautical mile area of the source.  The U.S. Coast Guard (USCG) Atlantic Strike Team (AST) was on-scene from March 14-23.  Contractor beach cleanup began on March 27.  USCG district 7.  Keyword: Atlantic Strike Team (AST), FINASOL OSR-7, adverse weather conditions, manual removal, skimmer, fingerprinting..","<b>F/V JESSICA B; Kashega Bay, Unalaska Island, Alaska<\/b> 1991-01-03<br />\n<i>Diesel, lube oil, hydraulic oil<\/i> - 7 m³<br />\nOn January 2, 1991, heavy weather in the Aleutian Islands drove the fishing vessel JESSICA B aground at Kashega Bay on Unalaska Island, Alaska with approximately 1,200 gallons of diesel and 200 to 300 gallons of lube and hydraulic oils onboard.  The fuel tanks remained intact but a light sheen formed around the vessel that was thought to be residue from the engine room.  A barge and an accompanying vessel were sent to the scene to pump off the petroleum products.  USCG district 17.","<b>M/V SEPTEMBER; Key Largo, Florida<\/b> 1991-01-02<br />\n<i>Diesel<\/i> - 4 m³<br />\nOn January 2, 1991, at approximately 1700, the 80-foot yacht SEPTEMBER caught fire and burned to the water line in John Pennekamp Coral Reef State Park, Florida. The fire was brought under control by 1930, but the vessel sank in about 15 feet of water with approximately 800 gallons of diesel fuel onboard.  USCG district 7.","<b>M/V MEI GUI HAI; French Frigate Shoals, Hawaii<\/b> 1990-11-10<br />\n<i>barium sulfate ore, bunker ,diesel<\/i> - NA m³<br />\nOn November 10, 1990, the U.S Coast Guard (USCG) Marine Safety Office (MSO) Honolulu was notified that the Chinese freighter MEI GUI HAI was taking on water and requesting permission to seek shelter in U. S. waters at French Frigate Shoals, part of the Northwest Hawaiian Islands National Wildlife Refuge, to carry out repairs.  The vessel was reported to have a cargo of barium sulfate ore and approximately 713 metric tons of bunker and diesel fuels onboard.  USCG district 14.","<b>T/V STAR CONNECTICUT; Barbers Point, Hawaii<\/b> 1990-11-06<br />\n<i>#6 black oil, high sulphur gas oil, Naptha, low sulphur gas oil<\/i> - NA m³<br />\nTHE STAR CONNECTICUT IS REPORTED AGROUND ONE MILE OFFSHORE OF BARBERS POINT BY THE HIRI MOORING.  THE VESSEL IS REPORTED TO BE BREECHED UNDER THE PUMP ROOM AND SITTING PARALLEL TO THE SWELL.  THERE IS A REPORT OF POSSIBLE SHEEN, BUT NO CONFIRMED REPORT OF OIL ON THE WATER, DUE TO DARKNESS. THE GROUNDING IS REPORTED TO HAVE OCCURRED AT APPROX. 2300 PST ON TUESDAY 11/6/90. THE VESSEL CARGO INCLUDES: 65,000 GAL OF HIGH SULFUR GAS-OIL 62,000 GAL OF NAPHTHA  8,200 GAL OF #6 BLACK OIL 50,400 GAL OF LOW SULFUR GAS-OIL (1,200 BBL) LOCAL WX THRU THE NIGHT IS WINDS ENE (060) AT 5KTS, WITH FORECAST FOR WINDS SHIFTING TO SE (130) AT 10KTS DURING THE DAY.  SWELLS ARE SOUTHERLY 2' INCREAS- ING TO 3-5' DURING THE DAY. . COAST GUARD OSC HAS REQUESTED ON-SCENE SSC SUPPORT. SSC SUPPORT TEAM WILL BE IN ROUTE ARRIVING HONOLULU AT APPROX 1300 LOCAL TIME. END OF MESSAGE  USCG district 14.","<b>DREDGE BARGE; OREGON INLET, NC<\/b> 1990-10-26<br />\n<i>diesel, lube oil<\/i> - NA m³<br />\nThe barge, Northerly Islander, located at 35deg 46'N,75deg 32'W has a potential of leaking 41,000 gallons of diesel and 1600 gallons of lube oil.  The barge went aground at about 01:30 EDT on October 26th. At this time the barge is not leaking product.  If any of this initial information is incorrect, please let us know ASAP as it would affect any trajectory implications. 1) TRAJECTORY  The forecasted winds will tend to dominate the transport processes and we would expect that the winds will move the product in a southerly direction. If a spill were to occur and persist over a tidal cycle, it is likely that both the inside and outside of northern Pea Island will be threatened.  If the diesel is released, there maybe a toxic shock to bivalves.  The lube oil may coat the eel grass beds on the inside of Pea Island and we would expect a minimal amount of lube oil impacting the sandy beaches on the outer island.  Tomorrow morning, the winds are forecasted from the west and the wind speed will begin to drop off.  The threat area would still remain the same with a slight increase in product impacting the outside of Pea Island  USCG district 5.","<b>T/V PROBO GULL; Delaware River<\/b> 1990-10-19<br />\n<i>#2 oil<\/i> - 47734 m³<br />\nOn October 19, 1990, the tank vessel PROBO GULL grounded in the Delaware River near Mantua Creek with 250,000 barrels of #2 oil onboard.  The starboard stern section was stuck in the mud bottom.  USCG district 1.","<b>MALLARD 41; Mississippi River Delta, Louisiana<\/b> 1990-10-10<br />\n<i>crude oil<\/i> - NA m³<br />\nAt approximately 2300 on October 9, 1990, the ARCO workover boat MALLARD 41 was revitalizing an oil and natural gas well located in South Pass about 5-1/2 nautical miles south of South East Pass in the Mississippi Delta.  A fire started in the on-board drill mud pits during well work.  Oil sheen was observed by other vessels working the fire.  It was not clear whether the sheen was coming from the MALLARD and fire fighting efforts or from the well below the burning vessel.\u000bAt 0045 om October 10, ARCO officials reportedly stated that the well was safely shut-in and was no longer a factor in the fire.  The fire was finally extinguished at 0115 after going out once and then restarting.  Vessels on-scene continued cooling the MALLARD with seawater.  USCG district 8.","<b>T/V WORLD BRAZILIA; Mobile, Alabama<\/b> 1990-10-02<br />\n<i>oil<\/i> - NA m³<br />\nOn September 30, 1990, the Liberian tank vessel WORLD BRAZILIA, loaded with approximately 1.8 million barrels of Arabian medium crude oil (API 30) anchored in about 21 fathoms of water about 57 nautical miles south of Mobile, Alabama.  She had begun lightering operations to a Chevron transfer vessel when small amounts of oil were noticed coming from near the BRAZILIA's mid-ship hull.  After some cargo was removed, lightering operations were suspended by Chevron officials and divers were called to discover the cause of the oil leak. The BRAZILIA, a single-skinned hull, 1,125-foot vessel had undergone hull work before this cruise, but reported she had sailed without incident in heavy seas crossing the Atlantic.\u000bDivers found a 6- to 8-inch fatigue crack in the BRAZILIA's  bottom, mid-ship hull, 93 feet down her port side, about 5 feet inboard of the turn of her bilge.  The crack was athwart ship, paralleling her 174-foot beam, and immediately below her #4 port cargo tank.  Estimates of BRAZILIA's  structural condition were guarded, but indicated it probably would not worsen.  USCG district 8.","<b>CG CUTTER MESQUITE; LAKE SUPERIOR<\/b> 1989-12-04<br />\n<i>diesel fuel, lube oil<\/i> - 159 m³<br />\nTHE COAST GUARD CUTTER MESQUITE WAS REPORTED AGROUND IN THE VICINITY OF KEEWANAW POINT IN LAKE SUPERIOR, 4725N 08741W IN THE MORNING HOURS OF DECEMBER 04.  ABANDON SHIP IS IN PROGRESS.  THE VESSEL IS CARRYING 20,000 TO 35,000 GALLONS OF DIESEL FUEL AND MISCELLANEOUS QUANTITIES OF LUBE OIL. STRIKE TEAM AND SSC MOBILIZED AS OF 0900.  USCG district 9.","<b>Mystery Oil Slick3; San Francisco, California<\/b> 1989-09-20<br />\n<i>Oil<\/i> - NA m³<br />\nOn September 20, 1989, the U.S. Park  Service Police discovered approximately 30 globules of oil on the beaches along the Marin Headlands.  The police notified the U.S. Coast Guard and a 41-foot patrol boat was dispatched from Yerba Buena Island.  The Coast Guard observed oil concentrations of twelve extremely weathered tar balls per 50 square yards in a seven- mile by three-mile stretch of area less than one half mile off the San Francisco coastline near the Golden Gate Bridge.  The largest concentrations were on the beach north of the Golden Gate Bridge.  USCG district 1.","<b>Mystery Oil Slick4; San Francisco, California<\/b> 1989-09-20<br />\n<i>Unknown oil<\/i> - NA m³<br />\nOn September 20, 1989, the U.S. Park Service Police discovered approximately 30 globules of oil on the beaches along the Marin Headlands.  The police notified the U.S. Coast Guard.  A 41-foot patrol boat was dispatched from Yerba Buena Island.  The Coast Guard observed oil concentrations of 12 extremely weathered tar balls per 50-square yards in a 7-by-3 mile stretch of area less than one half a mile off the San Francisco coastline near the Golden Gate Bridge.  The largest concentrations were on the beach north of the Golden Gate Bridge.  USCG district 11.","<b>M/V SAN JUAN VICTORY; James River, Virginia<\/b> 1989-09-08<br />\n<i>Diesel fuel<\/i> - 1909 m³<br />\nAt about 2345 on September 7, 1989, a steering casualty caused the 564-foot SAN JUAN VICTORY to run aground in the James River, Virginia.  The vessel carried 420,000 gallons of diesel fuel.  By 0230 tugs were on-scene to attempt to remove the vessel from the shoal.  USCG district 5.","<b>Mystery Spill 10; Grande Isle, Louisiana<\/b> 1989-08-30<br />\n<i>Oil<\/i> - NA m³<br />\nAt 0630 on August 30, 1989, oil was observed coming from the southwest and washing ashore at Grand Isle State Park on the Gulf of Mexico.  By 0900, the oil covered an area of beach measuring 3-1/2 miles long by 2-1/2 feet wide.  A \"bluish\" sheen and some floating oil were reported just offshore.  U.S. Coast Guard Station Houma personnel investigated and obtained samples for later typing and analysis.  Coast Guard personnel reported that the oil on the shore appeared to be a heavy crude.  Park officials planned to rake the oil from the one mile of State-owned shore in preparation for the upcoming Labor Day weekend.  Plans for the 2-1/2 miles of the village of Grand Isle-owned beaches to the southwest were unknown.  USCG district 8.","<b>Unknown Oil Spill; Grand Isle, Louisiana<\/b> 1989-08-30<br />\n<i>Oil<\/i> - NA m³<br />\nAt 0630 on August 30, 1989, oil was observed washing ashore at Grand Isle State Park on the Gulf of Mexico from the southwest.  By 0900, the oil covered an area of beach measuring 3-1/2 miles long by 2-1/2 feet wide.  A \"blueish\" sheen and some floating oil was reported just offshore.  U.S. Coast Guard Station Houma personnel investigated and obtained samples for later typing and analysis.  Coast Guard personnel reported that the oil on the shore appeared to be a heavy crude.  Park officials planned to rake the oil from the one mile of State-owned shore in preparation for the upcoming Labor Day weekend.  Plans for the 2-1/2 miles of the village of Grand Isle-owned beaches to the southwest were unknown.  USCG district 8.","<b>Mystery Spill 8; Off Nantucket, Massachusetts<\/b> 1989-08-15<br />\n<i>Oil<\/i> - NA m³<br />\nOn August 15, 1989, the U.S. Coast Guard Marine Safety Office (MSO), Providence, Rhode Island, received a report of oil sheen and sludge in the open ocean 100 miles east of Nantucket.  USCG district 1.","<b>F/V OCEAN PACIFIC; Tongass Narrows, Ketchikan, Alaska<\/b> 1989-08-12<br />\n<i>Diesel fuel, lube oil aviation gas anhydrous ammonia, chlorine, acetylene<\/i> - 68 m³<br />\nAt 2024 on August 12, 1989, the fish processor OCEAN PACIFIC, sank in 22 fathoms of water at its mooring in Tongass Narrows.  The vessel contained 15,000 gallons of diesel fuel oil; five barrels of lube oil; five barrels of aviation gas; 150-pound bottles of anhydrous ammonia, chlorine, acetylene, and oxygen; and 2,150 pounds of anhydrous ammonia in the vessel's refrigeration system.  When it sank, the OCEAN PACIFIC had an estimated 200,000 pounds of processed and packaged pink salmon in the freezer hold and 120,000 pounds in two refrigerated seawater tanks.  \u000bInitially, the vessel leaked at an estimated 10 gallons per minute, creating sheening and recoverable oil in the Narrows.  Divers plugged the vents and reduced the discharge to an estimated one gallon per hour.  A salvage vessel was on scene and containment boom, lined with sorbent boom, was maintained around the wreck.  Oiling was reported several miles north and south of the sunken vessel.  Attempts were made to pump off the fuel in the vessel's tanks.  USCG district 17.","<b>T/V NORTHERN SUN; Cape Cod Canal, Massachusetts<\/b> 1989-07-29<br />\n<i>Gasoline<\/i> - 4010 m³<br />\nOn July 29, 1989 the tanker NORTHERN SUN ran aground in the Cape Cod Canal, Massachusetts.  Initial attempts to refloat the tank vessel during the falling tide had failed.  The vessel's tanks contained an estimated 882,000 gallons of gasoline.  USCG district 1.","<b>Abandoned Barges; Empire, Louisiana<\/b> 1989-07-03<br />\n<i>Oil<\/i> - 2273 m³<br />\nNOAA/OMA was notified of the incident at 0805 on July 3, 1989 by MSO New Orleans, and requested to review the circumstances of the case and provide recommendations on how to proceed with cleanup and management of the abandoned vessels.    On-site, the NOAA Scientific Support Coordinator (SSC) observed two badly corroded barges lying nearly end-to-end, leaking an unknown oily substance into the waters of the channel.  Some boom had been deployed around portions of the barges and numerous vessels of lengths up to 35 feet, in various stages of maintenance or disrepair surrounded the barge hulls.   Because the barges were unattended and threatened by local high water runoff and local vessel traffic, the SSC recommended immediate efforts to double boom and isolate the barges.  Security measures were suggested to prevent tampering and further damage to the barges until the material within could be properly identified, safely removed and isolated for disposal.  \"Core\" samples from each tank and Level B personnel protection were also strongly recommended.  In addition, the SSC recommended that local and state water board, storm levy and canal lock officials be contacted to ensure immediate emergency response should waters from the spill site and Doullut Canal have to be isolated from the Mississippi River and the sensitive areas of Adams Bay and surrounding wetlands.  NOAA further advised the Coast Guard of the presence, year-round, of Eastern oyster in Adams Bay and Bastian Bay downstream, south and west of the site.  NOAA indicated that sample analysis results were not atypical of oil production wastes.  USCG district 8.","<b>T/V JAHRE SPRAY; Big Stone Anchorage, Delaware Bay, Delaware<\/b> 1989-06-17<br />\n<i>Oil<\/i> - NA m³<br />\nThe tanker JAHRE SPRAY was trailing an oil sheen when it entered the Big Stone Anchorage in Delaware Bay on June 17, 1989.  The vessel asked permission of the U.S. Coast Guard Marine Safety Office (MSO) in Philadelphia to leave the anchorage, anchor 20 miles offshore, and commence repairs.  USCG district 5.","<b>Mystery Oil Spill5; Grande Isle, Louisiana<\/b> 1989-04-22<br />\n<i>Unknown oil<\/i> - NA m³<br />\nOn the morning of April 22, 1989, an oil spill was reported off Grand Isle, Louisiana.  At 0920, helicopter reports indicated that the slick, which measured approximately eight miles long and 1-1/2 miles wide, was about 21 nautical miles south of Grand Isle.  Subsequent reports from a Conoco oil platform air dispatcher indicated that the slick was oriented along an east-west axis, and that it contained patches of dark \"pudding-like\" oil, and silver to rainbow sheen.  A Coast Guard overflight confirmed the sighting, and reported that the slick was moving west and appeared to be breaking up.  A Coast Guard vessel passing through the area described the material as somewhat stringy.  USCG district 8.","<b>F/V MERIDITH T; Harwichport, Nantucket Sound, Massachusetts<\/b> 1989-03-18<br />\n<i>Diesel fuel<\/i> - 4 m³<br />\nOn March 18, 1989 the fishing vessel MERIDITH T sank in the open ocean three miles south of Harwichport in Nantucket Sound.  Attempts to save the fishing vessel, which began taking on water at 0930, failed even after the entire cargo of clams had been dumped.  The vessel's tanks contained an estimated 800 gallons of diesel fuel.  USCG district 1.","<b>T/V NOTOS; Delaware Bay, Delaware<\/b> 1989-03-09<br />\n<i>West African Takula crude oil<\/i> - 190027 m³<br />\nThe Liberian tanker NOTOS, carrying 995,000 barrels of West African Takula crude oil, grounded in the northwest corner of the Big Stone Anchorage in Delaware Bay at midnight on March 9, 1989.  At approximately 0200, a tug and barge began lightering oil from the NOTOS.  USCG district 1.","<b>Weathered Oil; Islamorada, Florida Keys<\/b> 1989-03-03<br />\n<i>Oil<\/i> - NA m³<br />\nOn March 3, 1989, the U.S. Coast Guard Marine Safety Office (MSO), Miami, received a report of an oil slick approximately 10 miles east-southeast of Islamorada, Florida.  Subsequently, Coast Guard boats and aircraft and Florida Department of Natural Resources rangers observed patches of tar balls and seaweed scattered two to six miles offshore off Key Largo, southwest along the Florida Keys.  Reports of shoreline impacts were also received from the Lower Keys.  Oil concentrations were small and the oil appeared to be a weathered heavy oil.  USCG district 7.","<b>T/V CAPTAIN W. ARVELO; Northeast Coast, Dominican Republic<\/b> 1989-02-24<br />\n<i>Bunker C fuel oil<\/i> - NA m³<br />\nThe tanker CAPTAIN W. ARVELO sank in high winds in the early morning hours of February 24, 1989, five nautical miles north of the northeast coast of the Dominican Republic.   The vessel carried approximately 200,000 gallons of bunker C fuel oil.  USCG district 7.","<b>T/V UNICORN DEREK; Virgin Gorda, British Virgin Islands<\/b> 1989-02-16<br />\n<i>Gasoline, kerosene,  bunker C fuel<\/i> - NA m³<br />\nOn February 16, 1989, the tanker UNICORN DEREK ran aground on the western side of Virgin Gorda in the British Virgin Islands, approximately 600 yards from the entrance to the Spanish Town Yacht Harbor. The tanker carried 1,500 barrels of diesel, 2,500 barrels of gasoline, 2,260 barrels of kerosene, and 21 tons of bunker C fuel.  \u000bThe initial report to the U.S. Coast Guard Marine Safety Office (MSO), San Juan, Puerto Rico, indicated that a small quantity of gas and diesel were leaking into the water from two tanks.  A tug and barge were brought in to lighter the vessel before refloating her.  A small sheen was seen around the vessel but it did not appear to persist and did not impact any shoreline. Divers found a slight amount of damage to the hull in the area of the number 4 tank.  The sheens diminished after the gas in the tank was shifted to an undamaged tank.  USCG district 7.","<b>T/B GRAN TOR; Northeast Coast of Dominican Republic<\/b> 1989-02-15<br />\n<i>Bunker C fuel oil<\/i> - NA m³<br />\nOn February 15, 1989, the tug ALICE M. WINSLOW and tank barge GRAN TOR ran aground on a reef about 800 yards off the northeast coast of the Dominican Republic. The barge's cargo consisted of approximately 18,000 barrels of bunker C fuel oil.  Sheens emanated from both vessels but appeared to be diesel fuel from the tug and runoff from the deck of the barge.  USCG district 7.","<b>Stevedoring Services of America 2; San Francisco, California<\/b> 1989-01-31<br />\n<i>Polychlorinated biphenyl -- laden oil<\/i> - NA m³<br />\nA strong, pesticide-like odor was noted when a shipping container loaded in the People's Republic of China with 195 55-kilogram drums of dimethoate (solid) was off-loaded in the Port of Long Beach, California. After inspection, the dented drums were placed in overpack drums and disposed of.  The remainder of the shipment was replaced in the container for transportation to its original destination.  USCG district 11.","<b>F/V HARRY GLEN; Nantucket Sound, Massachusetts<\/b> 1989-01-29<br />\n<i>Diesel fuel<\/i> - 9 m³<br />\nOn January 29, 1989, the 53-foot, wooden fishing vessel HARRY GLEN sank in the open ocean nine miles south of Nantucket, Massachusetts.  Attempts to save the fishing vessel failed.  The vessel's tanks contained an estimated 2,000 gallons of diesel fuel.  USCG district 1.","<b>Coney Island Creek Mystery Spill; Coney Island Creek, New York<\/b> 1988-12-28<br />\n<i>oil<\/i> - NA m³<br />\nMystery oil spill / Coney Island Creek, New York.  Federalized spill Situation: A.  Spill reported 26 December, 1988, at 0755, as heavy black oil between M/V  Jarama and barge E-31. B.  0915 Helo overflight reported heavy oil in Coney Island area. C.  COTPNY sends PO to video tape situation. D. Clean-Ventures O/S at 1545, and has boomed off impacted area around Coney  Island Creek.  Have sorbents and vac truck in operation in pocket areas.  Situation is being monitored throughout night with contractor personnel  staying O/S.  NYPD are making regular checks.  Weather:  Temp: 40 deg. F. wind: 20 kn.  seas: 1-2 ft.  USCG district 1.","<b>F/V TRUE GRIT; Loggerhead Key, Dry Tortugas, Florida<\/b> 1988-12-20<br />\n<i>Diesel fuel<\/i> - 39 m³<br />\nOn December 20, 1988, the fishing vessel TRUE GRIT ran aground on the northwest shore of Loggerhead Key in the Dry Tortugas, the southern tip of the Florida Keys.  The vessel was deliberately run aground in four feet of water 25 yards offshore when she was holed and began to take on water.  USCG district 7.","<b>M/V Aoyagi Maru; Akun Island, Aleutian Islands, Alaska<\/b> 1988-12-10<br />\n<i>Diesel, bunker C lube oil<\/i> - 514 m³<br />\nOn December 10, 1988, the Aoyagi Maru, a 288-foot Japanese fish refrigerant vessel, grounded at Lost Harbor on the west side of Akun Island, Alaska, when a line caught in its screw after the fish were loaded from another vessel.  An estimated 32,000 gallons of diesel, 78,000 gallons of bunker C, and 3,250 gallons of lube oil were on board when the vessel was blown aground.  Despite the extremely inclement weather, the U.S. Coast Guard Cutter RUSH was on the scene by December 11 to rescue the crew of 19.  \u000bThe Aoyagi Maru sustained holes in its engine room and two of its three holds.  It was December 15 before weather permitted observers to reach the vessel.  Reports indicated only a sheen around with the vessel with minimal pollution, with the water coming in through the holes in the bottom of the hull hydraulically supporting the bunker C.  USCG district 17.","<b>F/V OPTY; Shemya Island, Aleutian Island Chain, Alaska<\/b> 1988-12-07<br />\n<i>Diesel, hydraulic oil, lube oil<\/i> - 73 m³<br />\nOn December 3, 1988, the OPTY, a 139-foot vessel owned by Opty Fishing Corporation of Fairhaven, Massachusetts, grounded outside Alcan Harbor on the northwestern side of Shemya Island, part of the Aleutian Island Alaska Maritime National Wildlife Refuge System.  High winds and seas  apparently contributed to the grounding of the vessel, which carried 16,000 gallons of diesel, 1,000 gallons of hydraulic oil, and 400 gallons of lube oil.  None of the oil was observed to be leaking into the water.  USCG district 17.","<b>F/V VALERIE G; Nehenta Bay, Gravina Island, Alaska<\/b> 1988-11-28<br />\n<i>Diesel, lube oil<\/i> - 1 m³<br />\nOn November 27, 1988, winds of up to 60 knots in Clarence Strait blew the fishing vessel VALERIE G hard aground at the head of Nehenta Bay on the southwest side of Gravina Island.  The grounding occurred on an extremely high tide; efforts were unsuccessful to refloat the vessel, which contained about 250 gallons of diesel and around 25 gallons of lube oil.  Due to the weather and the vessel's location, communications and overflights were virtually impossible.  USCG district 17.","<b>Tar Balls; Sebastian Inlet, Florida<\/b> 1988-11-17<br />\n<i>Oil<\/i> - NA m³<br />\nOn  November 17, 1988, the U.S. Coast Guard Marine Safety Office (MSO), Miami, received a report of an oil spill at Sebastian Inlet in Martin County, Florida. The spill was described as a slick of tar balls measuring 50 feet wide by approximately five miles long, offshore of the inlet and trailing southeast with some tar balls already on the beach.  MSO personnel on a Coast Guard Auxiliary overflight confirmed the report of tar balls two miles north of the inlet and sighted a scattered slick six miles offshore covering approximately four square miles and trailing in a southeasterly direction.  USCG district 7.","<b>M/V Alaska Constructor; Trading Bay, Upper Cook Inlet, Alaska<\/b> 1988-11-02<br />\n<i>Gasoline, diesel<\/i> - 82 m³<br />\nAt approximately 0830 on November 2, 1988, an explosion ripped through the Alaska Constructor, a 113-foot supply vessel en route from Anchorage to Trading Bay to deliver fuel to an earth-moving operation.  The explosion occurred while the vessel was aground at Trading Bay.   A tank truck containing 3,000 gallons of gasoline immediately caught fire on the vessel's deck.   The Alaska Constructor  also had 7,000 gallons of gasoline and 11,000 gallons of diesel in tanks below the deck.  \u000bThe Nikiski Fire Department, workboats in the vicinity, and a U.S. Coast Guard cutter responded to the blaze.  One man escaped overboard in the shallow water, while three others remained trapped aboard the vessel.  Cook Inlet Pipeline Co. activated the Cook Inlet Response Organization, which sent two vessels and a fireproof boom to curb any pollution.  USCG district 17.","<b>Puget Island; Columbia River, Oregon<\/b> 1988-10-07<br />\n<i>Oil<\/i> - NA m³<br />\nOn October 7, 1988, the U.S. Coast Guard Marine Safety Office (MSO), Portland, Oregon, received a report of an oil spill between miles 35 and 40 on the Columbia River near Puget Island.  A Coast Guard Air Station Astoria overflight confirmed a heavy, dark slick covering half of the southern channel of the river adjacent to Puget Island.  USCG district 13.","<b>W & T Oil Properties; Bayou Sorrel, Louisiana<\/b> 1988-10-06<br />\n<i>Oil<\/i> - NA m³<br />\nOn October 6, 1988, a contract gauger in the area reported to the U.S. Coast Guard Marine Safety Office, New Orleans, that approximately 400 square yards of Bayou Sorrel, including nearby vegetation, were covered with thick, black oil.  USCG district 8.","<b>F/V Andromeda; Off Cape Cod, Massachusetts<\/b> 1988-08-08<br />\n<i>Diesel fuel<\/i> - 27 m³<br />\nOn August 8, 1988, the fishing vessel Andromeda was reported sunken in the open ocean 40 miles east of Cape Cod.  The vessel's tanks contained an estimated 6,000 gallons of diesel fuel.  USCG district 1.","<b>F/V Nancy Christine II; Woods Hole, Massachusetts<\/b> 1988-08-04<br />\n<i>Diesel fuel<\/i> - 4 m³<br />\nOn August 4, the 65-foot steel fishing vessel Nancy Christine II was reported aground off Grassy Island at Woods Hole, Massachusetts.  Initial attempts to refloat the fishing vessel during the falling tide had failed.  The vessel's tanks contained an estimated 900 gallons of diesel fuel.  USCG district 1.","<b>Mystery Oil Spill; Mona Island, Puerto Rico<\/b> 1988-07-29<br />\n<i>heavy black oil<\/i> - NA m³<br />\nOn July 29, 1988, the U.S. Coast Guard Marine Safety Office (MSO), San Juan, Puerto Rico, received a report of \"heavy black oil\" washing ashore on the entire south coast of Mona Island, 40 miles west of Puerto Rico.  Upon further investigation, it was determined that on July 13 or 14, an oil  spill of unknown origin and quantity had occurred off of the southeast coast of Mona Island, with especially heavy impacts on the Playa de Pajaros beach area.","<b>C/S DISCOVERY; San Juan, Puerto Rico<\/b> 1988-07-28<br />\n<i>Flammable liquids, corrosives, marine diesel<\/i> - NA m³<br />\nOn July 28, 1988, the Sea Land container ship DISCOVERY ran hard aground in San Juan Harbor between buoys 6 and 8. On board the cargo included containers of hazardous materials such as poisons, flammable liquids and corrosives among others as well as over 18,200 barrels of marine diesel.  USCG district 7.","<b>F/V Edna G; Cape Ann, Gloucester, Massachusetts<\/b> 1988-07-01<br />\n<i>Diesel fuel<\/i> - NA m³<br />\nNOAA/OMA was notified of the incident on July 1, 1988, by the U.S. Coast Guard Marine Safety Office, Boston.  NOAA was asked to provide tide information, an analysis of the expected trajectory of an oil spill from the EDNA G, and report on environmental resources potentially at risk.  NOAA advised that any oil released would move with the wind and feather out in about 200 yards.  No landfall for the anticipated amount of diesel fuel in the tanks was anticipated.  USCG district 1.","<b>Logan Airport; Boston, Massachusetts<\/b> 1988-06-20<br />\n<i>Oil<\/i> - NA m³<br />\nIn June 1988, oil was observed in the navigable waters north of Logan Airport.  U.S. Coast Guard Marine Safety Office (MSO), Boston, investigators traced one source to an outfall from Logan Airport.  Marsh grasses immediately adjacent to the outfall were different from the marsh grasses in the surrounding area.  USCG district 1.","<b>Mystery Spill6; Orcas Island, Washington<\/b> 1988-06-07<br />\n<i>Hydraulic fluid<\/i> - NA m³<br />\nThe U.S. Coast Guard Marine Safety Office (MSO), Puget Sound, received a report of a reddish colored slick, which appeared to be hydraulic fluid, in the vicinity of Obstruction Pass between Orcas and Sucia Islands.  USCG district 13.","<b>F/V Defiance; Ketchikan, Alaska<\/b> 1988-05-20<br />\n<i>Diesel<\/i> - NA m³<br />\nNOAA/OMA was notified of the situation at 1130 on May 20, 1988, by the U.S. Coast Guard Marine Safety Office, Juneau, and asked for advice on the size and fate and effects of the potential oil slick.  NOAA was also asked to advise on the environmental resources-at-risk if the vessel was allowed to sink.     The NOAA Scientific Support Coordinator advised the Coast Guard that sinking the vessel could produce two scenario extremes.  The most likely scenario would be a small, continuous leak from the tank's vent pipes.  However, a catastrophic release of the entire fuel tank could occur any time during or after the sinking of the vessel.  Since the vessel was subject to the Tongass Narrows currents,  the visible extent of the slick and sheen could range from a few meters in length to a few thousand meters, respectively.      NOAA suggested that the Coast Guard check the water depth at the pier because a partial sinking could result in a tidally induced pumping action which would cause a much greater rate of outflow of diesel fuel.    Consultation with resource agencies revealed large populations of herring and chinook salmon, and thousands of seabirds, including 50 bald eagles, in the vessel's immediate vicinity.  Any of these animals could be affected by a release.  USCG district 17.","<b>Athenian Venture; Canada, southeast of Cape Race, Newfoundland<\/b> 1988-04-22<br />\n<i>Unleaded Gasoline<\/i> - 47734 m³<br />\nEarly on April 22, 1988, the tanker Athenian Venture was found by the Canadian research vessel Hudson 400 miles southeast of Cape Race, Newfoundland.  The Athenian Venture had apparently experienced a violent explosion as it was broken in two and on fire.  The Athenian Venture had been en route from Amsterdam, Netherlands, to New York, New York, with a cargo of approximately 250,000 barrels of unleaded gasoline on board. The vessel was drifting at 40 38 N, 051 09 W, and the bow and aft sections were approximately two miles apart when found.  The bow section sank at 1400 on April 22.  The aft section continued to drift on fire for the next 7 weeks, finally sinking on June 17 about 200 miles from the Azores.  Keyword: Explosion, fire, sinking, evaporation..","<b>Clark Brothers Co.; Grosse Ile, Michigan<\/b> 1988-03-06<br />\n<i>Oil<\/i> - 0 m³<br />\nOn Sunday March 6, 1988, the U.S. Coast Guard Captain of the Port (COTP), Detroit, was notified of an oil slick in Frenchman's Creek on Grosse Ile, Michigan.  Coast Guard investigators responded and activated a contractor to remove approximately 100 gallons of oil and place booms at strategic locations.  Ice covering the creek and winds counter to the normal flow made source identification difficult.  USCG district 9.","<b>F/V Libby; Old Harbor, Block Island, Rhode Island<\/b> 1988-03-06<br />\n<i>Diesel fuel<\/i> - 11 m³<br />\nOn March 6, 1988 the fishing vessel Libby, carrying an estimated 2,500 gallons of diesel fuel was reported aground off the jetty of Old Harbor, Block Island, Rhode Island.  Initial attempts to refloat the 70-foot wood fishing vessel failed.  USCG district 1.","<b>F/V Alaska Star; Nikolski Bay, Umnak Island, Aleutian Islands, Alaska<\/b> 1988-02-22<br />\n<i>Diesel<\/i> - 164 m³<br />\nOn February 20, 1988, the 153-foot fish processor, Alaska Star, grounded in heavy seas in Nikolski Bay on the northwest side of Umnak Island.  The vessel carried an estimated 36,000 gallons of diesel aboard.  All fifteen crewmen were rescued by another fishing boat.  USCG district 17.","<b>F/V Captain Billy; Yunaska Island, Aleutian Island Chain, Alaska<\/b> 1988-02-17<br />\n<i>Diesel<\/i> - 73 m³<br />\nOn February 17, 1988, the fishing vessel, Captain Billy, grounded in heavy weather on Yunaska Island, one of the Islands of Four Mountains on the Aleutian Islands chain.  The vessel was 83 feet long, and had an estimated 16,000 gallons of diesel aboard.  The six crewmen went ashore and were rescued by a Coast Guard helicopter.  Oil was observed leaking from the vessel.  USCG district 17.","<b>Atlantic Fuel Marketing; Mystic River, Boston, Massachusetts<\/b> 1988-02-10<br />\n<i>Number 6 fuel oil<\/i> - NA m³<br />\nOn January 30, 1988, a unknown amount of heavy black oil was reported at the Atlantic Fuel Marketing Dock in Chelsea, Massachusetts.  The tanker Fredricksberg had departed this dock at approximately 0630 that morning after completing discharge of number 6 fuel oil to the Atlantic Fuel Marketing facility.  \u000bThe U.S. Coast Guard Marine Safety Office (MSO) Boston, contracted Clean Harbors, Inc. to begin immediate cleanup operations.  The Coast Guard MSO also took oil samples from the spill site and from the tanks at Atlantic Fuel Marketing that had received the 6 oil from the Fredricksberg.  USCG district 1.","<b>F/V Icy Queen; Suemez Island, Meares Passage, Alaska<\/b> 1988-01-15<br />\n<i>Diesel<\/i> - 4 m³<br />\nLate on January 14, 1988, the 55-foot fishing vessel Icy Queen capsized in Meares Passage on the west side of Prince of Wales Island.  The 6 crewmen were rescued shortly thereafter, but 20-knot winds blew the vessel aground on a rocky beach on the west side of Suemez Island.  The vessel's tank was containing approximately 800 gallons of diesel.  USCG district 17.","<b>F/V InNuendo; Old Harbor, Block Island, Rhode Island<\/b> 1988-01-07<br />\n<i>Diesel fuel<\/i> - 4 m³<br />\nOn January 7, 1988, the 55-foot fiberglass fishing vessel InNuendo, carrying an estimated 900 gallons of diesel fuel, was reported aground off the jetty of Old Harbor, Block Island, Rhode Island.  Initial attempts to refloat the fishing vessel failed.  Winds were from the west at 35 knots and deteriorating.  USCG district 1.","<b>F/V  SEA MASTER; Rocky Point, California<\/b> 1988-01-05<br />\n<i>Diesel fuel<\/i> - 41 m³<br />\nOn January 4, 1988, the 66-foot fishing vessel, SEA MASTER, sank approximately 15 nautical miles west of Rocky Point in Northern California.  The vessel had approximately 9,000 gallons of diesel fuel on board at the time of sinking.  On January 5, a salvage vessel in the area of the sinking reported an oil sheen that was tending toward the east and within 12 nautical miles of the coast.  USCG district 12.","<b>Facility; Pittsburgh, PA<\/b> 1988-01-02<br />\n<i>oil<\/i> - NA m³<br />\nThe slick flowed past Pittsburgh where the Monongahela and the Allegheny rivers meet to form the Ohio River.  By January 4, traces of oil reached Newell, West Virginia 92 miles downstream from the spill site.  By January 10, the oil had flowed past Steubenville, Ohio, and reached Wheeling, West Virginia.  By January 13, the spill had traveled 130 miles down the Monongahela and Ohio rivers to reach Sisterville, West Virginia.  Ice flows in the rivers delayed the passage of the slick downstream.  A National Oceanic and Atmospheric Administration (NOAA) study suggested that there would be minimal re-release of product due to oil being incorporated into the ice.  USCG district 9.  Keyword: Boom, skimmer, vacuum truck, sorbents..","<b>M/V Doric; Off Point Arguello, California<\/b> 1987-12-14<br />\n<i>Diesel, lube oil<\/i> - NA m³<br />\nAt 1524 on December 14, 1987, the U.S. Coast Guard Marine Safety Office, Alameda, California, was notified by the Coast Guard Search and Rescue Unit that they were en route to a mayday distress call.   The 140-foot motor vessel Doric was taking on water in 20-25 foot seas, and the captain and crew were preparing to abandon ship.  The entire crew was rescued and brought to Long Beach Harbor.  USCG district 12.","<b>Mystery Slick1; Point Montara, California<\/b> 1987-12-10<br />\n<i>Oil<\/i> - NA m³<br />\nOn December 10, 1987, the U.S. Coast Guard Marine Safety Office, Alameda, was notified that a passing fishing vessel had been oiled by a slick measuring 2.5 miles long by about .5 miles wide.  The Coast Guard dispatched a vessel to the location of the slick, 2.5 miles west of Point Montara, approximately 15 miles south of the Golden Gate Bridge.  USCG district 12.","<b>Mystery Spill, Elizabeth River; Elizabeth River<\/b> 1987-12-10<br />\n<i>Oil<\/i> - NA m³<br />\nAt 1400 on December 10, 1987, the U.S. Coast Guard Fifth District was notified of a mystery spill in the southern branch of the Elizabeth River.  The report was investigated by the Marine Safety Office (MSO), Hampton Roads; a sheen was observed between Berkeley and Money Point.  USCG district 5.","<b>M/V Meister Stersinger; Virginia Beach, Virginia<\/b> 1987-12-07<br />\n<i>Coal, bunker fuel<\/i> - 1068 m³<br />\nDuring the night of December 16, 1987,  the 700-foot long coal carrier, Meister Stersinger, ran hard aground at high tide on sand bottom about half a mile off the Cape Henry light house in Virginia Beach, Virginia.  The vessel was fully laden with coal and carried 235,000 gallons of bunker fuel in its double bottom.  USCG district 5.","<b>Pontoon Derrick Barge Lady Eleanor; Half Moon Bay, California<\/b> 1987-12-06<br />\n<i>Diesel, lube oil<\/i> - NA m³<br />\nOn December 6, 1987, the 120-foot by 100-foot platform pontoon derrick crane barge, Lady Eleanor, capsized in heavy seas and was in danger of sinking 4.3 miles west of Pillar Point, Half Moon Bay, California.  The barge carried approximately 5,000 gallons of diesel and an unknown amount of lube oil.  Upon notification by the barge's tug, the Coast Guard immediately dispatched a vessel and a helicopter to assist.  The Coast Guard observed a light sheen measuring approximately 200 meters by 50 meters wide in the vicinity of the barge.  USCG district 12.","<b>F/V NOBANDEER; Newport, Rhode Island<\/b> 1987-12-04<br />\n<i>Diesel fuel<\/i> - 2 m³<br />\nOn December 14, 1987, the wooden fishing vessel NOBANDEER was reported sunk at Spring Wharf, Newport, Rhode Island  No owner of the vessel could be immediately found that would attempt the salvage and remove the vessel from the pier.   The U.S. Coast Guard placed a boom around the sunken vessel to prevent the loss of diesel fuel into the environment if a release should occur.  The vessel's diesel fuel on board at the time of the sinking was an estimated 500 gallons.  USCG district 1.","<b>F/V Midnight Sun; Humboldt Bay, California<\/b> 1987-12-02<br />\n<i># 2 diesel fuel<\/i> - 18 m³<br />\nThe 72-foot fishing boat, Midnight Sun, was carrying approximately 4,000 gallons of number 2 diesel fuel when it capsized in 25-foot seas just outside of Humboldt Bay at 0835 on December 2, 1987.  The vessel had lost all power as it was steaming close in, approximately 1 mile off shore.  The skipper planned to salvage parts of the vessel when the winds and seas died down.\u000bThe captain of the vessel was able to don a life jacket and was rescued several hours later, but three other fishermen drowned when a large wave washed them overboard without life jackets.  Their bodies were recovered the following day.  USCG district 12.","<b>For Your Eyes Only; Hillsboro Inlet, Florida<\/b> 1987-11-23<br />\n<i>Diesel fuel<\/i> - 23 m³<br />\nOn November 23, 1987, the U.S. Coast Guard Marine Safety Office, Miami, received a report of a sunken yacht, the 105-foot For Your Eyes Only, one-quarter nautical mile offshore of Hillsboro Inlet, Florida. The yacht had gone down at approximately 0900 with 4,000-5,000 gallons of diesel fuel aboard.  The yacht apparently foundered in the current heavy seas; no structural damage to the fuel tanks was suspected, nor was there a fire or explosion.  Diesel  was observed to be surfacing in the vicinity of the wreck and was thought to be leaking out of the tank vents.  USCG district 7.","<b>F/V Vinnie Lee; Woods Hole, Massachusetts<\/b> 1987-11-14<br />\n<i>Diesel fuel<\/i> - 2 m³<br />\nOn November 14, 1988 the fishing vessel VINNIE LEE, carrying an estimated 350 gallons of diesel fuel, was reported sunken off Nobska Point, Woods Hole, Massachusetts.  Initial attempts to salvage the steel-hulled vessel failed.  USCG district 1.","<b>Tug Mary McAllister; Great Wicomico River<\/b> 1987-11-02<br />\n<i>Diesel fuel, lube oil<\/i> - 19 m³<br />\nThe tug, Mary McAllister, was under tow from Norfolk to Baltimore when it began taking on water and sank at about 0300 on November 1, 1987.  The tug, which contained approximately 4,000 gallons of diesel fuel and 240 gallons of lube oil, sank in 105 feet of water off Stingray Point in the Great Wicomico River.  USCG district 5.","<b>Ocean Champion; Seattle, Washington<\/b> 1987-10-31<br />\n<i>Fuel oil, DP 231<\/i> - NA m³<br />\nNOAA/OMA was notified of the incident on October 31, 1987, by the U.S. Coast Guard Marine Safety Office, Puget Sound, and asked to help identify the unknown substances in the hold and on the stern of the Ocean Champion.    The NOAA Scientific Support Coordinator and two Hazardous Materials Response Branch staff conducted a survey of the vessel to include sampling of the substance in the hold.  A portable chemical analysis field test kit was used to perform tests on the sample from the hold.  NOAA determined that the product in the hold was fuel oil, and found that the material in the drums was DP 231, a fuel oil additive.  USCG district 13.","<b>Unknown Spiller; Shaw Island, Washington<\/b> 1987-10-25<br />\n<i>Oil<\/i> - NA m³<br />\nA resident of the San Juan Islands saw a \"rainbow-colored\" sheen and smelled diesel fumes in front of his residence at Blind Bay on Shaw Island, Washington.  He reported the sighting to the San Juan County sheriffs' office which, in turn, called the National Response Center.  The National Response Center then contacted the U.S. Coast Guard Marine Safety Office (MSO), Puget Sound.  USCG district 13.","<b>Vanguard Bus Company; Ossining, New York<\/b> 1987-10-22<br />\n<i>Petroleum<\/i> - NA m³<br />\nOn October 6, 1987, the U.S. Coast Guard received an anonymous tip regarding an intentional release of petroleum to the Hudson River from a transportation facility along the Hudson River in Ossining, New York.  Investigation revealed that a garage bay was being used as a sump for waste oil from the buses maintained at the Vanguard Bus Company.  Three paths were identified by which the waste oil was being discharged from the collection bay, in the garage.  Two pipes lead directly to a creek adjacent to the facility which runs into the Hudson River.  The third path was a pipe which ran toward the River and ended in an underground gravel field.   The Coast Guard Captain of the Port (COTP) New York, instructed the responsible party to immediately secure the pipes to the river.  The pipe which drained directly into the gravel field was not of immediate concern to the Coast Guard.  The State of New York and County of Westchester regulate the land release of oil.  A meeting was arranged at which the various governmental agencies and the responsible party would discuss concerns and review planned actions.  USCG district 1.","<b>F/V OCEAN WAVE; Eastern Shore, Virginia<\/b> 1987-10-21<br />\n<i>Number 2 fuel oil<\/i> - 5 m³<br />\nOn October 21, 1987, the 60-foot, wooden-hulled fishing vessel OCEAN WAVE grounded 50 yards off the beach by Little Inlet, between Smith and Myrtle Islands, Virginia.  The vessel carried an estimated 700-1,000 gallons of number 2 fuel oil.  USCG district 5.","<b>M/V Alma Llanera; Hillsboro Inlet, Florida<\/b> 1987-10-13<br />\n<i>Diesel, lube oil<\/i> - 186 m³<br />\nOn October 13, 1987,  the M/V Alma Llanera was struck  broadside by a reported 40-foot wave 20 miles east of Hillsboro Inlet, Florida.  As a result, the cargo in the vessel's main hold shifted, causing the ship to list 40-45  degrees to port.  Fearing the ship would capsize in the 30-knot winds and 10-15 foot seas, the crew abandoned ship, which was reported to be carrying 38,650 gallons of diesel and 2,640 gallons of lube oil.  USCG district 7.","<b>YUM II/Zapoteca; Campeche, Gulf of Mexico<\/b> 1987-10-10<br />\n<i>Light crude oil<\/i> - NA m³<br />\nOn October 10, 1987, the YUM II, a Mexican exploratory oil well located approximately 20 miles northwest of Ciudad del Carmen in the Bay of Campeche under the Zapoteca rig, experienced a blowout and fire.  Apparently, a blowout preventer (BOP) valve malfunction caused the initial blowout.  Although the BOP had successfully shut the annulus between the drill pipe and well casing, the blind rams failed to shear through the drill pipe that was still in the well casing.  Therefore, oil and gas flowed out of the well, up the drill pipe, and onto the platform where it ignited.  The oil discharge increased after the escaping gas and oil forced the drill pipe out of the well.  The initial fire was extinguished by October 17.  As of October 28, the well was still spewing out a yellow gas/crude mix  60-100 feet in the air.  The owners of the well, Petroleos Mexicanos (PEMEX), and the Mexican Navy participated in cleanup operations.  The well was finally \"killed\" on November 30.  \u000bEven though the incident site was 600 miles from Texas, the slick could have traveled in a northerly direction to reach United States waters depending on the duration of the spill.  Accordingly, the USCG Marine Safety Office (MSO) at Corpus Christi, Texas, was notified of the incident on October 13.  Verification and correct information were not received until October 16.  Even though USCG assistance was refused, the USCG conducted overflights of the area every other day until the well was capped to track the spill response and the movement of the oil.  Reports of cleanup activities from the Mexican authorities were infrequent and largely erroneous.  Daily reports from the Mexican Embassy to USCG Headquarters in Washington, D.C. were not available when promised.  USCG district 8.  Keyword: Boom, fire, skimmers, bulldozers, blowout preventer, blowout..","<b>Royal Oil Company; Baltimore, Maryland<\/b> 1987-10-01<br />\n<i>Diesel<\/i> - NA m³<br />\nThis underground oil spill case continues from the discovery in April, 1985, of diesel oil seepage from a stream embankment at the base of Gable Avenue in Baltimore.  Because this release occurs in an industrialized section of Baltimore, identifying the source has been an ongoing issue.  The oil has leaked into Gwynn's Falls, a tributary of the Patapsco River.  USCG district 5.","<b>F/V WESTERN ONE; Moss Landing<\/b> 1987-09-10<br />\n<i>Diesel, lube oil<\/i> - 2 m³<br />\nAt 1630 on September 10, 1987, the U.S. Coast Guard Marine Safety office, Alameda, California, was notified by Coast Guard Group, Monterey, that the 45-foot, wooden-hulled fishing vessel WESTERN ONE had lost power and run hard aground on the beach approximately 1 mile south of Moss Landing, where it was starting to break up.  The vessel had approximately 350 gallons of diesel, one 55-gallon drum of lube oil, and several five-gallon drums of lube oil on board.  The three fishermen on board had abandoned ship.  The owner of the vessel took financial responsibility for salvage of the vessel and possible cleanup as a result of the spill.  USCG district 11.","<b>Leslie Salt; San Mateo, California<\/b> 1987-09-09<br />\n<i>Oil<\/i> - NA m³<br />\nAt 0700 on September 9, 1987, the U.S. Coast Guard Marine Safety Office, Alameda, California was notified by Leslie Salt that one of its barges had sunk in approximately 50 feet of water 3 miles north of the San Mateo Bridge, 3.5 miles due east of Oyster Point.  The 80 foot, steel-hulled barge had two 1,500-gallon diesel storage tanks, several 55 gallon drums filled with lube oil, ten 5-gallon containers of lube oil and thirty 50-gallon drums of paint on board.  A slick was observed which measured approximately .6 miles long and by 100 meters wide.  Leslie Salt took full financial responsibility for the incident.  USCG district 12.","<b>Mystery Slick 9.1.1987; Philadelphia<\/b> 1987-09-01<br />\n<i>Oil<\/i> - NA m³<br />\nOn September 1, 1987, a slick of unknown origin was reported to the U.S. Coast Guard Captain of the Port (COTP), Philadelphia.  The Coast Guard and New Jersey Department of Environmental Protection (DEP) performed an overflight and identified the slick as a weathered oil mixed with solid waste.  USCG district 3.","<b>Mystery Diesel Oil Spill; Narragansett Bay, Rhode Island<\/b> 1987-08-19<br />\n<i>Oil<\/i> - NA m³<br />\nOn August 19, 1987, the U.S. Coast Guard Marine Safety Office (MSO), Providence, Rhode Island, Received a report of a large oil slick, measuring 1-1/2 miles by 1 mile, between Prudence Island and Bristol Harbor in Narragansett Bay.  USCG district 1.","<b>Mystery Oil Slick2; Miami, Florida<\/b> 1987-08-13<br />\n<i>Oil<\/i> - NA m³<br />\nOn August 13, 1987, the U.S. Coast Guard Marine Safety Office (MSO) in Miami was notified of an oil slick consisting of three large patches of oil, located 15 miles south of Fowey Rocks and 3 miles outside of the reef line.  USCG district 7.","<b>Xerox Corporation; Newark, California<\/b> 1987-07-23<br />\n<i>Diesel<\/i> - NA m³<br />\nAt 0807 on July 23, 1987, the U.S. Coast Guard Marine Safety Office, Alameda, was notified by the Xerox Corporation plant supervisor in Newark, California, that a generator fuel gauge had malfunctioned.  As a result, a tank had overflowed, spilling an unspecified amount of diesel fuel into a drain which leads to a slough that is part of the greater San Francisco Bay Wildlife Refuge.\u000bThe Coast Guard notified the U.S. Fish and Wildlife Service, California Department of Fish and Game, and California Regional Water Quality Control Board.  A sheen was observed near the Xerox corporation outfall.  USCG district 11.","<b>Mystery Oil Spill1; Duck Key, Florida<\/b> 1987-06-23<br />\n<i>Oil<\/i> - NA m³<br />\nOn June 23, 1987, the U.S. Coast Guard Marine Safety Office, Miami, received a report of a heavy black oil slick measuring 30-40 acres, approximately 8 nautical miles southeast of Duck Key, Florida.  The slick was later confirmed as a light sheen by a U.S. Navy helicopter operating in the area.  This fact was also confirmed by a Coast Guard small boat which, when on-scene, had difficulty finding the slick.  USCG district 7.","<b>Commander Oil; Oyster Bay, New York<\/b> 1987-06-12<br />\n<i>Oil<\/i> - NA m³<br />\nOn June12, 1988, the SSC was notified by the Coast Guard COTP that the Commander Oil case was closed.  The facility now has an operational recovery system which is working well and producing approximately 10 gallons of product per day, a new seawall of two-foot thick concrete has been inserted, the contaminated sediment removed, and new soil is in place.  The New York Department of Environmental Conservation is overseeing the marsh grass replanting.  USCG district 1.","<b>Mystery Oil Slick; Key West, Florida<\/b> 1987-05-12<br />\n<i>Oil<\/i> - NA m³<br />\nOn May 12, 1987, the U.S. Coast Guard Marine Safety Office (MSO) in Miami received several reports from vessels and aircraft of an oil slick.  The slick was described by U.S. Navy pilots as being in two large patches located 20 miles south of Key West.  USCG district 7.","<b>Tug Challenger; San Luis Obispo, California<\/b> 1987-05-10<br />\n<i>No. 2 diesel fuel<\/i> - NA m³<br />\nAt 1805 on May 10, 1987, the U.S. Coast Guard Marine Safety Office, Alameda, was notified by Coast Guard Group, Monterey that a mayday call had been received from the 85-foot tug Challenger that the tug was sinking and all on board were abandoning ship.  The Challenger sank in approximately 50 fathoms of water.  The fishing vessel Boggie Bay and the Coast Guard cutter Point Heyer picked up the four crew members, who were subsequently taken to the hospital, where they were reported to be in good condition.\u000bThe Challenger had 18,000 gallons of #2 diesel fuel aboard and 150 gallons of lube oil.  A slick was observed coming from the location of the sinking.  The slick was estimated to be 2 miles by 250 yards wide and heading south.  USCG district 12.","<b>Boston Navy Yard; Boston, Massachusets<\/b> 1987-05-08<br />\n<i>Creosote oil<\/i> - NA m³<br />\nOn May 8, 1987, the U.S. Coast Guard Marine Safety Office (MSO), Boston, received a report of a release of creosote oil from pilings being installed at the Boston Navy Yard.  A sheen flowing from the construction site also contained pockets of a black, oily material and the creosote material on the surface of the new pilings was observed dripping into the water.  USCG district 1.","<b>Southern Pacific Railroad; Oakland, California<\/b> 1987-05-08<br />\n<i>butane, propane, gasoline<\/i> - NA m³<br />\nOn March 8, 1989, three Southern Pacific Railroad tank cars derailed near a slough immediately adjacent to the railroad tracks in Martinez, California.  The gasoline line ruptured into the slough, spilling butane, propane, and gasoline.  USCG district 12.","<b>F/V Pavlof; St. Paul Island, Pribilof Islands, Bering Sea<\/b> 1987-05-07<br />\n<i>Diesel<\/i> - NA m³<br />\nTHE F/V PAVLOF RAN AGROUND ON THE EASTERN SHORE OF ST PAUL ISLAND IN POSITION 57-11N, 170-09W, 150 YARDS FROM THE BEACH MIDWAY BETWEEN HALFWAY PT. AND NORTHEAST PT. . THE VESSEL IS A 150 FT, 668 GROSS TONS, OWNED BY DEEP SEA, INC IN SEATTLE...IT IS STEEL HULL, BUILT IN 1943. . ON SCENE WEATHER:  SEAS 4-6 FT IN THE SURF, WINDS EASTERLY AT 35-40 KTS, TIDE INCOMING (VESSEL PROBABLY BEING DRIVEN MORE ON THE BEACH). THE WEATHER IS EXPECTED TO ABATE TOMARROW AS THE FRONT GOES THROUGH WITH WINDS FROM THE NORTHWEST. . USCGC RUSH IS BEING SENT TO THE SCENE FROM DUTCH HARBOR.  USCG district 17.","<b>Mystery Black Oil Spill, Pacifica; Pacifica, CA<\/b> 1987-05-02<br />\n<i>Oil<\/i> - NA m³<br />\nAt 1000 on May 2, 1987, the U.S. Coast Guard Marine Safety Office, Alameda, was notified that tarballs were washing up on the sandy beach at Pacifica.  The Coast Guard observed a lens of oil and sheen offshore measuring approximately 10 feet wide and extending north up the coast about 3 miles. Samples of the oil were taken, and Coast Guard Vessel Traffic System was asked whether a tanker vessel had been in the vicinity of the oil over the past 24 hours.  The oil appeared to be weathered, indicating that it had been in the water at least one day.  USCG district 3.","<b>Mystery Oil Spill2; Pilarcitos Creek, Half Moon Bay, California<\/b> 1987-04-28<br />\n<i>Oil<\/i> - NA m³<br />\nAt 1620 on April 28, 1987, the U.S. Coast Guard Marine Safety Office, Alameda, was notified by an official of the San Mateo County Health Department of a spill of heavy black oil extending 200 yards in a drainage ditch.  The drainage ditch empties into Pilarcitos Creek, which flows directly to Half Moon Bay and the Pacific Ocean.  The affected area was approximately 7 feet wide and extended along the thickly vegetated banks of the ditch.  USCG district 12.","<b>T/V Jinei Maru; Northwest of Bodega Bay, San Francisco, California<\/b> 1987-04-21<br />\n<i>Bunker C<\/i> - NA m³<br />\nOn April 21, 1987, the fishing vessel Oregon Beaver reported a black oil slick approximately 22 nautical miles northwest of Bodega Head.  The U.S. Coast Guard Marine Safety Office performed an overflight of the area.  Following the overflight, the Coast Guard estimated the slick to measure one-half mile wide by 1-2 nautical miles in length.  USCG district 12.","<b>F/V Miss Leona; Mitrofania Island, Alaska<\/b> 1987-03-20<br />\n<i>Diesel<\/i> - NA m³<br />\n1. AT APPX. 201757Z MAR87 SUBJ VSL REPORTED ITSELF DISABLED AND ADRIFT AT POSIT. 5542N, 15843W, 6-7 MILES SE OF MITROFANIA IS.  VSL DRIFT REPORTED AT 1.5 KT AND MASTER FEARS VSL WILL GO AGROUND IN 3-4 HRS. 2. ON-SCENE WX IS: WIND 170/25KT, BAROM 999.2F, SEAS 190/8FT, AIR TEMP 37F, WTR TEMP 43F, VIS 5NM LOWERING TO .5NM IN SNOW SQUALLS. 3. VSL HAS DROPPED ONE TRAWL DOOR IN WATER TO REDUCE DRIFT AND PLANS ON DROPPING THE OTHER DOOR TO FURTHER REDUCE DRIFT. NO OTHER VSLS ARE KNOWN TO BE IN THE AREA.  A COMMUNICATIONS SCHEDULE HAS BEEN ESTABLISHED FOR EVERY 30 MIN.  THE CGC YOCONA HAS BEEN DIRECTED TO PROCEED AND ASSIST.  ETA IS 210500Z MAR87.  USCG district 17.","<b>Mystery Oil Spill, Cape Canaveral, Florida; Cape Canaveral, Florida<\/b> 1987-03-17<br />\n<i>Heavy black oil<\/i> - NA m³<br />\nA U.S. Navy helicopter spotted a heavy black oil slick approximately 2.5 miles off the coast of Patrick Air Force Base at Cape Canaveral, Florida.  The slick measured approximately 500 feet by 1,000 feet.  There were no vessels in the area when the slick was discovered.  USCG district 1.","<b>St. Johns River Spill; Jacksonville, Floria<\/b> 1987-02-27<br />\n<i>#6 oil<\/i> - NA m³<br />\nM/V FERN PASSET  (based on the best information available at the time.)  NOAA personnel onscene: Gary Ott  Initital notification of the grounding and potential #6 oil release from the M/V FERN PASSET was provided to NOAA/OAD during the early morning hours of 27 Feb, 87. We have studied the trajectory implications, based on oil lost between the jetty area of the St. Johns River Entrance and 30 degrees, 20 minutes North-81 degrees, 21 minutes West, where the ship is still anchored and losing oil. Oil  lost between 2000 and 2300 last night near the jetty would have been lost on a slack going to ebb, optimum conditions for keeping oil out of the river  USCG district 7.","<b>Oil spill sighted off Piedras Blancas; Monterey, California<\/b> 1987-02-07<br />\n<i>Oil<\/i> - NA m³<br />\nAn inspection of the area by the Coast Guard on February 8-10, showed that most of the spilled oil had been dissipated by the weather front that passed through the area.  No impact to resources was observed.  The Coast Guard closed the pollution case on February 10, 1987.  USCG district 11.","<b>Barge Hana; Laau Point, Molokai, Hawaii<\/b> 1987-01-20<br />\n<i>Bunker C oil<\/i> - NA m³<br />\nOn January 20, 1987, an oil slick was sighted between the islands of Molokai and Lanai, Hawaii.  The slick was reported to the Coast Guard Marine Safety Office (MSO), Honolulu. The Coast Guard confirmed the sightings and determined that the oil was coming from the barge Hana which was under tow by the tug Cochise.\u000bInvestigation on the barge revealed that the aft hatch cover had been knocked off during heavy seas, spilling an unknown amount of Bunker C oil.  USCG district 14.","<b>Barge Great Alaskan; Captain's Bay, Dutch Harbor, Unalaska, Alaska<\/b> 1986-12-22<br />\n<i>Fire - diesel, chlorine, gasoline, ammonia<\/i> - 73 m³<br />\nOn December 22, 1986, a fire broke out aboard the barge Great Alaskan, a 499-gross ton, 150-foot fish processing barge owned and operated by Ursin Seafood, Kodiak, Alaska, while the vessel was moored in Captain's Bay, Unalaska.  At the time of the fire, the vessel was carrying 16,000 gallons of diesel fuel, three drums of gasoline, ten drums of oil, two 25-pound bottles of chlorine, 1500 pounds of ammonia in the barge refrigeration system, and ten 150-pound cylinders of ammonia stored separately from the refrigeration system.\u000bInitially, the Dutch Harbor Fire Department and the tug Padilla attempted to extinguish the fire.  In response to a reported ammonia leak, the Coast Guard Federal On-Scene Coordinator established a 1,000 yard safety zone around the OSI dock where the Great Alaskan was moored.  At 1400 on December 22, the Coast Guard in Anchorage was advised by on-scene personnel that the fire was extinguished and smoldering.  However, the fire reflashed one hour later and burned out of control.  This time, the fire department allowed the vessel to burn rather than hazard personnel.  at 1510, a major explosion occurred, resulting in a six by eight foot hole in the vessel's side above the waterline.  USCG district 17.","<b>M/V Toros Bay; Coco Island Guam<\/b> 1986-12-22<br />\n<i>IFO,hazardous materials<\/i> - NA m³<br />\nThe cargo vessel Toros Bay grounded about 2300 on December 22 on a reef east of Cocos Island near Guam.  The vessel was traveling at 11.5 when she hit and is hard aground with the surf breaking along hold #2 port and #3 starboard.  There is 500 tons of intermediate fuel oil (1/2 #6 and 1/2 diesel)in bottom tanks and 60 tons of generator diesel stored aft.  Water depth just aft of the ship is 300-500 fathoms.  Location 13.15.1N and 144,38.7 E. . The vessels cargo includes 202 tons of Ammonium nitrate and 100 Tons of Hexamethylene tetramine in 50 pound bags stored in bags on pallets in #4 hold. Number 5 hold also contains Ammonium nitrate.  Cargo totals are for holds 1,4,5  50,000kg Ammonium nitrate, holds 3,4  66,000kg hexamethylene tetramine, holds 2,3  general machinery. . The ammonium nitrate reacts explosively with fuel.  There is concern that the fuel may enter #4 hold if the ship continues to work on the reef.  The Coast Guard asked if the ammonium nitrate could be off-loaded into deep water with out adverse environmental effect.  Conference call was held with CMD MacDonald in Guam (011-617-339-4107), HMRB Seattle, and Ed Overton. . MacDonald was advised of chemical reaction problems.  Ed said that nitrate could be off-loaded without adverse effects in unconfined waters.  Suggested flooding #4 if diesel began leaking into hold. This would dilute nitrate, diesel would float on top, preventing mixing.  Water flow into the tank should be maintained to keep concentration of nitrate down. . Weather on scene presently winds from the west.  Conditions may worsen due to tropical depression forming in the area.  MASS is contacting the weather service for latest information. . We are standing by for further word from the Coast Guard.  USCG district 14.","<b>F/V Jamie Lynn; St. Paul, Pribilof Islands, Alaska<\/b> 1986-12-08<br />\n<i>Diesel<\/i> - 14 m³<br />\nOn November 30, 1986, the 93-foot fishing vessel Jamie Lynn broke loose from its mooring at the St. Paul city dock during a heavy gale, smashed into rocks, and grounded 35 yards off West Dock landing.  The vessel then shifted position and was swamped.  By noon on December 2, its decks were awash in 2-4 foot seas with 25-30 knot winds.  Fuel tanks believed to contain approximately 3,000 gallons of diesel presented a potential pollution problem.  No oil was visible on the water, but a diesel odor was detected.  USCG district 17.","<b>Plabell Rubber Products; Maumee River<\/b> 1986-11-17<br />\n<i>Oil<\/i> - NA m³<br />\nOn August 22, 1986, U.S. Coast Guard Marine Safety Office (MSO), Toledo, personnel discovered a large rainbow sheen flowing into the Maumee River from the Swan Creek entrance.  Subsequent investigation showed the sheen to be originating from the creek bank approximately 1500 yards upstream adjacent to property owned by Plabell Rubber Products, Inc.  The creek bank was found to be saturated with oil which was leaching into the creek.  Fifty feet directly up the creek bank on Plabell property were fill pipes for two 1000 gallon underground storage tanks used by the company.  The tanks contained a \"chemically neutralized heavy napthenic distillate,\" product name CIRCO LIGHT RPO (Sun Refining and Marketing).\u000bOil samples were taken from the tanks, water, and soil, and sent to the City of Toledo Environmental Services Agency and the Coast Guard Central Oil Identification Laboratory (COIL) in Groton, Connecticut, for analysis.  The Coast Guard MSO, Toledo, also deployed a sorbent boom to contain the oil.\u000bResults of the COIL lab testing indicated that samples from the tanks and water were very similar, but contained differences that could not be attributed to weathering or contamination alone.  The president of Plabell Rubber declined responsibility based on these differences between the tank and pollutant samples.\u000bOn November 17, another large rainbow sheen was found on the Maumee emanating from Swan Creek.  Plabell Rubber Products was again found to be the source, when a sorbent boom placed by the company was found to be ineffective.  USCG district 9.","<b>Mystery Black Oil Spill; Jamaica Bay, New York, New York<\/b> 1986-11-14<br />\n<i>Oil<\/i> - NA m³<br />\nOn November 14, 1986, the U.S. Coast Guard Captain of the Port (COTP), New York, received a report of a large oil slick measuring 10 miles long in Jamaica Bay, approximately 15 miles offshore of the John F. Kennedy International Airport.  USCG district 3.","<b>Northeast Petroleum Corp.; Chelsea Creek , Boston, MA<\/b> 1986-11-04<br />\n<i>Oil<\/i> - NA m³<br />\nOn November 4, 1986, approximately 175 feet of the retaining wall of the Northeast Petroleum Corporation tank farm, one of the largest in New England, collapsed into Chelsea Creek in Boston.  Although the tank farm holds an estimated 395,000 barrels of oil products, only two storage tanks near the retaining wall were affected.  USCG district 1.","<b>Columbia River Collision; Warrenton, OR<\/b> 1986-08-14<br />\n<i>Unknown<\/i> - NA m³<br />\nA collision near the mouth of the Columbia River between a tank ship and a tank barge. Estimated potential 200k barrels of mixed diesel, gas and jet fuel. None known to be lost.","<b>Cruise Ship North Star Aground; San Alberto Bay, AK<\/b> 1986-08-08<br />\n<i>Unknown<\/i> - NA m³<br />\nThe cruise ship North Star grounded in San Alberto Bay. It is hard aground with some slop/engien oil leaking. On board are 50,000 to 100,000 gallons of diesel.","<b>M/V North Star; San Alberto Bay, Prince of Wales Island, Alaska<\/b> 1986-08-08<br />\n<i>Diesel, engine oil, bilge slop<\/i> - 114 m³<br />\nAt approximately 1000 on August 8, 1986, the U.S. Coast Guard Marine Safety Office (MSO) in Juneau, Alaska, was notified that the cruise ship North Star, carrying approximately 25,000 gallons of diesel fuel, had run aground on a rock in the middle of San Alberto Bay at 0930 at the low tide level.  The grounding holed the vessel and caused an approximate 22 degree list, but the fuel tanks were not penetrated.  Resulting flooding of the engine room caused a minor release of bilge slop and engine oil.  The 200 passengers and crew aboard the vessel at the time of the incident were taken ashore via local boats.  USCG district 17.","<b>Barge TTT140; Bayou Casotte, MS<\/b> 1986-08-01<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge TTT140 Carrying 17,000 bbls of #2 is on fire, leaking an sinking off of Greenwood Island in Bayou Casotte.","<b>Chevron Oil Refinery Pascagoula; Pascagoula, Mississippi<\/b> 1986-08-01<br />\n<i>Gasoline, no. 2 diesel<\/i> - NA m³<br />\nBarge TTT-103 was loading gasoline and no. 2 diesel at the Chevron Refinery delivery pier at Pascagoula, Mississippi when an explosion occurred at about 2300 on July 31, 1986.  The barge and delivery pier were subsequently involved in a major fire.  Local response units, the U.S. Coast Guard Marine Safety Office (MSO), Mobile, and the Coast Guard Gulf Strike Team responded to the incident.  USCG district 8.","<b>Birch Point Oil; Birch Point, WA<\/b> 1986-07-31<br />\n<i>Unknown<\/i> - NA m³<br />\n4 streamers of brown oil, 1 ile x 100-150 ft wide x 1-2 inches thick reported by tug Carol ann about 1/2 mile West of Birch Point (Near Blaine, WA)","<b>Oil Slick Asbury Park; Asbury Park, NJ<\/b> 1986-07-28<br />\n<i>Unknown<\/i> - NA m³<br />\nSlick sighted by F/V at 0830 EDT and at 1300 EDT, 1/2 mile wide by \"as far as the eye can see\" off of Asbury Park, NY. On Scene wind SE at 12 kt","<b>Mystery Spill, Cape Hatteras; Atlantic Ocean off of North Carolina<\/b> 1986-07-15<br />\n<i>Oil<\/i> - NA m³<br />\nA floating oil slick in the Atlantic Ocean about 15 miles off Cape Hatteras, North Carolina, was reported to the U. S. Coast Guard Marine Safety Office (MSO), Hampton Roads on the morning of July 15, 1986.  No identification of the source was evident.  An overflight by Coast Guard personnel at 1135 estimated the slick to be 25 miles long, one-quarter of a mile wide, and one-quarter of an inch thick.  The Coast Guard MSO notified the Coast Guard Atlantic Strike Team and the State of North Carolina.  USCG district 5.","<b>Oil Slick Cape Hatteras; Cape Hatteras, NC<\/b> 1986-07-15<br />\n<i>Unknown<\/i> - NA m³<br />\nOil slick sighted off of Cape Hatteras 25 miles long and 1/4 mile wide. 1320 call from AHW: Obs form overflight reported northern tip at 35 38 and 2 miles off shore and soutern tip at 35.5 and 4 miles off shore. too much sheen for oil to be #6, probably bilge slops. On Scene winds NE @ 12","<b>Gasoline Pump Release; Hat Island, Everett, WA<\/b> 1986-06-28<br />\n<i>Unknown<\/i> - NA m³<br />\nGasoline pump was left on for 15 minutes in Everett Yacht Harbor. Amount spilled is unknown. estimated to be in the 100s of gallons.","<b>F/V Alydar; New Bedford Harbor, New Bedford, Massachusetts<\/b> 1986-06-16<br />\n<i>Diesel<\/i> - NA m³<br />\nOn June 16, 1986, when the fishing vessel Alydar sank at the New Bedford North Terminal, a sheen of diesel was visible in the New Bedford Harbor.  The owner of the vessel could not be immediately identified.  USCG district 1.","<b>Builders Supply Company; Houston, Texas<\/b> 1986-06-10<br />\n<i>Herbicide production wastes and byproducts,  diesel  fuel<\/i> - NA m³<br />\nAt 1800 on June 5, 1986, an oil sheen was observed in Green's Bayou, originating from the Builders Supply Company facility in Houston.  The owner of the facility reported that the tank which was suspected of leaking the spilled material contained \"waste diesel oil\" which was used as a concrete form release agent.\u000bDoubts as to the correct identification of the spilled material arose on June 6 when cleanup personnel contracted by the U.S. Coast Guard noticed a heavy aromatic odor not consistent with a diesel product, and a pink, jelly-like substance intermingled with the oil slick on Green's Bayou.  A sample was taken by the Houston Fire Department, and a separate sample was taken from the suspected source tank by the Texas Water Commission.  The sample from Green's Bayou was sent to a commercial laboratory, SPECTRIX, for constituent analysis, and the sample from the tank was processed by a Texas Water Commission laboratory.  USCG district 8.","<b>Ferry Vashon Aground; Johnson Cove, AK<\/b> 1986-06-07<br />\n<i>Unknown<\/i> - NA m³<br />\nThe ferry Vashon is hard aground in Johnson Cove, SE AK On board are 6,500 gal of gasoline in 3 tanks. 10-55 gal of gasoline, 500 gal of lube oil in 55 gallon drums.","<b>Sinking f/v; Pt.Reyes, CA<\/b> 1986-05-27<br />\n<i>Unknown<\/i> - NA m³<br />\nThere is a sinking 35' fishing vessel 7 miles W of Pt. Reyes CA Request trajectory on position of vessel in the next 12 hrs.","<b>T/V Prince William Sound; Puerto Vallarta, Mexico<\/b> 1986-05-09<br />\n<i>Unknown<\/i> - NA m³<br />\nthe T/V Prince william Sound was dead in the water ~65 miles W of Puerto Vallarta. It was taking on water in the engine room. it was carrying 876,000 bbls AK Crude. ETA of tug 2 days.","<b>F/V Grounded; Woods Hole, MA<\/b> 1986-05-08<br />\n<i>Unknown<\/i> - NA m³<br />\nFishing Vessel grounded near the mouth of Woods Hole wiht 3000 gal #2 on board. Small amount of sheen seen in passage.","<b>F/V Marth's Vinyard; Martha's Vinyard, MA<\/b> 1986-04-30<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V with 8000 gal diesel sank off Martha's Vinyard-Elizabeth Island.","<b>F/V in Nantucket Harbor; Nantucket Harbor, MA<\/b> 1986-04-25<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V grounded in Nantucket Harbor and breaking up. 600-1600 gal of diesel aboard. Winds from N to NE to 35 kts . OIl leaking and swirling around pill and pilings.","<b>Barge Mauritania; Swineburne Island, NY<\/b> 1986-04-16<br />\n<i>Unknown<\/i> - NA m³<br />\nthe barge Mauritania containing 13000 barrels asphalt was in tow behind a tug that sank off of Swinburne Island (South of the Narrows) Tug is 600 yds S of Island. Barge is 400 yds ESE of Island. Currenlty Barge is stable","<b>Annahootz; Sergius Narrows, Alaska<\/b> 1986-04-11<br />\n<i>Diesel, gasoline, jet fuel, bunker c<\/i> - 2091 m³<br />\nTHIS REPORT IS BASED UPON INFORMATION RECEIVED AS OF 1000PST 11 APR 86. THE TANK BARGE ANNAHOOTZ WHICH WAS PREVIOUSLY AGROUND IN WRANGELL NARROWS ON APRIL 7 WAS PULLED OFF AND IS AGROUND AGAIN AT SHOAL POINT, SERGIUS NARROWS, BETWEEN CHICAGOF AND BARANOF ISLANDS, ALASKA AT LOCATION 57 DEG. 24 MIN. 30 SEC. NORTH, 135 DEG. 36 MIN. 20 SEC. WEST.  THE TUG WHICH HAD THE BARGE IN TOW IS REPORTED SUNK IN 20-25 FATHOMS WITH THE 2 CREWMEMBERS MISSING.  THE TUG CONTAINED 8000 GAL. OF DIESEL WHICH IS LEAKING.  THE TANK BARGE CONTAINS A TOTAL OF 460,000 GAL. OF PRODUCT, INCLUDING DIESEL, GASOLINE, JET FUEL, AND BUNKER C.  USCG district 17.","<b>Mystery Spill, St. Croix; St. Croix to Puerto Rico<\/b> 1986-04-03<br />\n<i>Oil<\/i> - NA m³<br />\nOn April 3, 1986, the U.S. Coast Guard received reports from several commercial aircraft flying over the site that a massive oil slick extended from St. Croix to Puerto Rico.  The U.S. Coast Guard Marine Safety Detachment in St. Croix dispatched a small boat to the slick location.  The crew of the small boat had great difficulty locating the slick, although a commercial aircraft flying overhead confirmed that they were in the locale of the reported slick.  The boat crew reported that the material was lightly concentrated, with only small patches of the product observable.  The boat crew took a sample of the material, which had accumulated on the side of their boat.  USCG district 5.","<b>Cape Healopin Slick; Cape May, NJ<\/b> 1986-03-31<br />\n<i>Unknown<\/i> - NA m³<br />\nSlick sighted by CG pilot (confirmed by boat that was sent out) off of Cape Healopin. Slick is 300yds x 1nm and oriented to the SE described as thick and dark brown.","<b>F/V Peregrine fire; Cultus Bay, Whidry Is, WA<\/b> 1986-03-25<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V peregrine that burned and grounded near the entrance of Cultus Bay (S end of Whidry Island) about 2 weeks ago, leaked some oil today. Total potential 8-12k gallons of diesel.","<b>ICW Oily Waste; Wilmington NC<\/b> 1986-03-21<br />\n<i>Unknown<\/i> - NA m³<br />\nShallotte R, Wilmington, NC 10-20K gal #6 were put int the Inter Coastal Waterway (mile 328-330) 73 drums of oily waste.","<b>F/V Capsized Rhode Is; Rhode Island Sound, NY<\/b> 1986-03-12<br />\n<i>Unknown<\/i> - NA m³<br />\n44' fishing boat capsized in Rhode Island Sound about 1 mile NE of Block Is. There are tanks containing 500 gal of diesel on board. A sheen, 5x20 yds was seen. Location of the vessel was 41.243N, 71.5463W. On Scene Wx: Winds 2 @ 12kts","<b>Amerada Hess Oil Company; Arthur Kill, Port Redding, New Jersey<\/b> 1986-03-08<br />\n<i>No. 2 oil<\/i> - NA m³<br />\nOn March 8, 1986, the Amerada Hess Oil Company spilled an unknown amount of No. 2 oil into the Arthur Kill at Port Redding, New Jersey.  The majority of the spilled oil remained in the Arthur Kill, although some may have drifted beneath the Varrazano Narrows Bridge, and out into the Lower New York Bay.  The oil tended to collect in the Arthur Kill along piers and bulkheads, staining pilings and seawalls.  USCG district 3.","<b>Oil Patch South of Marsh Island<\/b> 1986-02-20<br />\n<i>Unknown<\/i> - NA m³<br />\nPatch of oil spotted by Tenneco helo in Gulf @ 29 15 N 91 45W South of Marsh Island. Helo estimated patch to contain 500 barrels. CG overflight. to follow- No need to worry.","<b>Mystery spill Key West; Key West, FL<\/b> 1986-02-10<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery spill about 6 miles of key west ~ 2 1/2 miles south of bouy #1 . Slick is about 1 mile in diameter","<b>Mayflower in Buzzard's Bay; Buzzard Bay, MA<\/b> 1986-02-09<br />\n<i>Unknown<\/i> - NA m³<br />\nGrounding of the Mayflower in Buzzard's Bay, minimal structured damage to the ship. Was carrying 2500 gal #2 and 100 gallons lube. Will try to relfoat.","<b>St. Thomas Barge Grounding; St. Thomas, BVI<\/b> 1986-02-06<br />\n<i>Unknown<\/i> - NA m³<br />\nGrounding of the barge St. Thomas in Crown Bay, St Thomas (~ 18 20. 1 N 64 56. 5 W) ~ struck a submerge car and punctured its bottom. Carrying approx. 100,000 gallons of #6, intial estimate is that approx 20,000 gallons are in the water.","<b>Apex Houston; Santa Cruz, California<\/b> 1986-02-02<br />\n<i>Oil<\/i> - NA m³<br />\nOn February 2, 1986, a California State park ranger notified the U.S. Coast Guard Marine Safety Office (MSO), Alameda, that approximately 80 oiled birds had come ashore between Monterey and Point Ano Nuevo in the previous few hours.  Coast Guard Group Monterey requested the Coast Guard MSO to perform an overflight of the area in an attempt to locate the source of the oil spill.\u000bThe overflight located a ribbon of oil, 50 meters wide and approximately one nautical mile long, off Point Ano Nuevo, with five-foot wide and six-foot long mats of oil observed 15 miles further north.  USCG district 11.","<b>Mystery slick Pt Santa Cruz.; Santa Cruz, CA<\/b> 1986-02-01<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery slick sighted 13 miles west of Pt Santa Cruz. Slick was 2 mile long and 30 meters in lenghs. Apporximately 3000 birds were impacted. 2/6 spiller identified. Oil movied North and them impacted breaches North and South of Golden Gate","<b>San Juan Island Slick; San Juan Island, AK<\/b> 1986-01-15<br />\n<i>Unknown<\/i> - NA m³<br />\nSlicked sighted by CG helo SW of San Juan Island (48 23 N , 123 04 4 W) at 1340 PST. It was about 500 x 100 yds and darkk brown in the middle, grey on the outside","<b>T/V Arco Anchorage; Port Angeles, WA<\/b> 1985-12-21<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V Arco Anchorage leaked 189,000 al of AK crude into Port Angeles Harbor","<b>T/V Fulgur grounded Boston Harbor; Boston, MA<\/b> 1985-12-20<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V Fulgur grounded 1 mile from #1 Bouy in North bound channel of Boston Harbor Potential of 234,00 barrels od #2 diesel Ship ran into rocks @ 7 knots","<b>Cement barge ground; Oswego, NY<\/b> 1985-12-15<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge carrying cement ground 2000 yds from FROM EAST BREAKWATER LIGHT IN Oswego, NY in approx. 11 ft. of water. There are approx. 40 tons of winterized #2 fuel aboard. Vessel is holed an flooded with 20 ft of water in the engine room. Ted sent preliminary trajectory to MSO BUF; wants Mass to review","<b>Cement Barge Robert Koch; Oswego, New York<\/b> 1985-12-15<br />\n<i>No. 2 fuel<\/i> - 91 m³<br />\nAt approximately 1640 on December 15, 1985, the tugboat R & L broke its towline to the cement barge Robert Koch while underway on Lake Ontario outside of Oswego, New York.  The barge was immediately anchored and the personnel on board removed.  At approximately 2245 that evening, the barge, which contained 15 metric tons of Portland cement, an estimated 40 long tons of no. 2 fuel and 600 gallons of lub oil, dragged its anchor and grounded in 15 feet of water one mile east of East Breakwater Light near Oswego.\u000bAn initial survey found the engine room and all ballast tanks to be flooded.  The single bunker tank was intact, not integral with the hull, and in no immediate danger of rupture.  The cargo hold containing the cement was also intact.  Weather conditions were severe and continued to worsen.  The U.S. Coast Guard Marine Safety Office, Buffalo, was notified of the grounding the Coast Guard Station in Oswego on the afternoon of December 16.  USCG district 9.","<b>Vessel sinking Rhode Island Sound; Rhode Island<\/b> 1985-12-13<br />\n<i>Unknown<\/i> - NA m³<br />\nVessel sinking in Rhode Island Sound with 2000 gallons of diesel on board.. Request trajectory, resource at risk","<b>T/V Collision Arabian Gulf; Arabian Gulf<\/b> 1985-12-12<br />\n<i>Unknown<\/i> - NA m³<br />\nTwo tankers collided in the Arabian Guld on 12/6. Potential realease was 70,000 ton in 4 tanks. One of the tainkers headed off towards Dubai an at 0300 Gmy 12/12.","<b>Sunk F/V near Cape Cod; Cape Cod<\/b> 1985-12-06<br />\n<i>Unknown<\/i> - NA m³<br />\nA sunker fishing vessel near Cape Cod with 7000 gallons of diesel aboard. Sank in 280 ft of water 5 miles east of Highland light\\\\. A localized slick sighted 1/4 - 1/2 long.","<b>Gwynn's Falls; Baltimore, Maryland<\/b> 1985-12-01<br />\n<i>Underground oil<\/i> - NA m³<br />\nIn April 1985, the U.S. Coast Guard Marine Safety Office (MSO), Baltimore, received a report that oil was seeping out of a small embankment into the waters of Gwynn's Falls, which drains into the Patapsco River about five miles downstream. Coast Guard investigators determined that the leak was caused by an underground oil spill from an unknown source.  The Coast Guard initiated interim containment and cleanup measures, consisting primarily of an earthen berm containment area, sorbent boom, and pads.  USCG district 5.","<b>Jet Fuel Des Moines Creek; Des Moines Creek, WA<\/b> 1985-11-29<br />\n<i>Unknown<\/i> - NA m³<br />\n34,00 Gallons of Jet Fuel leaked from a storm drain into Des Moines Creek. This Accident Occured at 2230 on 11/28. There is concern that it will get in Puget Sound. Oily a small slick was sighted in the Creek and in Puget Sound.","<b>Santa Maria River Slick; Santa Maria, CA<\/b> 1985-11-27<br />\n<i>Unknown<\/i> - NA m³<br />\nPark Ranger At the Santa Maria River Reported a Slick Of A Black Oily Substance About 2 to @ 1/2 miles long in the surf zone. Want to know where it came from","<b>F/V Sank in Hood Canal; Hood Canal, WA<\/b> 1985-11-19<br />\n<i>Unknown<\/i> - NA m³<br />\n32 F.V. Sank in Hood Canal. Tanks Are Reported breeched and there arew 300 Gallons of gasoline aboard. Vessel is burping gasoline-3-4\" diameter ~every 5 seconds","<b>Buzzards Bay Sheen; Buzzards Bay, MA<\/b> 1985-11-14<br />\n<i>Unknown<\/i> - NA m³<br />\nThere patches of sheen see on Buzzards Bay at ~1425 EST. 1) light bsheen, 300 yds by 75 yds 2) med sheen 2000 yds by 200 yds 3) medium sheen, 1000 yds by 500 yds . Want To Know if they should expect land fall and prepare clean up operations","<b>Jet Fuel San Francisco Airport; San Franciso, CA<\/b> 1985-11-08<br />\n<i>Unknown<\/i> - NA m³<br />\nA airplane takin off from S.F. airport was force to make an emergency landing (wing flaps had broken off) so it dumped its jet fuel over the water.","<b>Oiled Block Island beach; Block Island, RI<\/b> 1985-11-02<br />\n<i>Unknown<\/i> - NA m³<br />\nOil on the beach on block Island and in surf at Jetty south of Old Harbor and around past SE Point. Appears to be #6. Oil is 4 ft wide on beach ~ 25 yds in Surf. Want us to hind cast to determine where oil could have come from","<b>M/V Cibil grounded; Mississippi River, New Orleans, LA<\/b> 1985-11-01<br />\n<i>Unknown<\/i> - NA m³<br />\nM/V Cibil is on the rocks at the entrance to SW Pass, Mississippi River delta. it iS leakIng Bunker C- has be since 10/38- a hole in the hull","<b>T/V sank in Duwamish River; Duwamish River, Seattle, WA<\/b> 1985-11-01<br />\n<i>Unknown<\/i> - NA m³<br />\nJugboat sank in the upper end of the Duwamish and has been leaking diesel since 1130. A ribbin of sheen 6 feet wide by 1/2 long was spotted. How long before oil gets 1st Ave S Bridge.","<b>M/V Sunbird aground In Buzzards Bay; Wilkes Ledge, Buzzards Bay, MA<\/b> 1985-10-30<br />\n<i>Unknown<\/i> - NA m³<br />\nThe Ship Sunbird ran aground on Wilkes Ledge In In Buzzards Bay. It Had A Cargo of 50 Tins Of #4- It has A Slow Leak. Slick Reported 45 mins after grounding was 1000 yds x 500 yds- norh. At 0940 PST, Sunbird refloated, had a water bottom- no more oil leaking. Damage Was To Be Surveyed b000y Divers. http://buzzardsbay.org/pastspills.htm","<b>M/V Sybil I; Mississippi River Mouth, Louisiana<\/b> 1985-10-28<br />\n<i>Bunker C fuel oil<\/i> - 455 m³<br />\nWhile attempting to enter the Mississippi River during the late hours of October 27, 1985, the M/V Sybil I, in ballast with 300 tons of Bunker C fuel oil, grounded on the East Jetty at the entrance to the Southwest Pass.  The high winds and seas from Hurricane Juan, which had caused the grounding, also made identification and tracking of the spill impossible.  USCG district 8.","<b>F/V Sank off Point No Point; Point No Point<\/b> 1985-10-22<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V Sank off Point No Point with 500 gallons of diesel and 10 gallons of lube. it sank in over 500 ft of water. Want to know if vessel will implode.","<b>Barge Adrift at sea; Atlantic Ocean<\/b> 1985-10-21<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge adrift at sea, lost tug tow, power, steering. There are 150,000 barrels of crude abroard. On scence winds are from NE at 15-20 knots. A tug is supposed to get there around1900-2000 EDT","<b>T/V Kate Maersk collision; Gulf of Mexico, New Orleans, LA<\/b> 1985-10-21<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V Kate Maersk was struck by a barge and holed ( 4-6) in the engine fuel tank. Tanker is about 20 miles SE of the Mississippi River Mouth. There is a potential of about 20,000 gallons with an estimated leak rate of 1800 gallons/hours","<b>Sunken Barge; Bellingham Bay, Washington<\/b> 1985-10-13<br />\n<i>Oil<\/i> - NA m³<br />\nIn early October 1985, the U.S. Coast Guard Marine Safety Office (MSO), Seattle, received a series of reports from citizens in the Bellingham Bay area of oil sheens on the Bay.  Investigation by the Coast Guard revealed that a barge had sunk 10 years earlier in the approximate vicinity of the reported oil sightings.  The barge was believed to have had fuel tanks with some product in them when it went down.  The Coast Guard decided that a survey of the barge was necessary to determine whether it could be the source of the oil sightings.  USCG district 13.","<b>Standard Tank; Kill Van Kull, Port of New York<\/b> 1985-10-02<br />\n<i>Oil<\/i> - NA m³<br />\nOn October 1, 1985 the U.S. Coast Guard Captain of the Port (COTP) of New York received a report of a large, black oil slick in the Kill Van Kull.  The majority of the spilled oil remained in the Kill Van Kill, although some drifted up into Newark Bay, and some flowed through the Narrows, beneath the Varrazano Narrows Bridge, and out into the Lower New York Bay.  In the Kill Van Kull and Newark Bay, the oil tended to collect in piers and along bulkheads, staining pilings and seawalls.  In addition, tarballs collected on a 3-mile stretch of beach along the eastern shore of Staten Island.  USCG district 3.","<b>F/V Hady Gabriella; Aushnet River, MA<\/b> 1985-09-26<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V hady Gabriella on fire in Aushnet River (new Bedford Habour). Total potential is 10,000 Gallons, none spilled yet. On scene weather: winds SE 20-20 knots, forecast: E 10-20 knots three thsi afternoon","<b>Tanker Lost 2 Barrels; Narragansett Bay, MA<\/b> 1985-09-09<br />\n<i>Unknown<\/i> - NA m³<br />\nTanker lost 2 barrells of #6 during fuel transfer in Narragansett Bay.","<b>Seen in Brownville, Texas; Brownsville, Texas<\/b> 1985-09-05<br />\n<i>Unknown<\/i> - NA m³<br />\nSeek in Brownsville, Texas. Helo pilot for oil company reported seeing \"fresh\" oil off coast and in bays and inlet along Mexican side of board on the heavy concentration at the mouth of the Panuco River(empties into tampico Bay)","<b>Bremerton Navy Yard; Bremerton, Washington<\/b> 1985-09-01<br />\n<i>oil<\/i> - NA m³<br />\nTo:  Lt. Dan Cargill, Mso Seattle From: Bob Pavia, NOAA SSC Subj: Bremerton Navy Spill  Winds for the region are forecast as light and variable through tonight. Tomorrow winds will again be light, 5-15kts, with a generally southerly direction. Oil landfall is difficult to predict and is very dependent on what the wind does tomorrow. The oil in Dyes and Sinclair Inlet will tend to mill around with no dominate direction. Oil near rich Passage will be drawn into the Sound on the ebb tide. the next ebb will peak at about 1800. Oil in Port Orchard will tend to move north if the winds are as predicted. In general the threat area can be taken as Port Orchard to Waterman Pt., the north side of Rich Passage, the west side of Bainbridge Island, and the northern end of Dyes Inlet. It is not possible to pridict how oil leaving Rich Passage on an ebb will move  in the Sound. Clam Bay is at some risk.  Sensitive Environmental Resources There are a number of very sensitive sheltered tidal flats and marshes(ESI 9-10) in Sinclair and Dyes Inlets. Subject to the trajectory information above, these should be a high priority for protection.  Sinclair INlet southwest end Dyes Inlet Silverdale Madrona Pt. Mud Bay Phinney Bay Chico Bay  There are a wide variety of shore, wading, and diving birds and waterfowl in the Inlets, Port Orchard, and especially Clam Bay. River Otter are found at the southwest end of Sinclair. Numerous streams in the area support salmon. Juvenile migration of coho and chum should be taking place. There are two mariculture facilities, one at Beans Pt, and one at Clam Bay on Rich Passage, which should be notified of the spill.  Movement of the slicks and wind direction should be watched closely tomorrow. Protective booming should be considered in sensitive areas if impacts seem likely. If the oil is heavier than #2, it will persist in the water and on land for longer periods.  USCG district 13.","<b>Barge Adrift; Dry Tortugas, Gulf of Mexico, FL<\/b> 1985-08-30<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge Adrift 20 miles NNW of Dry Tortugas . WInd is only 4 knots. Want to Know Where is Cureent Goinf to Take Barge, If Anywhere","<b>Ship grounding James River; James River, VA<\/b> 1985-08-18<br />\n<i>Unknown<\/i> - NA m³<br />\nShip ranÂ agorund near north entrance of James River.m 4 Tanks on board containing 22,00 try to refloat 0150 EDT","<b>A Sunken Vessel; Hueneme, CA<\/b> 1985-08-16<br />\n<i>Unknown<\/i> - NA m³<br />\nA sunken vessel off of Pt Hueneme, CA. Toal potential was 4260 gallons of diesels","<b>Photini D.E; Bajo Nuevo Island, Kingston, Jamaica<\/b> 1985-08-07<br />\n<i>Unknown<\/i> - NA m³<br />\nThe bulk carrier \"Photini D.E\" grounded 9 days ago near Bajo Island on reef. Fuel onboard is 55,000 Gallons of #4 and diesel","<b>Whitefish Point; Whitefish Point, Lake Superior,Â MI<\/b> 1985-08-06<br />\n<i>Unknown<\/i> - NA m³<br />\nMinor oil spill #6 or bunker off of White Fish Point Lake Superior. There are tar balls on the beac 1-3ft line of melt down to goo. need advice on beach clean-up.","<b>Ryeland Road Site; Womelsdorf, Pennsylvania<\/b> 1985-08-05<br />\n<i>contaminated site cleanup<\/i> - NA m³<br />\nCERCLA Immediate Removal Ryeland Road Site Womelsdorf, PA  USCG district 2.","<b>P/V Pilgrim Bell; Cuttyhunk Island, MA<\/b> 1985-07-28<br />\n<i>Unknown<\/i> - NA m³<br />\nPassenger ship Pilgrim Bell grounded 1mi SW of Cuttyhunk Is. There was a 3x9' gash in ship ~some bilge oil and sewage lost. Potential of 2000 gals diesel. Plan is to off load passengers (90 people) plug hole *10 or 101? mattresses) and tow the vessel in.","<b>Shoreline Impact St.Lawrence Seaway; Saint Lawrence Seaway<\/b> 1985-07-19<br />\n<i>Unknown<\/i> - NA m³<br />\nShoreline impacted in the St Lawrence Seaway between Snow & Ice Man Locks. ~1mile off shore impacted with heavy to light oil. Politically sensitive area - request an SSC on-scene to make decisions and clean-up recommendations.","<b>Sick in Admiralty Inlet; Puget Sound, WA<\/b> 1985-07-15<br />\n<i>Unknown<\/i> - NA m³<br />\nSlick sighted in Puget sound SE of Admiralty Inlet by fishing boat. Extending ~5 miles mostly rainbow sheen some darker patches. CG overflight confirmed but for much smaller area. CG 41 footer confirmed. CG guessed diesel fuel darker patches were seaweed.","<b>Grounded F/V Miss Margie; Buzzards Bay, MA<\/b> 1985-07-13<br />\n<i>Unknown<\/i> - NA m³<br />\nGrounded fishing vessel Miss Margie, SW Naushon Is 0.2 miles offshore South Eastern side of Robinson Hole (directly NW of Martha's Vinyard) ahs 6000 gal diesel on board.","<b>Diesel Slicks Buzzards Bay; Buzzards Bay, MA<\/b> 1985-07-12<br />\n<i>Unknown<\/i> - NA m³<br />\n2 diesel slicks reported in Buzzards Bay (400x50 ft, 200x50ft) 3.9 miles from Cutty Hunk Island in a direction of 26 magnetic","<b>F/V Yankee Rose Grounded; Woods Hole, MA<\/b> 1985-07-12<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V Yankee Rose grounded","<b>Fisherman slick; Sandy Hook, NY<\/b> 1985-07-05<br />\n<i>Unknown<\/i> - NA m³<br />\nFisherman reported 5mi by 5 mi slick ~30 miles SE of Sandy Hook, NY","<b>Spartina Marsh Asphalt Spill; Barnstable harbor, Cape Cod Bay, MA<\/b> 1985-06-26<br />\n<i>Unknown<\/i> - NA m³<br />\nThe ship Kathryn Marie sank in 75' of water NW of Barnstable Harbor, Cape Cod Bay with 500 gal diesel on board. CG overflight reported circular sheen 25yds diameter. Want trajectory for worst case scenario.","<b>Fishing boat oil spill; Diamond Shoal Light Tower, Cape Hatteras, NC<\/b> 1985-06-22<br />\n<i>Unknown<\/i> - NA m³<br />\nA fishing boat reported a spill of an unknown quantity of oil about 6 miles SE of Diamond Shoal Light Tower (E. of Cape Hatteras). Spill is about 2 miles long and unknown width - reported sheen in some areas, heavier in others. Appears to be 5-6 miles west of Gulf Stream. Want trajectory for the next 36 hours.","<b>T/V Ajax; Smith Point, VA<\/b> 1985-05-20<br />\n<i>Unknown<\/i> - NA m³<br />\nThe 72 ft tug Ajax sank about 2.5 to 3 miles SW of Smith Point, VA in the Chesapeake. It was in 32 ft of water with winds from the SW. The tank on board had approx 3500 gla of diesel on it.","<b>Storm Drain Spill; MSO Baltimore, MD<\/b> 1985-04-25<br />\n<i>Unknown<\/i> - NA m³<br />\nStorm drain with underground leakage on a hill - 10\" perforated drain. Leek is 50% water and 50% other substance that looks smells and feels like diesel or kerosene. Tests out to flash point of 212F. Wondered if it could be diesel or kerosene.","<b>M/V Allstar; Delaware Bay, DE<\/b> 1985-04-23<br />\n<i>Unknown<\/i> - NA m³<br />\nThe M/V Allstar grounded in Delaware Bay Entrance with 600,000 bbls of Nigerian crude on board. Vesseel is 14 miles off shore. Barges are on their way to lighter.","<b>Ninigret Pond Dredge Barge sank; Ninigret Pond, North Block Island Sound, NY<\/b> 1985-04-17<br />\n<i>Unknown<\/i> - NA m³<br />\nA dredge barge sank in 7-14 feet of water in Ninigret Pond, North Block Island Sound. There are 800 gals of diesel on board an a light sheen can be seen in the area. Position of sinking is 41 21.5N 71 38.5W and the inlet is 50-100 yards wide winds are NW 20 w/high gust becoming SW 20 tongith through 4/18.","<b>Mystery Oil San Juan Islands; San Juan Islands, Strait of Juan de Fuca, WA<\/b> 1985-04-11<br />\n<i>Unknown<\/i> - NA m³<br />\nObservations of mystery oil in San Juan Islands, Strait of Juan de Fuca. Unknown amt of oil. 1) 30x500 yds ~200 yds of Jones (Between Jone & Orcas) 2)100x200yd Neck pt & Cliff Is @ W end of Wasp Passage. 3) Scattered patches between McConnell Is and Reff Is. Strong odor of diesel, sheen & stringy grey","<b>T/V Fuji; Atlantic Ocean<\/b> 1985-04-09<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V Fuji located abuot 250 miles off the coast of Wilmington had an explosion in an empty gas storage tank that tore a 200' gash on her port side. The ship is abandoned and starting to buckle. The spill potential is 24,000 gal #2 diesel and 79,000 gla intermediate fuel oil - Like #4 diesel. Possibility that the vessel will sink during the night. Will try to tow stern section to Hampton Roads - Trajectory info requested.","<b>Waadah Is mystery Slick; Waadah Island Strait of Juan de Fuca<\/b> 1985-03-31<br />\n<i>Unknown<\/i> - NA m³<br />\nOff of Neah Bay, 1 mile off of Waadah Island in the Strait of Juan de Fuca a mystery slick was sighted by fisherman and confirmed by USCG boat and help slick was 1 mile by 1/4 mile of heavy black oil (bilge pumped from ship probably). CG helo overflight reported oil slick moving offshore and beginning to show signs of breaking up. Winds reported ESE 10-20kts.","<b>Heavy Film of Hoil Hylebos Waterway; Hylebos Waterway, Tacoma, WA<\/b> 1985-03-15<br />\n<i>Unknown<\/i> - NA m³<br />\nIn the Hylebos waterway, Tacoma south of the 11th St. Bridge near Sound Refinery, a heavy film of oil was seen on the water. Looked like bilge or lube oil. Only info requested was tieds and weather.","<b>T/V john A Downs; Long Island Sound, Bartlett Reef, NY<\/b> 1985-03-05<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the night of 3/4/85 near the entrance to (Bartlett Reef) Long Island Sound, the 113ft tug, John A. Downs began to take on water and flunder. It was reported to ahve 50,000 gal #2 fuel oil and 1000 gal lube oi on board.On the monring of 3/5/85, a slick was reported extending 3/4 mi SW of buoy #4 located at 4` 15.5N and 72 08.5W. The USCG, New London has requested NOAA's presence during the response and trajectory info.","<b>F/V Christina J; Martha's vinyard NY<\/b> 1985-03-04<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V Christina J sank on 2/28 at about 2230 EST ~15nm SE of NO Man's Land in 130 ft of water. Vessel had 1500 gal diesel aboard. It is assumed the vessel went down in heavy seas. Sharon got weatehr from 2/28 and forecast through 3/6. Questions: If oil had been released in the last 4 days - where should one look for it and would there be any land fall problems?","<b>Tug John A. Downs; East Long Island Sound<\/b> 1985-03-04<br />\n<i>#2 fuel oil, lube oil<\/i> - NA m³<br />\nINCIDENT SUMMARY ON THE NIGHT OF MARCH 4, 1985 THE 113 FOOT TUG, JOHN A DOWNS, WITH 3 BARGES IN TOW BEGAN TO TAKE ON WATER.  THE EMPTY BARGES WERE CUT LOOSE BUT THE VESSEL CONTINUED TO FLOUNDER.  THE CREW OF 13 ABANDONED SHIP AND WERE RESCUED BY THE U.S. COAST GUARD.  ALL THREE BARGES WERE TAKEN IN TOW BY OTHER VESSELS.  . ON THE MORNING OF MARCH 5 AN OIL SLICK WAS SIGHTED DURING LOW VISIBILITY CONDITIONS FROM A BUOY MARKED \"2A\" ON NOAA CHART 13211. THE MOST RECENT NUMBER FOR THIS BUOY IS \"4\" LOCATED AT 41 DEGREES 15.5 MIN NORTH LAT. AND 72 DEGREES 08.5 MIN WEST LONG. THE SLICK IS REPORTED TO EXTEND TO THE SOUTH WEST FOR 3/4 OF A MILE. NO WIDTH CAN BE OBSERVED.  . THE JOHN A DOWNS IS REPORTED TO HAVE 50,000 GALLONS OF #2 FUEL OIL AND 1,000 GALLONS OF LUBE OIL ON BOARD.  .  USCG district 1.","<b>Barge #405; Pedros Blankos, CA<\/b> 1985-03-02<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge #405, Apex Houston, adrift 18 miles off of Pedros Blankos. Potential 30,000 barrels light cycle machine oil. Position at 2000 35 34.8N 121 38W drifting 165 degrees at 2-2.5kts. Winds NW 25kts. At 0900 3/3 bare 21 miles due west of Morro Bay 35 19.0N, 121 23.5W @ 0800.","<b>Commencement Bay Oil; Commencement Bay, Tacoma, WA<\/b> 1985-03-01<br />\n<i>Unknown<\/i> - NA m³<br />\nReport of oil all over Commencement Bay (near Tacoma) from a fisherman who was oit 1000-1400 on 2/28. Winds 2/28 NNW 4-5 kts 3/1 - N 12 kts. USCG did an overlfight 3/1 and did not see any oil. They checked with Tacoma Fire Dept and there was no oil seen anywhere although they had seen some under their dock on 2/28.","<b>Lt Brown Pancakes; Point Reyes, CA<\/b> 1985-02-25<br />\n<i>Unknown<\/i> - NA m³<br />\nLight Brown oil slick sighted ~ 1/4 mile offshore of Pt. Reyes about 300 yds x 300 yds w pancakes 1sqft. Streamers from the northern most point of 2 slicks extending 2-3 miles, 1 ft wide, about 2-3 miles offshore. Patches more weathered than streamers.","<b>Barge jeanne Marie; Great Shoals, Wicomico river, MD<\/b> 1985-02-21<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge Jeanne Marie aground at Great Shoals Mouth of Wicomico River. Potential 18k bbl mixed leaded/unleaded gasoline in 8 tanks. On Scene winds: Calm (NE @ 2kts). NWS Balt & DC say winds is S 10kts through today SW 10-20 kts tomorrow through Sat.","<b>Oil Ducks and slick San Juan Is; San Juan Isand WA<\/b> 1985-02-19<br />\n<i>Unknown<\/i> - NA m³<br />\nOn the west side of San Juan Is, 5 oiled ducks were found. Oily patches had been sighted Sunday 2/17. On 2/20, Jerry was called with a possible slick sighting ~300 mi long in Mosquito Pass.","<b>P/V A. Regina; Isla de Mona, Puerto Rico<\/b> 1985-02-15<br />\n<i>Unknown<\/i> - NA m³<br />\nP/V A-Regina grounded south fo Isla de Mona, PR with 218 passengers onboard and 132,000 gallons of 40/60 mix diesel/#6. Oil is leaking from the rear stbd middle port sides (i.e. ruptured in at least two places). Oil has already smeared along 0.25 miles of beach. Want trajectory and resources at risk.","<b>F/V Chil Bosam #5; Bering Sea<\/b> 1985-02-05<br />\n<i>Unknown<\/i> - NA m³<br />\nThe F/V Chil Bosam #5 (Korean) wiht 105,000 gallons of diesel on board has been drifting for several days in the Bering SEa. It's position on 1/28 @ 0120 (Zulu) was 55 21N, 179 10W and on 2/6 @ 0140 (Zulu) was 60 31N, 177 26W. They are requiring info on the weater, the vessel trajectory and the effects of diesel on the open water.","<b>F/V Atlantic Mist; Assateaque Island, MD<\/b> 1985-02-01<br />\n<i>Unknown<\/i> - NA m³<br />\nF/V Atlantic Mist sank off of Assateaque Island with 6000-9000 gallons diesel on board. 2 persons drowned, 3 were saved. Currently winds are from the NE @ 10-20 knowts increasing through tomorrow to 20-30kts. Requesting trajectory info for 1) iinstantaneous release of 9K and 2) intermittant release.","<b>T/V Mobil Aladdin; Delaware Bay<\/b> 1985-02-01<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V Mobile Aladdin is aground in Delware Bay with 586,000 barrels of light Arabian crude on board. On scene weather, winds NE at 5kts. Expect winds to increase to 10-20 knots - from the NE tody and the N tonight. Will try to refloat tanker.","<b>T/V William H. Bennett; New Bedford Harbor<\/b> 1985-01-29<br />\n<i>Unknown<\/i> - NA m³<br />\nT/V William H. Bennett located 200 yds N of Fairhaven Bridge in New Bedford harbor, was damaged in a collision on the stbd side. It was carrying 4k gal of diesel. in attempting to boom the tanker, it rolled - then it was righted. Later, it went belly-up on the bottom making th eboom ineffectual and it was still leaking. Current winds are 15-25kts from the NW. 2-3\" ice along shire, but harbor center is clear.","<b>Tugboat Richard K Adrift; Block Island Sound, NY<\/b> 1985-01-19<br />\n<i>Unknown<\/i> - NA m³<br />\nTugboat Richard K was adrift in Block Island Sound at 2 mi. NW of Little Gull Is with 20,000 barrels of gasoline onboard. Current conditions include 20-30 kts winds from teh W and 8-10 ft seas. The tug seems to be heading toward Block Island. Last position reported was 41.14N and 71 49W","<b>M/V Nememcha fuel oil spill; Key West, FL<\/b> 1985-01-18<br />\n<i>Unknown<\/i> - NA m³<br />\nAbout 30 tons of heavy fuel oil was spilled from M/V Nememcha approx 18 miles SSW of Key West, FL. The slick is reported to be about 20 miles long and 200 yards wide. At 0730 its position was reported and moving towards Key West. Morning winds were at 9-10 knots SSW but a front was expected to move in between 0900 and 1500 pst that would shift winds to NW 10-15 kts.","<b>Pt. Piedras Blancas Silver Sheen; Pt. Piedras Blancas Mexico<\/b> 1985-01-16<br />\n<i>Unknown<\/i> - NA m³<br />\nA silver grey sheen with scattered tarballs was seen off Pt. Piedras Blancas about 2miles offshore. They want to know where the oil can be expected to go. Later position update 10mi NW Piedras Blancas. 7 miles offshore.","<b>Adrift Barge Richardson Rock; Richardson Rock, San Miguel Is, CA<\/b> 1984-12-13<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge adrift about 4 mile NW of Richardson rocks - off San Miguel Island, CA. Contains 5k barrells oily waste water, 10% make up of diesel and crude. High seas (18-24 ft) and strong winds (NW 30-45kts) are making it dificult to attach lines.","<b>Fertilizer Barge in Tangier Sound; Tangier Sound, MD VA<\/b> 1984-12-12<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge at MD-VA border Tangier Sound - western shoal of Wats Island. It has possible wing hull damage (slight stbd list noted). No spilage reported. Cargo is 301,932 gal URAN30, 30% soln URAN32, in water - components - 10.9lbs/gal. water - 42.9% ammonia nitrate, 32.2% urea, .03% ammonia, .015% rust inhibitor, remainder water. Want to know potential of environmental hazard if fertilizer is spilled.","<b>C/V Warnemunde Grounding; Patapsco River, Boston Harbor, MD<\/b> 1984-11-26<br />\n<i>Unknown<\/i> - NA m³<br />\nRussian container ship Warnemunde grounded outside of Baltimore Harbor- near mouth of Patapsco River. has cargo fo 341,000 gallons of bunker.","<b>Tugboat Celtic; Long Island Sound<\/b> 1984-11-19<br />\n<i>Unknown<\/i> - NA m³<br />\nTugboat Celtic sank in Long Island Sound 6/6 crewmembers on board died. Capacity of 17,000 gal #2 diesel. some oil leaking from vents. Tehywill try to plug vents.","<b>T/V Puerto Rican explosion; San Francisco Bay, CA<\/b> 1984-10-31<br />\n<i>Unknown<\/i> - NA m³<br />\nAn explosion on T/V Puerto Rican near mouth of San Francisco Bay. Carbo onbard was Alkane 56, Polypropylene Tetramer, Lube oils and Bunker C. One person missing, presumed dead, from the explosion. Ship began losing oil on 11/1 where should ship be towed?","<b>Sunk Barge Puget sound; Puget Sound, WA<\/b> 1984-10-11<br />\n<i>Unknown<\/i> - NA m³<br />\nBarge sank in Puget Sound carrying 1100 gal of diesel and 17k ton of Ca Lirgnum sulfonate","<b>Barber's Point Mystery Oil; Oahu, HI<\/b> 1984-08-27<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery oil observed about 15miles due W of Barber's Point Oahu. Estimated origin was 8/27 near Eva Beach. Area of oil was 1.5 miles long & 74 yards wide and was made up of large pancakes of dark viscous oil. Problem complicated by developing tropical storm SE of th HI islands.","<b>T/B Cibro Philadelphia; The Narrows,Staten Island, Brooklyn<\/b> 1984-08-15<br />\n<i>Unknown<\/i> - NA m³<br />\nT/B Cibro Philadelphia w/cargo of 165k barrels of #6 oil in NY Harbor 5' crack below STBD tank #3 which had been carrying 12,042 barrells of #6 oil. Streaks of black oil were observed training ou the Verranzano Narrows between Staten Island and Bay Ridge, Brooklyn","<b>Mystery Spill in Nantucket; Nantucket shoals<\/b> 1984-08-09<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery spill off nantucket Shoals, reported by passing ship. Area was about 2 miles by 0.5 miles","<b>Drayton Harbor Barge; Drayton harbor<\/b> 1984-07-27<br />\n<i>Unknown<\/i> - NA m³<br />\nA barge sank near Drayton Harbor Entranace. A slow release is reported. Unreported exactly what time the barge sank. Total potential is up to 6k gallons of heavy black oil. A trajectory of the last and that potentially lost was requested.","<b>Ship/Barge Collision Mississippi Rv; Mississippi River<\/b> 1984-06-12<br />\n<i>Unknown<\/i> - NA m³<br />\nShip/Barge colision in Mississippi River about 14 miles north of New Orleans. Barge is losing oil, total potential unknown. There is presently a 14 mile long slick. Alert Status Only.","<b>Golden Arrow; Delaware Bay<\/b> 1984-06-11<br />\n<i>Unknown<\/i> - NA m³<br />\nAt 0630 EDT the Iron Ore Carrier Golden Arrow went aground near the mouth of Delaware Bay. also carrying 150k gallons of diesel fuel.","<b>James River; James River, New Port News<\/b> 1984-05-15<br />\n<i>Unknown<\/i> - NA m³<br />\nMyster oil observed in James Rv near Newport News. 3-4 patches of heavy black oil streched out for about 5 miles. Trajectory Requested.","<b>Delaware Bay; Delaware Bay<\/b> 1984-05-12<br />\n<i>Unknown<\/i> - NA m³<br />\nMystery oil observed in Delaware Bay at 1130 EDT. Estimates of 10k gal of black oil streched out over 7miles approx 300 yds wide. Trajectory Requested.","<b>Barbers Point Pipeline; Kauai, HI<\/b> 1984-05-08<br />\n<i>Crude Oil<\/i> - 9 m³<br />\nOil lost from a pipeline at Barbers Point on 2 May 1984","<b>Bodega Head; Bodega Head, CA<\/b> 1984-05-08<br />\n<i>Unknown<\/i> - NA m³<br />\nFishing vessel carrying 600 gal of diesel is losing oil & expecting to lose more in surf off the S side of Bodea Head. Would like trajectory and resources at risk.","<b>Pipeline Oil Barber's Point; Kauai, HI<\/b> 1984-05-08<br />\n<i>Unknown<\/i> - NA m³<br />\nOil lost from a pipeline at Barber's Point on 2 May has been seen today off Kuai. Crude oil estimated 1,500-2,000 gal. 5 small pathcees oriented N/S over 5 miles. Will it impact Kuai and when?","<b>Assimi; Oman<\/b> 1983-01-07<br />\n<i>Light Iranian Crude Oil<\/i> - NA m³<br />\nOn January 7, 1983, a fire broke out in the engine room of the tanker Assimi.  The crew abandoned ship and the Assimi was taken under tow by the tug Solano.  On January 10, an explosion occurred aboard the vessel and it burned fiercely for several days as it was towed into the Arabian Sea.  The tanker was towed to a point 200 miles off the coast of Oman where it sank on January 16.  A second explosion occurred as the vessel was sinking which ignited the oil on the surface of the water.  A slick formed above the area where the vessel sank.  There was no coastal pollution resulting from the incident.  Keyword: International Tanker Owners Pollution Federation Ltd. (ITOPF),  fire, explosion, sinking..","<b>Hasbah 6; 250 km NW of Qatar, 140 km N of Saudi Arabia, Gulf of Arabia<\/b> 1980-10-02<br />\n<i>Crude Oil<\/i> - NA m³<br />\nOn the morning of October 2, 1980, exploratory well No. 6, being drilled by the rig Ron Tappmeyer in the Hasbah oil field, blew out.  Crude oil began to discharge into the Gulf of Arabia.  The hazard caused by the release of hydrogen sulfide gas delayed efforts to control the blowout.  The well discharged oil until October 10 when it was capped.  Keyword: Boom, manual removal, vacuum trucks, sub-surface oil, blowout, skimmer..","<b>Chevron Hawaii; Deer Park, Texas<\/b> 1979-09-01<br />\n<i>Santa Maria Crude oil, Catalytic cracker feedstock<\/i> - NA m³<br />\nOn September 1, 1979, at 1412, the SS Chevron Hawaii exploded, burned, and sank while discharging cargo at the Deer Park Shell Oil Company terminal on the south side of the Houston ship channel.  The cargo of catalytic cracker feedstock and Santa Maria crude oil spilled into the sea as the fire burned for ten hours.   Lightning apparently ignited accumulated cargo vapors on the deck of the vessel.  None of the cargo tanks had been gas-freed.  The explosion was so powerful that a 5 foot by 7 foot hull fragment from the burning vessel penetrated the roof of a Shell Oil Company petroleum product shore tank located 600 feet inland from the vessel.  The contents of that shore tank, approximately 26,000 barrels of ethyl alcohol, ignited and burned as well.  As the fire spread into a nearby barge slip, four barges that were discharging cargo caught fire.  Three of these barges exploded and sank.  No significant amount of pollution came from any of these four barges.  Weather during the incident was warm and windy with heavy downpours and lightning.  The maximum reported wind gust for the day was 33 knots, at 1300.\u000bThe fireboat M/V Captain F. L. Farnsworth, which had been moored 2.5 nautical miles from the terminal, was on-scene by 1430.  Four boats and 14 Coast Guard personnel assisted in fire fighting and lifesaving operations.  Two Coast Guard pollution team investigators from the Houston Port Safety Station were already on their way to the Shell terminal when the accident occurred.  They led the rescue of the burning vessel's boatswain from the forecastle.  Representatives from both the USCG Pacific and Gulf Strike Teams (PST and AST) monitored all phases of the cleanup.  Eighteen different cleanup companies were involved in the cleanup operations.  Since the spill occurred over a holiday weekend, it was difficult to recruit companies with equipment specifically needed for this spill.  \u000bOne crew member and two radar repairmen aboard the SS Chevron Hawaii  were killed and 13 people were injured.  Even though six tugs were available within the barge slip, no attempt was made by the Shell Oil Company dockman or the tugboat operators to move any adjacent barges into the channel where they might have been safe from the fire.  Also, the dockman left the scene without activating the emergency cut-off switch.  This would have assured that any adjacent barges' cargo openings were properly secured.  Damages to the vessel, barges and facility exceeded $27,000,000.  USCG district 8.  Keyword: Vacalls, vacuum truck, oil mop machines, skimmers, manual removal, water-washing, absorbents, salvage, Gulf Strike Team (GST), Atlantic Strike Team (AST), explosion, fire, sinking, adverse weather conditions, boom, reoiling..","<b>Irene's Challenge; Pacific Ocean, 50 miles north of the Hawaiian Islands<\/b> 1977-01-17<br />\n<i>Light crude oil<\/i> - NA m³<br />\nOn January 17, 1977, the 640-foot tank vessel Irene's Challenge broke into two pieces approximately 200 miles south of Midway Island and 50 miles north of Lisianski Island, Hawaii.  The deck plates of the vessel failed due to the stress incurred by several days of rough seas.  Twenty-eight of the thirty-one crewmen were picked up by the Pacific Arrow.  The three remaining crew members were not found.\u000bThe Regional Response Team (RRT) and Science Advisory Group (SAG) agreed that the best option in dealing with the damaged vessel was to attempt to tow the two sections away from the Hawaiian islands, and sink them.  The U.S. Coast Guard cutters Mallow and Jarvis were diverted to the scene for towing operations.  The sections were approximately 70 miles apart when the two cutters arrived at the stern section.  Since crew members were unable to board or tow the stern section due to rough seas, the Mallow continued on toward the bow section.  The stern section of the tanker presumably sank at approximately 26 55 N and 172 30 W.  By January 21, the bow section had only 25 feet of freeboard.  Visual observations estimated the sinking bow section was settling at a rate of 20 inches per hour.  The bow section sank of its own accord.  The two cutters remained on-scene until January 22 to observe oil conditions.  USCG district 14.  Keyword: Sub-surface oil, sinking, Regional Response Team..","<b>St. Peter; Cabo Manglares, Colombia<\/b> 1976-02-05<br />\n<i>Orito Crude Oil<\/i> - NA m³<br />\nThe tank vessel St. Peter departed Tumaco, Colombia on February 4, 1976 with 279,000 barrels of Orito crude.  On the evening of February 4, a fire broke out in the engine room and the crew abandoned ship after unsuccessful attempts to extinguish the fire.  There were subsequent explosions on board the St. Peter and the fire continued to burn until February 5 or February 6, when the vessel sank in over 3,000 feet of water approximately 18 miles off Cabo Manglares, Colombia.  An Ecuadorian patrol boat returning to the site on February 6, found only an oil slick approximately one square mile in area.\u000bThe sunken vessel released an initial burst of oil and then continued to slowly leak oil for some time.  The vessel was known to be leaking oil nine months after the sinking.\u000bThe area affected by the spill covered a distance of over 200 miles, from Buenaventura, Colombia in the north to Punta Galera, Ecuador in the south.  The predominant shorelines in the area were sandy beaches, rocky shores, and estuarine areas with mangroves.  The heaviest oiling occurred in the area of Tumaco, Colombia and portions of the shoreline to the south, near the border of Ecuador.  Keyword: Fire, explosion, sinking..","<b>Tarik Ibn Ziyad; Rio de Janeiro, Brazil<\/b> 1975-03-26<br />\n<i>Crude Oil<\/i> - NA m³<br />\nThe Tarik Ibn Ziyad grounded on March 26, 1975 while entering the Sao Sebastiao terminal at Santos, Brazil.  Tanks ruptured and the vessel leaked oil for approximately 15 hours.  Keyword: Straw, skimmer, boom, manual removal,  sub-surface oil, fire, International Tanker Owners Pollution Federation (ITOPF)..","<b>Metula; First Narrows, Strait of Magellan<\/b> 1974-08-09<br />\n<i>Light Arabian Crude Oil, Bunker C<\/i> - NA m³<br />\nOn August 9, 1974, at 2220, the VLCC (Very Large Crude Carrier) Metula ran hard aground on Satellite Bank, at the western end of First Narrows in the Strait of Magellan near the southern tip of South America.  The vessel was traveling from west to east at nearly fifteen knots and came to a stop in approximately 260 feet (the Metula was over one thousand feet long and ordinarily required three miles to stop).  Oil immediately began pouring into the water from ruptured cargo and fuel tanks.  Keyword: Air-Deliverable Anti-Pollution Transfer System (ADAPTS), lightering..","<b>Oregon Standard/Arizona Standard; San Francisco, California<\/b> 1971-01-18<br />\n<i>Bunker C<\/i> - NA m³<br />\nOn January 18, 1971 at 0141, the tank vesselArizona Standard  struck the port side of the tank vessel Oregon Standard approximately 300 yards west of the mid span of the Golden Gate Bridge.  The two vessels remained joined together while several damaged cargo tanks on the Oregon Standard began releasing bunker C fuel oil into San Francisco Bay.  Contributing factors to the incident were dense fog and darkness.\u000bSpill response started almost immediately.  A command post was established by 0445 by representatives from USCG District 12, the California Department of Fish and Game (CA DFG), and the Environmental Protection Agency (EPA).  Although water borne movement of cleanup and containment equipment was hampered by the dense fog, containment booms were in place around both vessels by 0630.  The separation of the two vessels at 0900 resulted in an increased rate of spillage from theOregon Standard.  Concentrated efforts were directed at recovering oil still within the vessel's ruptured tanks.\u000bBy the evening of January 18, Standard Oil had deployed numerous personnel and equipment along shoreline areas to recover the oil as it was beached.  By January 19, bird cleaning stations were established in several areas under the direction of CA DFG.\u000bStandard Oil was efficient in deploying cleanup resources well in advance of the oil movement due to good contingency planning.  The oil spill reached its maximum extent by January 20.  Skimming operations continued until January 27, at which time all beaches in the contaminated area were declared to be at least 95% clean.  Small cleanup crews patrolled oiled beach areas until March 12, picking up small globs of oil and straw.  Cleanup in the rocky out croppings of Rocky Point was completed by March 19.  USCG district 11.  Keyword: Contingency plan, fog, straw, boom, skimmer, vacuum truck, adverse weather conditions, California Department of Fish and Game (CA DFG), Point Reyes National Seashore, Davidson Current, manual removal..","<b>Tampico Maru; Northern Baja California, about 1 mile north of Punta Cabras<\/b> 1957-03-29<br />\n<i>diesel oil - approx. 80% heavy distillate, 20% residual fuel oil<\/i> - NA m³<br />\nThe Tampico Maru  (henceforth Tampico) left Los Angeles Harbor in latter March 1957, bound for Japan, and loaded with dark diesel oil supplied by Union Oil of California (now known as Unocal).  The vessel was old and the oceanic crossing was scheduled to be her final journey.  After delivery of her cargo, the ship was destined for destruction as scrap.  Shortly following departure, a welded seam ruptured between two steel plates on the starboard side, well above the water line.  The U.S. harbor authorities refused permission to return to Los Angeles.  The vessel then proceeded to Ensenada Harbor in Baja California to have the ruptured seam repaired by welding.  Authorities in Ensenada refused permission to have the repair work done within the Harbor so welders were taken aboard and the ship proceeded offshore an estimated 60 miles to have the welding accomplished.  At this distance offshore, the vessel may have been situated within the influence of the southward-flowing California Current System. \u000b\u000bWelding repairs were completed successfully.  Unfortunately, a dense fog settled throughout the region.  A single sun sight was made within the two days offshore, to establish the ship's position.  On this basis, a return to Ensenada was undertaken to offload the welders.  In the early morning hours of March 29 1957, the vessel struck the coast at a location about 64 km south of Ensenada Harbor.  The bow grounded against one side of the entrance to a small cove on a predominantly rocky shore.  The stern apparently swung around and stuck on a shallow spot midway across the cove (henceforth Tampico cove) entrance.  The hull thus served as a breakwater across about 2/3 of the cove entrance, creating fairly calm conditions landward of the hull.  The crew and passengers were able to disembark and reach shore safely in the lee of the hull.  \u000b\u000bA portion of the oil cargo was liberated at the time of grounding.  The remainder escaped over the next 6-9 months as the ship was slowly torn asunder by pounding surf.   The location was in a remote section of coastline so no countermeasures were taken to remove a portion of the cargo or lessen ensuing pollution of the shore.  A few shacks scattered along the coast here housed native fishermen and their families.  The site was accessible by an extremely rough road, best negotiated by 4-wheel drive vehicles.  The main paved highway ran about 10-20 miles inland and the trip from there  to the study site required 2-3 hours.  Keyword: accidental grounding, diesel oil, mixing by surf.","<b>Tug Texian; Corpus Christi, TX<\/b> 2005-01-14<br />\n<i>Unknown<\/i> - NA m³<br />\nOn Friday morning, 14 January 2005, the NOAA Scientific Support Coordinator was notified of a Tug incident off Pelican Island in the Corpus Christi Channel.  At approximately 2345 last night, while in tow with 2 empty barges, the M/V TEXIAN hit a dredge pipe breeching the bottom of the starboard fuel tank that was reported to hold 6500 gallons of diesel (a total of approximately 9000 gallons was reported on-board).  The tug lost both barges in tow.","<b>FV Blue Heather; Yaquina Bay, Newport, OR<\/b> 1999-12-09<br />\n<i>diesel fuel<\/i> - 27 m³<br />\nAt 1330 hrs, 9 December 1999, NOAA/HAZMAT was notified of a sunken 60ft. fishing vessel, FV BLUE HEATHER,  in the entrance to Yaquina Bay, Newport, Oregon.  The vessel was being escorted by the USCG across a very rough bar into Yaquina Bay during a storm last night when she strayed off course and ran aground on the north jetty.  High surf conditions rolled the vessel and she sank.  Three of the four crew members were rescued although one died on the way to the hospital.  The fourth crewmember is still missing.  At 0330 PST this morning the position of the ship was reported to be at 44? 36.8' N by 124? 04.45' W.  Since that time, the ship has moved to an unknown location.\u000bThe maximum reported fuel capacity of the ship was 7,000 gallons.  It is believed that the ship had about 6,000 gallons of diesel fuel onboard at the time of the accident.  As of 1400 PST on the 9th, a rainbow to silver sheen was reported inside of Yaquina Bay extending about 2 miles east of the bridge.  The coverage was reported to be about 50 - 60%.  It is believed that the ship is not leaking at the present time.  USCG district 13.","<b>FV Lorentine III; Near Sabine Pass, TX<\/b> 1999-09-29<br />\n<i>Diesel<\/i> - 45 m³<br />\nIn the early morning hours of 29 September 1999, the F/V LORENTINE III sank while being towed towards Sabine Pass, TX.  The vessel sank in 30 feet of water, 6-8 miles west of the pass entrance.  The vessel was reported to have approximately 7000 gallons of diesel fuel oil and 30 gallons of lube oil onboard.  The amount released was unknown.  Subsequent USCG overflights observed no visible sheens associated with the fishing vessel.  Since no sheens were observed, there was reason to suspect that a majority of the diesel fuel was still on-board.  The USCG considered the sunken vessel a hazard to both navigation and the environment.  While diesel is generally considered a nonpersistant oil with a relatively high evaporation rate and natural dispersion rate, most diesel fuel oils are, at the same time, highly toxic.  The NOAA SSC was asked to provide information to assess potential spill trajectories and possible environmental affects related to the sunken fishing boat.  NOAA also provided an evaluation of potential damages under possible spill scenarios using the Type A Model.  This information was used to develop both a response strategy and a cost-benefit analysis related to salvage operations and cost.  Using the information provided by NOAA, the MSO was able to develop and negotiate a cost effective salvage plan.  The diesel fuel was pumped off the vessel eliminating the environmental hazard.  The evaluation process developed during the F/V LORENTINE III response became a template for future similar responses off the Texas/Louisiana coast.  USCG district 8.","<b>Tug Jerry Jones; Memphis, TN<\/b> 2003-12-16<br />\n<i>#2 diesel<\/i> - 1 m³<br />\nThe SSC received a report on the morning of 12/16/03, from MSO Memphis that the\u000btug JERRY JONES had struck a dike on the right descending bank of the\u000bMississippi River.  The accident took place Monday night (12/15) and had\u000breleases an unknown amount of diesel. Following an overflight on 12/16, a pocket\u000bof diesel was found behind a dike downstream of the incident. This pocket\u000bcontained app. 250 gallons of diesel fuel.\u000bThe Tug Jerry Jones was patched on 12/16 and was sent on for repairs","<b>OSV Luke David; 21nm south of Mobile Bay, AL<\/b> 2002-02-19<br />\n<i>diesel<\/i> - 51 m³<br />\nAt approximately 0830 CST NOAA Hazmat was notified by MSO Mobile of a capsized Offshore Supply Vessel (OSV), the LUKE DAVID, located 21nm south of Mobile Bay in position 29Â° 53'N, 088Â° 02'W with 9,500-11,300 gallons of diesel onboard.  Winds are from the southeast at 20 knots and seas are 5 feet.  At 0900 the Coast Guard reported sheen coming from the vessel and that the vessel is drifting to the northwest.  NOAA Hazmat is providing trajectory and weather support.  USCG district 8."],null,null,{"interactive":false,"permanent":false,"direction":"auto","opacity":1,"offset":[0,0],"textsize":"10px","textOnly":false,"className":"","sticky":true},null]}],"limits":{"lat":[-78,71.5844],"lng":[-197.05,182.6]}},"evals":[],"jsHooks":[]}</script>
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: Oil spills 1967-2023
</figcaption>
</figure>
</div>
</div>


<!-- -->


</section>

<div id="quarto-appendix" class="default"><section class="quarto-appendix-contents" id="quarto-bibliography"><h2 class="anchored quarto-appendix-heading">References</h2><div id="refs" class="references csl-bib-body hanging-indent" data-entry-spacing="0">
<div id="ref-LiuEnhancedglobaloil2025" class="csl-entry">
Liu, Yiming, Zhuoli Yin, and Hua Cai. 2025. <span>“Enhanced Global Oil Spill Dataset from 1967 to 2023 Based on Text-Form Incident Information.”</span> <em>Scientific Data</em> 12 (1): 1394. <a href="https://doi.org/10.1038/s41597-025-05601-9">https://doi.org/10.1038/s41597-025-05601-9</a>.
</div>
</div></section></div> ]]></description>
  <category>R</category>
  <category>30DayMapChallenge</category>
  <category>datavisualization</category>
  <category>spatial</category>
  <guid>https://r.iresmi.net/posts/2025/oil_spill/</guid>
  <pubDate>Fri, 28 Nov 2025 22:00:00 GMT</pubDate>
</item>
<item>
  <title>Wealth boundaries</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/boundaries/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://www.flickr.com/photos/onigiri_chang/4762833196/"><img src="https://r.iresmi.net/posts/2025/boundaries/images/4762833196_570dd17240_c.jpg" class="img-fluid figure-img" alt="A photo of fence"></a></p>
<figcaption>Boundary – CC BY-ND by Hiroyuki Takeda</figcaption>
</figure>
</div>
<p>Day 27 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;Boundaries&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p>There are still borders in Europe: wealth is not distributed equally. We can show the difference of gross domestic product (GDP) per capita at the <a href="https://en.wikipedia.org/wiki/Nomenclature_of_Territorial_Units_for_Statistics">NUTS 2</a> level.</p>
<section id="config" class="level2">
<h2 class="anchored" data-anchor-id="config">Config</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(janitor)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span>
<span id="cb1-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(readxl)</span>
<span id="cb1-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(mapsf)</span>
<span id="cb1-7"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggplot2)</span>
<span id="cb1-8"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggspatial)</span>
<span id="cb1-9"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(rnaturalearth)</span></code></pre></div>
</div>
</section>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># NUTS 2</span></span>
<span id="cb2-2"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># https://ec.europa.eu/eurostat/web/gisco/geodata/statistical-units/territorial-units-statistics</span></span>
<span id="cb2-3">nuts <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"NUTS_RG_60M_2024_3035.gpkg"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">clean_names</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(levl_code <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>)</span>
<span id="cb2-6"></span>
<span id="cb2-7"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># GDP</span></span>
<span id="cb2-8"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># https://ec.europa.eu/eurostat/databrowser/view/nama_10r_2gdp__custom_19106190/default/table</span></span>
<span id="cb2-9"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">#   Euro per inhabitant / Display settings : codes</span></span>
<span id="cb2-10">gdp <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_xlsx</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"nama_10r_2gdp__custom_19106190_spreadsheet.xlsx"</span>, </span>
<span id="cb2-11">                 <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">skip =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">8</span>,</span>
<span id="cb2-12">                 <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">sheet =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Sheet 1"</span>, </span>
<span id="cb2-13">                 <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">col_types =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"numeric"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"text"</span>),</span>
<span id="cb2-14">                 <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.name_repair =</span> make_clean_names) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-15">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">rename</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">gdp_cap =</span> x)</span>
<span id="cb2-16"></span>
<span id="cb2-17"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># From Natural Earth</span></span>
<span id="cb2-18">world <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ne_countries</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">scale =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">110</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-19">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:3035"</span>)</span>
<span id="cb2-20"></span>
<span id="cb2-21">non_europe <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> world <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-22">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_filter</span>(nuts <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-23">              <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_point_on_surface</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-24">              <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_union</span>(), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.predicate =</span> st_disjoint) </span>
<span id="cb2-25"></span>
<span id="cb2-26"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Add GDP data to the geom</span></span>
<span id="cb2-27">gdp_nuts <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> nuts <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-28">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">left_join</span>(gdp, </span>
<span id="cb2-29">            <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">join_by</span>(nuts_id <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">==</span> geo_codes)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-30">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">select</span>(nuts_id, nuts_name, gdp_cap)</span>
<span id="cb2-31"></span>
<span id="cb2-32"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># find borders and compute sides difference</span></span>
<span id="cb2-33">nuts_contig <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mf_get_borders</span>(gdp_nuts) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-34">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">diff =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">abs</span>(gdp_cap<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">.1</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span> gdp_cap))</span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1">gdp_nuts <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> non_europe, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> gdp_cap <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">/</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1000</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(nuts_contig, diff <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&gt;</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">10000</span>), </span>
<span id="cb3-6">          <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">linewidth =</span> diff <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">/</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1000</span>),</span>
<span id="cb3-7">          <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"red"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">lineend =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"round"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_linewidth_binned</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">breaks =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">10</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">25</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">50</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">75</span>),</span>
<span id="cb3-9">                         <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">range =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.1</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">3</span>),</span>
<span id="cb3-10">                         <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">transform =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"log"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_fill_viridis_c</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">na.value =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#dddddd"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-12">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotation_scale</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">height =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"mm"</span>), </span>
<span id="cb3-13">                   <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">text_col =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"darkgrey"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">line_col =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey"</span>, </span>
<span id="cb3-14">                   <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">bar_cols =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-15">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">coord_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xlim =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2500000</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7350000</span>),</span>
<span id="cb3-16">           <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ylim =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1450000</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">5350000</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-17">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Gross domestic product boundaries"</span>,</span>
<span id="cb3-18">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">subtitle =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"GDP in Europe"</span>),</span>
<span id="cb3-19">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"GDP/capita</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">\n</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">(k€)"</span>,</span>
<span id="cb3-20">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">linewidth =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"GDP/capita</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">\n</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">difference (k€)"</span>,</span>
<span id="cb3-21">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data: Eurostat, Natural Earth</span></span>
<span id="cb3-22"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      https://r.iresmi.net - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-23">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-24">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey40"</span>),</span>
<span id="cb3-25">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.margin =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(.<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">units =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>),</span>
<span id="cb3-26">        </span>
<span id="cb3-27">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">legend.position =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bottom"</span>)</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Map of GDP per capita boundaries in Europe">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/boundaries/index_files/figure-html/fig-map-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Map of GDP per capita boundaries in Europe">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: Still borders in Europe: wealth is not distributed equally
</figcaption>
</figure>
</div>
</div>
</div>


<!-- -->

</section>

 ]]></description>
  <category>R</category>
  <category>30DayMapChallenge</category>
  <category>datavisualization</category>
  <category>spatial</category>
  <guid>https://r.iresmi.net/posts/2025/boundaries/</guid>
  <pubDate>Thu, 27 Nov 2025 22:00:00 GMT</pubDate>
</item>
<item>
  <title>Railways</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/railways/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://www.flickr.com/photos/beeveephoto/33630895864/"><img src="https://r.iresmi.net/posts/2025/railways/images/33630895864_74ba0ddd76_c.jpg" class="img-fluid figure-img" alt="A photo of an abandoned railways"></a></p>
<figcaption>Convergence – CC BY-SA by beeveephoto</figcaption>
</figure>
</div>
<p>Days 25–26 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;Hexagons&nbsp;» and «&nbsp;Transports&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p>Estimating the disappearance of railway lines in France.</p>
<section id="config" class="level2">
<h2 class="anchored" data-anchor-id="config">Config</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggplot2)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(janitor)</span>
<span id="cb1-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggspatial)</span>
<span id="cb1-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span>
<span id="cb1-7"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(tidyr)</span>
<span id="cb1-8"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(units)</span>
<span id="cb1-9"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(osmdata)</span></code></pre></div>
</div>
</section>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Get and cache OSM data for abandoned railways in France</span></span>
<span id="cb2-2"><span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">if</span> (<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">file.exists</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"lost_railways.gpkg"</span>)) {</span>
<span id="cb2-3">  railways <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> r<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"([out:xml][timeout:6000];</span></span>
<span id="cb2-4"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  </span></span>
<span id="cb2-5"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  // Get France as area</span></span>
<span id="cb2-6"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  area["</span>name<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"="</span>France<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"]-&gt;.fr;</span></span>
<span id="cb2-7"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  </span></span>
<span id="cb2-8"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  (</span></span>
<span id="cb2-9"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  // Direct generic railway status tags</span></span>
<span id="cb2-10"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  way["</span>railway<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(disused<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>abandoned<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>razed<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>dismantled<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>demolished<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>retired)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"](area.fr);</span></span>
<span id="cb2-11"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  </span></span>
<span id="cb2-12"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  // Include specific rail / tram / light_rail... in same statuses</span></span>
<span id="cb2-13"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  way["</span>railway<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>tram<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>light_rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>narrow_gauge)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"]["</span>disused<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"="</span>yes<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"](area.fr);</span></span>
<span id="cb2-14"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  way["</span>railway<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>tram<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>light_rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>narrow_gauge)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"]["</span>abandoned<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"="</span>yes<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"](area.fr);</span></span>
<span id="cb2-15"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  way["</span>railway<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>tram<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>light_rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>narrow_gauge)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"]["</span>razed<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"="</span>yes<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"](area.fr);</span></span>
<span id="cb2-16"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  way["</span>railway<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>tram<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>light_rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>narrow_gauge)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"]["</span>dismantled<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"="</span>yes<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"](area.fr);</span></span>
<span id="cb2-17"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  way["</span>railway<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>tram<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>light_rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>narrow_gauge)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"]["</span>demolished<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"="</span>yes<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"](area.fr);</span></span>
<span id="cb2-18"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  way["</span>railway<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>tram<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>light_rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>narrow_gauge)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"]["</span>retired<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"="</span>yes<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"](area.fr);</span></span>
<span id="cb2-19"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  </span></span>
<span id="cb2-20"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  // Lifecycle prefix tags for some railway subtype</span></span>
<span id="cb2-21"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  // Matches patterns like: disused:railway=rail, abandoned:railway=tram, etc.</span></span>
<span id="cb2-22"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  way[~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(disused<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>abandoned<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>razed<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>dismantled<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>demolished<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>retired)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">:</span>railway<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~"</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^</span>(rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>tram<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>light_rail<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|</span>narrow_gauge)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"](area.fr);</span></span>
<span id="cb2-23"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  );</span></span>
<span id="cb2-24"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  (._;&gt;;);</span></span>
<span id="cb2-25"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  out body;)"</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-26">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">osmdata_sf</span>() </span>
<span id="cb2-27">  </span>
<span id="cb2-28">  lost_railways <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> railways<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>osm_lines <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-29">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">clean_names</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-30">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">select</span>(railway, name) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-31">    <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">write_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"lost_railways.gpkg"</span>)</span>
<span id="cb2-32">} <span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">else</span> {</span>
<span id="cb2-33">  lost_railways <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"lost_railways.gpkg"</span>)</span>
<span id="cb2-34">}</span>
<span id="cb2-35"></span>
<span id="cb2-36"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># Hexagonal grid</span></span>
<span id="cb2-37"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># See https://r.iresmi.net/posts/2024/discrete_global_grid/</span></span>
<span id="cb2-38">hex_size <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">20</span> <span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># km</span></span>
<span id="cb2-39">hex <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"../../2024/discrete_global_grid/dggrid_fx.gpkg"</span>, </span>
<span id="cb2-40">                <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">layer =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"dggrid_{hex_size}k"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-41">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:2154"</span>)</span>
<span id="cb2-42"></span>
<span id="cb2-43">dep <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~/data/adminexpress/adminexpress_cog_simpl_000_2022.gpkg"</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-44">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">layer =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"departement_int"</span>)</span></code></pre></div>
</div>
<p>We intersect the railways tracks with the hexagonal grid and calculate the total length per cell.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1">railways_length <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> lost_railways <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:2154"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_intersection</span>(hex) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">length =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_length</span>(geom)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_drop_geometry</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">group_by</span>(seqnum) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">summarise</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">length =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">drop_units</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">set_units</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">sum</span>(length), km)))</span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb4" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb4-1">hex <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb4-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">left_join</span>(railways_length,</span>
<span id="cb4-3">            <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">join_by</span>(seqnum)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="cb4-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">replace_na</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">list</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">length =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">0</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb4-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb4-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> length, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> length)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb4-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> dep, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">NA</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"lightgrey"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">linewidth =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.3</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">alpha =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.8</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb4-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_fill_viridis_c</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">name =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"former railways length</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">\n</span><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">per cell (km)"</span>, </span>
<span id="cb4-9">                       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">trans =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"sqrt"</span>,</span>
<span id="cb4-10">                       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">aesthetics =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"fill"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"color"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb4-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">annotation_scale</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">height =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"mm"</span>), </span>
<span id="cb4-12">                   <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">text_col =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"darkgrey"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">line_col =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey"</span>, </span>
<span id="cb4-13">                   <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">bar_cols =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb4-14">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"The vanished railways"</span>,</span>
<span id="cb4-15">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">subtitle =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Currently disused, abandoned, dismantled... </span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">\\</span></span>
<span id="cb4-16"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                       railways in France"</span>),</span>
<span id="cb4-17">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data: OpenStreetMap contributors</span></span>
<span id="cb4-18"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      départements based on IGN AdminExpress 2022</span></span>
<span id="cb4-19"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      Discrete Global Grid ISEA3H ≈ {hex_size} km, </span></span>
<span id="cb4-20"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      one hexagon ≈ {round(hex_size^2 * sqrt(3) / 2)} km²</span></span>
<span id="cb4-21"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      https://r.iresmi.net - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb4-22">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb4-23">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey40"</span>),</span>
<span id="cb4-24">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.margin =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(.<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">units =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>),</span>
<span id="cb4-25">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">legend.position =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bottom"</span>)</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Map of currently disused, abandoned, dismantled... railways in France">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/railways/index_files/figure-html/fig-map-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Map of currently disused, abandoned, dismantled... railways in France">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: Length per hexagon cell of currently disused, abandoned, dismantled, <em>etc.</em> railways in France
</figcaption>
</figure>
</div>
</div>
</div>


<!-- -->

</section>

 ]]></description>
  <category>R</category>
  <category>30DayMapChallenge</category>
  <category>datavisualization</category>
  <category>spatial</category>
  <category>OSM</category>
  <guid>https://r.iresmi.net/posts/2025/railways/</guid>
  <pubDate>Wed, 26 Nov 2025 19:00:00 GMT</pubDate>
</item>
<item>
  <title>Toponymy</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/toponymy/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://www.flickr.com/photos/franciscojgonzalez/10651519353/"><img src="https://r.iresmi.net/posts/2025/toponymy/images/10651519353_fc7c684e8b_c.jpg" class="img-fluid figure-img" alt="A photo of latin text in Musée Gallo Romain de Fourvière. Lyon. France"></a></p>
<figcaption>Texte latin sur marbre noir – CC BY-NC-SA by Francisco Gonzalez</figcaption>
</figure>
</div>
<p>Day 24 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;Places and their names&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p><a href="https://geoservices.ign.fr/bdtopo">BDTOPO</a> is the most detailed topographic GIS database for France, made by IGN under a free licence. It includes <a href="https://documentation.geoservices.ign.fr/toponymie_lieux_nommes&amp;BDTopo">names</a>. It’s massive (40 GB) so take a break while downloading…</p>
<section id="config" class="level2">
<h2 class="anchored" data-anchor-id="config">Config</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggplot2)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span>
<span id="cb1-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(purrr)</span>
<span id="cb1-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(httr)</span></code></pre></div>
</div>
</section>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<section id="basemap" class="level3">
<h3 class="anchored" data-anchor-id="basemap">Basemap</h3>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># See https://r.iresmi.net/posts/2021/simplifying_polygons_layers/</span></span>
<span id="cb2-2">dep <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~/data/adminexpress/adminexpress-cog-simpl-000-2024.gpkg"</span>,</span>
<span id="cb2-3">               <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">layer =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"departement"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(insee_dep <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">&lt;</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"971"</span>)</span></code></pre></div>
</div>
</section>
<section id="download-and-extract" class="level3">
<h3 class="anchored" data-anchor-id="download-and-extract">Download and extract</h3>
<div class="cell">
<div class="sourceCode cell-code" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1">url_bdtopo <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://data.geopf.fr/telechargement/download/BDTOPO/</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">\\</span></span>
<span id="cb3-2"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">               BDTOPO_3-5_TOUSTHEMES_GPKG_WGS84G_FRA_2025-09-15/</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">\\</span></span>
<span id="cb3-3"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">               BDTOPO_3-5_TOUSTHEMES_GPKG_WGS84G_FRA_2025-09-15.7z.0"</span>)</span>
<span id="cb3-4"></span>
<span id="cb3-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"{url_bdtopo}{sprintf('%02i', 1:10)}"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">walk</span>(\(x) <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">RETRY</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"GET"</span>, x, </span>
<span id="cb3-7">                  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">write_disk</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">basename</span>(x), </span>
<span id="cb3-8">                             <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">overwrite =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span>)),</span>
<span id="cb3-9">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">.progress =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">TRUE</span>)</span>
<span id="cb3-10"></span>
<span id="cb3-11"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">system</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"7z e BDTOPO_3-5_TOUSTHEMES_GPKG_WGS84G_FRA_2025-09-15.7z.001 -r toponymie.gpkg"</span>)</span></code></pre></div>
</div>
</section>
</section>
<section id="get-suffix" class="level2">
<h2 class="anchored" data-anchor-id="get-suffix">Get suffix</h2>
<p><a href="https://fr.wikipedia.org/wiki/Suffixe_-acum">More information</a> (in french)</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb4" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb4-1">toponymy <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"toponymie.gpkg"</span>,</span>
<span id="cb4-2">                    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">query =</span> r<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"[</span></span>
<span id="cb4-3"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                    SELECT * </span></span>
<span id="cb4-4"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                    FROM toponymie </span></span>
<span id="cb4-5"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                    WHERE classe_de_l_objet IN ("</span>Lieu<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span>dit non habité<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">", </span></span>
<span id="cb4-6"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                    "</span>Zone d<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">'habitation")</span></span>
<span id="cb4-7"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                    ]") |&gt; </span></span>
<span id="cb4-8"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  st_filter(dep)</span></span>
<span id="cb4-9"></span>
<span id="cb4-10"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">suffix &lt;- toponymy |&gt; </span></span>
<span id="cb4-11"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  mutate(suffix = case_when(</span></span>
<span id="cb4-12"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    str_detect(graphie_du_toponyme, "ac$") ~ "-acum → -ac",</span></span>
<span id="cb4-13"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    str_detect(graphie_du_toponyme, "(ey|ay)$") ~ "-acum → -ey -ay",</span></span>
<span id="cb4-14"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    str_detect(graphie_du_toponyme, "illy$") ~ "-acum → -illy",</span></span>
<span id="cb4-15"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">    str_detect(graphie_du_toponyme, "at$") ~ "-acum → -at")) |&gt; </span></span>
<span id="cb4-16"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">  filter(!is.na(suffix)) </span></span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb5" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb5-1">suffix <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">bind_cols</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_coordinates</span>(suffix)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb5-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb5-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> dep) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb5-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> suffix), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">alpha =</span> .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb5-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">facet_wrap</span>(<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span> suffix, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ncol =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb5-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">coord_sf</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb5-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"French localities suffix"</span>,</span>
<span id="cb5-9">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">subtitle =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"from gallo-roman -acum"</span>,</span>
<span id="cb5-10">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data: IGN BDTOPO 2025</span></span>
<span id="cb5-11"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      https://r.iresmi.net - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb5-12">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb5-13">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey40"</span>),</span>
<span id="cb5-14">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.margin =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(.<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">units =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>),</span>
<span id="cb5-15">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">legend.position =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"none"</span>)</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Map of french localities suffix">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/toponymy/index_files/figure-html/fig-map-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Map of french localities suffix">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: French suffix
</figcaption>
</figure>
</div>
</div>
</div>


<!-- -->

</section>

 ]]></description>
  <category>R</category>
  <category>30DayMapChallenge</category>
  <category>datavisualization</category>
  <category>spatial</category>
  <category>french</category>
  <guid>https://r.iresmi.net/posts/2025/toponymy/</guid>
  <pubDate>Mon, 24 Nov 2025 21:00:00 GMT</pubDate>
</item>
<item>
  <title>Flags</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/flags/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://www.flickr.com/photos/rahulsheel/2557043611/"><img src="https://r.iresmi.net/posts/2025/flags/images/2557043611_4984693be0_c.jpg" class="img-fluid figure-img" alt="A photo of world flags"></a></p>
<figcaption>Colors of Youth !! – CC BY-NC-ND by Rahul Sheel</figcaption>
</figure>
</div>
<p>Days&nbsp;21-22 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;Icons&nbsp;» &amp; «&nbsp;Natural Earth&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p>The world as flags…</p>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># install.packages("grImport2")</span></span>
<span id="cb1-2"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;"># install.packages("ggflags", </span></span>
<span id="cb1-3"><span class="co" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">#                  repos = c("https://jimjam-slam.r-universe.dev"))</span></span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggflags)</span>
<span id="cb1-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(rnaturalearth)</span>
<span id="cb1-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-7"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggplot2)</span>
<span id="cb1-8"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span>
<span id="cb1-9"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggspatial)</span>
<span id="cb1-10"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span>
<span id="cb1-11"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(stringr)</span>
<span id="cb1-12"></span>
<span id="cb1-13">world <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ne_countries</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-14">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:8857"</span>)</span>
<span id="cb1-15"></span>
<span id="cb1-16">world_points <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> world <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-17">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">group_by</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">flag =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">str_to_lower</span>(iso_a2_eh)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-18">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_cast</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"POLYGON"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-19">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mutate</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">surf =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_area</span>(geometry)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-20">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">filter</span>(flag <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!=</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span><span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">99</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-21">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">slice_max</span>(surf, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">with_ties =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">FALSE</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-22">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ungroup</span>()<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-23">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">select</span>(flag, sovereignt) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-24">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_point_on_surface</span>()</span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1">world_points <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">bind_cols</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_coordinates</span>(world_points)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> world, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"snow2"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"snow2"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_flag</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(X, Y, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">country =</span> flag), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">4</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"World Countries"</span>,</span>
<span id="cb2-7">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">subtitle =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"by flags"</span>,</span>
<span id="cb2-8">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data: Natural Earth - Flags: EmojiOne</span></span>
<span id="cb2-9"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      {st_crs(world_points)$Name}</span></span>
<span id="cb2-10"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      https://r.iresmi.net - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-12">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey40"</span>),</span>
<span id="cb2-13">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.margin =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(.<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">units =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>))</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Map of countries located by their flags">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/flags/index_files/figure-html/fig-map-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Map of countries located by their flags">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: Flags of the world
</figcaption>
</figure>
</div>
</div>
</div>


<!-- -->

</section>

 ]]></description>
  <category>R</category>
  <category>30DayMapChallenge</category>
  <category>datavisualization</category>
  <category>spatial</category>
  <guid>https://r.iresmi.net/posts/2025/flags/</guid>
  <pubDate>Fri, 21 Nov 2025 23:00:00 GMT</pubDate>
</item>
<item>
  <title>Acidification</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/acidification/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://www.flickr.com/photos/gadl/975619491/"><img src="https://r.iresmi.net/posts/2025/acidification/images/33675818851_d2e64b3e5f_c.jpg" class="img-fluid figure-img" alt="A photo of a diver aboce coral bleaching at Heron Island Feb 2016"></a></p>
<figcaption>Coral bleaching at Heron Island – CC BY by The Ocean Agency / XL Catlin Seaview Survey / Richard Vevers</figcaption>
</figure>
</div>
<p>Day 20 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;Water&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p><a href="https://data.marine.copernicus.eu/viewer/expert?view=datasetServices&amp;dataset=GLOBAL_OMI_HEALTH_carbon_ph_trend">Global ocean acidification</a> mean sea water pH trend map from Multi-Observations Reprocessing from Copernicus.</p>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggplot2)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(rnaturalearth)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span>
<span id="cb1-5"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(terra)</span>
<span id="cb1-6"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggspatial)</span>
<span id="cb1-7"></span>
<span id="cb1-8">eqearth <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:8857"</span></span>
<span id="cb1-9"></span>
<span id="cb1-10">world <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ne_countries</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-11">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(eqearth)</span>
<span id="cb1-12"></span>
<span id="cb1-13">mask <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmin =</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span><span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">179</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymin =</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span><span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">89</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">xmax =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">179</span>,  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">ymax =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">89</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-14">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_bbox</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-15">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_as_sfc</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-16">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_set_crs</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:4326"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-17">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_sf</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-18">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_segmentize</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">100</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-19">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(eqearth) </span>
<span id="cb1-20"></span>
<span id="cb1-21">acid_trend <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"global_omi_health_carbon_ph_trend_1985_P20230930.nc"</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-22">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">rast</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-23">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">rotate</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-24">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">project</span>(eqearth) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-25">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">mask</span>(mask)</span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1">world <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="cb2-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">layer_spatial</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> acid_trend,</span>
<span id="cb2-4">                <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">after_stat</span>(band1))) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">data =</span> mask) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-6">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_fill_viridis_c</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">name =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">bquote</span>(Delta<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">*</span>pH<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">~</span>yr<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">^-</span><span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>), </span>
<span id="cb2-8">                       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">direction =</span> <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">-</span><span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>, </span>
<span id="cb2-9">                       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">na.value =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"white"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-10">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Global ocean acidification"</span>,</span>
<span id="cb2-11">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">subtitle =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"mean sea water pH trend"</span>,</span>
<span id="cb2-12">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data: Copernicus / LSCE doi:10.48670/moi-00277</span></span>
<span id="cb2-13"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      Natural Earth - {st_crs(eqearth)$Name}</span></span>
<span id="cb2-14"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      https://r.iresmi.net - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-15">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_void</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-16">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey40"</span>),</span>
<span id="cb2-17">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.margin =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">unit</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(.<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>, .<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">2</span>), <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">units =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"cm"</span>),</span>
<span id="cb2-18">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">legend.position =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"bottom"</span>,</span>
<span id="cb2-19">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">legend.text =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">angle =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">45</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">vjust =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">hjust =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>))</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Map of the Global ocean acidification - mean sea water pH trend">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/acidification/index_files/figure-html/fig-map-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Map of the Global ocean acidification - mean sea water pH trend">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: Global ocean acidification - mean sea water pH trend
</figcaption>
</figure>
</div>
</div>
</div>


<!-- -->

</section>

 ]]></description>
  <category>R</category>
  <category>30DayMapChallenge</category>
  <category>datavisualization</category>
  <category>spatial</category>
  <category>raster</category>
  <guid>https://r.iresmi.net/posts/2025/acidification/</guid>
  <pubDate>Wed, 19 Nov 2025 23:00:00 GMT</pubDate>
</item>
<item>
  <title>EPSG:3035</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/epsg_3035/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://www.flickr.com/photos/gadl/975619491/"><img src="https://r.iresmi.net/posts/2025/epsg_3035/images/975619491_02dee37db6_c.jpg" class="img-fluid figure-img" alt="A photo of Stereographic projection of Vinohrady, Bratislava."></a></p>
<figcaption>Michalská brána (second take) – CC BY-SA by Alexandre Duret-Lutz</figcaption>
</figure>
</div>
<p>Day 19 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;Projections&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p><a href="https://epsg.io/3035">EPSG:3035</a> is a <a href="https://en.wikipedia.org/wiki/Lambert_azimuthal_equal-area_projection">Lambert azimuthal equal-area projection</a> used for mapping Europe at medium scale, preserving area. It is quite <a href="https://ec.europa.eu/eurostat/web/gisco/geodata/grids">used</a> in European statistics for this property and is the base for a <a href="https://en.wikipedia.org/wiki/European_grid">grid system</a>.</p>
<p>We push this projection a little further by reprojecting the entire globe.</p>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggplot2)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(rnaturalearth)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span>
<span id="cb1-5"></span>
<span id="cb1-6">world <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ne_countries</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb1-7">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_transform</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"EPSG:3035"</span>)</span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1">world <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="cb2-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#abe338"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#85b66f"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Earth"</span>,</span>
<span id="cb2-5">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">subtitle =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_crs</span>(world)<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>Name,</span>
<span id="cb2-6">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data : Natural Earth</span></span>
<span id="cb2-7"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                      https://r.iresmi.net - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-8">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme_minimal</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb2-9">   <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">text =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">family =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Ubuntu"</span>,  <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#ffa07a"</span>),</span>
<span id="cb2-10">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.background =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#373737"</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">NA</span>),</span>
<span id="cb2-11">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">panel.background =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_blank</span>(),</span>
<span id="cb2-12">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">panel.grid =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_line</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#0ac1c1"</span>),</span>
<span id="cb2-13">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">axis.text =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"#0ac1c1"</span>),</span>
<span id="cb2-14">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">7</span>, <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"grey40"</span>))</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Map of the world in ETRS89-extended / LAEA Europe">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/epsg_3035/index_files/figure-html/fig-map-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Map of the world in ETRS89-extended / LAEA Europe">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: World in ETRS89-extended / LAEA Europe
</figcaption>
</figure>
</div>
</div>
</div>


<!-- -->

</section>

 ]]></description>
  <category>R</category>
  <category>30DayMapChallenge</category>
  <category>datavisualization</category>
  <category>spatial</category>
  <guid>https://r.iresmi.net/posts/2025/epsg_3035/</guid>
  <pubDate>Tue, 18 Nov 2025 23:00:00 GMT</pubDate>
</item>
<item>
  <title>Perseverance</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/perseverance/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><a href="https://mars.nasa.gov/mars2020/multimedia/raw-images/ZR0_1681_0816168612_957EBY_N0802956ZCAM04271_1100LMJ"><img src="https://r.iresmi.net/posts/2025/perseverance/images/Mars_Perseverance_ZR0_1681_0816168612_957EBY_N0802956ZCAM04271_1100LMJ.png" class="img-fluid figure-img" alt="NASA's Mars Perseverance rover acquired this image using its Right Mastcam-Z camera. Mastcam-Z is a pair of cameras located high on the rover's mast.This image was acquired on Nov. 11, 2025 (Sol 1681) at the local mean solar time of 12:01:22."></a></p>
<figcaption>Mars Perseverance Sol 1681: Right Mastcam-Z Camera – PD by NASA/JPL-Caltech/ASU</figcaption>
</figure>
</div>
<p>Day&nbsp;18 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;Out of this world&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p><a href="https://en.wikipedia.org/wiki/Perseverance_(rover)">Perseverance</a> is still hiking…</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(ggplot2)</span>
<span id="cb1-4"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(glue)</span></code></pre></div>
</div>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<p>Scraping <a href="https://science.nasa.gov/mission/mars-2020-perseverance/location-map/">Where is Perseverance?</a>.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1"><span class="cf" style="color: #003B4F;
background-color: null;
font-weight: bold;
font-style: inherit;">if</span> (<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">!</span><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">file.exists</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"M20_waypoints.json"</span>)) {</span>
<span id="cb2-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">download.file</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"https://mars.nasa.gov/mmgis-maps/M20/Layers/json/M20_waypoints.json"</span>,</span>
<span id="cb2-3">                <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"M20_waypoints.json"</span>)</span>
<span id="cb2-4">}</span>
<span id="cb2-5">perseverance <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"M20_waypoints.json"</span>)</span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1">perseverance <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb3-2">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">ggplot</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">geom_sf</span>(<span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">aes</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> sol)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">scale_color_viridis_c</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-5">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">labs</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">title =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"Perseverance"</span>,</span>
<span id="cb3-6">       <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">glue</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"data: https://science.nasa.gov/mission/mars-2020-</span><span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">\\</span></span>
<span id="cb3-7"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                       perseverance/location-map/</span></span>
<span id="cb3-8"><span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">                       https://r.iresmi.net/ - {Sys.Date()}"</span>)) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">+</span></span>
<span id="cb3-9">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">theme</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">panel.background =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">NA</span>),</span>
<span id="cb3-10">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.background =</span>  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"sienna3"</span>,</span>
<span id="cb3-11">                                        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"sienna4"</span>),</span>
<span id="cb3-12">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">text =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"sienna4"</span>),</span>
<span id="cb3-13">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">axis.text =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"sienna4"</span>),</span>
<span id="cb3-14">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">panel.grid =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_line</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">color =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"sienna4"</span>),</span>
<span id="cb3-15">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">legend.background =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_rect</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">fill =</span> <span class="cn" style="color: #8f5902;
background-color: null;
font-style: inherit;">NA</span>),</span>
<span id="cb3-16">        <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">plot.caption =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">element_text</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">size =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">6</span>))</span></code></pre></div>
<div class="cell-output-display">
<div id="fig-map" class="quarto-float quarto-figure quarto-figure-center anchored" alt="Perseverance itinerary">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<img src="https://r.iresmi.net/posts/2025/perseverance/index_files/figure-html/fig-map-1.png" class="img-fluid figure-img" style="width:100.0%" alt="Perseverance itinerary">
</div>
<figcaption class="quarto-float-caption-bottom quarto-float-caption quarto-float-fig" id="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
Figure&nbsp;1: Map of Perseverance itinerary on Mars
</figcaption>
</figure>
</div>
</div>
</div>
<p>Don’t ask me about Mars datum or projections, I have no idea how it works…</p>


<!-- -->

</section>

 ]]></description>
  <category>R</category>
  <category>30DayMapChallenge</category>
  <category>spatial</category>
  <category>datavisualization</category>
  <guid>https://r.iresmi.net/posts/2025/perseverance/</guid>
  <pubDate>Tue, 18 Nov 2025 20:00:00 GMT</pubDate>
</item>
<item>
  <title>Maplibre</title>
  <dc:creator>Michaël </dc:creator>
  <link>https://r.iresmi.net/posts/2025/maplibre/</link>
  <description><![CDATA[ 






<div class="quarto-figure quarto-figure-center">
<figure class="figure">
<p><img src="https://r.iresmi.net/posts/2025/maplibre/images/maplibre.png" class="img-fluid figure-img" alt="Heatmap of the french population"></p>
<figcaption>Heatmap of the french population</figcaption>
</figure>
</div>
<p>Day&nbsp;17 of <a href="https://30daymapchallenge.com/">30DayMapChallenge</a>: «&nbsp;A new tool&nbsp;» (<a href="../../../#category=30DayMapChallenge">previously</a>).</p>
<p>Testing Maplibre with {mapgl}.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb1" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb1-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(dplyr)</span>
<span id="cb1-2"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(mapgl)</span>
<span id="cb1-3"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">library</span>(sf)</span></code></pre></div>
</div>
<section id="data" class="level2">
<h2 class="anchored" data-anchor-id="data">Data</h2>
<p>Using french communes population.</p>
<div class="cell">
<div class="sourceCode cell-code" id="cb2" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb2-1">pop <span class="ot" style="color: #003B4F;
background-color: null;
font-style: inherit;">&lt;-</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">read_sf</span>(<span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"~/data/adminexpress/adminexpress-cog-simpl-000-2024.gpkg"</span>,</span>
<span id="cb2-2">               <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">layer =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"commune"</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">st_centroid</span>() <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span> </span>
<span id="cb2-4">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">select</span>(population)</span></code></pre></div>
</div>
</section>
<section id="map" class="level2">
<h2 class="anchored" data-anchor-id="map">Map</h2>
<div class="cell">
<div class="sourceCode cell-code" id="cb3" style="background: #f1f3f5;"><pre class="sourceCode r code-with-copy"><code class="sourceCode r"><span id="cb3-1"><span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">maplibre</span>(<span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">center =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">5</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">45</span>),</span>
<span id="cb3-2">         <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">zoom =</span> <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">6</span>) <span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">|&gt;</span></span>
<span id="cb3-3">  <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">add_heatmap_layer</span>(</span>
<span id="cb3-4">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">id =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"pop"</span>,</span>
<span id="cb3-5">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">source =</span> pop,</span>
<span id="cb3-6">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">heatmap_weight =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">interpolate</span>(</span>
<span id="cb3-7">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">column =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"population"</span>,</span>
<span id="cb3-8">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">values =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">0</span>, <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">max</span>(pop<span class="sc" style="color: #5E5E5E;
background-color: null;
font-style: inherit;">$</span>population)),</span>
<span id="cb3-9">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">stops =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">0</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">30</span>)),</span>
<span id="cb3-10">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">heatmap_intensity =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">interpolate</span>(</span>
<span id="cb3-11">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">property =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"zoom"</span>,</span>
<span id="cb3-12">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">values =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">0</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>),</span>
<span id="cb3-13">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">stops =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">9</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">3</span>)),</span>
<span id="cb3-14">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">heatmap_color =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">interpolate</span>(</span>
<span id="cb3-15">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">property =</span> <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"heatmap-density"</span>,</span>
<span id="cb3-16">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">values =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">seq</span>(<span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">0</span>, <span class="dv" style="color: #AD0000;
background-color: null;
font-style: inherit;">1</span>, <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.2</span>),</span>
<span id="cb3-17">      <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">stops =</span> <span class="fu" style="color: #4758AB;
background-color: null;
font-style: inherit;">c</span>(</span>
<span id="cb3-18">        <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"rgba(33,102,172,0)"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"rgb(103,169,207)"</span>,</span>
<span id="cb3-19">        <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"rgb(209,229,240)"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"rgb(253,219,199)"</span>,</span>
<span id="cb3-20">        <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"rgb(239,138,98)"</span>, <span class="st" style="color: #20794D;
background-color: null;
font-style: inherit;">"rgb(178,24,43)"</span>)),</span>
<span id="cb3-21">    <span class="at" style="color: #657422;
background-color: null;
font-style: inherit;">heatmap_opacity =</span> <span class="fl" style="color: #AD0000;
background-color: null;
font-style: inherit;">0.7</span></span>
<span id="cb3-22">  ) </span></code></pre></div>
<div id="fig-map" class="cell-output-display quarto-float quarto-figure quarto-figure-center anchored">
<figure class="quarto-float quarto-float-fig figure">
<div aria-describedby="fig-map-caption-0ceaefa1-69ba-4598-a22c-09a6ac19f8ca">
<div id="htmlwidget-a24af2e5f9339a1411ea" style="width:100%;height:480px;" class="maplibregl html-widget"></div>
<script type="application/json" data-for="htmlwidget-a24af2e5f9339a1411ea">{"x":{"style":"https://basemaps.cartocdn.com/gl/voyager-gl-style/style.json","center":[5,45],"zoom":6,"bearing":0,"pitch":0,"additional_params":[],"layers":[{"id":"pop","type":"heatmap","source":{"type":"geojson","data":{"type":"FeatureCollection","features":[{"type":"Feature","properties":{"population":996},"geometry":{"type":"Point","coordinates":[6.1364101140842639,46.000445203503087]}},{"type":"Feature","properties":{"population":1611},"geometry":{"type":"Point","coordinates":[6.1084847434567799,45.9768496884668]}},{"type":"Feature","properties":{"population":1663},"geometry":{"type":"Point","coordinates":[-1.5303098190665928,48.95229703138851]}},{"type":"Feature","properties":{"population":2105},"geometry":{"type":"Point","coordinates":[0.1845700759810102,45.884668588835918]}},{"type":"Feature","properties":{"population":467},"geometry":{"type":"Point","coordinates":[1.5676794901428795,43.15475585944232]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.9684314645177952,43.745556025174249]}},{"type":"Feature","properties":{"population":3331},"geometry":{"type":"Point","coordinates":[4.191324696085122,43.734406178349299]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[6.8346068296141129,47.29899368368275]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[4.019469005840624,48.14258431316894]}},{"type":"Feature","properties":{"population":2355},"geometry":{"type":"Point","coordinates":[5.508382760560205,43.5195289399358]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[0.8362100885564717,44.20664224771821]}},{"type":"Feature","properties":{"population":1194},"geometry":{"type":"Point","coordinates":[5.59009516446539,43.85071735136356]}},{"type":"Feature","properties":{"population":2529},"geometry":{"type":"Point","coordinates":[-2.326701976735426,48.405918308738048]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[1.1360018158389296,44.71471056836844]}},{"type":"Feature","properties":{"population":3373},"geometry":{"type":"Point","coordinates":[3.99748669855107,43.918343391406178]}},{"type":"Feature","properties":{"population":1835},"geometry":{"type":"Point","coordinates":[1.3437573201585774,44.269176172850247]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[0.9205415850873084,49.897770848789608]}},{"type":"Feature","properties":{"population":981},"geometry":{"type":"Point","coordinates":[3.24230714626252,48.812556466733258]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[3.5786396770879844,46.166521277906209]}},{"type":"Feature","properties":{"population":1659},"geometry":{"type":"Point","coordinates":[7.360659937071445,43.794311976541]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[7.31299555597899,43.77093657673157]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[0.33462343548345727,47.0937896688117]}},{"type":"Feature","properties":{"population":5416},"geometry":{"type":"Point","coordinates":[2.665836940581305,48.26474451642616]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[7.544589405968434,44.02187054620638]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[0.6839220511697969,47.08107857518754]}},{"type":"Feature","properties":{"population":12371},"geometry":{"type":"Point","coordinates":[7.45869532034926,43.76419616378904]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[5.541141498428961,46.94439027677745]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[6.5706865958217259,48.69838640711655]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[6.010616421407846,43.50126986016914]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[2.117108053944987,50.546796881451758]}},{"type":"Feature","properties":{"population":1264},"geometry":{"type":"Point","coordinates":[7.352314505541253,43.90107303083615]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[0.1920592650770031,43.30939094914657]}},{"type":"Feature","properties":{"population":3015},"geometry":{"type":"Point","coordinates":[7.398083240643423,43.74561807745703]}},{"type":"Feature","properties":{"population":6671},"geometry":{"type":"Point","coordinates":[-0.10752687148250995,47.398639464447359]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[4.650869585992025,48.280319755162249]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[7.377026968456675,43.85226401728582]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[7.651322937279017,44.07160266497036]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[4.608630206959649,48.26616949038505]}},{"type":"Feature","properties":{"population":2021},"geometry":{"type":"Point","coordinates":[7.540595942562255,44.09973000061568]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[0.3773975495456605,49.170515572747998]}},{"type":"Feature","properties":{"population":796},"geometry":{"type":"Point","coordinates":[-0.08397609005452521,45.83786159442665]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[-0.1456023836565274,45.864616735169317]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[2.731700062176442,46.88216342099612]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[2.6892846124767675,46.97175778922596]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[1.6991530627090966,46.378053682953119]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[0.401748785401265,49.20454055950155]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[4.280910863541284,46.49343744972604]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[0.9004104434202784,44.253154763745339]}},{"type":"Feature","properties":{"population":1492},"geometry":{"type":"Point","coordinates":[-1.0959203087943928,48.34612053432582]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[1.7254761536905628,46.41658432680569]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[5.809377081036817,46.52969114521204]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[5.622663094958409,46.59444994998949]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[-0.046947245057150758,48.950538390990988]}},{"type":"Feature","properties":{"population":6559},"geometry":{"type":"Point","coordinates":[-1.141260859582244,47.54181662660072]}},{"type":"Feature","properties":{"population":7517},"geometry":{"type":"Point","coordinates":[-1.0277907965834897,47.43931286725221]}},{"type":"Feature","properties":{"population":490},"geometry":{"type":"Point","coordinates":[4.267255960373134,49.328127400626417]}},{"type":"Feature","properties":{"population":2669},"geometry":{"type":"Point","coordinates":[4.237354139333269,49.348792837254709]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.078820996595369,48.30907560172406]}},{"type":"Feature","properties":{"population":1119},"geometry":{"type":"Point","coordinates":[-1.2251624537249395,45.83335800889505]}},{"type":"Feature","properties":{"population":1387},"geometry":{"type":"Point","coordinates":[5.1396919123265489,48.299560286234278]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[5.121426952165443,48.336201831665508]}},{"type":"Feature","properties":{"population":1505},"geometry":{"type":"Point","coordinates":[-1.0344495820842606,46.03980732920192]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[2.7614460703330678,50.082432114645879]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[5.392456108888619,48.42760444798483]}},{"type":"Feature","properties":{"population":1761},"geometry":{"type":"Point","coordinates":[-1.0777125502176029,45.94398564902784]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[5.765544684210677,49.47384900368412]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[9.507857856018683,42.41785552000811]}},{"type":"Feature","properties":{"population":14217},"geometry":{"type":"Point","coordinates":[2.896864974704717,49.235893773276199]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[2.860235303457756,49.25826771131791]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[0.1435738880176552,49.178572634698138]}},{"type":"Feature","properties":{"population":1245},"geometry":{"type":"Point","coordinates":[2.51419237880871,50.58858038714502]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[7.2791426426846199,48.315642151715788]}},{"type":"Feature","properties":{"population":2595},"geometry":{"type":"Point","coordinates":[7.1726259426983109,48.46035992164791]}},{"type":"Feature","properties":{"population":636},"geometry":{"type":"Point","coordinates":[7.2465155858779008,48.31629350364981]}},{"type":"Feature","properties":{"population":793},"geometry":{"type":"Point","coordinates":[7.2594196008385529,48.3536584302607]}},{"type":"Feature","properties":{"population":3790},"geometry":{"type":"Point","coordinates":[-4.076097968736008,47.878203859632197]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[-4.960757903212316,48.39563028389564]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[7.235024882517578,48.338311082958387]}},{"type":"Feature","properties":{"population":804},"geometry":{"type":"Point","coordinates":[-0.02757533194484613,48.00994855145949]}},{"type":"Feature","properties":{"population":1804},"geometry":{"type":"Point","coordinates":[7.569056438851302,48.66007999507399]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[7.597332116664287,48.638257542412777]}},{"type":"Feature","properties":{"population":574},"geometry":{"type":"Point","coordinates":[-0.04330958875764503,48.04075176204354]}},{"type":"Feature","properties":{"population":1633},"geometry":{"type":"Point","coordinates":[0.0172685077606983,48.02175267770706]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[3.0177810439892687,48.68167298388133]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[0.012778626126678614,47.96690101664694]}},{"type":"Feature","properties":{"population":5757},"geometry":{"type":"Point","coordinates":[2.8619086567660876,48.69849857577151]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[2.7561888295687826,48.2339151582542]}},{"type":"Feature","properties":{"population":3870},"geometry":{"type":"Point","coordinates":[1.6178408502227056,50.61718129742942]}},{"type":"Feature","properties":{"population":585},"geometry":{"type":"Point","coordinates":[6.261637464710909,48.09133721179387]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[6.174888062591379,48.11805137317079]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[6.055881397826361,48.25999123666087]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[5.478804871545944,48.39298594060961]}},{"type":"Feature","properties":{"population":645},"geometry":{"type":"Point","coordinates":[6.2466835304416679,48.144110485343727]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[6.053744071787715,48.22388704645687]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[0.19703994865202077,49.20259238066236]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[8.624469895639076,42.34303692916537]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[3.4377638565234589,47.3759659820717]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[0.9287957696396529,42.951600192673939]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[0.9010259243542129,42.945990706975418]}},{"type":"Feature","properties":{"population":1917},"geometry":{"type":"Point","coordinates":[-2.585808171587319,47.5223906631419]}},{"type":"Feature","properties":{"population":878},"geometry":{"type":"Point","coordinates":[2.031822650374051,49.33712545122806]}},{"type":"Feature","properties":{"population":1384},"geometry":{"type":"Point","coordinates":[0.3153416957989095,47.671979043815188]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[0.2864021218049131,47.627738051041649]}},{"type":"Feature","properties":{"population":807},"geometry":{"type":"Point","coordinates":[-1.194921169168287,47.61999771882547]}},{"type":"Feature","properties":{"population":955},"geometry":{"type":"Point","coordinates":[-1.2290437821738998,47.652904426430698]}},{"type":"Feature","properties":{"population":1274},"geometry":{"type":"Point","coordinates":[-1.1212972141120575,46.781474628883319]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[5.64486901459095,44.17125079951805]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.608397625127918,47.83494566486149]}},{"type":"Feature","properties":{"population":1333},"geometry":{"type":"Point","coordinates":[-1.158483517208739,46.78915741907135]}},{"type":"Feature","properties":{"population":3203},"geometry":{"type":"Point","coordinates":[-3.2441847777285406,47.73231913346754]}},{"type":"Feature","properties":{"population":2086},"geometry":{"type":"Point","coordinates":[0.6395762501837913,47.7881113729254]}},{"type":"Feature","properties":{"population":971},"geometry":{"type":"Point","coordinates":[7.101386493269632,48.69341171086728]}},{"type":"Feature","properties":{"population":608},"geometry":{"type":"Point","coordinates":[0.5552087672966651,47.81606931533736]}},{"type":"Feature","properties":{"population":1835},"geometry":{"type":"Point","coordinates":[-0.01302168856481347,48.122064839563829]}},{"type":"Feature","properties":{"population":1626},"geometry":{"type":"Point","coordinates":[-3.175212764251645,47.75492603522795]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[0.8860137542370548,42.97181140311524]}},{"type":"Feature","properties":{"population":1034},"geometry":{"type":"Point","coordinates":[-0.08610273971486048,48.10976955914154]}},{"type":"Feature","properties":{"population":2458},"geometry":{"type":"Point","coordinates":[-3.099978058819369,47.74136552129562]}},{"type":"Feature","properties":{"population":753},"geometry":{"type":"Point","coordinates":[3.876302661899801,43.710846098602967]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[0.8554602251325295,42.941978405793]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[0.5906829301688206,47.82518491121835]}},{"type":"Feature","properties":{"population":1455},"geometry":{"type":"Point","coordinates":[3.8980998205137089,43.71025101888647]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[7.051824938830959,48.68793478498047]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[6.152867824978219,49.018705810483897]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[-0.8405972536311273,46.60411483127876]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[0.22889720407322859,46.13168394485888]}},{"type":"Feature","properties":{"population":2285},"geometry":{"type":"Point","coordinates":[-0.36551533135512956,45.75060483094592]}},{"type":"Feature","properties":{"population":2365},"geometry":{"type":"Point","coordinates":[5.027445873299088,49.71555419778692]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[-0.6032341570764656,43.426190652867358]}},{"type":"Feature","properties":{"population":878},"geometry":{"type":"Point","coordinates":[2.0048891833000677,49.32474017287811]}},{"type":"Feature","properties":{"population":14854},"geometry":{"type":"Point","coordinates":[5.3722246060269349,45.96103523997774]}},{"type":"Feature","properties":{"population":2833},"geometry":{"type":"Point","coordinates":[5.35790526539634,46.00571408475058]}},{"type":"Feature","properties":{"population":3409},"geometry":{"type":"Point","coordinates":[5.690766386905779,46.283826602423399]}},{"type":"Feature","properties":{"population":3636},"geometry":{"type":"Point","coordinates":[5.636297104015806,46.23758844317065]}},{"type":"Feature","properties":{"population":16295},"geometry":{"type":"Point","coordinates":[5.796500788169203,46.12419034476694]}},{"type":"Feature","properties":{"population":3254},"geometry":{"type":"Point","coordinates":[3.4345547975956296,46.160411836898528]}},{"type":"Feature","properties":{"population":749},"geometry":{"type":"Point","coordinates":[5.365923906456082,45.937844413466489]}},{"type":"Feature","properties":{"population":41525},"geometry":{"type":"Point","coordinates":[5.2455065071324749,46.204896014411669]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[4.134305431689413,45.87097172225567]}},{"type":"Feature","properties":{"population":3361},"geometry":{"type":"Point","coordinates":[5.028606076527622,45.84463890021397]}},{"type":"Feature","properties":{"population":5307},"geometry":{"type":"Point","coordinates":[6.07797325855622,46.31582659482502]}},{"type":"Feature","properties":{"population":10137},"geometry":{"type":"Point","coordinates":[6.1158100259829049,46.37581346967237]}},{"type":"Feature","properties":{"population":1012},"geometry":{"type":"Point","coordinates":[-4.507510422646041,48.071698939892687]}},{"type":"Feature","properties":{"population":2287},"geometry":{"type":"Point","coordinates":[5.307088926558017,45.973000236426617]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[3.65137889747957,48.04199457603898]}},{"type":"Feature","properties":{"population":1953},"geometry":{"type":"Point","coordinates":[5.6415550473721389,46.31391791789985]}},{"type":"Feature","properties":{"population":2482},"geometry":{"type":"Point","coordinates":[4.780772935953473,45.99383338519991]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[3.605605944688959,48.40118085097547]}},{"type":"Feature","properties":{"population":835},"geometry":{"type":"Point","coordinates":[5.613853107389557,46.251780709395109]}},{"type":"Feature","properties":{"population":13078},"geometry":{"type":"Point","coordinates":[6.046528336291835,46.34719562581422]}},{"type":"Feature","properties":{"population":6355},"geometry":{"type":"Point","coordinates":[4.759083899402854,45.97830575262463]}},{"type":"Feature","properties":{"population":7268},"geometry":{"type":"Point","coordinates":[5.329049214462229,45.891842910798107]}},{"type":"Feature","properties":{"population":6448},"geometry":{"type":"Point","coordinates":[5.217142827036554,46.171540422616697]}},{"type":"Feature","properties":{"population":8085},"geometry":{"type":"Point","coordinates":[5.203518897850663,45.90652068038092]}},{"type":"Feature","properties":{"population":2141},"geometry":{"type":"Point","coordinates":[4.7775555559785609,45.95656533581764]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[5.58577871117827,47.64330809058303]}},{"type":"Feature","properties":{"population":2145},"geometry":{"type":"Point","coordinates":[5.279340013982087,46.168320155537838]}},{"type":"Feature","properties":{"population":6838},"geometry":{"type":"Point","coordinates":[5.019656103681911,45.89113325061848]}},{"type":"Feature","properties":{"population":2538},"geometry":{"type":"Point","coordinates":[4.930828022074026,45.81887448937731]}},{"type":"Feature","properties":{"population":22277},"geometry":{"type":"Point","coordinates":[5.652558166240958,46.261118597677107]}},{"type":"Feature","properties":{"population":7352},"geometry":{"type":"Point","coordinates":[4.614057934925,44.38297492586102]}},{"type":"Feature","properties":{"population":1346},"geometry":{"type":"Point","coordinates":[5.1796589684188449,45.881093107327767]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[9.35400547042448,42.90498520336411]}},{"type":"Feature","properties":{"population":6063},"geometry":{"type":"Point","coordinates":[5.184559756129582,46.21101914174536]}},{"type":"Feature","properties":{"population":1090},"geometry":{"type":"Point","coordinates":[5.284273623986542,45.882021508475478]}},{"type":"Feature","properties":{"population":6808},"geometry":{"type":"Point","coordinates":[5.223173233344734,46.250645916752407]}},{"type":"Feature","properties":{"population":1125},"geometry":{"type":"Point","coordinates":[5.375389652556619,45.8865216409291]}},{"type":"Feature","properties":{"population":6947},"geometry":{"type":"Point","coordinates":[4.7703258126868699,45.940841427878577]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[6.08434380138702,46.36171053664158]}},{"type":"Feature","properties":{"population":3793},"geometry":{"type":"Point","coordinates":[5.229331029104767,45.932356327498627]}},{"type":"Feature","properties":{"population":3693},"geometry":{"type":"Point","coordinates":[3.3405005683124275,49.356825514938538]}},{"type":"Feature","properties":{"population":716},"geometry":{"type":"Point","coordinates":[3.3027506611927319,49.61084992031856]}},{"type":"Feature","properties":{"population":1787},"geometry":{"type":"Point","coordinates":[3.3223751858032446,49.408725255664439]}},{"type":"Feature","properties":{"population":2601},"geometry":{"type":"Point","coordinates":[3.69003717536962,49.57607827335527]}},{"type":"Feature","properties":{"population":1635},"geometry":{"type":"Point","coordinates":[3.424062541778619,49.05712778567469]}},{"type":"Feature","properties":{"population":15204},"geometry":{"type":"Point","coordinates":[3.381634477340244,49.05646111702543]}},{"type":"Feature","properties":{"population":11496},"geometry":{"type":"Point","coordinates":[3.219252157922419,49.61963548393761]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[3.230909383770038,49.823890041383389]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[3.1443590886243415,49.24206427070084]}},{"type":"Feature","properties":{"population":1272},"geometry":{"type":"Point","coordinates":[2.4289731526892668,43.50156353892236]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[4.069955286144915,49.88609875949874]}},{"type":"Feature","properties":{"population":1239},"geometry":{"type":"Point","coordinates":[2.323178211431211,43.89202705190368]}},{"type":"Feature","properties":{"population":2719},"geometry":{"type":"Point","coordinates":[3.340189653815975,49.03427676648634]}},{"type":"Feature","properties":{"population":1335},"geometry":{"type":"Point","coordinates":[3.419215492254316,49.03150789112929]}},{"type":"Feature","properties":{"population":1259},"geometry":{"type":"Point","coordinates":[3.274469604297077,49.81023463167059]}},{"type":"Feature","properties":{"population":24021},"geometry":{"type":"Point","coordinates":[3.6214208965306096,49.56789443970686]}},{"type":"Feature","properties":{"population":758},"geometry":{"type":"Point","coordinates":[1.479756534135316,48.37811870572349]}},{"type":"Feature","properties":{"population":8662},"geometry":{"type":"Point","coordinates":[4.104647514745401,49.94281844445935]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[3.0544335888471125,49.26130037906749]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[3.275044563220412,49.69170523293971]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[4.040236984699382,49.929673138075177]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[1.875525644976592,43.261947679558449]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[3.298524019040438,49.8810447032406]}},{"type":"Feature","properties":{"population":859},"geometry":{"type":"Point","coordinates":[3.3333837232327316,49.82108161628183]}},{"type":"Feature","properties":{"population":1108},"geometry":{"type":"Point","coordinates":[3.1910226599685478,49.614702813963237]}},{"type":"Feature","properties":{"population":1063},"geometry":{"type":"Point","coordinates":[3.297922280426971,49.40265550615029]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[3.294818335357931,49.357434590532118]}},{"type":"Feature","properties":{"population":52958},"geometry":{"type":"Point","coordinates":[3.277621078408434,49.84777788054999]}},{"type":"Feature","properties":{"population":3252},"geometry":{"type":"Point","coordinates":[4.152693638161949,49.92585528600069]}},{"type":"Feature","properties":{"population":4717},"geometry":{"type":"Point","coordinates":[0.9798999149324301,44.507909933918707]}},{"type":"Feature","properties":{"population":28705},"geometry":{"type":"Point","coordinates":[3.3247531326469219,49.379547831284799]}},{"type":"Feature","properties":{"population":13431},"geometry":{"type":"Point","coordinates":[3.2997096224174657,49.65698498801458]}},{"type":"Feature","properties":{"population":10454},"geometry":{"type":"Point","coordinates":[3.0960976917318185,49.23987457577056]}},{"type":"Feature","properties":{"population":682},"geometry":{"type":"Point","coordinates":[4.280659997562057,45.707352997962669]}},{"type":"Feature","properties":{"population":1684},"geometry":{"type":"Point","coordinates":[3.2479101107484698,49.640169234627737]}},{"type":"Feature","properties":{"population":2919},"geometry":{"type":"Point","coordinates":[3.4503117959161018,46.095962225431929]}},{"type":"Feature","properties":{"population":50415},"geometry":{"type":"Point","coordinates":[4.6617512394681139,43.54671706464688]}},{"type":"Feature","properties":{"population":3996},"geometry":{"type":"Point","coordinates":[-1.0585914651553057,45.64469824513899]}},{"type":"Feature","properties":{"population":4060},"geometry":{"type":"Point","coordinates":[3.318812684965054,46.59868538629917]}},{"type":"Feature","properties":{"population":1026},"geometry":{"type":"Point","coordinates":[3.9734824452436365,46.44180330814406]}},{"type":"Feature","properties":{"population":12909},"geometry":{"type":"Point","coordinates":[3.482581730727632,46.13748208560639]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[5.810161416624726,44.169144196318338]}},{"type":"Feature","properties":{"population":12598},"geometry":{"type":"Point","coordinates":[3.379376878714365,46.56381640038303]}},{"type":"Feature","properties":{"population":4387},"geometry":{"type":"Point","coordinates":[2.627372500910078,46.35740032480148]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[6.105099301877045,45.487811642954898]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[6.07152785367527,44.64215898620514]}},{"type":"Feature","properties":{"population":5759},"geometry":{"type":"Point","coordinates":[3.1778682909919566,46.09878238051567]}},{"type":"Feature","properties":{"population":33342},"geometry":{"type":"Point","coordinates":[2.603684214636333,46.339097444445759]}},{"type":"Feature","properties":{"population":1143},"geometry":{"type":"Point","coordinates":[2.601249931963831,46.309197168185708]}},{"type":"Feature","properties":{"population":4997},"geometry":{"type":"Point","coordinates":[3.30603935817733,46.30470288524615]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[3.2456564590603369,46.30760308000122]}},{"type":"Feature","properties":{"population":2514},"geometry":{"type":"Point","coordinates":[2.675487837286816,46.299527167098478]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[2.771440623286603,46.3073801490084]}},{"type":"Feature","properties":{"population":1413},"geometry":{"type":"Point","coordinates":[6.138657455442724,44.0635151290847]}},{"type":"Feature","properties":{"population":691},"geometry":{"type":"Point","coordinates":[6.140928079923368,44.02305949920691]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[3.298022412617498,43.70831666064289]}},{"type":"Feature","properties":{"population":23639},"geometry":{"type":"Point","coordinates":[-0.9568161016539032,47.197163487704859]}},{"type":"Feature","properties":{"population":469},"geometry":{"type":"Point","coordinates":[-2.178294894973102,48.26651287534657]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[6.279952058634574,44.12801702099407]}},{"type":"Feature","properties":{"population":3941},"geometry":{"type":"Point","coordinates":[5.722057206176612,43.806645577007028]}},{"type":"Feature","properties":{"population":1515},"geometry":{"type":"Point","coordinates":[6.601283291632324,44.934897769079658]}},{"type":"Feature","properties":{"population":7699},"geometry":{"type":"Point","coordinates":[5.930565178147587,44.2008705932179]}},{"type":"Feature","properties":{"population":6288},"geometry":{"type":"Point","coordinates":[1.7646908967692832,48.49389844130744]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[6.7653935243026839,44.85330383301999]}},{"type":"Feature","properties":{"population":1626},"geometry":{"type":"Point","coordinates":[5.960220656222716,44.58429039699357]}},{"type":"Feature","properties":{"population":40500},"geometry":{"type":"Point","coordinates":[6.06498465314945,44.580278797988359]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[6.604637213961476,44.89780443141578]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[6.011189372045826,44.605891422807747]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[-0.6722045095621915,49.05945468586196]}},{"type":"Feature","properties":{"population":562},"geometry":{"type":"Point","coordinates":[6.1090463249457909,44.634081956185159]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[0.33328566886542246,49.73926032604208]}},{"type":"Feature","properties":{"population":1449},"geometry":{"type":"Point","coordinates":[6.650497947360076,44.83937193245385]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[-0.2536301225042662,45.8170998899947]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[2.3322941109744899,46.39665496669118]}},{"type":"Feature","properties":{"population":10561},"geometry":{"type":"Point","coordinates":[6.649983800020448,44.899661536104407]}},{"type":"Feature","properties":{"population":3251},"geometry":{"type":"Point","coordinates":[6.9114863340348819,43.61185252697244]}},{"type":"Feature","properties":{"population":12674},"geometry":{"type":"Point","coordinates":[7.421872127202071,43.748044546676307]}},{"type":"Feature","properties":{"population":1096},"geometry":{"type":"Point","coordinates":[-2.055274725457738,48.41919607918874]}},{"type":"Feature","properties":{"population":1393},"geometry":{"type":"Point","coordinates":[6.878260827597711,43.66014566699303]}},{"type":"Feature","properties":{"population":1087},"geometry":{"type":"Point","coordinates":[7.499159687343541,43.821673322652937]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[4.368117101597572,47.826324467670719]}},{"type":"Feature","properties":{"population":3716},"geometry":{"type":"Point","coordinates":[6.979440196407081,43.6654145161162]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[3.670749383180464,49.47236311206722]}},{"type":"Feature","properties":{"population":13277},"geometry":{"type":"Point","coordinates":[7.183944240218628,43.78478935442312]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[2.766423802671188,49.72151135321764]}},{"type":"Feature","properties":{"population":1687},"geometry":{"type":"Point","coordinates":[7.228244903959485,43.7929202703729]}},{"type":"Feature","properties":{"population":971},"geometry":{"type":"Point","coordinates":[7.294416927488648,43.79903682683728]}},{"type":"Feature","properties":{"population":7133},"geometry":{"type":"Point","coordinates":[7.15991249842706,43.721383299493179]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[4.63342454383222,44.585356606663669]}},{"type":"Feature","properties":{"population":8084},"geometry":{"type":"Point","coordinates":[7.097147539028685,43.687139572237189]}},{"type":"Feature","properties":{"population":7544},"geometry":{"type":"Point","coordinates":[7.324173496017485,43.808973499820599]}},{"type":"Feature","properties":{"population":2596},"geometry":{"type":"Point","coordinates":[1.3236643549749013,50.01883125947843]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[-0.02534878974948452,43.85847650720959]}},{"type":"Feature","properties":{"population":5238},"geometry":{"type":"Point","coordinates":[7.337651812792656,43.758371734965958]}},{"type":"Feature","properties":{"population":1219},"geometry":{"type":"Point","coordinates":[1.7113631932815759,46.69343878534241]}},{"type":"Feature","properties":{"population":1527},"geometry":{"type":"Point","coordinates":[7.444447603468975,43.78609304843505]}},{"type":"Feature","properties":{"population":21561},"geometry":{"type":"Point","coordinates":[6.91818455078622,43.53838871253753]}},{"type":"Feature","properties":{"population":30412},"geometry":{"type":"Point","coordinates":[7.493417748651028,43.79197389583164]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[5.551859445189805,44.23549981582123]}},{"type":"Feature","properties":{"population":3139},"geometry":{"type":"Point","coordinates":[4.8336236059786,44.867050981521369]}},{"type":"Feature","properties":{"population":10531},"geometry":{"type":"Point","coordinates":[6.964792987249769,43.61878793862711]}},{"type":"Feature","properties":{"population":19677},"geometry":{"type":"Point","coordinates":[7.000905254856553,43.5960134498337]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[2.161409935476091,44.42299654961581]}},{"type":"Feature","properties":{"population":2393},"geometry":{"type":"Point","coordinates":[7.0084436381518249,43.657740629866697]}},{"type":"Feature","properties":{"population":873076},"geometry":{"type":"Point","coordinates":[5.420975059634867,43.29199447719385]}},{"type":"Feature","properties":{"population":8045},"geometry":{"type":"Point","coordinates":[6.921606111074065,43.58678521440583]}},{"type":"Feature","properties":{"population":5436},"geometry":{"type":"Point","coordinates":[6.949880945186355,43.58561342954915]}},{"type":"Feature","properties":{"population":4157},"geometry":{"type":"Point","coordinates":[7.010280809497435,43.679465428339977]}},{"type":"Feature","properties":{"population":2264},"geometry":{"type":"Point","coordinates":[4.691988529136955,44.589333690957797]}},{"type":"Feature","properties":{"population":5782},"geometry":{"type":"Point","coordinates":[7.288800214540883,43.74553021571665]}},{"type":"Feature","properties":{"population":4303},"geometry":{"type":"Point","coordinates":[7.14073588941007,43.75926934188396]}},{"type":"Feature","properties":{"population":3183},"geometry":{"type":"Point","coordinates":[7.120796683718097,43.69486383944282]}},{"type":"Feature","properties":{"population":5840},"geometry":{"type":"Point","coordinates":[1.729957327935433,46.75621050248503]}},{"type":"Feature","properties":{"population":4092},"geometry":{"type":"Point","coordinates":[7.039096819578025,43.717293926253478]}},{"type":"Feature","properties":{"population":4989},"geometry":{"type":"Point","coordinates":[7.3214482872939279,43.711988606215047]}},{"type":"Feature","properties":{"population":12754},"geometry":{"type":"Point","coordinates":[7.029401064440768,43.62792001353387]}},{"type":"Feature","properties":{"population":28025},"geometry":{"type":"Point","coordinates":[7.058069501112121,43.57661995407494]}},{"type":"Feature","properties":{"population":19415},"geometry":{"type":"Point","coordinates":[7.10198799860376,43.73883118601061]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[-0.9125824679440997,46.479682106158417]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[0.7354105362670551,49.836089715800067]}},{"type":"Feature","properties":{"population":1513},"geometry":{"type":"Point","coordinates":[4.595223946260836,44.55444326163028]}},{"type":"Feature","properties":{"population":1658},"geometry":{"type":"Point","coordinates":[4.621935606128729,44.74315665831462]}},{"type":"Feature","properties":{"population":8541},"geometry":{"type":"Point","coordinates":[4.593942362326369,44.722211943996878]}},{"type":"Feature","properties":{"population":2353},"geometry":{"type":"Point","coordinates":[4.84151594907925,44.96598297345834]}},{"type":"Feature","properties":{"population":3158},"geometry":{"type":"Point","coordinates":[4.70273993148378,45.25497790623224]}},{"type":"Feature","properties":{"population":1931},"geometry":{"type":"Point","coordinates":[5.98998291414953,45.533119653561467]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[4.273895472672798,44.55165167114485]}},{"type":"Feature","properties":{"population":11203},"geometry":{"type":"Point","coordinates":[4.8657590517992219,44.93012569526949]}},{"type":"Feature","properties":{"population":1188},"geometry":{"type":"Point","coordinates":[5.901942285579093,47.15176135480369]}},{"type":"Feature","properties":{"population":1607},"geometry":{"type":"Point","coordinates":[4.745527928916817,44.82324647097097]}},{"type":"Feature","properties":{"population":2511},"geometry":{"type":"Point","coordinates":[4.800672162337822,45.079345384897127]}},{"type":"Feature","properties":{"population":7588},"geometry":{"type":"Point","coordinates":[4.824695290177198,44.94087097182046]}},{"type":"Feature","properties":{"population":8901},"geometry":{"type":"Point","coordinates":[4.6642269371256479,44.54305337949773]}},{"type":"Feature","properties":{"population":1714},"geometry":{"type":"Point","coordinates":[4.7915983248400428,44.90185183322694]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[3.148629713019017,46.618287878798529]}},{"type":"Feature","properties":{"population":11191},"geometry":{"type":"Point","coordinates":[4.815498556300713,45.053601902900947]}},{"type":"Feature","properties":{"population":4791},"geometry":{"type":"Point","coordinates":[4.780221388876391,44.80185240611871]}},{"type":"Feature","properties":{"population":5592},"geometry":{"type":"Point","coordinates":[4.7540191372076558,49.81994088152768]}},{"type":"Feature","properties":{"population":2308},"geometry":{"type":"Point","coordinates":[6.6627834799941179,45.907156363703297]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[6.777007229090549,46.388513727093329]}},{"type":"Feature","properties":{"population":1659},"geometry":{"type":"Point","coordinates":[4.770113002879643,49.78992530491312]}},{"type":"Feature","properties":{"population":1612},"geometry":{"type":"Point","coordinates":[4.963737081461596,49.68960862842529]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[4.401964194880768,49.5391792312925]}},{"type":"Feature","properties":{"population":5111},"geometry":{"type":"Point","coordinates":[2.252100829480007,44.566830864931677]}},{"type":"Feature","properties":{"population":2285},"geometry":{"type":"Point","coordinates":[4.932795156920434,49.72314699937757]}},{"type":"Feature","properties":{"population":897},"geometry":{"type":"Point","coordinates":[4.672494312595423,45.30180030188237]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[3.4849235184623339,49.045035823830719]}},{"type":"Feature","properties":{"population":1657},"geometry":{"type":"Point","coordinates":[4.706542309321583,49.72564505963313]}},{"type":"Feature","properties":{"population":6347},"geometry":{"type":"Point","coordinates":[4.834633429878454,50.14216298577217]}},{"type":"Feature","properties":{"population":826},"geometry":{"type":"Point","coordinates":[4.905389963768233,49.716201208027019]}},{"type":"Feature","properties":{"population":637},"geometry":{"type":"Point","coordinates":[4.763198555249942,49.83236487495827]}},{"type":"Feature","properties":{"population":5815},"geometry":{"type":"Point","coordinates":[4.6923514847727489,49.93436758531181]}},{"type":"Feature","properties":{"population":16608},"geometry":{"type":"Point","coordinates":[4.928936352529137,49.696564862386008]}},{"type":"Feature","properties":{"population":2170},"geometry":{"type":"Point","coordinates":[4.74777778837799,49.89990202083561]}},{"type":"Feature","properties":{"population":7425},"geometry":{"type":"Point","coordinates":[4.383801270434655,49.513809774246848]}},{"type":"Feature","properties":{"population":3503},"geometry":{"type":"Point","coordinates":[2.547100988756844,44.339091912396678]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[4.930151105261211,49.680379105691098]}},{"type":"Feature","properties":{"population":4016},"geometry":{"type":"Point","coordinates":[4.696387054903449,49.41440095432085]}},{"type":"Feature","properties":{"population":1253},"geometry":{"type":"Point","coordinates":[4.666418676889562,49.768747457774548]}},{"type":"Feature","properties":{"population":761},"geometry":{"type":"Point","coordinates":[1.6070128604635639,42.9385794355535]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[1.6333120571454576,42.98067815842103]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[1.192645731557012,42.96370894127152]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[1.877480256881565,42.919770481743267]}},{"type":"Feature","properties":{"population":6035},"geometry":{"type":"Point","coordinates":[1.8462925027175954,42.933532259386627]}},{"type":"Feature","properties":{"population":16394},"geometry":{"type":"Point","coordinates":[1.6157460363854995,43.123292373204247]}},{"type":"Feature","properties":{"population":2860},"geometry":{"type":"Point","coordinates":[1.6243890598695313,43.086262703194858]}},{"type":"Feature","properties":{"population":710},"geometry":{"type":"Point","coordinates":[1.5930618957189596,42.992480642418389]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[3.719938587008324,50.09408370458864]}},{"type":"Feature","properties":{"population":960},"geometry":{"type":"Point","coordinates":[1.8206098072801036,42.911022892787759]}},{"type":"Feature","properties":{"population":10554},"geometry":{"type":"Point","coordinates":[5.159684887685274,43.63078830823585]}},{"type":"Feature","properties":{"population":4005},"geometry":{"type":"Point","coordinates":[-2.4331202191317966,47.27056369117977]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[0.32828264111761398,49.69759841800152]}},{"type":"Feature","properties":{"population":9169},"geometry":{"type":"Point","coordinates":[6.25995683799119,46.20477991157571]}},{"type":"Feature","properties":{"population":1563},"geometry":{"type":"Point","coordinates":[4.016479346963864,48.32693804913085]}},{"type":"Feature","properties":{"population":11396},"geometry":{"type":"Point","coordinates":[5.464752123445192,43.366587052527417]}},{"type":"Feature","properties":{"population":4753},"geometry":{"type":"Point","coordinates":[4.715551265442602,48.23421592509806]}},{"type":"Feature","properties":{"population":12448},"geometry":{"type":"Point","coordinates":[1.9605854512054773,43.32311810251274]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[3.5534540644837486,48.515190175926708]}},{"type":"Feature","properties":{"population":3267},"geometry":{"type":"Point","coordinates":[4.04233771826207,48.3034869757004]}},{"type":"Feature","properties":{"population":2277},"geometry":{"type":"Point","coordinates":[5.619278812814524,45.241446518850548]}},{"type":"Feature","properties":{"population":5809},"geometry":{"type":"Point","coordinates":[3.4997317846835678,48.496689725756699]}},{"type":"Feature","properties":{"population":5143},"geometry":{"type":"Point","coordinates":[4.098723186748171,48.319523619807387]}},{"type":"Feature","properties":{"population":14766},"geometry":{"type":"Point","coordinates":[3.721104996740334,48.51875459823755]}},{"type":"Feature","properties":{"population":4749},"geometry":{"type":"Point","coordinates":[4.062684810036655,48.26260718969018]}},{"type":"Feature","properties":{"population":1054},"geometry":{"type":"Point","coordinates":[7.774629990347456,48.959337540923169]}},{"type":"Feature","properties":{"population":12775},"geometry":{"type":"Point","coordinates":[4.048425017534697,48.277671440919657]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[3.6573730354892817,48.498198120173878]}},{"type":"Feature","properties":{"population":5096},"geometry":{"type":"Point","coordinates":[3.081740667751805,43.10349613382934]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[0.29493611809079048,43.7093318863488]}},{"type":"Feature","properties":{"population":6745},"geometry":{"type":"Point","coordinates":[4.102525964760526,48.27439953004337]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[1.157576249699387,49.757792132696838]}},{"type":"Feature","properties":{"population":10515},"geometry":{"type":"Point","coordinates":[4.023732608026912,48.29649083860793]}},{"type":"Feature","properties":{"population":1488},"geometry":{"type":"Point","coordinates":[3.089021201402682,43.187411449330848]}},{"type":"Feature","properties":{"population":936},"geometry":{"type":"Point","coordinates":[2.407630196490005,43.21409204648776]}},{"type":"Feature","properties":{"population":10952},"geometry":{"type":"Point","coordinates":[2.761932141353427,43.20407634026124]}},{"type":"Feature","properties":{"population":900},"geometry":{"type":"Point","coordinates":[2.716031948648319,43.18440424872696]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[1.8202156813404378,48.128464379633488]}},{"type":"Feature","properties":{"population":10302},"geometry":{"type":"Point","coordinates":[2.2396822000401488,43.04976681061951]}},{"type":"Feature","properties":{"population":5816},"geometry":{"type":"Point","coordinates":[5.014889418811835,43.455322232187238]}},{"type":"Feature","properties":{"population":4061},"geometry":{"type":"Point","coordinates":[3.0060292193721724,43.25772500343288]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[2.179534570595284,43.046299365350538]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[2.457027519020706,43.18744633709266]}},{"type":"Feature","properties":{"population":1146},"geometry":{"type":"Point","coordinates":[2.787732095262043,43.17535561112341]}},{"type":"Feature","properties":{"population":933},"geometry":{"type":"Point","coordinates":[1.877168791778322,43.313778758888137]}},{"type":"Feature","properties":{"population":749},"geometry":{"type":"Point","coordinates":[-0.07880178039913846,46.64782301523063]}},{"type":"Feature","properties":{"population":1480},"geometry":{"type":"Point","coordinates":[2.9241773040687146,43.1810785035569]}},{"type":"Feature","properties":{"population":636},"geometry":{"type":"Point","coordinates":[0.670114868269893,48.794639019198559]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[4.018550451237604,49.19529125731703]}},{"type":"Feature","properties":{"population":1656},"geometry":{"type":"Point","coordinates":[0.6503336641050395,43.29054593644955]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[6.313338753199327,47.44882327831023]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[1.4914482567171946,48.728321314573019]}},{"type":"Feature","properties":{"population":1167},"geometry":{"type":"Point","coordinates":[2.9489439211703649,43.09003660224411]}},{"type":"Feature","properties":{"population":962},"geometry":{"type":"Point","coordinates":[2.254778991342098,43.08298831334574]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[-0.8789651933465444,43.05520186076782]}},{"type":"Feature","properties":{"population":5583},"geometry":{"type":"Point","coordinates":[2.9812502098290687,43.0396421773525]}},{"type":"Feature","properties":{"population":7886},"geometry":{"type":"Point","coordinates":[-2.709670306266919,48.50000777250048]}},{"type":"Feature","properties":{"population":5416},"geometry":{"type":"Point","coordinates":[2.459623967654256,43.20532635838924]}},{"type":"Feature","properties":{"population":1552},"geometry":{"type":"Point","coordinates":[3.0599816912519799,44.06479021534431]}},{"type":"Feature","properties":{"population":21712},"geometry":{"type":"Point","coordinates":[3.1172621886470468,44.09747676542513]}},{"type":"Feature","properties":{"population":1787},"geometry":{"type":"Point","coordinates":[-3.386512489139534,48.735654862081478]}},{"type":"Feature","properties":{"population":2308},"geometry":{"type":"Point","coordinates":[2.5861372979119858,44.33264992360377]}},{"type":"Feature","properties":{"population":11873},"geometry":{"type":"Point","coordinates":[2.5598337084971387,44.38264611430144]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[1.974651399484597,44.31006823086876]}},{"type":"Feature","properties":{"population":1755},"geometry":{"type":"Point","coordinates":[2.6328743712007,44.33126706629465]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.183257250855447,49.78246901567705]}},{"type":"Feature","properties":{"population":749},"geometry":{"type":"Point","coordinates":[1.999742460099416,44.381092271657077]}},{"type":"Feature","properties":{"population":11720},"geometry":{"type":"Point","coordinates":[2.0308354695542079,44.34992362236236]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[7.718604876156188,48.93918466832038]}},{"type":"Feature","properties":{"population":1216},"geometry":{"type":"Point","coordinates":[2.220753195639603,44.55602508006647]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[2.3610005913154885,50.57602463908195]}},{"type":"Feature","properties":{"population":147478},"geometry":{"type":"Point","coordinates":[5.398878545555294,43.53601189444956]}},{"type":"Feature","properties":{"population":21490},"geometry":{"type":"Point","coordinates":[5.511444536495642,43.35328617415388]}},{"type":"Feature","properties":{"population":47342},"geometry":{"type":"Point","coordinates":[5.563211999423422,43.29368201053847]}},{"type":"Feature","properties":{"population":12839},"geometry":{"type":"Point","coordinates":[5.658316747948537,43.36069484604518]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[4.687919899410079,45.028945850185397]}},{"type":"Feature","properties":{"population":564},"geometry":{"type":"Point","coordinates":[5.149127478772804,43.671278711451709]}},{"type":"Feature","properties":{"population":850},"geometry":{"type":"Point","coordinates":[5.212889729172643,43.619101648610897]}},{"type":"Feature","properties":{"population":13912},"geometry":{"type":"Point","coordinates":[5.160516264613677,43.50359474331992]}},{"type":"Feature","properties":{"population":6341},"geometry":{"type":"Point","coordinates":[5.620317120742625,43.39688608948719]}},{"type":"Feature","properties":{"population":15248},"geometry":{"type":"Point","coordinates":[5.41256984178459,43.447365676092058]}},{"type":"Feature","properties":{"population":10070},"geometry":{"type":"Point","coordinates":[5.349590172741902,43.44954305322293]}},{"type":"Feature","properties":{"population":6720},"geometry":{"type":"Point","coordinates":[5.550508861483391,43.22314699288716]}},{"type":"Feature","properties":{"population":4813},"geometry":{"type":"Point","coordinates":[5.636253196244788,43.223612839157869]}},{"type":"Feature","properties":{"population":21174},"geometry":{"type":"Point","coordinates":[5.480147810998021,43.45290758143456]}},{"type":"Feature","properties":{"population":36987},"geometry":{"type":"Point","coordinates":[5.612751288336043,43.19249556598243]}},{"type":"Feature","properties":{"population":3913},"geometry":{"type":"Point","coordinates":[5.598430716390244,43.376744732698487]}},{"type":"Feature","properties":{"population":8220},"geometry":{"type":"Point","coordinates":[5.328910681108457,43.5709910083772]}},{"type":"Feature","properties":{"population":5768},"geometry":{"type":"Point","coordinates":[5.199106114089392,43.3541042534929]}},{"type":"Feature","properties":{"population":6887},"geometry":{"type":"Point","coordinates":[5.015631900520494,43.70267503686622]}},{"type":"Feature","properties":{"population":4844},"geometry":{"type":"Point","coordinates":[-0.2861750653498776,49.17803529236364]}},{"type":"Feature","properties":{"population":2435},"geometry":{"type":"Point","coordinates":[3.466531952471361,50.0379230786786]}},{"type":"Feature","properties":{"population":4355},"geometry":{"type":"Point","coordinates":[4.843256264259648,43.84286589186995]}},{"type":"Feature","properties":{"population":8867},"geometry":{"type":"Point","coordinates":[5.202621816919469,43.55451287767052]}},{"type":"Feature","properties":{"population":830},"geometry":{"type":"Point","coordinates":[4.756744573171806,46.00047616236127]}},{"type":"Feature","properties":{"population":984},"geometry":{"type":"Point","coordinates":[-0.2928124596646627,49.14537808331281]}},{"type":"Feature","properties":{"population":15469},"geometry":{"type":"Point","coordinates":[4.90396415711682,43.456033417133138]}},{"type":"Feature","properties":{"population":6794},"geometry":{"type":"Point","coordinates":[5.644281950748625,43.29803195227428]}},{"type":"Feature","properties":{"population":962},"geometry":{"type":"Point","coordinates":[-2.463719835282583,48.45111886956785]}},{"type":"Feature","properties":{"population":10083},"geometry":{"type":"Point","coordinates":[5.229091981289579,43.39083761835275]}},{"type":"Feature","properties":{"population":44577},"geometry":{"type":"Point","coordinates":[4.950605221661726,43.55042290370228]}},{"type":"Feature","properties":{"population":5274},"geometry":{"type":"Point","coordinates":[5.045635596123799,43.614182219985959]}},{"type":"Feature","properties":{"population":2046},"geometry":{"type":"Point","coordinates":[5.089111227559455,43.704872774905179]}},{"type":"Feature","properties":{"population":9340},"geometry":{"type":"Point","coordinates":[5.159443305992196,43.57603836437419]}},{"type":"Feature","properties":{"population":1747},"geometry":{"type":"Point","coordinates":[6.256534308089415,45.57314568160905]}},{"type":"Feature","properties":{"population":5935},"geometry":{"type":"Point","coordinates":[5.500868574865164,43.49067145864637]}},{"type":"Feature","properties":{"population":4187},"geometry":{"type":"Point","coordinates":[5.498326703362586,43.412550004417088]}},{"type":"Feature","properties":{"population":6569},"geometry":{"type":"Point","coordinates":[5.5188844253211999,43.276422006447287]}},{"type":"Feature","properties":{"population":3552},"geometry":{"type":"Point","coordinates":[5.002544958497313,43.81767140803218]}},{"type":"Feature","properties":{"population":16136},"geometry":{"type":"Point","coordinates":[4.99157115491829,43.42341685051134]}},{"type":"Feature","properties":{"population":4061},"geometry":{"type":"Point","coordinates":[-1.0724218238775776,45.98034094386935]}},{"type":"Feature","properties":{"population":12175},"geometry":{"type":"Point","coordinates":[5.231004651931853,43.49698576534252]}},{"type":"Feature","properties":{"population":4111},"geometry":{"type":"Point","coordinates":[4.7990445809213428,43.90023340667042]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[3.747905916717122,46.87626065562961]}},{"type":"Feature","properties":{"population":8673},"geometry":{"type":"Point","coordinates":[5.597544904216276,43.34365209572972]}},{"type":"Feature","properties":{"population":5209},"geometry":{"type":"Point","coordinates":[5.624241959167862,43.48409278712306]}},{"type":"Feature","properties":{"population":5194},"geometry":{"type":"Point","coordinates":[5.252938435008354,43.36472441869347]}},{"type":"Feature","properties":{"population":8643},"geometry":{"type":"Point","coordinates":[5.073314482298835,43.54380404415618]}},{"type":"Feature","properties":{"population":13729},"geometry":{"type":"Point","coordinates":[4.856127726799609,43.61195291610356]}},{"type":"Feature","properties":{"population":9619},"geometry":{"type":"Point","coordinates":[4.8533524939304899,43.78335317442187]}},{"type":"Feature","properties":{"population":7563},"geometry":{"type":"Point","coordinates":[5.118031863178555,43.345175963488077]}},{"type":"Feature","properties":{"population":2762},"geometry":{"type":"Point","coordinates":[-3.1428889128053729,48.58265021967234]}},{"type":"Feature","properties":{"population":6648},"geometry":{"type":"Point","coordinates":[5.253659731503177,43.41399466279569]}},{"type":"Feature","properties":{"population":8713},"geometry":{"type":"Point","coordinates":[5.249499911215548,43.5240480655238]}},{"type":"Feature","properties":{"population":6747},"geometry":{"type":"Point","coordinates":[5.566058420359065,43.25866889023641]}},{"type":"Feature","properties":{"population":8426},"geometry":{"type":"Point","coordinates":[5.4910311309537829,43.59327034095205]}},{"type":"Feature","properties":{"population":6761},"geometry":{"type":"Point","coordinates":[0.2384080953762686,49.41246216991824]}},{"type":"Feature","properties":{"population":35532},"geometry":{"type":"Point","coordinates":[5.26331435416161,43.44993007785223]}},{"type":"Feature","properties":{"population":2537},"geometry":{"type":"Point","coordinates":[-0.30127820205644559,49.27457635146335]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.591967759225317,50.2976247763722]}},{"type":"Feature","properties":{"population":3726},"geometry":{"type":"Point","coordinates":[5.254481823862069,43.560821586116819]}},{"type":"Feature","properties":{"population":12775},"geometry":{"type":"Point","coordinates":[-0.7055330148470757,49.27792644720573]}},{"type":"Feature","properties":{"population":8745},"geometry":{"type":"Point","coordinates":[-0.8513577630823541,48.95519510286347]}},{"type":"Feature","properties":{"population":1319},"geometry":{"type":"Point","coordinates":[0.2492988535834492,49.12610015464484]}},{"type":"Feature","properties":{"population":5170},"geometry":{"type":"Point","coordinates":[-0.3274752951416969,49.15468612680286]}},{"type":"Feature","properties":{"population":4148},"geometry":{"type":"Point","coordinates":[-0.422232377603533,49.173327746958339]}},{"type":"Feature","properties":{"population":108200},"geometry":{"type":"Point","coordinates":[-0.3702902783335638,49.18490497261435]}},{"type":"Feature","properties":{"population":1017},"geometry":{"type":"Point","coordinates":[5.050740596520839,44.33576105847208]}},{"type":"Feature","properties":{"population":3490},"geometry":{"type":"Point","coordinates":[5.257388880780474,45.73169407001081]}},{"type":"Feature","properties":{"population":6157},"geometry":{"type":"Point","coordinates":[-0.5840335019966896,48.881322273425997]}},{"type":"Feature","properties":{"population":1568},"geometry":{"type":"Point","coordinates":[0.20983308280836755,49.40339217107532]}},{"type":"Feature","properties":{"population":1376},"geometry":{"type":"Point","coordinates":[1.1576827213081298,48.98850585091609]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[-0.15883010535163495,48.90502126589624]}},{"type":"Feature","properties":{"population":7782},"geometry":{"type":"Point","coordinates":[-0.1936077667198201,48.89566474605096]}},{"type":"Feature","properties":{"population":5303},"geometry":{"type":"Point","coordinates":[-0.37774211898315709,49.14450326649747]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[4.744806776394974,44.86311895333959]}},{"type":"Feature","properties":{"population":22227},"geometry":{"type":"Point","coordinates":[-0.3309090785591844,49.20745839384859]}},{"type":"Feature","properties":{"population":7654},"geometry":{"type":"Point","coordinates":[9.440851206260366,42.61643022219325]}},{"type":"Feature","properties":{"population":11981},"geometry":{"type":"Point","coordinates":[-0.342398926632681,49.14086736579742]}},{"type":"Feature","properties":{"population":19807},"geometry":{"type":"Point","coordinates":[0.2392239284248562,49.14663402792644]}},{"type":"Feature","properties":{"population":9459},"geometry":{"type":"Point","coordinates":[2.519390019194778,46.72638189966373]}},{"type":"Feature","properties":{"population":10075},"geometry":{"type":"Point","coordinates":[-0.3116432067999824,49.16930014169604]}},{"type":"Feature","properties":{"population":1982},"geometry":{"type":"Point","coordinates":[-0.26346094855818127,49.22906593161926]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[1.8482375592635568,43.229684774667209]}},{"type":"Feature","properties":{"population":748},"geometry":{"type":"Point","coordinates":[0.2140928825744448,49.17788300158126]}},{"type":"Feature","properties":{"population":701},"geometry":{"type":"Point","coordinates":[0.2660883776034536,47.14462477521536]}},{"type":"Feature","properties":{"population":4953},"geometry":{"type":"Point","coordinates":[0.18467677768176114,49.288997422408147]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[-0.153505382249356,43.906489506037178]}},{"type":"Feature","properties":{"population":737},"geometry":{"type":"Point","coordinates":[0.29816612137509887,48.202408082126598]}},{"type":"Feature","properties":{"population":2535},"geometry":{"type":"Point","coordinates":[0.26805714511785636,49.4089038846086]}},{"type":"Feature","properties":{"population":9678},"geometry":{"type":"Point","coordinates":[9.457332635441574,42.57398674089255]}},{"type":"Feature","properties":{"population":1573},"geometry":{"type":"Point","coordinates":[2.3897764848500118,44.584615210886628]}},{"type":"Feature","properties":{"population":2487},"geometry":{"type":"Point","coordinates":[-0.4013204467321075,49.215287755622117]}},{"type":"Feature","properties":{"population":1744},"geometry":{"type":"Point","coordinates":[0.19056978747516332,49.1442535060502]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[3.4302982911207726,43.709829986385788]}},{"type":"Feature","properties":{"population":9645},"geometry":{"type":"Point","coordinates":[2.357078732427534,47.11103865934505]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[1.5467739438081632,49.74436485243843]}},{"type":"Feature","properties":{"population":647},"geometry":{"type":"Point","coordinates":[5.948886900552236,47.567318767891688]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[5.745232020376088,48.254029722738717]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[3.4181295418788166,49.54854432862247]}},{"type":"Feature","properties":{"population":680},"geometry":{"type":"Point","coordinates":[0.16741895063851729,49.24362770255452]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[-0.20385830363207997,48.864746699777189]}},{"type":"Feature","properties":{"population":2529},"geometry":{"type":"Point","coordinates":[-0.6769648595300815,49.288183354993069]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[0.22373290489498549,49.302778518107547]}},{"type":"Feature","properties":{"population":976},"geometry":{"type":"Point","coordinates":[4.697301238887793,49.68993543211546]}},{"type":"Feature","properties":{"population":3802},"geometry":{"type":"Point","coordinates":[0.11157584015959392,49.35406814695741]}},{"type":"Feature","properties":{"population":4732},"geometry":{"type":"Point","coordinates":[-0.15756361103608539,45.47773789283661]}},{"type":"Feature","properties":{"population":4622},"geometry":{"type":"Point","coordinates":[0.10158633405158042,49.3727588294313]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[1.8359521417550123,49.86972454607023]}},{"type":"Feature","properties":{"population":1741},"geometry":{"type":"Point","coordinates":[-0.7222861737219422,47.11564571723146]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[-0.7096917469878132,49.307505748716398]}},{"type":"Feature","properties":{"population":9099},"geometry":{"type":"Point","coordinates":[2.8769036805068874,42.7790507626606]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[-0.17271150999492469,48.920505427331189]}},{"type":"Feature","properties":{"population":6093},"geometry":{"type":"Point","coordinates":[1.975449756764332,49.02731817417053]}},{"type":"Feature","properties":{"population":754},"geometry":{"type":"Point","coordinates":[-3.5162223107505765,48.22368124333888]}},{"type":"Feature","properties":{"population":17135},"geometry":{"type":"Point","coordinates":[-0.872998080063369,48.818560864174269]}},{"type":"Feature","properties":{"population":660},"geometry":{"type":"Point","coordinates":[-2.229264364650187,47.833010879764447]}},{"type":"Feature","properties":{"population":6315},"geometry":{"type":"Point","coordinates":[2.4643738199417877,44.876384912890909]}},{"type":"Feature","properties":{"population":701},"geometry":{"type":"Point","coordinates":[1.6381949233391689,45.16403755544842]}},{"type":"Feature","properties":{"population":25815},"geometry":{"type":"Point","coordinates":[2.4410675921663667,44.92434594590266]}},{"type":"Feature","properties":{"population":2100},"geometry":{"type":"Point","coordinates":[-0.9659430679602299,45.72705894622325]}},{"type":"Feature","properties":{"population":41086},"geometry":{"type":"Point","coordinates":[0.1454202939003379,45.647265490824199]}},{"type":"Feature","properties":{"population":1378},"geometry":{"type":"Point","coordinates":[0.13369873781879103,45.71205274261732]}},{"type":"Feature","properties":{"population":1399},"geometry":{"type":"Point","coordinates":[-0.29689805732215465,45.710539565000917]}},{"type":"Feature","properties":{"population":5662},"geometry":{"type":"Point","coordinates":[0.19956645740442653,45.66411526421293]}},{"type":"Feature","properties":{"population":9298},"geometry":{"type":"Point","coordinates":[4.838585308154431,44.78748818439377]}},{"type":"Feature","properties":{"population":3842},"geometry":{"type":"Point","coordinates":[0.0884123600263498,45.67607350614781]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[2.175511120049712,50.303347291333498]}},{"type":"Feature","properties":{"population":5950},"geometry":{"type":"Point","coordinates":[0.1656316915421257,45.679702799345168]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[-0.21841206840575987,45.44158394366708]}},{"type":"Feature","properties":{"population":3248},"geometry":{"type":"Point","coordinates":[0.23662417950236898,45.655165927794218]}},{"type":"Feature","properties":{"population":2848},"geometry":{"type":"Point","coordinates":[3.1631867600216649,50.58777009933649]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[-0.13400935954585123,45.50860879976413]}},{"type":"Feature","properties":{"population":2388},"geometry":{"type":"Point","coordinates":[0.1723279734317154,45.615395289213157]}},{"type":"Feature","properties":{"population":3597},"geometry":{"type":"Point","coordinates":[-0.5522777944936295,45.73426369322114]}},{"type":"Feature","properties":{"population":7356},"geometry":{"type":"Point","coordinates":[0.2305475114043821,45.68361103147839]}},{"type":"Feature","properties":{"population":3224},"geometry":{"type":"Point","coordinates":[0.11059613226379361,45.63961656321682]}},{"type":"Feature","properties":{"population":3155},"geometry":{"type":"Point","coordinates":[-1.2575315838564843,45.909975067841269]}},{"type":"Feature","properties":{"population":7525},"geometry":{"type":"Point","coordinates":[0.12860576310944486,45.6813310596458]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[-0.8568604517674581,46.069483924391018]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[0.9426191689968999,49.69359529237884]}},{"type":"Feature","properties":{"population":5451},"geometry":{"type":"Point","coordinates":[-1.3814810795896915,47.40102197070034]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[6.078238161103332,48.45976493409002]}},{"type":"Feature","properties":{"population":649},"geometry":{"type":"Point","coordinates":[4.151325026160759,44.36131619184951]}},{"type":"Feature","properties":{"population":4117},"geometry":{"type":"Point","coordinates":[-1.1046075277510852,46.10694396631287]}},{"type":"Feature","properties":{"population":2810},"geometry":{"type":"Point","coordinates":[-0.7018036562691018,45.7708000479296]}},{"type":"Feature","properties":{"population":9578},"geometry":{"type":"Point","coordinates":[-1.114351312455382,46.1346011173541]}},{"type":"Feature","properties":{"population":6227},"geometry":{"type":"Point","coordinates":[-1.0829957205654717,46.07221551120881]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[1.471765159892442,42.9513268006782]}},{"type":"Feature","properties":{"population":6705},"geometry":{"type":"Point","coordinates":[-0.5204172273622757,45.942930735284217]}},{"type":"Feature","properties":{"population":1007},"geometry":{"type":"Point","coordinates":[6.323419693795979,46.04095055051954]}},{"type":"Feature","properties":{"population":5961},"geometry":{"type":"Point","coordinates":[-1.0682790978316095,46.18353444220885]}},{"type":"Feature","properties":{"population":2306},"geometry":{"type":"Point","coordinates":[-0.5906800500848974,45.767654879962609]}},{"type":"Feature","properties":{"population":1789},"geometry":{"type":"Point","coordinates":[-0.6072029562792962,45.70608253433047]}},{"type":"Feature","properties":{"population":2907},"geometry":{"type":"Point","coordinates":[-1.186197439559739,46.1937407521476]}},{"type":"Feature","properties":{"population":859},"geometry":{"type":"Point","coordinates":[-0.4849831319885079,45.92847337600232]}},{"type":"Feature","properties":{"population":7387},"geometry":{"type":"Point","coordinates":[-1.1528542596773437,46.18680529926149]}},{"type":"Feature","properties":{"population":5320},"geometry":{"type":"Point","coordinates":[0.5201945560939193,45.148359566062449]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[-0.9278977289353775,45.9938211288364]}},{"type":"Feature","properties":{"population":5798},"geometry":{"type":"Point","coordinates":[-1.1658699604259074,46.208932563079788]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[2.6263986468646505,49.5699722603079]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[7.361736480429127,47.52075439174589]}},{"type":"Feature","properties":{"population":8741},"geometry":{"type":"Point","coordinates":[-1.0887137389593654,46.15787516741337]}},{"type":"Feature","properties":{"population":6635},"geometry":{"type":"Point","coordinates":[-1.1143084161924988,46.18527210533434]}},{"type":"Feature","properties":{"population":25518},"geometry":{"type":"Point","coordinates":[-0.6503770856582767,45.741992318671169]}},{"type":"Feature","properties":{"population":23092},"geometry":{"type":"Point","coordinates":[-0.9722082646952578,45.943081392318209]}},{"type":"Feature","properties":{"population":7183},"geometry":{"type":"Point","coordinates":[-0.9366787056016421,45.675594149849008]}},{"type":"Feature","properties":{"population":78535},"geometry":{"type":"Point","coordinates":[-1.1728918804884559,46.16252068011896]}},{"type":"Feature","properties":{"population":19029},"geometry":{"type":"Point","coordinates":[-1.017878645286634,45.63443722287932]}},{"type":"Feature","properties":{"population":2951},"geometry":{"type":"Point","coordinates":[-1.0721591127255932,46.55743947308609]}},{"type":"Feature","properties":{"population":1477},"geometry":{"type":"Point","coordinates":[-0.9047059722663235,45.919653877424227]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[-0.5695643203665549,43.37445862621164]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[5.589428513321868,45.600159951111269]}},{"type":"Feature","properties":{"population":2925},"geometry":{"type":"Point","coordinates":[6.026326791093978,43.29429246562348]}},{"type":"Feature","properties":{"population":5627},"geometry":{"type":"Point","coordinates":[4.898924450204662,46.56497548020193]}},{"type":"Feature","properties":{"population":2077},"geometry":{"type":"Point","coordinates":[-0.21546589538861486,45.61840740432497]}},{"type":"Feature","properties":{"population":1227},"geometry":{"type":"Point","coordinates":[-0.6963840370421095,46.093247727943808]}},{"type":"Feature","properties":{"population":1210},"geometry":{"type":"Point","coordinates":[-1.0278949747960394,45.94329243055288]}},{"type":"Feature","properties":{"population":6825},"geometry":{"type":"Point","coordinates":[-0.7535789524189713,46.104679813992358]}},{"type":"Feature","properties":{"population":6627},"geometry":{"type":"Point","coordinates":[-1.3056630485413794,45.939545778337649]}},{"type":"Feature","properties":{"population":1292},"geometry":{"type":"Point","coordinates":[-0.9865520735046098,45.97331386404471]}},{"type":"Feature","properties":{"population":843},"geometry":{"type":"Point","coordinates":[2.87281798272567,47.3833211765266]}},{"type":"Feature","properties":{"population":2181},"geometry":{"type":"Point","coordinates":[1.2243833534570079,43.73379934713836]}},{"type":"Feature","properties":{"population":898},"geometry":{"type":"Point","coordinates":[6.808371733784699,47.48895113723385]}},{"type":"Feature","properties":{"population":1377},"geometry":{"type":"Point","coordinates":[2.884418727889176,47.43214597745816]}},{"type":"Feature","properties":{"population":3057},"geometry":{"type":"Point","coordinates":[-2.21935519303205,48.51455093842182]}},{"type":"Feature","properties":{"population":3667},"geometry":{"type":"Point","coordinates":[6.8508900467445479,43.69700715225136]}},{"type":"Feature","properties":{"population":1553},"geometry":{"type":"Point","coordinates":[1.8016684846909759,45.24517717006768]}},{"type":"Feature","properties":{"population":489},"geometry":{"type":"Point","coordinates":[2.986020097600153,47.17790658164981]}},{"type":"Feature","properties":{"population":1691},"geometry":{"type":"Point","coordinates":[2.46719081574296,46.7218768328236]}},{"type":"Feature","properties":{"population":1706},"geometry":{"type":"Point","coordinates":[2.537114540679754,47.29870954501953]}},{"type":"Feature","properties":{"population":2644},"geometry":{"type":"Point","coordinates":[2.052366468235446,47.179263248305208]}},{"type":"Feature","properties":{"population":7969},"geometry":{"type":"Point","coordinates":[4.78803550722838,46.30468913684002]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[2.595890880781835,47.25768088715294]}},{"type":"Feature","properties":{"population":850},"geometry":{"type":"Point","coordinates":[2.528018582601433,47.09363929846877]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[9.363854386965665,42.61236128675635]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[2.6864823818188219,46.07862418772657]}},{"type":"Feature","properties":{"population":4005},"geometry":{"type":"Point","coordinates":[2.3661995039475185,47.01970342853583]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[-0.5433434205377623,48.90946497557669]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[1.8724434853466905,50.29073919930218]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[2.113524409501276,45.42398064838924]}},{"type":"Feature","properties":{"population":4293},"geometry":{"type":"Point","coordinates":[2.0365671882702127,45.421661037297479]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[2.6682221450797587,49.62648990005637]}},{"type":"Feature","properties":{"population":1641},"geometry":{"type":"Point","coordinates":[1.4215818340078415,45.114305650783389]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[1.4596479002855583,45.11049815217923]}},{"type":"Feature","properties":{"population":8027},"geometry":{"type":"Point","coordinates":[1.589028230014739,45.179229983569218]}},{"type":"Feature","properties":{"population":1091},"geometry":{"type":"Point","coordinates":[2.0115998681975348,45.388541230300557]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[2.2316531849513119,45.494302991854947]}},{"type":"Feature","properties":{"population":1788},"geometry":{"type":"Point","coordinates":[1.76364619657336,45.207150567084969]}},{"type":"Feature","properties":{"population":485},"geometry":{"type":"Point","coordinates":[2.0088753990808985,44.50610753563452]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[2.3783594186036947,45.556027990415177]}},{"type":"Feature","properties":{"population":13992},"geometry":{"type":"Point","coordinates":[1.7631247567192268,45.273083585293999]}},{"type":"Feature","properties":{"population":9159},"geometry":{"type":"Point","coordinates":[2.3049224036600957,45.54988789299701]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[1.2587401743043203,49.59393878023555]}},{"type":"Feature","properties":{"population":1584},"geometry":{"type":"Point","coordinates":[5.020455151826268,47.37099331028516]}},{"type":"Feature","properties":{"population":7602},"geometry":{"type":"Point","coordinates":[5.41440792405637,47.18890828773909]}},{"type":"Feature","properties":{"population":787},"geometry":{"type":"Point","coordinates":[5.361339116454423,47.225269377876418]}},{"type":"Feature","properties":{"population":20032},"geometry":{"type":"Point","coordinates":[4.837373379601316,47.02548642927995]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[5.260631445897593,47.23824771720082]}},{"type":"Feature","properties":{"population":1258},"geometry":{"type":"Point","coordinates":[4.8307680893006819,46.98154656193017]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[2.1982592607016557,45.918043635172377]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[4.576814198678424,47.817544837110187]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[4.869401861497777,47.04963842419475]}},{"type":"Feature","properties":{"population":10944},"geometry":{"type":"Point","coordinates":[5.136834915740223,47.299703639854559]}},{"type":"Feature","properties":{"population":644},"geometry":{"type":"Point","coordinates":[4.942252904726006,47.30368426573371]}},{"type":"Feature","properties":{"population":8847},"geometry":{"type":"Point","coordinates":[5.024668141039781,47.34745542163438]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[4.093766429586347,44.89740521359393]}},{"type":"Feature","properties":{"population":4788},"geometry":{"type":"Point","coordinates":[4.349789675980157,47.657262155452858]}},{"type":"Feature","properties":{"population":5165},"geometry":{"type":"Point","coordinates":[5.221116485788117,47.24061134001554]}},{"type":"Feature","properties":{"population":693},"geometry":{"type":"Point","coordinates":[4.824590947564668,45.00674736736187]}},{"type":"Feature","properties":{"population":5308},"geometry":{"type":"Point","coordinates":[6.799897952716345,47.540847351467679]}},{"type":"Feature","properties":{"population":8676},"geometry":{"type":"Point","coordinates":[5.052970663739641,47.28541206122557]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[5.172839451518494,47.27440998801049]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[4.3824008383174279,47.63981094080583]}},{"type":"Feature","properties":{"population":5309},"geometry":{"type":"Point","coordinates":[4.984726321888965,47.279124601134039]}},{"type":"Feature","properties":{"population":5358},"geometry":{"type":"Point","coordinates":[-1.8261199659508448,47.223646987084439]}},{"type":"Feature","properties":{"population":3146},"geometry":{"type":"Point","coordinates":[5.112889661226605,47.273339642611109]}},{"type":"Feature","properties":{"population":1604},"geometry":{"type":"Point","coordinates":[5.078555992796631,47.26068867438795]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[4.369486938628661,47.604415794988458]}},{"type":"Feature","properties":{"population":5309},"geometry":{"type":"Point","coordinates":[4.938731869495376,47.14629162564565]}},{"type":"Feature","properties":{"population":2518},"geometry":{"type":"Point","coordinates":[4.951303192699197,47.33870048858983]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[5.933414359910923,44.799645031946948]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[4.359060680778383,47.46897873086516]}},{"type":"Feature","properties":{"population":4068},"geometry":{"type":"Point","coordinates":[4.341617353141277,47.490940956117558]}},{"type":"Feature","properties":{"population":8869},"geometry":{"type":"Point","coordinates":[5.115036639377387,47.319409800223549]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[4.972086329100073,47.10729484260417]}},{"type":"Feature","properties":{"population":1693},"geometry":{"type":"Point","coordinates":[2.7681088968307328,48.0828902911302]}},{"type":"Feature","properties":{"population":2045},"geometry":{"type":"Point","coordinates":[5.104799924214269,47.2920066792079]}},{"type":"Feature","properties":{"population":1583},"geometry":{"type":"Point","coordinates":[4.778108690096634,44.60623068406988]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[2.948237227021999,43.76465233366091]}},{"type":"Feature","properties":{"population":1348},"geometry":{"type":"Point","coordinates":[5.083734555581237,47.3675278708755]}},{"type":"Feature","properties":{"population":44224},"geometry":{"type":"Point","coordinates":[-2.7638910784163848,48.51445975178838]}},{"type":"Feature","properties":{"population":7490},"geometry":{"type":"Point","coordinates":[5.093825512633515,47.33610168244897]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[4.301921205571523,47.65172422548012]}},{"type":"Feature","properties":{"population":1286},"geometry":{"type":"Point","coordinates":[4.803106423843573,47.08038343913577]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[6.459566640207388,45.263493844071508]}},{"type":"Feature","properties":{"population":11894},"geometry":{"type":"Point","coordinates":[4.997107154899302,47.339388773781987]}},{"type":"Feature","properties":{"population":553},"geometry":{"type":"Point","coordinates":[-2.2054191087318566,48.392762588178829]}},{"type":"Feature","properties":{"population":2563},"geometry":{"type":"Point","coordinates":[-2.053847592551532,48.487669900809638]}},{"type":"Feature","properties":{"population":2029},"geometry":{"type":"Point","coordinates":[5.1250838234953719,47.35558212367107]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[5.407382131923358,47.15694935150235]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[4.3791823350800549,47.50846473330284]}},{"type":"Feature","properties":{"population":1156},"geometry":{"type":"Point","coordinates":[-2.551054480088935,48.4939403395547]}},{"type":"Feature","properties":{"population":4839},"geometry":{"type":"Point","coordinates":[-3.2914163345741449,48.634547186371197]}},{"type":"Feature","properties":{"population":1812},"geometry":{"type":"Point","coordinates":[-2.5919784616597885,48.4865607215268]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[-3.526536270035075,48.29860171377655]}},{"type":"Feature","properties":{"population":14675},"geometry":{"type":"Point","coordinates":[-2.0513909584957239,48.44600108168901]}},{"type":"Feature","properties":{"population":6881},"geometry":{"type":"Point","coordinates":[-2.8378834274679738,48.616670975669638]}},{"type":"Feature","properties":{"population":7105},"geometry":{"type":"Point","coordinates":[-3.1533684976852736,48.56037533350978]}},{"type":"Feature","properties":{"population":20344},"geometry":{"type":"Point","coordinates":[-3.461386924081245,48.74372657231616]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[4.504547953370938,44.30039315398708]}},{"type":"Feature","properties":{"population":948},"geometry":{"type":"Point","coordinates":[-2.883338266082694,48.567412419172537]}},{"type":"Feature","properties":{"population":1108},"geometry":{"type":"Point","coordinates":[3.168967209162171,48.87426940813791]}},{"type":"Feature","properties":{"population":4222},"geometry":{"type":"Point","coordinates":[-2.0121965045701457,48.451603727408279]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[4.622471786716699,48.527253672595048]}},{"type":"Feature","properties":{"population":7191},"geometry":{"type":"Point","coordinates":[-3.0553914274377256,48.77324249606581]}},{"type":"Feature","properties":{"population":3575},"geometry":{"type":"Point","coordinates":[6.884608011226005,47.435775014072]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[6.880097656649616,47.807743661651958]}},{"type":"Feature","properties":{"population":602},"geometry":{"type":"Point","coordinates":[5.364969863905574,45.87040413281617]}},{"type":"Feature","properties":{"population":1874},"geometry":{"type":"Point","coordinates":[-3.276873194956997,48.587995655303227]}},{"type":"Feature","properties":{"population":3040},"geometry":{"type":"Point","coordinates":[-3.0453216291943319,48.80531005500216]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[3.384479350025666,49.50931469484734]}},{"type":"Feature","properties":{"population":8450},"geometry":{"type":"Point","coordinates":[-2.745502751013078,48.48043924431168]}},{"type":"Feature","properties":{"population":3110},"geometry":{"type":"Point","coordinates":[-2.9796032264974237,48.738216310366578]}},{"type":"Feature","properties":{"population":7316},"geometry":{"type":"Point","coordinates":[-2.8304408814498505,48.56703798173267]}},{"type":"Feature","properties":{"population":2066},"geometry":{"type":"Point","coordinates":[-2.8179053493428034,48.447325698855618]}},{"type":"Feature","properties":{"population":18331},"geometry":{"type":"Point","coordinates":[-0.92800800752833,47.34109453545775]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[1.6277551238569757,42.79722450157907]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[-3.4499551439257987,48.78148527836713]}},{"type":"Feature","properties":{"population":4987},"geometry":{"type":"Point","coordinates":[-2.6815770097763189,48.467729780093637]}},{"type":"Feature","properties":{"population":3108},"geometry":{"type":"Point","coordinates":[2.1669103190771596,45.950545026219128]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[2.092871524328058,46.13481276696036]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[2.0629675995501906,46.10007807168889]}},{"type":"Feature","properties":{"population":12840},"geometry":{"type":"Point","coordinates":[1.8710714215729294,46.162990534475429]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[1.5724657706481656,46.208300246079037]}},{"type":"Feature","properties":{"population":4933},"geometry":{"type":"Point","coordinates":[1.4752675114965639,46.23702670129802]}},{"type":"Feature","properties":{"population":2497},"geometry":{"type":"Point","coordinates":[1.9132416825853978,46.1570272707194]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[2.197245310765339,45.997698359703168]}},{"type":"Feature","properties":{"population":10697},"geometry":{"type":"Point","coordinates":[0.7820248174261747,45.142122928370699]}},{"type":"Feature","properties":{"population":3029},"geometry":{"type":"Point","coordinates":[0.7245588185824129,45.22088651518329]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[0.7791477677256706,45.24593887241732]}},{"type":"Feature","properties":{"population":1747},"geometry":{"type":"Point","coordinates":[0.5491106346912589,44.8642866424396]}},{"type":"Feature","properties":{"population":7245},"geometry":{"type":"Point","coordinates":[0.6875068784296443,45.16476321742274]}},{"type":"Feature","properties":{"population":3795},"geometry":{"type":"Point","coordinates":[6.8300616698550249,47.514697675770189]}},{"type":"Feature","properties":{"population":5834},"geometry":{"type":"Point","coordinates":[0.15549425131396669,45.01976486027965]}},{"type":"Feature","properties":{"population":3143},"geometry":{"type":"Point","coordinates":[0.6508012597157779,45.18228809303759]}},{"type":"Feature","properties":{"population":1071},"geometry":{"type":"Point","coordinates":[1.2451003478381835,44.93112210732306]}},{"type":"Feature","properties":{"population":1194},"geometry":{"type":"Point","coordinates":[0.581325462919991,45.13074637317822]}},{"type":"Feature","properties":{"population":29516},"geometry":{"type":"Point","coordinates":[0.7119468724994079,45.1919166445456]}},{"type":"Feature","properties":{"population":2051},"geometry":{"type":"Point","coordinates":[0.5001873230352483,45.117062481687288]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[6.845225722658613,47.43406631522883]}},{"type":"Feature","properties":{"population":8812},"geometry":{"type":"Point","coordinates":[1.2071666706124667,44.897889312169088]}},{"type":"Feature","properties":{"population":789},"geometry":{"type":"Point","coordinates":[6.309228779371676,46.92897886833606]}},{"type":"Feature","properties":{"population":7268},"geometry":{"type":"Point","coordinates":[0.779082139523771,45.20999084418664]}},{"type":"Feature","properties":{"population":13944},"geometry":{"type":"Point","coordinates":[6.854490081076191,47.481381223615979]}},{"type":"Feature","properties":{"population":3715},"geometry":{"type":"Point","coordinates":[6.873980925800436,47.506174163292808]}},{"type":"Feature","properties":{"population":2235},"geometry":{"type":"Point","coordinates":[5.95598721770232,47.2017337294904]}},{"type":"Feature","properties":{"population":4991},"geometry":{"type":"Point","coordinates":[6.343059435847646,47.35437370845922]}},{"type":"Feature","properties":{"population":2020},"geometry":{"type":"Point","coordinates":[6.001863869160755,47.30502574763622]}},{"type":"Feature","properties":{"population":2992},"geometry":{"type":"Point","coordinates":[5.938869085874096,45.661234149045579]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[1.045477792509421,43.51129552247568]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[4.297754293010044,44.33752728275519]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[3.899066685133516,49.01324501373691]}},{"type":"Feature","properties":{"population":766},"geometry":{"type":"Point","coordinates":[6.536843388803011,47.04693419706776]}},{"type":"Feature","properties":{"population":1405},"geometry":{"type":"Point","coordinates":[6.785046007272935,47.49484338277169]}},{"type":"Feature","properties":{"population":3272},"geometry":{"type":"Point","coordinates":[6.359788634865966,46.93174124703849]}},{"type":"Feature","properties":{"population":3109},"geometry":{"type":"Point","coordinates":[6.629010159341498,47.078519561454289]}},{"type":"Feature","properties":{"population":1324},"geometry":{"type":"Point","coordinates":[6.32058963212813,46.87854990562097]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[4.366149165595136,47.87609885860315]}},{"type":"Feature","properties":{"population":7377},"geometry":{"type":"Point","coordinates":[-4.3130878017973519,48.57972686649405]}},{"type":"Feature","properties":{"population":735},"geometry":{"type":"Point","coordinates":[6.149072712311243,43.82166231633291]}},{"type":"Feature","properties":{"population":1315},"geometry":{"type":"Point","coordinates":[-0.8951417521975599,45.25509315581533]}},{"type":"Feature","properties":{"population":4731},"geometry":{"type":"Point","coordinates":[6.810459668987488,47.432560948615257]}},{"type":"Feature","properties":{"population":0},"geometry":{"type":"Point","coordinates":[5.368592897813325,49.27646623473438]}},{"type":"Feature","properties":{"population":2148},"geometry":{"type":"Point","coordinates":[6.770267440715061,47.442272471883317]}},{"type":"Feature","properties":{"population":25573},"geometry":{"type":"Point","coordinates":[6.791693103212161,47.515679692919068]}},{"type":"Feature","properties":{"population":2209},"geometry":{"type":"Point","coordinates":[6.6212122630845748,47.02249801311019]}},{"type":"Feature","properties":{"population":6867},"geometry":{"type":"Point","coordinates":[6.5826188229739979,47.0630530137433]}},{"type":"Feature","properties":{"population":3130},"geometry":{"type":"Point","coordinates":[6.782561668329816,47.47351114512304]}},{"type":"Feature","properties":{"population":1364},"geometry":{"type":"Point","coordinates":[2.235961243106037,43.181667853334158]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[3.8069627143671109,44.0661961908505]}},{"type":"Feature","properties":{"population":17849},"geometry":{"type":"Point","coordinates":[6.388988859571604,46.911986102092487]}},{"type":"Feature","properties":{"population":1874},"geometry":{"type":"Point","coordinates":[4.798763047401318,44.49476899447043]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[0.17396261095607833,46.136825730729899]}},{"type":"Feature","properties":{"population":5784},"geometry":{"type":"Point","coordinates":[6.86444041085011,47.456922809794459]}},{"type":"Feature","properties":{"population":1865},"geometry":{"type":"Point","coordinates":[5.934565737815746,47.24033985231057]}},{"type":"Feature","properties":{"population":3000},"geometry":{"type":"Point","coordinates":[6.082489833261541,47.28663681302831]}},{"type":"Feature","properties":{"population":10765},"geometry":{"type":"Point","coordinates":[6.825044968600085,47.46452710600413]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[-1.693051050410626,49.3714873566063]}},{"type":"Feature","properties":{"population":2873},"geometry":{"type":"Point","coordinates":[6.84355420347036,47.523646158623517]}},{"type":"Feature","properties":{"population":6873},"geometry":{"type":"Point","coordinates":[5.006664280990158,44.90863039698579]}},{"type":"Feature","properties":{"population":4201},"geometry":{"type":"Point","coordinates":[4.946371211399309,44.873970782285699]}},{"type":"Feature","properties":{"population":1348},"geometry":{"type":"Point","coordinates":[1.9849988622289488,47.15486647301918]}},{"type":"Feature","properties":{"population":6227},"geometry":{"type":"Point","coordinates":[5.096515822464072,45.01103100965599]}},{"type":"Feature","properties":{"population":19581},"geometry":{"type":"Point","coordinates":[4.894173549842865,44.96511594805201]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[4.832562403781531,44.72200867536429]}},{"type":"Feature","properties":{"population":8756},"geometry":{"type":"Point","coordinates":[5.021909370015535,44.733223701274329]}},{"type":"Feature","properties":{"population":15680},"geometry":{"type":"Point","coordinates":[4.593823007888983,43.77971981599132]}},{"type":"Feature","properties":{"population":2050},"geometry":{"type":"Point","coordinates":[1.9039543843411638,50.420606295212028]}},{"type":"Feature","properties":{"population":1136},"geometry":{"type":"Point","coordinates":[4.749774844716795,44.39087659580683]}},{"type":"Feature","properties":{"population":6619},"geometry":{"type":"Point","coordinates":[4.805637754427606,44.749934304801339]}},{"type":"Feature","properties":{"population":3271},"geometry":{"type":"Point","coordinates":[4.9584472495933069,44.90107967414629]}},{"type":"Feature","properties":{"population":1520},"geometry":{"type":"Point","coordinates":[5.101936049591434,44.314291084560888]}},{"type":"Feature","properties":{"population":2507},"geometry":{"type":"Point","coordinates":[4.814899414108385,44.55399082913273]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[1.199470105572533,49.02395558560431]}},{"type":"Feature","properties":{"population":5958},"geometry":{"type":"Point","coordinates":[4.851528453720366,45.070514433231988]}},{"type":"Feature","properties":{"population":6771},"geometry":{"type":"Point","coordinates":[5.129142326732946,44.35653300217795]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[5.647742465560005,44.78395257366653]}},{"type":"Feature","properties":{"population":13799},"geometry":{"type":"Point","coordinates":[4.6873732288424609,44.36074529611502]}},{"type":"Feature","properties":{"population":32911},"geometry":{"type":"Point","coordinates":[5.0382713327121479,45.054945143323269]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[5.041908253948567,44.39591800933216]}},{"type":"Feature","properties":{"population":8758},"geometry":{"type":"Point","coordinates":[4.757953579187339,44.34847717585109]}},{"type":"Feature","properties":{"population":1467},"geometry":{"type":"Point","coordinates":[4.7958527572407318,44.326497763854657]}},{"type":"Feature","properties":{"population":7937},"geometry":{"type":"Point","coordinates":[1.4285523453293108,49.245696604316368]}},{"type":"Feature","properties":{"population":1659},"geometry":{"type":"Point","coordinates":[1.1043073725529425,48.98976967240547]}},{"type":"Feature","properties":{"population":9622},"geometry":{"type":"Point","coordinates":[0.5895396209268569,49.092528934052939]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[2.751982486507195,49.79221041905545]}},{"type":"Feature","properties":{"population":6801},"geometry":{"type":"Point","coordinates":[1.3462825265123806,49.15894817946707]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[6.005857201135084,46.91494245276049]}},{"type":"Feature","properties":{"population":1702},"geometry":{"type":"Point","coordinates":[1.4547993270727709,49.28890341012953]}},{"type":"Feature","properties":{"population":9573},"geometry":{"type":"Point","coordinates":[2.3625384872966896,49.03858959913001]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[2.5502710317328,49.40039075323446]}},{"type":"Feature","properties":{"population":11919},"geometry":{"type":"Point","coordinates":[1.7681683092706524,49.27865084279513]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[-0.5256966189638389,45.531084281760168]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[5.832423440004888,47.65687743492906]}},{"type":"Feature","properties":{"population":4005},"geometry":{"type":"Point","coordinates":[1.1600678047229789,49.05192053929994]}},{"type":"Feature","properties":{"population":5530},"geometry":{"type":"Point","coordinates":[1.0741626721297693,49.01268031111639]}},{"type":"Feature","properties":{"population":3067},"geometry":{"type":"Point","coordinates":[1.1787995403672716,48.98031135164678]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[1.1915750648238786,49.19172829762544]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[2.096716583006587,50.09510556450604]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[1.500642135194935,49.249317031687528]}},{"type":"Feature","properties":{"population":1375},"geometry":{"type":"Point","coordinates":[1.153695615769864,49.25201910054222]}},{"type":"Feature","properties":{"population":1999},"geometry":{"type":"Point","coordinates":[1.1946403346604054,49.2876100015262]}},{"type":"Feature","properties":{"population":18350},"geometry":{"type":"Point","coordinates":[1.1534724137767066,49.220642994403508]}},{"type":"Feature","properties":{"population":460},"geometry":{"type":"Point","coordinates":[1.0705299573786485,49.27784864362024]}},{"type":"Feature","properties":{"population":9848},"geometry":{"type":"Point","coordinates":[0.5213431115292243,49.34578987136976]}},{"type":"Feature","properties":{"population":1324},"geometry":{"type":"Point","coordinates":[1.7255563537123602,49.27764867190639]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[3.9620001488436418,44.590955357699439]}},{"type":"Feature","properties":{"population":2176},"geometry":{"type":"Point","coordinates":[1.3363354281254523,49.13317397243336]}},{"type":"Feature","properties":{"population":3632},"geometry":{"type":"Point","coordinates":[1.1975585226377835,49.26099846370794]}},{"type":"Feature","properties":{"population":891},"geometry":{"type":"Point","coordinates":[1.037001292292324,49.24266650125655]}},{"type":"Feature","properties":{"population":666},"geometry":{"type":"Point","coordinates":[4.198849243258044,44.28274085948828]}},{"type":"Feature","properties":{"population":4422},"geometry":{"type":"Point","coordinates":[1.4388268847860695,49.09121515889924]}},{"type":"Feature","properties":{"population":1290},"geometry":{"type":"Point","coordinates":[0.45855754540445889,49.356440627610577]}},{"type":"Feature","properties":{"population":1742},"geometry":{"type":"Point","coordinates":[1.3329793925849396,49.21666037597386]}},{"type":"Feature","properties":{"population":12647},"geometry":{"type":"Point","coordinates":[1.2117156046585239,49.26126641977297]}},{"type":"Feature","properties":{"population":1806},"geometry":{"type":"Point","coordinates":[1.4063938351758679,48.44248824755103]}},{"type":"Feature","properties":{"population":1012},"geometry":{"type":"Point","coordinates":[1.318512658700053,48.04234858155597]}},{"type":"Feature","properties":{"population":38447},"geometry":{"type":"Point","coordinates":[1.5061769370667487,48.447199771152487]}},{"type":"Feature","properties":{"population":1827},"geometry":{"type":"Point","coordinates":[1.4352340227263139,48.756995925726489]}},{"type":"Feature","properties":{"population":6682},"geometry":{"type":"Point","coordinates":[1.4687920163654112,48.42330210628154]}},{"type":"Feature","properties":{"population":659},"geometry":{"type":"Point","coordinates":[1.3701367021400577,48.100520208064]}},{"type":"Feature","properties":{"population":30879},"geometry":{"type":"Point","coordinates":[1.3591034382953434,48.74844857177361]}},{"type":"Feature","properties":{"population":1153},"geometry":{"type":"Point","coordinates":[1.4223890101343995,48.40599479550744]}},{"type":"Feature","properties":{"population":1573},"geometry":{"type":"Point","coordinates":[1.398690361438579,48.71582891821072]}},{"type":"Feature","properties":{"population":973},"geometry":{"type":"Point","coordinates":[1.3381725782187176,48.69978955258464]}},{"type":"Feature","properties":{"population":1482},"geometry":{"type":"Point","coordinates":[1.555269516116879,48.47295377369463]}},{"type":"Feature","properties":{"population":15602},"geometry":{"type":"Point","coordinates":[1.453029748084339,48.43533798889128]}},{"type":"Feature","properties":{"population":11057},"geometry":{"type":"Point","coordinates":[1.4460017162345909,48.46262781619919]}},{"type":"Feature","properties":{"population":2200},"geometry":{"type":"Point","coordinates":[0.8992799441540521,48.3347866087632]}},{"type":"Feature","properties":{"population":4062},"geometry":{"type":"Point","coordinates":[3.0420745663040447,44.318372785170328]}},{"type":"Feature","properties":{"population":9341},"geometry":{"type":"Point","coordinates":[0.8039930688687126,48.317450091244747]}},{"type":"Feature","properties":{"population":1094},"geometry":{"type":"Point","coordinates":[1.4114857561950885,48.73565355111039]}},{"type":"Feature","properties":{"population":7240},"geometry":{"type":"Point","coordinates":[-3.566054841317504,48.268642470807879]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[0.8300746553422987,48.29244750968697]}},{"type":"Feature","properties":{"population":3397},"geometry":{"type":"Point","coordinates":[4.283609967616958,43.77136268719786]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[3.3331833993249617,44.63217636071435]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[1.768201454305912,44.96451679458628]}},{"type":"Feature","properties":{"population":12455},"geometry":{"type":"Point","coordinates":[1.3507673631131152,48.7196612399312]}},{"type":"Feature","properties":{"population":1108},"geometry":{"type":"Point","coordinates":[1.29514303802471,48.75102980752063]}},{"type":"Feature","properties":{"population":1677},"geometry":{"type":"Point","coordinates":[-4.1202230922068969,48.515177816584579]}},{"type":"Feature","properties":{"population":2594},"geometry":{"type":"Point","coordinates":[2.3873102435846946,43.16724531933975]}},{"type":"Feature","properties":{"population":2447},"geometry":{"type":"Point","coordinates":[-4.584959014034043,48.26806761329989]}},{"type":"Feature","properties":{"population":5144},"geometry":{"type":"Point","coordinates":[-4.0734110712755309,48.20309807602796]}},{"type":"Feature","properties":{"population":2203},"geometry":{"type":"Point","coordinates":[-4.269162720414414,48.40055329269778]}},{"type":"Feature","properties":{"population":4651},"geometry":{"type":"Point","coordinates":[-3.566865949920372,47.794489433818338]}},{"type":"Feature","properties":{"population":467},"geometry":{"type":"Point","coordinates":[2.6728742211878275,49.472090546291799]}},{"type":"Feature","properties":{"population":14163},"geometry":{"type":"Point","coordinates":[-4.327819262562899,48.08006563850419]}},{"type":"Feature","properties":{"population":2517},"geometry":{"type":"Point","coordinates":[4.2428191568847108,43.658638652386589]}},{"type":"Feature","properties":{"population":3343},"geometry":{"type":"Point","coordinates":[-3.902499661944834,48.00791052788698]}},{"type":"Feature","properties":{"population":9192},"geometry":{"type":"Point","coordinates":[-4.061197075651195,48.51646494573962]}},{"type":"Feature","properties":{"population":8553},"geometry":{"type":"Point","coordinates":[-4.007649532105926,48.012080610149279]}},{"type":"Feature","properties":{"population":4649},"geometry":{"type":"Point","coordinates":[-4.567794699116295,48.46508695430268]}},{"type":"Feature","properties":{"population":859},"geometry":{"type":"Point","coordinates":[-3.6461278188069099,48.28030906340923]}},{"type":"Feature","properties":{"population":5138},"geometry":{"type":"Point","coordinates":[-4.649874369493339,48.37142183848341]}},{"type":"Feature","properties":{"population":14903},"geometry":{"type":"Point","coordinates":[-3.820468312377767,48.600035446867227]}},{"type":"Feature","properties":{"population":3405},"geometry":{"type":"Point","coordinates":[-3.8415651369962799,47.91284823592295]}},{"type":"Feature","properties":{"population":3329},"geometry":{"type":"Point","coordinates":[-3.5878489997979265,47.89860773144311]}},{"type":"Feature","properties":{"population":2700},"geometry":{"type":"Point","coordinates":[-3.7754243659481765,47.815558320218588]}},{"type":"Feature","properties":{"population":6511},"geometry":{"type":"Point","coordinates":[4.6640992658333959,44.10266351983315]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[3.6993874115091516,49.91006265332475]}},{"type":"Feature","properties":{"population":5130},"geometry":{"type":"Point","coordinates":[-4.3416083129436509,47.81233662963361]}},{"type":"Feature","properties":{"population":3247},"geometry":{"type":"Point","coordinates":[-4.046313901297162,47.91452112568346]}},{"type":"Feature","properties":{"population":2427},"geometry":{"type":"Point","coordinates":[-4.209011206819071,48.01098904266427]}},{"type":"Feature","properties":{"population":6274},"geometry":{"type":"Point","coordinates":[4.673130568555646,45.61653679817715]}},{"type":"Feature","properties":{"population":3046},"geometry":{"type":"Point","coordinates":[-4.252655141350538,48.482788276883237]}},{"type":"Feature","properties":{"population":6347},"geometry":{"type":"Point","coordinates":[-4.264676922435139,47.90895505884657]}},{"type":"Feature","properties":{"population":1816},"geometry":{"type":"Point","coordinates":[-4.293278696625385,48.60179052998575]}},{"type":"Feature","properties":{"population":12313},"geometry":{"type":"Point","coordinates":[-3.5550667869000516,47.8560713331882]}},{"type":"Feature","properties":{"population":5057},"geometry":{"type":"Point","coordinates":[-3.7021766784315219,48.573318239535847]}},{"type":"Feature","properties":{"population":3892},"geometry":{"type":"Point","coordinates":[-4.4652496775751759,48.5397285754951]}},{"type":"Feature","properties":{"population":13473},"geometry":{"type":"Point","coordinates":[-4.599016660525589,48.377659895936698]}},{"type":"Feature","properties":{"population":5987},"geometry":{"type":"Point","coordinates":[4.308858589500109,43.789486787470419]}},{"type":"Feature","properties":{"population":4213},"geometry":{"type":"Point","coordinates":[-4.188002440390724,47.97235280256506]}},{"type":"Feature","properties":{"population":2955},"geometry":{"type":"Point","coordinates":[-3.486829547915789,47.8553400823919]}},{"type":"Feature","properties":{"population":8395},"geometry":{"type":"Point","coordinates":[-4.216885530109881,47.86527477100841]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[-4.082481607185256,48.21773656311779]}},{"type":"Feature","properties":{"population":3334},"geometry":{"type":"Point","coordinates":[-3.988578979210634,48.71151503416105]}},{"type":"Feature","properties":{"population":1472},"geometry":{"type":"Point","coordinates":[-4.397588419092318,48.07726753408599]}},{"type":"Feature","properties":{"population":3177},"geometry":{"type":"Point","coordinates":[3.927259581910841,45.000024031090159]}},{"type":"Feature","properties":{"population":7609},"geometry":{"type":"Point","coordinates":[-3.8008542940935379,47.95820535747867]}},{"type":"Feature","properties":{"population":1600},"geometry":{"type":"Point","coordinates":[4.5516380387281079,44.15029849698757]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[-4.0668874623053,48.182296262551698]}},{"type":"Feature","properties":{"population":3508},"geometry":{"type":"Point","coordinates":[-4.010035052986166,47.953683189762887]}},{"type":"Feature","properties":{"population":4750},"geometry":{"type":"Point","coordinates":[-3.8558431759349096,48.5756783962444]}},{"type":"Feature","properties":{"population":6741},"geometry":{"type":"Point","coordinates":[-3.989173822024442,48.67251155978869]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[2.530476083508462,43.01554549721643]}},{"type":"Feature","properties":{"population":8358},"geometry":{"type":"Point","coordinates":[-4.623811306149515,48.4260539628468]}},{"type":"Feature","properties":{"population":1007},"geometry":{"type":"Point","coordinates":[-3.823524340610725,48.02732858359508]}},{"type":"Feature","properties":{"population":7050},"geometry":{"type":"Point","coordinates":[-3.841332326802214,47.83837604415432]}},{"type":"Feature","properties":{"population":3278},"geometry":{"type":"Point","coordinates":[8.834926626214165,42.00143039449932]}},{"type":"Feature","properties":{"population":6032},"geometry":{"type":"Point","coordinates":[9.41670795736408,42.65225730374799]}},{"type":"Feature","properties":{"population":6091},"geometry":{"type":"Point","coordinates":[9.47336505111656,42.54164161725915]}},{"type":"Feature","properties":{"population":3232},"geometry":{"type":"Point","coordinates":[9.427965572063013,42.715939237096439]}},{"type":"Feature","properties":{"population":1856},"geometry":{"type":"Point","coordinates":[-2.9666349049464535,47.90547315513044]}},{"type":"Feature","properties":{"population":8480},"geometry":{"type":"Point","coordinates":[4.752113630204969,43.946548646358419]}},{"type":"Feature","properties":{"population":1063},"geometry":{"type":"Point","coordinates":[3.5997400706550248,43.97576320961899]}},{"type":"Feature","properties":{"population":18248},"geometry":{"type":"Point","coordinates":[4.624794408500742,44.16234296990836]}},{"type":"Feature","properties":{"population":7740},"geometry":{"type":"Point","coordinates":[4.495933288937124,43.75171971596572]}},{"type":"Feature","properties":{"population":6192},"geometry":{"type":"Point","coordinates":[4.4348163403051779,43.8016639589836]}},{"type":"Feature","properties":{"population":7115},"geometry":{"type":"Point","coordinates":[4.076541821247627,44.08393853743466]}},{"type":"Feature","properties":{"population":2719},"geometry":{"type":"Point","coordinates":[4.548743846580361,43.71163148524837]}},{"type":"Feature","properties":{"population":4025},"geometry":{"type":"Point","coordinates":[4.358910236421358,43.72367157548094]}},{"type":"Feature","properties":{"population":436},"geometry":{"type":"Point","coordinates":[0.7471730177331066,43.74709874096067]}},{"type":"Feature","properties":{"population":4891},"geometry":{"type":"Point","coordinates":[4.030085615004207,44.22739688523037]}},{"type":"Feature","properties":{"population":3436},"geometry":{"type":"Point","coordinates":[4.1003141708688128,44.190392262677828]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[4.818870709956995,48.15258787932499]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[-0.3969707908265311,44.7573962456237]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[2.15947938807187,45.297575932359098]}},{"type":"Feature","properties":{"population":8438},"geometry":{"type":"Point","coordinates":[4.166392203580361,43.507302310760177]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[3.6275694367010056,44.025933976527337]}},{"type":"Feature","properties":{"population":7109},"geometry":{"type":"Point","coordinates":[4.48840562099289,43.80542123575724]}},{"type":"Feature","properties":{"population":4603},"geometry":{"type":"Point","coordinates":[4.07527440306177,44.165471760601999]}},{"type":"Feature","properties":{"population":8467},"geometry":{"type":"Point","coordinates":[4.4493393314409659,43.86172205021626]}},{"type":"Feature","properties":{"population":2455},"geometry":{"type":"Point","coordinates":[4.017361322082797,44.19427144974719]}},{"type":"Feature","properties":{"population":1194},"geometry":{"type":"Point","coordinates":[4.663967214843536,44.134721436912759]}},{"type":"Feature","properties":{"population":10600},"geometry":{"type":"Point","coordinates":[4.639297379173714,44.252399219778]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[4.252864257229535,47.74341627967465]}},{"type":"Feature","properties":{"population":3908},"geometry":{"type":"Point","coordinates":[4.764691557558038,43.99949734645888]}},{"type":"Feature","properties":{"population":4181},"geometry":{"type":"Point","coordinates":[4.512598748511854,43.83467741383877]}},{"type":"Feature","properties":{"population":8379},"geometry":{"type":"Point","coordinates":[4.416249900230999,44.01336502949946]}},{"type":"Feature","properties":{"population":2057},"geometry":{"type":"Point","coordinates":[4.085213381481243,44.0418842173078]}},{"type":"Feature","properties":{"population":7921},"geometry":{"type":"Point","coordinates":[4.681128330873778,43.98140139800744]}},{"type":"Feature","properties":{"population":9059},"geometry":{"type":"Point","coordinates":[6.546898832309363,46.04800233909191]}},{"type":"Feature","properties":{"population":1247},"geometry":{"type":"Point","coordinates":[4.631956964497928,44.223962112247757]}},{"type":"Feature","properties":{"population":4156},"geometry":{"type":"Point","coordinates":[6.138229569157091,45.855424260801957]}},{"type":"Feature","properties":{"population":1994},"geometry":{"type":"Point","coordinates":[4.46950379634427,43.87448317107973]}},{"type":"Feature","properties":{"population":14264},"geometry":{"type":"Point","coordinates":[4.407417726758052,43.65795867456622]}},{"type":"Feature","properties":{"population":794},"geometry":{"type":"Point","coordinates":[4.455746187744383,43.987817891411179]}},{"type":"Feature","properties":{"population":11774},"geometry":{"type":"Point","coordinates":[4.305900834487732,43.625392909371139]}},{"type":"Feature","properties":{"population":1858},"geometry":{"type":"Point","coordinates":[4.58707742907029,44.26101546391387]}},{"type":"Feature","properties":{"population":5482},"geometry":{"type":"Point","coordinates":[4.130859795501125,44.1420629323011]}},{"type":"Feature","properties":{"population":2227},"geometry":{"type":"Point","coordinates":[2.4936690775510028,50.79606166938944]}},{"type":"Feature","properties":{"population":2104},"geometry":{"type":"Point","coordinates":[4.697718803509128,43.944671384409868]}},{"type":"Feature","properties":{"population":2031},"geometry":{"type":"Point","coordinates":[4.69282422258633,44.00937880347291]}},{"type":"Feature","properties":{"population":2798},"geometry":{"type":"Point","coordinates":[1.3939121661475045,43.50328385153257]}},{"type":"Feature","properties":{"population":2278},"geometry":{"type":"Point","coordinates":[-0.2613792747405963,49.19198783168912]}},{"type":"Feature","properties":{"population":1803},"geometry":{"type":"Point","coordinates":[4.592896683078626,44.11724388942126]}},{"type":"Feature","properties":{"population":3706},"geometry":{"type":"Point","coordinates":[3.6251016413746175,43.98920273898049]}},{"type":"Feature","properties":{"population":12617},"geometry":{"type":"Point","coordinates":[4.793978878113021,43.976627498082397]}},{"type":"Feature","properties":{"population":9349},"geometry":{"type":"Point","coordinates":[1.422611459098342,43.67106327164994]}},{"type":"Feature","properties":{"population":10126},"geometry":{"type":"Point","coordinates":[1.4778414040056419,43.35933927412005]}},{"type":"Feature","properties":{"population":28014},"geometry":{"type":"Point","coordinates":[2.2875842678273674,48.821756932189618]}},{"type":"Feature","properties":{"population":4234},"geometry":{"type":"Point","coordinates":[1.4872868272178715,43.52872364691603]}},{"type":"Feature","properties":{"population":19944},"geometry":{"type":"Point","coordinates":[1.2856152666002923,43.55749161498879]}},{"type":"Feature","properties":{"population":571},"geometry":{"type":"Point","coordinates":[3.298584588537129,50.17188668013039]}},{"type":"Feature","properties":{"population":564},"geometry":{"type":"Point","coordinates":[1.4225203999846743,43.33160483254842]}},{"type":"Feature","properties":{"population":7656},"geometry":{"type":"Point","coordinates":[1.3745442037345619,43.66698852246641]}},{"type":"Feature","properties":{"population":20341},"geometry":{"type":"Point","coordinates":[1.3433133309990487,43.54502720354206]}},{"type":"Feature","properties":{"population":14903},"geometry":{"type":"Point","coordinates":[1.5034449198850549,43.513552626976039]}},{"type":"Feature","properties":{"population":11613},"geometry":{"type":"Point","coordinates":[0.7267386195002322,43.11973884428177]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[6.6640845925794969,48.14063296731558]}},{"type":"Feature","properties":{"population":10876},"geometry":{"type":"Point","coordinates":[1.4353808041896772,43.69746859317075]}},{"type":"Feature","properties":{"population":40159},"geometry":{"type":"Point","coordinates":[1.32697992436056,43.61172196383076]}},{"type":"Feature","properties":{"population":8164},"geometry":{"type":"Point","coordinates":[1.3223935505731222,43.64873332369968]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[2.0005821197239928,43.42489793526838]}},{"type":"Feature","properties":{"population":6510},"geometry":{"type":"Point","coordinates":[1.3587709438799869,43.42747779374516]}},{"type":"Feature","properties":{"population":6986},"geometry":{"type":"Point","coordinates":[1.5527752952720504,43.52043961741019]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[0.7807503453538907,43.10874236233036]}},{"type":"Feature","properties":{"population":8961},"geometry":{"type":"Point","coordinates":[1.280438694051227,43.76350819693713]}},{"type":"Feature","properties":{"population":2262},"geometry":{"type":"Point","coordinates":[1.2939483146215279,43.399286243186818]}},{"type":"Feature","properties":{"population":5595},"geometry":{"type":"Point","coordinates":[1.3903590844255869,43.68437283857569]}},{"type":"Feature","properties":{"population":2968},"geometry":{"type":"Point","coordinates":[1.4361451557045129,43.679434048615167]}},{"type":"Feature","properties":{"population":12546},"geometry":{"type":"Point","coordinates":[1.2389045417158787,43.53159207848311]}},{"type":"Feature","properties":{"population":5849},"geometry":{"type":"Point","coordinates":[1.1968171431383894,43.55513755613214]}},{"type":"Feature","properties":{"population":1607},"geometry":{"type":"Point","coordinates":[1.24818657789496,43.4842907304329]}},{"type":"Feature","properties":{"population":25060},"geometry":{"type":"Point","coordinates":[1.3088075718179189,43.44885324518677]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[6.765818500961554,43.904797191408139]}},{"type":"Feature","properties":{"population":21},"geometry":{"type":"Point","coordinates":[9.340696058080223,42.388686906158948]}},{"type":"Feature","properties":{"population":9260},"geometry":{"type":"Point","coordinates":[1.4553445138422137,43.66979574510322]}},{"type":"Feature","properties":{"population":8678},"geometry":{"type":"Point","coordinates":[1.2612949037603237,43.627669198643719]}},{"type":"Feature","properties":{"population":5708},"geometry":{"type":"Point","coordinates":[5.15438531801187,43.34256640674009]}},{"type":"Feature","properties":{"population":9474},"geometry":{"type":"Point","coordinates":[1.2296699833667893,43.59171623318411]}},{"type":"Feature","properties":{"population":920},"geometry":{"type":"Point","coordinates":[1.5932080996562335,43.522088761483498]}},{"type":"Feature","properties":{"population":2399},"geometry":{"type":"Point","coordinates":[1.510195356283436,43.50115025419013]}},{"type":"Feature","properties":{"population":9805},"geometry":{"type":"Point","coordinates":[1.4014083542936356,43.52912309956681]}},{"type":"Feature","properties":{"population":14949},"geometry":{"type":"Point","coordinates":[1.477511895490635,43.54390901571566]}},{"type":"Feature","properties":{"population":9665},"geometry":{"type":"Point","coordinates":[1.9967397630102229,43.46559068263865]}},{"type":"Feature","properties":{"population":5115},"geometry":{"type":"Point","coordinates":[1.354204377566545,43.50704227631721]}},{"type":"Feature","properties":{"population":6454},"geometry":{"type":"Point","coordinates":[1.4121570951367717,43.69263358744393]}},{"type":"Feature","properties":{"population":1258},"geometry":{"type":"Point","coordinates":[1.9017257483804462,43.45039886129894]}},{"type":"Feature","properties":{"population":2100},"geometry":{"type":"Point","coordinates":[1.13669074947623,43.4809498598137]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[6.730136113965566,48.242157404369198]}},{"type":"Feature","properties":{"population":2502},"geometry":{"type":"Point","coordinates":[1.480604913589856,43.68492112556258]}},{"type":"Feature","properties":{"population":1358},"geometry":{"type":"Point","coordinates":[-0.21257711879127742,43.69319234364787]}},{"type":"Feature","properties":{"population":11243},"geometry":{"type":"Point","coordinates":[1.501520867282965,43.66278360910332]}},{"type":"Feature","properties":{"population":8221},"geometry":{"type":"Point","coordinates":[3.749823868408915,43.585493722708687]}},{"type":"Feature","properties":{"population":9686},"geometry":{"type":"Point","coordinates":[1.1987937441064914,43.51004994836116]}},{"type":"Feature","properties":{"population":8524},"geometry":{"type":"Point","coordinates":[1.266277548810887,43.57526526999241]}},{"type":"Feature","properties":{"population":2337},"geometry":{"type":"Point","coordinates":[1.3598580958650517,43.479610030272507]}},{"type":"Feature","properties":{"population":9789},"geometry":{"type":"Point","coordinates":[1.287565531012279,43.498612405723729]}},{"type":"Feature","properties":{"population":2148},"geometry":{"type":"Point","coordinates":[3.5146491116757305,43.39640726932173]}},{"type":"Feature","properties":{"population":29439},"geometry":{"type":"Point","coordinates":[1.3347803095742519,43.57851311494826]}},{"type":"Feature","properties":{"population":1217},"geometry":{"type":"Point","coordinates":[1.43776354235798,43.527962533303469]}},{"type":"Feature","properties":{"population":10369},"geometry":{"type":"Point","coordinates":[1.3461962785763629,43.52638289686717]}},{"type":"Feature","properties":{"population":6466},"geometry":{"type":"Point","coordinates":[0.37426490031667439,43.9716216047052]}},{"type":"Feature","properties":{"population":2510},"geometry":{"type":"Point","coordinates":[0.5891469092518538,43.60536191850698]}},{"type":"Feature","properties":{"population":853},"geometry":{"type":"Point","coordinates":[0.56184717108534,43.6725793570001]}},{"type":"Feature","properties":{"population":6012},"geometry":{"type":"Point","coordinates":[0.6419147558437853,43.840156898246259]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[0.5556924916443163,42.838747646666849]}},{"type":"Feature","properties":{"population":9324},"geometry":{"type":"Point","coordinates":[1.081500841338075,43.614349897425508]}},{"type":"Feature","properties":{"population":700},"geometry":{"type":"Point","coordinates":[0.6283433340851579,43.794033232161279]}},{"type":"Feature","properties":{"population":1657},"geometry":{"type":"Point","coordinates":[1.1717696681757553,43.58966965241955]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[0.5934387546810543,43.72411596115349]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[0.5855869506215814,43.84164182396962]}},{"type":"Feature","properties":{"population":2013},"geometry":{"type":"Point","coordinates":[-0.12964270445762428,45.010661967863089]}},{"type":"Feature","properties":{"population":5222},"geometry":{"type":"Point","coordinates":[2.882636093045813,48.59775196182851]}},{"type":"Feature","properties":{"population":16798},"geometry":{"type":"Point","coordinates":[-0.5012582724119159,44.94447427855203]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[2.189217015881862,44.85944724312421]}},{"type":"Feature","properties":{"population":11259},"geometry":{"type":"Point","coordinates":[-1.1750938556013469,44.653281619632107]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[-0.2320669528821259,49.262146800183597]}},{"type":"Feature","properties":{"population":8645},"geometry":{"type":"Point","coordinates":[-0.4903254657802338,44.86034694519229]}},{"type":"Feature","properties":{"population":3773},"geometry":{"type":"Point","coordinates":[-0.505012744211202,44.81641461401678]}},{"type":"Feature","properties":{"population":2029},"geometry":{"type":"Point","coordinates":[-0.27663723625500866,44.89154741232839]}},{"type":"Feature","properties":{"population":10405},"geometry":{"type":"Point","coordinates":[3.858115848597045,43.525936722472859]}},{"type":"Feature","properties":{"population":7842},"geometry":{"type":"Point","coordinates":[-0.5254027413083797,44.908400250524007]}},{"type":"Feature","properties":{"population":30813},"geometry":{"type":"Point","coordinates":[-0.5483194983309592,44.80170738126917]}},{"type":"Feature","properties":{"population":11095},"geometry":{"type":"Point","coordinates":[-0.9485586125546286,44.660956224374618]}},{"type":"Feature","properties":{"population":24339},"geometry":{"type":"Point","coordinates":[-0.6029672818224704,44.866019985487429]}},{"type":"Feature","properties":{"population":16004},"geometry":{"type":"Point","coordinates":[-0.6131802156863938,44.92303118349766]}},{"type":"Feature","properties":{"population":6671},"geometry":{"type":"Point","coordinates":[-0.5294823291335041,44.74647469442801]}},{"type":"Feature","properties":{"population":5916},"geometry":{"type":"Point","coordinates":[-0.6582536794420507,44.76057938710229]}},{"type":"Feature","properties":{"population":8300},"geometry":{"type":"Point","coordinates":[-0.501166732399687,44.90230119666052]}},{"type":"Feature","properties":{"population":16789},"geometry":{"type":"Point","coordinates":[-0.7272991331839087,44.72391498566635]}},{"type":"Feature","properties":{"population":8669},"geometry":{"type":"Point","coordinates":[-0.10565576409648893,45.039198255786448]}},{"type":"Feature","properties":{"population":17749},"geometry":{"type":"Point","coordinates":[-0.5212292852920515,44.833927430747149]}},{"type":"Feature","properties":{"population":7276},"geometry":{"type":"Point","coordinates":[-0.9775678654323239,44.77454813125969]}},{"type":"Feature","properties":{"population":1120},"geometry":{"type":"Point","coordinates":[-0.2794083145984485,44.92174102596703]}},{"type":"Feature","properties":{"population":24557},"geometry":{"type":"Point","coordinates":[-0.2345048598106425,44.91281184119905]}},{"type":"Feature","properties":{"population":22399},"geometry":{"type":"Point","coordinates":[-1.0838924123378624,44.59442312086143]}},{"type":"Feature","properties":{"population":11572},"geometry":{"type":"Point","coordinates":[-0.6842240828109352,44.86951955732378]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[5.7389319484930099,45.62630154446613]}},{"type":"Feature","properties":{"population":2659},"geometry":{"type":"Point","coordinates":[-0.38029228071200779,44.984264979139727]}},{"type":"Feature","properties":{"population":1305},"geometry":{"type":"Point","coordinates":[-0.43560651916289808,45.025367142223959]}},{"type":"Feature","properties":{"population":7345},"geometry":{"type":"Point","coordinates":[-0.24115890321919093,44.53723928201582]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[-0.03561696429188475,49.289330955093458]}},{"type":"Feature","properties":{"population":1010},"geometry":{"type":"Point","coordinates":[-3.192858965371244,47.31265033923171]}},{"type":"Feature","properties":{"population":8193},"geometry":{"type":"Point","coordinates":[-1.1924456834465996,44.76156782009593]}},{"type":"Feature","properties":{"population":5778},"geometry":{"type":"Point","coordinates":[3.166292553134579,43.61279055284822]}},{"type":"Feature","properties":{"population":10708},"geometry":{"type":"Point","coordinates":[-0.6151622958931394,44.71937581253668]}},{"type":"Feature","properties":{"population":5352},"geometry":{"type":"Point","coordinates":[-0.5902963184533537,44.980296428497869]}},{"type":"Feature","properties":{"population":7850},"geometry":{"type":"Point","coordinates":[-0.795997347362628,44.84515167918441]}},{"type":"Feature","properties":{"population":3504},"geometry":{"type":"Point","coordinates":[-0.5570558991815215,44.715398504545039]}},{"type":"Feature","properties":{"population":11469},"geometry":{"type":"Point","coordinates":[-0.8958282214210107,44.61765275499338]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[6.497199909073454,47.48850988534614]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[3.6574558221380917,45.429560477416767]}},{"type":"Feature","properties":{"population":1022},"geometry":{"type":"Point","coordinates":[-0.22070244946951776,44.857647698271019]}},{"type":"Feature","properties":{"population":10142},"geometry":{"type":"Point","coordinates":[-0.5805395674674843,44.95383241402728]}},{"type":"Feature","properties":{"population":5098},"geometry":{"type":"Point","coordinates":[-0.7670313183892276,45.19834050248767]}},{"type":"Feature","properties":{"population":1646},"geometry":{"type":"Point","coordinates":[-0.08748823948672463,45.065452359411299]}},{"type":"Feature","properties":{"population":7105},"geometry":{"type":"Point","coordinates":[-0.6706694931585594,44.95653314153448]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[-0.6615880277561859,45.197474287734667]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[-1.501469197754118,47.89400611799703]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[3.4034198593792226,49.32169857203526]}},{"type":"Feature","properties":{"population":45225},"geometry":{"type":"Point","coordinates":[-0.5910750716553569,44.80610069105559]}},{"type":"Feature","properties":{"population":4925},"geometry":{"type":"Point","coordinates":[-0.4786495547537433,44.90181625283523]}},{"type":"Feature","properties":{"population":9004},"geometry":{"type":"Point","coordinates":[-1.0242057754231955,44.57796773199376]}},{"type":"Feature","properties":{"population":9304},"geometry":{"type":"Point","coordinates":[-0.8193685728558618,44.793547050436469]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[-0.19089360888930988,46.61805643096864]}},{"type":"Feature","properties":{"population":32538},"geometry":{"type":"Point","coordinates":[-0.7841440411089138,44.883391403510227]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[2.5006585241169829,50.03642529975066]}},{"type":"Feature","properties":{"population":1236},"geometry":{"type":"Point","coordinates":[-0.21289393532579396,44.544956791824727]}},{"type":"Feature","properties":{"population":1258},"geometry":{"type":"Point","coordinates":[-0.8179632379520068,45.194673972046889]}},{"type":"Feature","properties":{"population":2813},"geometry":{"type":"Point","coordinates":[-0.2741972478262666,44.56380366862839]}},{"type":"Feature","properties":{"population":2014},"geometry":{"type":"Point","coordinates":[4.831927962225844,48.57525290765425]}},{"type":"Feature","properties":{"population":4879},"geometry":{"type":"Point","coordinates":[-0.38621590797487678,44.90081940831615]}},{"type":"Feature","properties":{"population":7887},"geometry":{"type":"Point","coordinates":[-0.8836510527938672,44.54144070761108]}},{"type":"Feature","properties":{"population":26556},"geometry":{"type":"Point","coordinates":[-1.1744930338499656,44.55800235066143]}},{"type":"Feature","properties":{"population":5086},"geometry":{"type":"Point","coordinates":[-0.46994198439504628,44.841911214111679]}},{"type":"Feature","properties":{"population":29103},"geometry":{"type":"Point","coordinates":[3.483852925676114,43.309408130083379]}},{"type":"Feature","properties":{"population":7735},"geometry":{"type":"Point","coordinates":[4.010410066002097,43.658510662376418]}},{"type":"Feature","properties":{"population":1013},"geometry":{"type":"Point","coordinates":[-0.1454346553499892,49.262768017246589]}},{"type":"Feature","properties":{"population":7073},"geometry":{"type":"Point","coordinates":[3.6909683067211045,43.446882775342839]}},{"type":"Feature","properties":{"population":2719},"geometry":{"type":"Point","coordinates":[3.6967770712878136,43.46566997440134]}},{"type":"Feature","properties":{"population":6654},"geometry":{"type":"Point","coordinates":[3.706872318709932,43.569254031221657]}},{"type":"Feature","properties":{"population":3452},"geometry":{"type":"Point","coordinates":[3.263508342608225,43.379792995129019]}},{"type":"Feature","properties":{"population":6208},"geometry":{"type":"Point","coordinates":[0.7901621718079792,47.292929524686417]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[1.106078774886861,48.668085226590019]}},{"type":"Feature","properties":{"population":5811},"geometry":{"type":"Point","coordinates":[3.886324781745199,43.662025709572187]}},{"type":"Feature","properties":{"population":2028},"geometry":{"type":"Point","coordinates":[4.843850451158929,45.479241425356189]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[2.962976757330604,49.89802565576665]}},{"type":"Feature","properties":{"population":9269},"geometry":{"type":"Point","coordinates":[3.412939863489833,43.63442235759725]}},{"type":"Feature","properties":{"population":5022},"geometry":{"type":"Point","coordinates":[3.4641580329648447,43.38545850424516]}},{"type":"Feature","properties":{"population":1909},"geometry":{"type":"Point","coordinates":[3.7786956581214046,43.672243499883858]}},{"type":"Feature","properties":{"population":9295},"geometry":{"type":"Point","coordinates":[3.9362209676425596,43.652812624586548]}},{"type":"Feature","properties":{"population":7197},"geometry":{"type":"Point","coordinates":[3.7717691100745718,43.534086889158199]}},{"type":"Feature","properties":{"population":1104},"geometry":{"type":"Point","coordinates":[-1.4363371178319829,46.201269905015518]}},{"type":"Feature","properties":{"population":23808},"geometry":{"type":"Point","coordinates":[3.749766768326468,43.44809705073644]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[3.4790121420092916,43.67427504484599]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[3.7630241246960018,45.99366546158391]}},{"type":"Feature","properties":{"population":8446},"geometry":{"type":"Point","coordinates":[4.803278996279385,43.41773388724414]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[3.4262134930363694,45.725174291226647]}},{"type":"Feature","properties":{"population":595},"geometry":{"type":"Point","coordinates":[9.495872056746045,42.434925156321209]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[2.2955559453680149,49.996613140680178]}},{"type":"Feature","properties":{"population":17544},"geometry":{"type":"Point","coordinates":[3.9023098301526337,43.5635724489819]}},{"type":"Feature","properties":{"population":1568},"geometry":{"type":"Point","coordinates":[3.4383445592722219,43.49172605636703]}},{"type":"Feature","properties":{"population":6587},"geometry":{"type":"Point","coordinates":[4.147897475460792,43.6265641256384]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[3.3606449267769498,43.63995662440511]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[2.815267185729113,48.931783169804848]}},{"type":"Feature","properties":{"population":2195},"geometry":{"type":"Point","coordinates":[3.6259362190664574,43.450628257814198]}},{"type":"Feature","properties":{"population":26185},"geometry":{"type":"Point","coordinates":[4.135746298921225,43.68207469624023]}},{"type":"Feature","properties":{"population":16596},"geometry":{"type":"Point","coordinates":[4.00437000142204,43.59317161565491]}},{"type":"Feature","properties":{"population":12664},"geometry":{"type":"Point","coordinates":[3.5784627708251688,43.42927116396978]}},{"type":"Feature","properties":{"population":4054},"geometry":{"type":"Point","coordinates":[3.8632251546580189,43.669818564098139]}},{"type":"Feature","properties":{"population":5881},"geometry":{"type":"Point","coordinates":[3.9262056732804457,43.53379772712819]}},{"type":"Feature","properties":{"population":9561},"geometry":{"type":"Point","coordinates":[3.9526895450837538,43.561143103020139]}},{"type":"Feature","properties":{"population":7788},"geometry":{"type":"Point","coordinates":[3.4159357921898887,43.463182910096509]}},{"type":"Feature","properties":{"population":3285},"geometry":{"type":"Point","coordinates":[3.136617148395172,48.825178340229268]}},{"type":"Feature","properties":{"population":3247},"geometry":{"type":"Point","coordinates":[3.347972320125738,43.30131784542543]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[3.318808246064861,43.77252204351994]}},{"type":"Feature","properties":{"population":6888},"geometry":{"type":"Point","coordinates":[-1.5192772388143348,48.14631583566457]}},{"type":"Feature","properties":{"population":6107},"geometry":{"type":"Point","coordinates":[3.8646963999028576,43.706901094785028]}},{"type":"Feature","properties":{"population":4136},"geometry":{"type":"Point","coordinates":[3.9667232118134074,43.63542751255294]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[5.450208933402882,45.628599829776678]}},{"type":"Feature","properties":{"population":3378},"geometry":{"type":"Point","coordinates":[4.038118604905043,43.6670689253752]}},{"type":"Feature","properties":{"population":5058},"geometry":{"type":"Point","coordinates":[3.8427078014084166,43.686623927486667]}},{"type":"Feature","properties":{"population":1149},"geometry":{"type":"Point","coordinates":[3.468916868657116,43.661297299419107]}},{"type":"Feature","properties":{"population":10537},"geometry":{"type":"Point","coordinates":[3.810195940850465,43.68884125372632]}},{"type":"Feature","properties":{"population":5600},"geometry":{"type":"Point","coordinates":[3.7738803419158728,43.616766543861178]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[3.45147850342601,43.678868643082598]}},{"type":"Feature","properties":{"population":3282},"geometry":{"type":"Point","coordinates":[4.112601226260512,43.65533052543736]}},{"type":"Feature","properties":{"population":1783},"geometry":{"type":"Point","coordinates":[3.7796491181334925,43.56856327750209]}},{"type":"Feature","properties":{"population":12695},"geometry":{"type":"Point","coordinates":[-1.646359848338954,48.18119656113867]}},{"type":"Feature","properties":{"population":5459},"geometry":{"type":"Point","coordinates":[3.254015088946427,43.29145307996679]}},{"type":"Feature","properties":{"population":8123},"geometry":{"type":"Point","coordinates":[3.297067758477463,43.272717021292859]}},{"type":"Feature","properties":{"population":44712},"geometry":{"type":"Point","coordinates":[3.6442776756999546,43.391674542089628]}},{"type":"Feature","properties":{"population":1829},"geometry":{"type":"Point","coordinates":[3.3734066668152495,43.44304391563277]}},{"type":"Feature","properties":{"population":1324},"geometry":{"type":"Point","coordinates":[3.150931432257741,43.65598232526211]}},{"type":"Feature","properties":{"population":4167},"geometry":{"type":"Point","coordinates":[3.2915753984808795,43.248482535960608]}},{"type":"Feature","properties":{"population":7989},"geometry":{"type":"Point","coordinates":[7.270910222390342,48.063370981648187]}},{"type":"Feature","properties":{"population":34129},"geometry":{"type":"Point","coordinates":[7.746286838456245,48.61173468145434]}},{"type":"Feature","properties":{"population":7044},"geometry":{"type":"Point","coordinates":[3.9627785818082787,43.66092409814872]}},{"type":"Feature","properties":{"population":5882},"geometry":{"type":"Point","coordinates":[3.3990183350025395,43.31302363479151]}},{"type":"Feature","properties":{"population":3416},"geometry":{"type":"Point","coordinates":[3.8040125879443629,43.48619351145699]}},{"type":"Feature","properties":{"population":4098},"geometry":{"type":"Point","coordinates":[3.290020160660847,43.31701952090912]}},{"type":"Feature","properties":{"population":8573},"geometry":{"type":"Point","coordinates":[4.07610606322137,43.5689169496486]}},{"type":"Feature","properties":{"population":4563},"geometry":{"type":"Point","coordinates":[-1.437166738341551,48.1744391246159]}},{"type":"Feature","properties":{"population":6469},"geometry":{"type":"Point","coordinates":[-1.8656016122686936,48.044913888524877]}},{"type":"Feature","properties":{"population":19651},"geometry":{"type":"Point","coordinates":[-1.74866789478998,48.025797797354737]}},{"type":"Feature","properties":{"population":5435},"geometry":{"type":"Point","coordinates":[-1.8655614955327987,48.683272429401629]}},{"type":"Feature","properties":{"population":10232},"geometry":{"type":"Point","coordinates":[-1.6033283245619637,48.08196331192025]}},{"type":"Feature","properties":{"population":4604},"geometry":{"type":"Point","coordinates":[-1.7414140990377217,48.176867956208969]}},{"type":"Feature","properties":{"population":8237},"geometry":{"type":"Point","coordinates":[-1.706675348072568,48.045082073191959]}},{"type":"Feature","properties":{"population":2365},"geometry":{"type":"Point","coordinates":[-1.6363312929359515,48.22422707562592]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[5.750722819154786,45.132938403688708]}},{"type":"Feature","properties":{"population":2533},"geometry":{"type":"Point","coordinates":[-1.8862494031083109,48.10854337103349]}},{"type":"Feature","properties":{"population":10219},"geometry":{"type":"Point","coordinates":[-2.062386294701516,48.62457903589457]}},{"type":"Feature","properties":{"population":20653},"geometry":{"type":"Point","coordinates":[-1.1941948804815695,48.35293286495418]}},{"type":"Feature","properties":{"population":4309},"geometry":{"type":"Point","coordinates":[-1.8387710668766127,48.010004343511578]}},{"type":"Feature","properties":{"population":8995},"geometry":{"type":"Point","coordinates":[-1.7903282966962167,47.965534221813339]}},{"type":"Feature","properties":{"population":8570},"geometry":{"type":"Point","coordinates":[-1.5009885255259508,47.94282075665764]}},{"type":"Feature","properties":{"population":4692},"geometry":{"type":"Point","coordinates":[-1.8164038143453958,48.12189393925753]}},{"type":"Feature","properties":{"population":4585},"geometry":{"type":"Point","coordinates":[-2.024217474310585,48.113930593436688]}},{"type":"Feature","properties":{"population":2165},"geometry":{"type":"Point","coordinates":[-1.205410424582125,48.31711616225942]}},{"type":"Feature","properties":{"population":1201},"geometry":{"type":"Point","coordinates":[-1.1522930104703167,48.38000578997734]}},{"type":"Feature","properties":{"population":5131},"geometry":{"type":"Point","coordinates":[-1.7137265000596483,47.966984308300357]}},{"type":"Feature","properties":{"population":3322},"geometry":{"type":"Point","coordinates":[-1.2206200230015912,48.360473985342249]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[-2.079527102187244,47.9368480616842]}},{"type":"Feature","properties":{"population":8507},"geometry":{"type":"Point","coordinates":[-1.5143512015888783,48.204111436289149]}},{"type":"Feature","properties":{"population":7658},"geometry":{"type":"Point","coordinates":[-1.842761955803772,48.08580473328054]}},{"type":"Feature","properties":{"population":6116},"geometry":{"type":"Point","coordinates":[-1.5055770834265987,48.091404156212558]}},{"type":"Feature","properties":{"population":11918},"geometry":{"type":"Point","coordinates":[-1.7776865404634375,48.152643641162288]}},{"type":"Feature","properties":{"population":6953},"geometry":{"type":"Point","coordinates":[-2.060081950312242,48.58264321002239]}},{"type":"Feature","properties":{"population":1322},"geometry":{"type":"Point","coordinates":[-1.2589726506583228,48.11502119202165]}},{"type":"Feature","properties":{"population":9312},"geometry":{"type":"Point","coordinates":[-2.0800789396511747,47.661383772386617]}},{"type":"Feature","properties":{"population":9535},"geometry":{"type":"Point","coordinates":[-1.7812019771531962,48.097146113567458]}},{"type":"Feature","properties":{"population":2271},"geometry":{"type":"Point","coordinates":[-1.5805701057636157,48.01281664372429]}},{"type":"Feature","properties":{"population":2920},"geometry":{"type":"Point","coordinates":[-1.920505883741467,48.67664297949226]}},{"type":"Feature","properties":{"population":4591},"geometry":{"type":"Point","coordinates":[-1.905752552347583,48.638633723424408]}},{"type":"Feature","properties":{"population":8582},"geometry":{"type":"Point","coordinates":[-1.584912081092992,48.1564892786436]}},{"type":"Feature","properties":{"population":8233},"geometry":{"type":"Point","coordinates":[-1.605420987261194,48.052681617736038]}},{"type":"Feature","properties":{"population":18998},"geometry":{"type":"Point","coordinates":[-1.1930834833341085,48.11449661067044]}},{"type":"Feature","properties":{"population":6337},"geometry":{"type":"Point","coordinates":[-1.7491333828824974,48.11762350303844]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[2.052894487940967,46.92157683593588]}},{"type":"Feature","properties":{"population":42968},"geometry":{"type":"Point","coordinates":[1.6939351264515606,46.80297707515116]}},{"type":"Feature","properties":{"population":1009},"geometry":{"type":"Point","coordinates":[1.7771142083087269,46.792853382933007]}},{"type":"Feature","properties":{"population":10992},"geometry":{"type":"Point","coordinates":[1.9997598711597227,46.94847502226374]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[2.0649364352880816,46.986033824751448]}},{"type":"Feature","properties":{"population":3641},"geometry":{"type":"Point","coordinates":[1.6236574246578093,46.80420477171017]}},{"type":"Feature","properties":{"population":8217},"geometry":{"type":"Point","coordinates":[0.602149158116268,47.337432816021067]}},{"type":"Feature","properties":{"population":11589},"geometry":{"type":"Point","coordinates":[0.7156597130081222,47.33150015228626]}},{"type":"Feature","properties":{"population":1719},"geometry":{"type":"Point","coordinates":[0.3266409668241877,47.526659213785887]}},{"type":"Feature","properties":{"population":10741},"geometry":{"type":"Point","coordinates":[0.6029922834466228,47.411021237071178]}},{"type":"Feature","properties":{"population":8584},"geometry":{"type":"Point","coordinates":[5.674220367245506,45.04329333332205]}},{"type":"Feature","properties":{"population":2497},"geometry":{"type":"Point","coordinates":[0.7761155856457906,47.35284711880869]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[0.9204704066500599,47.389774059325329]}},{"type":"Feature","properties":{"population":3291},"geometry":{"type":"Point","coordinates":[0.6243733564450076,47.44500792641431]}},{"type":"Feature","properties":{"population":2062},"geometry":{"type":"Point","coordinates":[0.6592050592319066,47.45348453721957]}},{"type":"Feature","properties":{"population":4717},"geometry":{"type":"Point","coordinates":[0.7054117276624793,47.28443375736898]}},{"type":"Feature","properties":{"population":7914},"geometry":{"type":"Point","coordinates":[0.6451011372348858,47.27778627701534]}},{"type":"Feature","properties":{"population":11048},"geometry":{"type":"Point","coordinates":[0.8412606911620285,47.382654255759678]}},{"type":"Feature","properties":{"population":2555},"geometry":{"type":"Point","coordinates":[0.742606189415181,47.45185737622398]}},{"type":"Feature","properties":{"population":6568},"geometry":{"type":"Point","coordinates":[0.7303565957224993,47.28907102559959]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[2.6528130028004117,49.535882711091357]}},{"type":"Feature","properties":{"population":10325},"geometry":{"type":"Point","coordinates":[0.6380228954336584,47.381608911744788]}},{"type":"Feature","properties":{"population":15909},"geometry":{"type":"Point","coordinates":[0.7369364781538398,47.38838522659594]}},{"type":"Feature","properties":{"population":3220},"geometry":{"type":"Point","coordinates":[0.7609482231618598,47.4298103505004]}},{"type":"Feature","properties":{"population":15000},"geometry":{"type":"Point","coordinates":[0.7377026965145787,47.356541616866028]}},{"type":"Feature","properties":{"population":17004},"geometry":{"type":"Point","coordinates":[0.6580463322261629,47.41811303609475]}},{"type":"Feature","properties":{"population":614},"geometry":{"type":"Point","coordinates":[1.0396257208979072,47.41012243571794]}},{"type":"Feature","properties":{"population":1093},"geometry":{"type":"Point","coordinates":[-2.820657067761718,48.125964127115469]}},{"type":"Feature","properties":{"population":4732},"geometry":{"type":"Point","coordinates":[0.8099718191609727,47.35261635874166]}},{"type":"Feature","properties":{"population":2820},"geometry":{"type":"Point","coordinates":[0.8402330195373924,47.437040718723817]}},{"type":"Feature","properties":{"population":3346},"geometry":{"type":"Point","coordinates":[0.8038139494961575,47.42715353363941]}},{"type":"Feature","properties":{"population":1998},"geometry":{"type":"Point","coordinates":[5.9807245454972259,45.43567906404628]}},{"type":"Feature","properties":{"population":3126},"geometry":{"type":"Point","coordinates":[5.8639531415677,45.26487353140926]}},{"type":"Feature","properties":{"population":2319},"geometry":{"type":"Point","coordinates":[5.799027256402469,45.24318147223757]}},{"type":"Feature","properties":{"population":29577},"geometry":{"type":"Point","coordinates":[5.273788004740502,45.60238612473926]}},{"type":"Feature","properties":{"population":3411},"geometry":{"type":"Point","coordinates":[5.62354985790588,45.33072335667999]}},{"type":"Feature","properties":{"population":1406},"geometry":{"type":"Point","coordinates":[5.721540488211341,45.11069864101909]}},{"type":"Feature","properties":{"population":1406},"geometry":{"type":"Point","coordinates":[5.526844466566838,45.34205058517813]}},{"type":"Feature","properties":{"population":10280},"geometry":{"type":"Point","coordinates":[5.151034694177911,45.73975549134306]}},{"type":"Feature","properties":{"population":9974},"geometry":{"type":"Point","coordinates":[5.749284796820636,45.15060501832072]}},{"type":"Feature","properties":{"population":6372},"geometry":{"type":"Point","coordinates":[4.814151744998352,45.579824253938138]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[2.4546877983663,49.55616328305635]}},{"type":"Feature","properties":{"population":2463},"geometry":{"type":"Point","coordinates":[5.279520654323659,45.140046144279789]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[3.0945905205525086,45.539641731443889]}},{"type":"Feature","properties":{"population":7859},"geometry":{"type":"Point","coordinates":[5.656113255196822,45.12238324425459]}},{"type":"Feature","properties":{"population":4139},"geometry":{"type":"Point","coordinates":[5.7595073740810689,45.22580510388434]}},{"type":"Feature","properties":{"population":5339},"geometry":{"type":"Point","coordinates":[5.61780222381137,45.356593764139457]}},{"type":"Feature","properties":{"population":8317},"geometry":{"type":"Point","coordinates":[5.8894384573051969,45.282162478455997]}},{"type":"Feature","properties":{"population":8287},"geometry":{"type":"Point","coordinates":[5.677115981972555,45.09113540156113]}},{"type":"Feature","properties":{"population":6720},"geometry":{"type":"Point","coordinates":[5.836745758857621,45.204078626424607]}},{"type":"Feature","properties":{"population":36849},"geometry":{"type":"Point","coordinates":[5.715328285473062,45.147188965531579]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[-0.42278266047475557,43.71499412831273]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[0.280910168382766,43.12085876677423]}},{"type":"Feature","properties":{"population":3405},"geometry":{"type":"Point","coordinates":[5.664358410627493,45.25461661729476]}},{"type":"Feature","properties":{"population":7161},"geometry":{"type":"Point","coordinates":[5.791629814158252,45.183065122444549]}},{"type":"Feature","properties":{"population":1401},"geometry":{"type":"Point","coordinates":[5.602590628850762,45.26969472381961]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[2.9443504953475325,46.38296111370613]}},{"type":"Feature","properties":{"population":17206},"geometry":{"type":"Point","coordinates":[5.222475678496577,45.61826661358879]}},{"type":"Feature","properties":{"population":1831},"geometry":{"type":"Point","coordinates":[6.466890693774432,43.32357227456678]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[2.3801047515868709,45.08670620352083]}},{"type":"Feature","properties":{"population":1909},"geometry":{"type":"Point","coordinates":[5.258337866399689,45.56612104482327]}},{"type":"Feature","properties":{"population":18573},"geometry":{"type":"Point","coordinates":[5.783858761105673,45.21245922264735]}},{"type":"Feature","properties":{"population":5495},"geometry":{"type":"Point","coordinates":[5.815682621243729,45.22158698354017]}},{"type":"Feature","properties":{"population":1106},"geometry":{"type":"Point","coordinates":[5.752054800234347,45.07071200507258]}},{"type":"Feature","properties":{"population":4917},"geometry":{"type":"Point","coordinates":[5.787917660265082,44.909696161106008]}},{"type":"Feature","properties":{"population":6508},"geometry":{"type":"Point","coordinates":[4.7827778158131999,45.36813935584917]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[5.593202450207246,48.96492199887195]}},{"type":"Feature","properties":{"population":7361},"geometry":{"type":"Point","coordinates":[6.020918058186066,45.41965062535481]}},{"type":"Feature","properties":{"population":6096},"geometry":{"type":"Point","coordinates":[5.172629649262846,45.75191978613579]}},{"type":"Feature","properties":{"population":10805},"geometry":{"type":"Point","coordinates":[5.701798471191722,45.12583477606398]}},{"type":"Feature","properties":{"population":5466},"geometry":{"type":"Point","coordinates":[4.923934678470098,45.534642952436239]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[5.933349205772584,48.472518688109598]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[5.756782840099418,44.89855773301868]}},{"type":"Feature","properties":{"population":1007},"geometry":{"type":"Point","coordinates":[5.5230011360464898,45.36303375845856]}},{"type":"Feature","properties":{"population":3374},"geometry":{"type":"Point","coordinates":[5.49374703305518,45.331721875583209]}},{"type":"Feature","properties":{"population":6622},"geometry":{"type":"Point","coordinates":[5.48695447079539,45.36059741890748]}},{"type":"Feature","properties":{"population":2137},"geometry":{"type":"Point","coordinates":[5.1563883116582389,45.57422935167781]}},{"type":"Feature","properties":{"population":8589},"geometry":{"type":"Point","coordinates":[4.818605068308217,45.37893449372965]}},{"type":"Feature","properties":{"population":4752},"geometry":{"type":"Point","coordinates":[5.344515617340202,45.590335596152097]}},{"type":"Feature","properties":{"population":2113},"geometry":{"type":"Point","coordinates":[5.224399812462232,45.587166950125979]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[5.433833745140543,46.20799282398931]}},{"type":"Feature","properties":{"population":1157},"geometry":{"type":"Point","coordinates":[5.551131186093612,45.36154578164345]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[5.673688815259642,45.33033167797823]}},{"type":"Feature","properties":{"population":16995},"geometry":{"type":"Point","coordinates":[5.684418164896935,45.23245378019043]}},{"type":"Feature","properties":{"population":7048},"geometry":{"type":"Point","coordinates":[5.828294346546675,45.25170079113376]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.1690597787806249,50.16587922947224]}},{"type":"Feature","properties":{"population":3582},"geometry":{"type":"Point","coordinates":[5.586896287373302,45.33704557775396]}},{"type":"Feature","properties":{"population":7708},"geometry":{"type":"Point","coordinates":[5.317159400227435,45.15297842212474]}},{"type":"Feature","properties":{"population":1655},"geometry":{"type":"Point","coordinates":[5.436061712186054,45.58544084057325]}},{"type":"Feature","properties":{"population":38454},"geometry":{"type":"Point","coordinates":[5.765264448363147,45.176359833896828]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[-0.8776188006257177,49.153606311595677]}},{"type":"Feature","properties":{"population":5825},"geometry":{"type":"Point","coordinates":[5.716026836170221,45.219461407304667]}},{"type":"Feature","properties":{"population":7997},"geometry":{"type":"Point","coordinates":[5.675679306791942,45.15484489713884]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[5.253120272779242,44.01276943509859]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[1.7885673909310392,43.33631875474316]}},{"type":"Feature","properties":{"population":655},"geometry":{"type":"Point","coordinates":[6.049891832543343,45.42628052031217]}},{"type":"Feature","properties":{"population":6129},"geometry":{"type":"Point","coordinates":[5.10830151061218,45.639716407673727]}},{"type":"Feature","properties":{"population":2115},"geometry":{"type":"Point","coordinates":[5.344260677576447,45.14548869584081]}},{"type":"Feature","properties":{"population":4264},"geometry":{"type":"Point","coordinates":[5.321314618364534,45.62548579680058]}},{"type":"Feature","properties":{"population":1738},"geometry":{"type":"Point","coordinates":[5.3428258566845658,45.18287972357488]}},{"type":"Feature","properties":{"population":4505},"geometry":{"type":"Point","coordinates":[4.808945318440352,45.34422232107396]}},{"type":"Feature","properties":{"population":20891},"geometry":{"type":"Point","coordinates":[5.582772942732389,45.37929870846897]}},{"type":"Feature","properties":{"population":11660},"geometry":{"type":"Point","coordinates":[5.651487661553633,45.212759081532329]}},{"type":"Feature","properties":{"population":9758},"geometry":{"type":"Point","coordinates":[5.642851627958687,45.28984104722063]}},{"type":"Feature","properties":{"population":12189},"geometry":{"type":"Point","coordinates":[-1.3866059023683158,47.722114142542377]}},{"type":"Feature","properties":{"population":2080},"geometry":{"type":"Point","coordinates":[4.843424218182221,45.55986055269995]}},{"type":"Feature","properties":{"population":8338},"geometry":{"type":"Point","coordinates":[4.223259111587848,45.732055647960788]}},{"type":"Feature","properties":{"population":550},"geometry":{"type":"Point","coordinates":[3.984160308010879,44.260740253792857]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[5.80668767657464,44.9102568348004]}},{"type":"Feature","properties":{"population":3570},"geometry":{"type":"Point","coordinates":[8.935482519017395,41.571731138074159]}},{"type":"Feature","properties":{"population":8138},"geometry":{"type":"Point","coordinates":[5.445355255890082,45.573351947317679]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[9.203552777159496,42.672505422338208]}},{"type":"Feature","properties":{"population":7815},"geometry":{"type":"Point","coordinates":[5.184030828159282,45.73501196860058]}},{"type":"Feature","properties":{"population":6470},"geometry":{"type":"Point","coordinates":[5.743448805030314,45.21120500886691]}},{"type":"Feature","properties":{"population":7706},"geometry":{"type":"Point","coordinates":[5.490278397600693,45.29349337203685]}},{"type":"Feature","properties":{"population":1360},"geometry":{"type":"Point","coordinates":[5.811386703084676,45.09895528636993]}},{"type":"Feature","properties":{"population":31051},"geometry":{"type":"Point","coordinates":[4.881205671868202,45.52048325740054]}},{"type":"Feature","properties":{"population":2505},"geometry":{"type":"Point","coordinates":[5.185696533788481,45.615768901050838]}},{"type":"Feature","properties":{"population":7500},"geometry":{"type":"Point","coordinates":[5.148783080259992,45.63738467177991]}},{"type":"Feature","properties":{"population":4973},"geometry":{"type":"Point","coordinates":[5.859242695127229,45.221820423008349]}},{"type":"Feature","properties":{"population":7331},"geometry":{"type":"Point","coordinates":[5.889652219296502,45.245264589062518]}},{"type":"Feature","properties":{"population":7293},"geometry":{"type":"Point","coordinates":[5.7796414861995359,45.074742103309358]}},{"type":"Feature","properties":{"population":1687},"geometry":{"type":"Point","coordinates":[5.522509753517262,45.316420528081469]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[5.848395601404191,44.488349070514868]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.876745070651502,46.7726055150336]}},{"type":"Feature","properties":{"population":856},"geometry":{"type":"Point","coordinates":[5.507859272843866,47.12493237857389]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[5.5235303930316,47.099744050284659]}},{"type":"Feature","properties":{"population":8000},"geometry":{"type":"Point","coordinates":[5.89813373952047,46.74522237397795]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[5.473854559273249,47.17636907576176]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[5.921186117687154,46.719222608267468]}},{"type":"Feature","properties":{"population":682},"geometry":{"type":"Point","coordinates":[5.47945922399862,47.05160302555328]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[5.9422711991145749,46.76071236708408]}},{"type":"Feature","properties":{"population":1130},"geometry":{"type":"Point","coordinates":[5.962887570622109,46.46327219001394]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[4.072598193146521,44.349496491763627]}},{"type":"Feature","properties":{"population":405},"geometry":{"type":"Point","coordinates":[5.567466271568228,47.08165769686413]}},{"type":"Feature","properties":{"population":2279},"geometry":{"type":"Point","coordinates":[5.444939662921399,47.08571662656069]}},{"type":"Feature","properties":{"population":2333},"geometry":{"type":"Point","coordinates":[5.770092137655267,46.38758687967707]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[5.55260269129277,47.030592712067178]}},{"type":"Feature","properties":{"population":19213},"geometry":{"type":"Point","coordinates":[2.6149650480373904,48.6917579966654]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[5.919428875731218,49.08269753712786]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[5.573399470207952,46.654222572588349]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[6.5487597798999739,48.8441181381256]}},{"type":"Feature","properties":{"population":3154},"geometry":{"type":"Point","coordinates":[5.520288109924576,46.68714942639728]}},{"type":"Feature","properties":{"population":2290},"geometry":{"type":"Point","coordinates":[6.016305598874029,46.55711965248169]}},{"type":"Feature","properties":{"population":1901},"geometry":{"type":"Point","coordinates":[4.846601458040879,46.26351114051449]}},{"type":"Feature","properties":{"population":5167},"geometry":{"type":"Point","coordinates":[5.995592459823927,46.51437361606703]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[5.96393084299602,48.97154318804413]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[0.20953349650862314,43.418581412671297]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[5.885546774174586,46.7333073847514]}},{"type":"Feature","properties":{"population":8727},"geometry":{"type":"Point","coordinates":[5.875769533103748,46.40871453606027]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[5.927197098380686,46.35751331232288]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[5.91232140777307,46.77378006777422]}},{"type":"Feature","properties":{"population":664},"geometry":{"type":"Point","coordinates":[-0.32132105101499849,43.717278515668819]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[5.863499716387238,46.36308077655174]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[5.493923587721936,47.04476678416956]}},{"type":"Feature","properties":{"population":3095},"geometry":{"type":"Point","coordinates":[6.178047925635856,43.34011515301294]}},{"type":"Feature","properties":{"population":6220},"geometry":{"type":"Point","coordinates":[-0.2645486677866334,43.69898849918265]}},{"type":"Feature","properties":{"population":942},"geometry":{"type":"Point","coordinates":[-1.2955246036553679,43.798344793053377]}},{"type":"Feature","properties":{"population":14551},"geometry":{"type":"Point","coordinates":[-1.1770558531458258,44.409040777436498]}},{"type":"Feature","properties":{"population":897},"geometry":{"type":"Point","coordinates":[-1.1949276089500652,44.32087720100355]}},{"type":"Feature","properties":{"population":7007},"geometry":{"type":"Point","coordinates":[-1.4296561589895137,43.595245457202739]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[-0.43533018103995899,43.88530713921738]}},{"type":"Feature","properties":{"population":1689},"geometry":{"type":"Point","coordinates":[-1.248545885726186,44.09132941788592]}},{"type":"Feature","properties":{"population":1904},"geometry":{"type":"Point","coordinates":[-1.1231292071854704,43.71036674329153]}},{"type":"Feature","properties":{"population":7364},"geometry":{"type":"Point","coordinates":[-1.245230628224524,44.18909651055144]}},{"type":"Feature","properties":{"population":30674},"geometry":{"type":"Point","coordinates":[-0.4902601516929369,43.89968264292034]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[2.0798546838189408,49.887749079022409]}},{"type":"Feature","properties":{"population":1508},"geometry":{"type":"Point","coordinates":[-1.0779962716542296,43.67352213110817]}},{"type":"Feature","properties":{"population":5855},"geometry":{"type":"Point","coordinates":[-1.454610357131659,43.56629138702834]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[2.708975124326703,49.086947500468067]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[5.591327978842432,48.99955244994467]}},{"type":"Feature","properties":{"population":7195},"geometry":{"type":"Point","coordinates":[-1.0654057728918716,44.34512300481783]}},{"type":"Feature","properties":{"population":16064},"geometry":{"type":"Point","coordinates":[4.072331092594085,45.60089595202348]}},{"type":"Feature","properties":{"population":698},"geometry":{"type":"Point","coordinates":[-0.4576589938212349,43.94513822147351]}},{"type":"Feature","properties":{"population":9871},"geometry":{"type":"Point","coordinates":[-0.5260451661585656,43.8710060405204]}},{"type":"Feature","properties":{"population":3360},"geometry":{"type":"Point","coordinates":[-1.001860704078108,43.766654225354418]}},{"type":"Feature","properties":{"population":7956},"geometry":{"type":"Point","coordinates":[-1.3005762475100849,43.65914728496536]}},{"type":"Feature","properties":{"population":4582},"geometry":{"type":"Point","coordinates":[-1.0640645761281012,44.47784175877804]}},{"type":"Feature","properties":{"population":1791},"geometry":{"type":"Point","coordinates":[-1.3332770896082858,43.67353303882149]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[2.537697784442349,44.82096971569704]}},{"type":"Feature","properties":{"population":12920},"geometry":{"type":"Point","coordinates":[-1.4645625360216546,43.536466195813698]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[1.1029385944927209,47.798183849870927]}},{"type":"Feature","properties":{"population":46813},"geometry":{"type":"Point","coordinates":[1.3060520490794403,47.58149214067576]}},{"type":"Feature","properties":{"population":1030},"geometry":{"type":"Point","coordinates":[5.0637515698775179,46.34073792096971]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[6.1216331317038039,43.87138480050262]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[5.78321649137054,44.47711574312158]}},{"type":"Feature","properties":{"population":3348},"geometry":{"type":"Point","coordinates":[-1.31770525348684,43.69799193668716]}},{"type":"Feature","properties":{"population":4497},"geometry":{"type":"Point","coordinates":[1.357104610360862,47.611129335349328]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[0.5276975426667899,49.12855947441683]}},{"type":"Feature","properties":{"population":2290},"geometry":{"type":"Point","coordinates":[1.6791017411395684,47.34021822069546]}},{"type":"Feature","properties":{"population":6235},"geometry":{"type":"Point","coordinates":[1.5041581810860106,47.713047298651037]}},{"type":"Feature","properties":{"population":685},"geometry":{"type":"Point","coordinates":[3.9982142702084628,45.59254583630089]}},{"type":"Feature","properties":{"population":2430},"geometry":{"type":"Point","coordinates":[1.0237716462661113,47.786968368526128]}},{"type":"Feature","properties":{"population":844},"geometry":{"type":"Point","coordinates":[-1.285626683905603,43.337956710351189]}},{"type":"Feature","properties":{"population":3159},"geometry":{"type":"Point","coordinates":[1.3609062101890107,47.56055444440146]}},{"type":"Feature","properties":{"population":3024},"geometry":{"type":"Point","coordinates":[1.071216852091716,47.82825137232109]}},{"type":"Feature","properties":{"population":1797},"geometry":{"type":"Point","coordinates":[4.321539266847144,45.5745031885402]}},{"type":"Feature","properties":{"population":1538},"geometry":{"type":"Point","coordinates":[1.4541717619543356,47.68149830665764]}},{"type":"Feature","properties":{"population":15747},"geometry":{"type":"Point","coordinates":[1.0614810401006339,47.801329172344008]}},{"type":"Feature","properties":{"population":2635},"geometry":{"type":"Point","coordinates":[1.7534857073824489,47.30612086295774]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[1.8119142100752935,47.35948368160105]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[2.9160194268278665,49.88543869935746]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[6.97094218911365,48.69976506526415]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[2.541131601950458,46.16105864700637]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[9.288679350506096,42.389546634671649]}},{"type":"Feature","properties":{"population":8067},"geometry":{"type":"Point","coordinates":[1.3881142865551482,47.58614037470859]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[-0.2160851259455166,48.914414119854978]}},{"type":"Feature","properties":{"population":10187},"geometry":{"type":"Point","coordinates":[4.277020924538758,45.53506546940181]}},{"type":"Feature","properties":{"population":4363},"geometry":{"type":"Point","coordinates":[4.221233937679957,45.52240394340435]}},{"type":"Feature","properties":{"population":1068},"geometry":{"type":"Point","coordinates":[4.226780523853836,45.4515628297617]}},{"type":"Feature","properties":{"population":1675},"geometry":{"type":"Point","coordinates":[4.6342277348509139,45.51483231643947]}},{"type":"Feature","properties":{"population":3029},"geometry":{"type":"Point","coordinates":[4.05990902837214,45.995003937720628]}},{"type":"Feature","properties":{"population":2099},"geometry":{"type":"Point","coordinates":[4.144576351658552,46.04025744871062]}},{"type":"Feature","properties":{"population":6889},"geometry":{"type":"Point","coordinates":[4.0908575174344909,46.01764287245668]}},{"type":"Feature","properties":{"population":2778},"geometry":{"type":"Point","coordinates":[4.371555636932884,45.49512894588778]}},{"type":"Feature","properties":{"population":3779},"geometry":{"type":"Point","coordinates":[4.260637695370774,45.38417363972905]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[1.2350210489104586,48.898215519958]}},{"type":"Feature","properties":{"population":1070},"geometry":{"type":"Point","coordinates":[4.431720958449793,45.386864361017668]}},{"type":"Feature","properties":{"population":4845},"geometry":{"type":"Point","coordinates":[4.540420990294769,45.49188273491366]}},{"type":"Feature","properties":{"population":4817},"geometry":{"type":"Point","coordinates":[4.581661454305741,45.51115849123092]}},{"type":"Feature","properties":{"population":6183},"geometry":{"type":"Point","coordinates":[4.330852134144793,45.45546406147935]}},{"type":"Feature","properties":{"population":7382},"geometry":{"type":"Point","coordinates":[4.063366532871703,46.09242594388083]}},{"type":"Feature","properties":{"population":8046},"geometry":{"type":"Point","coordinates":[4.36892514942109,45.40369070660702]}},{"type":"Feature","properties":{"population":34762},"geometry":{"type":"Point","coordinates":[4.080142824001932,46.04541404839355]}},{"type":"Feature","properties":{"population":9863},"geometry":{"type":"Point","coordinates":[4.324756352168754,45.42591015103339]}},{"type":"Feature","properties":{"population":1896},"geometry":{"type":"Point","coordinates":[4.467202268708194,45.536402276841268]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[2.6336049122503497,42.56621998395383]}},{"type":"Feature","properties":{"population":2431},"geometry":{"type":"Point","coordinates":[4.229813741523546,45.54036367416984]}},{"type":"Feature","properties":{"population":8042},"geometry":{"type":"Point","coordinates":[4.437745335994267,45.49924645944452]}},{"type":"Feature","properties":{"population":6611},"geometry":{"type":"Point","coordinates":[4.448785340941081,45.45719484108844]}},{"type":"Feature","properties":{"population":3784},"geometry":{"type":"Point","coordinates":[4.5907990602209429,45.55242337383673]}},{"type":"Feature","properties":{"population":1345},"geometry":{"type":"Point","coordinates":[4.238415233034482,45.39620430187827]}},{"type":"Feature","properties":{"population":4771},"geometry":{"type":"Point","coordinates":[4.5793601679935789,45.47016027515683]}},{"type":"Feature","properties":{"population":6164},"geometry":{"type":"Point","coordinates":[4.373404155158957,45.47581323817363]}},{"type":"Feature","properties":{"population":1411},"geometry":{"type":"Point","coordinates":[3.995845724952549,46.08181468959259]}},{"type":"Feature","properties":{"population":942},"geometry":{"type":"Point","coordinates":[4.371977662890614,45.36646688079638]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[4.282554692377591,45.7337550339068]}},{"type":"Feature","properties":{"population":7073},"geometry":{"type":"Point","coordinates":[4.423234594592814,45.47853914413264]}},{"type":"Feature","properties":{"population":1473},"geometry":{"type":"Point","coordinates":[4.398030903311405,45.48867182135248]}},{"type":"Feature","properties":{"population":8479},"geometry":{"type":"Point","coordinates":[4.26905136706069,45.40682313604363]}},{"type":"Feature","properties":{"population":1202},"geometry":{"type":"Point","coordinates":[4.250432285060843,45.561973983756427]}},{"type":"Feature","properties":{"population":1469},"geometry":{"type":"Point","coordinates":[3.8849531290475789,45.052648245338009]}},{"type":"Feature","properties":{"population":7783},"geometry":{"type":"Point","coordinates":[4.351547510582242,45.468394274220198]}},{"type":"Feature","properties":{"population":5170},"geometry":{"type":"Point","coordinates":[4.027760964863673,45.99747560662996]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[4.079715730516505,45.13116180793961]}},{"type":"Feature","properties":{"population":6518},"geometry":{"type":"Point","coordinates":[3.385937493652122,45.29607662083673]}},{"type":"Feature","properties":{"population":11099},"geometry":{"type":"Point","coordinates":[-1.1895321831402859,47.37959735203052]}},{"type":"Feature","properties":{"population":880},"geometry":{"type":"Point","coordinates":[3.4305139804106337,45.288793634288307]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[4.784587216149652,49.42502965383527]}},{"type":"Feature","properties":{"population":20410},"geometry":{"type":"Point","coordinates":[-1.6168656298352116,47.17081226730101]}},{"type":"Feature","properties":{"population":8925},"geometry":{"type":"Point","coordinates":[4.183423761328591,45.29033560000929]}},{"type":"Feature","properties":{"population":2540},"geometry":{"type":"Point","coordinates":[-1.5561556333255807,47.39229878090349]}},{"type":"Feature","properties":{"population":7345},"geometry":{"type":"Point","coordinates":[4.131222895118182,45.13924358392105]}},{"type":"Feature","properties":{"population":9555},"geometry":{"type":"Point","coordinates":[-1.4623877615966783,47.21199602074936]}},{"type":"Feature","properties":{"population":7465},"geometry":{"type":"Point","coordinates":[-1.2709803381807537,47.09746267109599]}},{"type":"Feature","properties":{"population":2823},"geometry":{"type":"Point","coordinates":[-2.467284423889363,47.28069462704784]}},{"type":"Feature","properties":{"population":7057},"geometry":{"type":"Point","coordinates":[-1.3321275358763274,47.28143291848908]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[6.670245040842955,47.28468249256518]}},{"type":"Feature","properties":{"population":3364},"geometry":{"type":"Point","coordinates":[-2.0322805179274616,47.08558942770914]}},{"type":"Feature","properties":{"population":3284},"geometry":{"type":"Point","coordinates":[-2.07448403264845,47.38028735030795]}},{"type":"Feature","properties":{"population":3420},"geometry":{"type":"Point","coordinates":[-1.3508912079462286,47.17255426929315]}},{"type":"Feature","properties":{"population":8144},"geometry":{"type":"Point","coordinates":[-1.6725381560178896,47.1477048582961]}},{"type":"Feature","properties":{"population":2811},"geometry":{"type":"Point","coordinates":[-1.7262172110222774,47.17023984490622]}},{"type":"Feature","properties":{"population":20510},"geometry":{"type":"Point","coordinates":[-1.472363812265688,47.30182669461894]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[6.566317969528833,48.4444731323643]}},{"type":"Feature","properties":{"population":3880},"geometry":{"type":"Point","coordinates":[-1.8351773043904023,47.29745150537704]}},{"type":"Feature","properties":{"population":23057},"geometry":{"type":"Point","coordinates":[-1.7297834958592844,47.230831761664258]}},{"type":"Feature","properties":{"population":2636},"geometry":{"type":"Point","coordinates":[-2.0921776263731806,47.26794746640088]}},{"type":"Feature","properties":{"population":8113},"geometry":{"type":"Point","coordinates":[-2.0722047841134878,47.333528470434597]}},{"type":"Feature","properties":{"population":2288},"geometry":{"type":"Point","coordinates":[-2.059498023056933,47.468056961358879]}},{"type":"Feature","properties":{"population":3058},"geometry":{"type":"Point","coordinates":[-1.321520599170277,47.668983038600227]}},{"type":"Feature","properties":{"population":16468},"geometry":{"type":"Point","coordinates":[-2.3533765544181595,47.29073961789511]}},{"type":"Feature","properties":{"population":4976},"geometry":{"type":"Point","coordinates":[-1.3115278174737378,47.104538016679189]}},{"type":"Feature","properties":{"population":6759},"geometry":{"type":"Point","coordinates":[-1.6178216964072283,47.36054636975906]}},{"type":"Feature","properties":{"population":16151},"geometry":{"type":"Point","coordinates":[-2.41647825841827,47.33156555679343]}},{"type":"Feature","properties":{"population":5958},"geometry":{"type":"Point","coordinates":[-1.4109188627902763,47.19665196400269]}},{"type":"Feature","properties":{"population":4130},"geometry":{"type":"Point","coordinates":[-1.6707078887753034,47.198242887349838]}},{"type":"Feature","properties":{"population":1794},"geometry":{"type":"Point","coordinates":[-1.4562030682626289,47.61710957030127]}},{"type":"Feature","properties":{"population":4701},"geometry":{"type":"Point","coordinates":[-1.5790735287312279,46.900846711810128]}},{"type":"Feature","properties":{"population":6488},"geometry":{"type":"Point","coordinates":[-1.6844104626503052,47.18486253221905]}},{"type":"Feature","properties":{"population":7642},"geometry":{"type":"Point","coordinates":[-1.8182669309600739,46.99984468783814]}},{"type":"Feature","properties":{"population":7252},"geometry":{"type":"Point","coordinates":[-2.1456901288111305,47.31894233638287]}},{"type":"Feature","properties":{"population":9327},"geometry":{"type":"Point","coordinates":[-1.5186625865063213,47.447108779363507]}},{"type":"Feature","properties":{"population":11075},"geometry":{"type":"Point","coordinates":[-2.095304421879803,47.43377934772339]}},{"type":"Feature","properties":{"population":1506},"geometry":{"type":"Point","coordinates":[-1.194282827502575,47.185138815695]}},{"type":"Feature","properties":{"population":1740},"geometry":{"type":"Point","coordinates":[-1.478853723532731,47.70535601221514]}},{"type":"Feature","properties":{"population":7366},"geometry":{"type":"Point","coordinates":[-1.5194399726547652,47.35385102682789]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[5.340772354703184,44.2627879497183]}},{"type":"Feature","properties":{"population":3152},"geometry":{"type":"Point","coordinates":[-1.599798694868317,46.953006398335769]}},{"type":"Feature","properties":{"population":7658},"geometry":{"type":"Point","coordinates":[-1.7842248455310788,47.26506084824304]}},{"type":"Feature","properties":{"population":1241},"geometry":{"type":"Point","coordinates":[-1.4148094632238813,47.14321131290071]}},{"type":"Feature","properties":{"population":2577},"geometry":{"type":"Point","coordinates":[-1.4283280829519647,47.45243351430236]}},{"type":"Feature","properties":{"population":4828},"geometry":{"type":"Point","coordinates":[-1.1104610636135073,47.40024081223029]}},{"type":"Feature","properties":{"population":2056},"geometry":{"type":"Point","coordinates":[-1.714282660157925,47.14333441029333]}},{"type":"Feature","properties":{"population":5982},"geometry":{"type":"Point","coordinates":[-1.7191479604458902,47.19373859439469]}},{"type":"Feature","properties":{"population":28283},"geometry":{"type":"Point","coordinates":[-1.5000692108159813,47.202968913945209]}},{"type":"Feature","properties":{"population":7653},"geometry":{"type":"Point","coordinates":[-1.406221494104712,47.246938720212579]}},{"type":"Feature","properties":{"population":9031},"geometry":{"type":"Point","coordinates":[-1.5197610383959129,47.141503275131707]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[1.5953525824620874,45.39934572861521]}},{"type":"Feature","properties":{"population":2357},"geometry":{"type":"Point","coordinates":[-1.724097494120437,47.052638436571317]}},{"type":"Feature","properties":{"population":5324},"geometry":{"type":"Point","coordinates":[-2.1273880535492215,47.17510669474053]}},{"type":"Feature","properties":{"population":3279},"geometry":{"type":"Point","coordinates":[-2.0565435113903605,47.636617322923587]}},{"type":"Feature","properties":{"population":4620},"geometry":{"type":"Point","coordinates":[-2.066266714499736,47.225030906305779]}},{"type":"Feature","properties":{"population":6567},"geometry":{"type":"Point","coordinates":[1.697585887636375,47.839725030465107]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[2.8247067329197477,44.83908840841904]}},{"type":"Feature","properties":{"population":1981},"geometry":{"type":"Point","coordinates":[-1.2902340896867715,47.72551848655197]}},{"type":"Feature","properties":{"population":9388},"geometry":{"type":"Point","coordinates":[-1.6567830092874883,47.06019083041727]}},{"type":"Feature","properties":{"population":2414},"geometry":{"type":"Point","coordinates":[-2.181169758107657,47.44386507190969]}},{"type":"Feature","properties":{"population":8512},"geometry":{"type":"Point","coordinates":[-1.680244181871358,47.27365199574723]}},{"type":"Feature","properties":{"population":2036},"geometry":{"type":"Point","coordinates":[-1.7904745422864943,47.32847175359575]}},{"type":"Feature","properties":{"population":10783},"geometry":{"type":"Point","coordinates":[-1.4320874694905553,47.276151133344189]}},{"type":"Feature","properties":{"population":2909},"geometry":{"type":"Point","coordinates":[6.7090720697233359,43.53333581999705]}},{"type":"Feature","properties":{"population":10230},"geometry":{"type":"Point","coordinates":[-1.6259230746368117,47.31844967730182]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[6.550181166643483,47.40432741022418]}},{"type":"Feature","properties":{"population":8106},"geometry":{"type":"Point","coordinates":[-2.2075857430946477,47.31210545558864]}},{"type":"Feature","properties":{"population":9468},"geometry":{"type":"Point","coordinates":[-1.2611956697182772,47.17160567571554]}},{"type":"Feature","properties":{"population":26002},"geometry":{"type":"Point","coordinates":[-1.4706447307954887,47.16053142252146]}},{"type":"Feature","properties":{"population":13267},"geometry":{"type":"Point","coordinates":[2.7824687370809935,47.98652848244865]}},{"type":"Feature","properties":{"population":6480},"geometry":{"type":"Point","coordinates":[-1.7202189629535439,47.31950918711367]}},{"type":"Feature","properties":{"population":1165},"geometry":{"type":"Point","coordinates":[1.8829401739618173,47.78788357048258]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[2.2806630291190688,48.185497142284948]}},{"type":"Feature","properties":{"population":116617},"geometry":{"type":"Point","coordinates":[1.9164779367743932,47.88237828646396]}},{"type":"Feature","properties":{"population":2373},"geometry":{"type":"Point","coordinates":[2.740673222897043,48.051143817994539]}},{"type":"Feature","properties":{"population":9337},"geometry":{"type":"Point","coordinates":[0.3252510626811016,44.38338251436357]}},{"type":"Feature","properties":{"population":12728},"geometry":{"type":"Point","coordinates":[2.7363405869980466,48.01861152271835]}},{"type":"Feature","properties":{"population":10218},"geometry":{"type":"Point","coordinates":[1.827872864258794,47.88892613061528]}},{"type":"Feature","properties":{"population":8808},"geometry":{"type":"Point","coordinates":[2.0230206116444928,47.90248804135258]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[1.9865077665914373,47.90062444367388]}},{"type":"Feature","properties":{"population":660},"geometry":{"type":"Point","coordinates":[0.3557398418756525,44.43242033444865]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[2.776341963170628,47.94645646027375]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[4.5090843076387199,44.091876048393299]}},{"type":"Feature","properties":{"population":2831},"geometry":{"type":"Point","coordinates":[2.69423425150348,48.04108488800992]}},{"type":"Feature","properties":{"population":2384},"geometry":{"type":"Point","coordinates":[2.2690264000588686,48.153056448979238]}},{"type":"Feature","properties":{"population":21438},"geometry":{"type":"Point","coordinates":[1.9195656006071394,47.93855944359145]}},{"type":"Feature","properties":{"population":13387},"geometry":{"type":"Point","coordinates":[2.66523841512704,47.712240758489837]}},{"type":"Feature","properties":{"population":9755},"geometry":{"type":"Point","coordinates":[1.822902791740408,47.91667115901846]}},{"type":"Feature","properties":{"population":15061},"geometry":{"type":"Point","coordinates":[2.736613331015446,47.998359884544289]}},{"type":"Feature","properties":{"population":1156},"geometry":{"type":"Point","coordinates":[2.5921850818338658,47.73348207338216]}},{"type":"Feature","properties":{"population":22855},"geometry":{"type":"Point","coordinates":[1.8890196136114775,47.85468391470355]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[3.3286078773604985,46.95647966232976]}},{"type":"Feature","properties":{"population":9094},"geometry":{"type":"Point","coordinates":[2.2493387314793256,48.17983994705128]}},{"type":"Feature","properties":{"population":1877},"geometry":{"type":"Point","coordinates":[2.8485072859593627,47.96605995807222]}},{"type":"Feature","properties":{"population":1726},"geometry":{"type":"Point","coordinates":[2.2061737103733427,48.17382474569731]}},{"type":"Feature","properties":{"population":2441},"geometry":{"type":"Point","coordinates":[2.5946448251619889,47.66102845433364]}},{"type":"Feature","properties":{"population":3118},"geometry":{"type":"Point","coordinates":[1.8338219385767516,47.84976688066787]}},{"type":"Feature","properties":{"population":21700},"geometry":{"type":"Point","coordinates":[1.972450030510619,47.91784942462897]}},{"type":"Feature","properties":{"population":9379},"geometry":{"type":"Point","coordinates":[1.9323936388902,47.882837473005647]}},{"type":"Feature","properties":{"population":6185},"geometry":{"type":"Point","coordinates":[1.855108483449659,47.88041600797727]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[6.967284387842543,48.65327392485738]}},{"type":"Feature","properties":{"population":1227},"geometry":{"type":"Point","coordinates":[2.644215961248816,47.6463605628302]}},{"type":"Feature","properties":{"population":16679},"geometry":{"type":"Point","coordinates":[1.877894798447614,47.949697848416167]}},{"type":"Feature","properties":{"population":3211},"geometry":{"type":"Point","coordinates":[1.9631944747873614,47.93808518360307]}},{"type":"Feature","properties":{"population":6846},"geometry":{"type":"Point","coordinates":[2.70436918175146,47.9833301206409]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[1.3403316254338818,49.094905208426968]}},{"type":"Feature","properties":{"population":6233},"geometry":{"type":"Point","coordinates":[0.6879553740225959,44.208481263809918]}},{"type":"Feature","properties":{"population":20141},"geometry":{"type":"Point","coordinates":[1.4411292539970156,44.45045319856386]}},{"type":"Feature","properties":{"population":2568},"geometry":{"type":"Point","coordinates":[0.38653327575580589,44.37131276554882]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[5.776001707705,43.89326238746033]}},{"type":"Feature","properties":{"population":710},"geometry":{"type":"Point","coordinates":[1.5018693964662374,44.474187679208217]}},{"type":"Feature","properties":{"population":1201},"geometry":{"type":"Point","coordinates":[1.5032444904817737,44.5131595802561]}},{"type":"Feature","properties":{"population":1081},"geometry":{"type":"Point","coordinates":[1.4547362238825894,44.37992339868154]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[0.6285232026352947,44.38232368109298]}},{"type":"Feature","properties":{"population":1648},"geometry":{"type":"Point","coordinates":[0.14543679190031717,44.53302914815007]}},{"type":"Feature","properties":{"population":2971},"geometry":{"type":"Point","coordinates":[0.6695394227134,44.410126980717169]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[0.2867190384135964,44.02325028560499]}},{"type":"Feature","properties":{"population":17239},"geometry":{"type":"Point","coordinates":[0.17232266147793708,44.50519302510122]}},{"type":"Feature","properties":{"population":737},"geometry":{"type":"Point","coordinates":[0.36782662300711096,44.04109528139526]}},{"type":"Feature","properties":{"population":4173},"geometry":{"type":"Point","coordinates":[0.6750456950415431,44.23544871835736]}},{"type":"Feature","properties":{"population":2079},"geometry":{"type":"Point","coordinates":[0.9307457634397254,44.50196421114313]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[0.19889991158228483,44.47054844519178]}},{"type":"Feature","properties":{"population":21629},"geometry":{"type":"Point","coordinates":[0.7421667467420461,44.424936754746529]}},{"type":"Feature","properties":{"population":4738},"geometry":{"type":"Point","coordinates":[3.2883593457777287,44.55738374059085]}},{"type":"Feature","properties":{"population":2078},"geometry":{"type":"Point","coordinates":[3.2317889958699195,44.53327301912361]}},{"type":"Feature","properties":{"population":1180},"geometry":{"type":"Point","coordinates":[3.329990879358548,44.55750120623019]}},{"type":"Feature","properties":{"population":2289},"geometry":{"type":"Point","coordinates":[3.232805845018493,48.85790055141951]}},{"type":"Feature","properties":{"population":944},"geometry":{"type":"Point","coordinates":[-0.05356361284801851,47.363165633766289]}},{"type":"Feature","properties":{"population":5557},"geometry":{"type":"Point","coordinates":[-0.6349371029962514,47.47441605967523]}},{"type":"Feature","properties":{"population":20607},"geometry":{"type":"Point","coordinates":[-3.907093149253744,47.89644107824862]}},{"type":"Feature","properties":{"population":14938},"geometry":{"type":"Point","coordinates":[-0.600838966739311,47.505269385398609]}},{"type":"Feature","properties":{"population":11757},"geometry":{"type":"Point","coordinates":[-0.10239403936521426,47.566365139943759]}},{"type":"Feature","properties":{"population":6690},"geometry":{"type":"Point","coordinates":[-0.6272125818132887,47.43046673841446]}},{"type":"Feature","properties":{"population":1781},"geometry":{"type":"Point","coordinates":[-0.12383919646065662,47.22371475300224]}},{"type":"Feature","properties":{"population":2380},"geometry":{"type":"Point","coordinates":[-0.5666917530631734,47.53804862390403]}},{"type":"Feature","properties":{"population":6519},"geometry":{"type":"Point","coordinates":[-0.773181965972167,47.349618021858699]}},{"type":"Feature","properties":{"population":1547},"geometry":{"type":"Point","coordinates":[-0.6358120361820655,47.12026686251723]}},{"type":"Feature","properties":{"population":4475},"geometry":{"type":"Point","coordinates":[-0.5180570483524193,47.52815259937453]}},{"type":"Feature","properties":{"population":1224},"geometry":{"type":"Point","coordinates":[-0.5159983423988426,47.187472827431097]}},{"type":"Feature","properties":{"population":7842},"geometry":{"type":"Point","coordinates":[-0.6163559737750981,47.541186147152007]}},{"type":"Feature","properties":{"population":2040},"geometry":{"type":"Point","coordinates":[-0.5690959153605546,47.35860756658571]}},{"type":"Feature","properties":{"population":12725},"geometry":{"type":"Point","coordinates":[-0.5126283318995862,47.42700137022632]}},{"type":"Feature","properties":{"population":5935},"geometry":{"type":"Point","coordinates":[-0.5538593496188747,47.39497375488992]}},{"type":"Feature","properties":{"population":1112},"geometry":{"type":"Point","coordinates":[-0.1821434826865974,47.345213216145179]}},{"type":"Feature","properties":{"population":3552},"geometry":{"type":"Point","coordinates":[-0.5766631523518442,47.42808970126953]}},{"type":"Feature","properties":{"population":26215},"geometry":{"type":"Point","coordinates":[-0.08317418975898985,47.267448878455578]}},{"type":"Feature","properties":{"population":3072},"geometry":{"type":"Point","coordinates":[-0.9046393985181033,47.102472498102958]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[4.508823121317955,48.67978293509304]}},{"type":"Feature","properties":{"population":10240},"geometry":{"type":"Point","coordinates":[-1.345507057328159,48.67555439860923]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[7.018024795685374,47.57455740098117]}},{"type":"Feature","properties":{"population":16416},"geometry":{"type":"Point","coordinates":[-0.3720739924207225,47.45962923672681]}},{"type":"Feature","properties":{"population":863},"geometry":{"type":"Point","coordinates":[5.915422110822884,45.82694715700445]}},{"type":"Feature","properties":{"population":7775},"geometry":{"type":"Point","coordinates":[-0.4718533462346211,47.514842049352477]}},{"type":"Feature","properties":{"population":4212},"geometry":{"type":"Point","coordinates":[-0.9572512515384147,47.08046354062578]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[7.4419472466164049,48.693740466579537]}},{"type":"Feature","properties":{"population":1734},"geometry":{"type":"Point","coordinates":[-1.1564437780196336,49.07505337099256]}},{"type":"Feature","properties":{"population":3189},"geometry":{"type":"Point","coordinates":[-0.8380131677440893,47.0083480319768]}},{"type":"Feature","properties":{"population":8353},"geometry":{"type":"Point","coordinates":[-1.4427602707653796,49.05703462349964]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[5.311025884179402,49.578987008887789]}},{"type":"Feature","properties":{"population":15358},"geometry":{"type":"Point","coordinates":[-0.4738454149498268,47.45133223542921]}},{"type":"Feature","properties":{"population":3192},"geometry":{"type":"Point","coordinates":[6.609639030197593,46.392630195999959]}},{"type":"Feature","properties":{"population":4342},"geometry":{"type":"Point","coordinates":[1.563620301839568,47.27758519807191]}},{"type":"Feature","properties":{"population":1261},"geometry":{"type":"Point","coordinates":[-0.06737113645356346,47.2274831442016]}},{"type":"Feature","properties":{"population":1446},"geometry":{"type":"Point","coordinates":[-0.02200266571351814,47.26267255936803]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[-1.4374389811801903,49.03979436627902]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[2.208302858674439,47.71832561307188]}},{"type":"Feature","properties":{"population":578},"geometry":{"type":"Point","coordinates":[-1.068045323267192,49.08804002767634]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[-1.3807017913727562,49.08709472454383]}},{"type":"Feature","properties":{"population":3532},"geometry":{"type":"Point","coordinates":[2.822162572718121,42.79644254220189]}},{"type":"Feature","properties":{"population":10220},"geometry":{"type":"Point","coordinates":[-1.203608451525406,49.31357114298346]}},{"type":"Feature","properties":{"population":3103},"geometry":{"type":"Point","coordinates":[-1.5725870242934224,48.85126845701323]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[-1.4318742043009512,49.509533974289208]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[-1.4731251085914086,49.483324287034118]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[-1.2953980599492987,49.281057114830748]}},{"type":"Feature","properties":{"population":11053},"geometry":{"type":"Point","coordinates":[6.306750254936738,43.38038410300602]}},{"type":"Feature","properties":{"population":5},"geometry":{"type":"Point","coordinates":[2.081693461626888,42.76905885334382]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[-1.524401258569663,49.53162497758011]}},{"type":"Feature","properties":{"population":1431},"geometry":{"type":"Point","coordinates":[-1.319719354278621,48.68681202754122]}},{"type":"Feature","properties":{"population":1304},"geometry":{"type":"Point","coordinates":[-1.3014693940721128,49.24884185762023]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[5.991671375702875,48.42507029080778]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[-1.4612724189594544,49.54253992404102]}},{"type":"Feature","properties":{"population":1925},"geometry":{"type":"Point","coordinates":[-1.372422224608186,48.66150502982212]}},{"type":"Feature","properties":{"population":6791},"geometry":{"type":"Point","coordinates":[-1.4731074379240293,49.51283150520063]}},{"type":"Feature","properties":{"population":1186},"geometry":{"type":"Point","coordinates":[-1.510318493477301,49.49631219795057]}},{"type":"Feature","properties":{"population":4011},"geometry":{"type":"Point","coordinates":[3.989927493424304,49.22002757497728]}},{"type":"Feature","properties":{"population":618},"geometry":{"type":"Point","coordinates":[4.5186028478820019,48.722329876890928]}},{"type":"Feature","properties":{"population":3015},"geometry":{"type":"Point","coordinates":[3.006367480837637,48.818069345385058]}},{"type":"Feature","properties":{"population":1329},"geometry":{"type":"Point","coordinates":[4.323864380237584,48.927261129267908]}},{"type":"Feature","properties":{"population":5803},"geometry":{"type":"Point","coordinates":[3.6790367589925494,49.30589999526565]}},{"type":"Feature","properties":{"population":4258},"geometry":{"type":"Point","coordinates":[2.8027341297689927,48.501385912903248]}},{"type":"Feature","properties":{"population":1769},"geometry":{"type":"Point","coordinates":[4.595000121415878,48.70116020338825]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[3.7273836953027787,49.30133897807084]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[4.621155223866528,48.720499512150187]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[3.9580874799797489,49.23831722905785]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[3.948639233191878,49.01896265556519]}},{"type":"Feature","properties":{"population":3526},"geometry":{"type":"Point","coordinates":[3.990194787876066,49.27032570785075]}},{"type":"Feature","properties":{"population":1396},"geometry":{"type":"Point","coordinates":[3.7703589413117415,48.54845648636263]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[4.107869375261669,49.22521072913392]}},{"type":"Feature","properties":{"population":798},"geometry":{"type":"Point","coordinates":[4.357829746997161,48.992464376207397]}},{"type":"Feature","properties":{"population":13},"geometry":{"type":"Point","coordinates":[5.535705803242419,49.160484140149339]}},{"type":"Feature","properties":{"population":4783},"geometry":{"type":"Point","coordinates":[3.7251563928802544,48.7241230613464]}},{"type":"Feature","properties":{"population":1512},"geometry":{"type":"Point","coordinates":[6.03609236479535,48.896291035547509]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[3.9455396351648277,49.25895115242742]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[3.7093734410163945,48.69930285462583]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[4.620084624705372,48.74840022291591]}},{"type":"Feature","properties":{"population":1579},"geometry":{"type":"Point","coordinates":[5.95363754996569,49.23249229215079]}},{"type":"Feature","properties":{"population":11454},"geometry":{"type":"Point","coordinates":[4.593078237639291,48.727360050894258]}},{"type":"Feature","properties":{"population":863},"geometry":{"type":"Point","coordinates":[5.285349554494478,48.23542704750739]}},{"type":"Feature","properties":{"population":104260},"geometry":{"type":"Point","coordinates":[6.175446809335193,48.69012190039996]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[5.241585136148295,48.21616487456645]}},{"type":"Feature","properties":{"population":23026},"geometry":{"type":"Point","coordinates":[-3.3279808084295214,47.768582430998247]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[4.923466806285239,48.24468151353867]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[5.144100086031628,48.14188687978682]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[4.937588530844089,48.296511330961809]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[4.871069130272917,48.64781769664402]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[2.3678532190482408,45.269618519776319]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[4.9848944736177149,48.19270448910314]}},{"type":"Feature","properties":{"population":23068},"geometry":{"type":"Point","coordinates":[4.949240414046931,48.628068771834367]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.9609536231970259,48.20859522405009]}},{"type":"Feature","properties":{"population":7697},"geometry":{"type":"Point","coordinates":[5.339232491418051,47.859427091050608]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[4.865362322570902,48.13478215063287]}},{"type":"Feature","properties":{"population":1096},"geometry":{"type":"Point","coordinates":[5.343722741655151,47.822721448532167]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[5.2624127424469029,48.17428261516216]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[4.9030246703050779,48.180162861358258]}},{"type":"Feature","properties":{"population":14601},"geometry":{"type":"Point","coordinates":[-1.629955952255612,43.394012313422688]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[5.483431391326097,49.46821051495313]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.2670269008243679,48.26541997768715]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[4.909895198758656,48.13235496394798]}},{"type":"Feature","properties":{"population":1859},"geometry":{"type":"Point","coordinates":[-0.8729179840230408,48.0245420091849]}},{"type":"Feature","properties":{"population":2809},"geometry":{"type":"Point","coordinates":[0.45562517313953229,46.84114398258071]}},{"type":"Feature","properties":{"population":1832},"geometry":{"type":"Point","coordinates":[-0.549541612499519,48.304028887831417]}},{"type":"Feature","properties":{"population":6211},"geometry":{"type":"Point","coordinates":[-0.6988420571093796,48.067443078107057]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[-0.9849426601061296,47.80629138564989]}},{"type":"Feature","properties":{"population":721},"geometry":{"type":"Point","coordinates":[-0.39277373112451727,47.87278842183541]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[-3.1362206573534729,48.38969152310186]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.45699416369478026,47.042916577099877]}},{"type":"Feature","properties":{"population":9374},"geometry":{"type":"Point","coordinates":[6.204681477195082,48.66720152737171]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[1.2040855303545786,47.08399066666833]}},{"type":"Feature","properties":{"population":16710},"geometry":{"type":"Point","coordinates":[-0.6986802874236299,47.824819931354458]}},{"type":"Feature","properties":{"population":758},"geometry":{"type":"Point","coordinates":[-2.19300936786649,47.87835954453105]}},{"type":"Feature","properties":{"population":4435},"geometry":{"type":"Point","coordinates":[-0.943463227099648,47.84542196927012]}},{"type":"Feature","properties":{"population":5576},"geometry":{"type":"Point","coordinates":[-0.9365883070510251,48.30388849872175]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[-0.7302520997218676,47.875319275043597]}},{"type":"Feature","properties":{"population":12900},"geometry":{"type":"Point","coordinates":[-0.6144574049418671,48.30745233502935]}},{"type":"Feature","properties":{"population":1327},"geometry":{"type":"Point","coordinates":[-0.8928771732037963,48.2792909179998]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[-0.6478324528537064,48.32325049863518]}},{"type":"Feature","properties":{"population":930},"geometry":{"type":"Point","coordinates":[-1.0283418732130548,48.288116870799097]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[6.234933021508613,48.72931669607384]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[0.5835279971693554,42.9922276171496]}},{"type":"Feature","properties":{"population":4645},"geometry":{"type":"Point","coordinates":[6.062575287287603,48.8752805643751]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[2.883127203300506,45.219241468085737]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[6.110738155922817,48.89262833254921]}},{"type":"Feature","properties":{"population":2652},"geometry":{"type":"Point","coordinates":[5.974158406597253,49.21207480271195]}},{"type":"Feature","properties":{"population":7180},"geometry":{"type":"Point","coordinates":[5.957992902236586,49.45823313940448]}},{"type":"Feature","properties":{"population":7996},"geometry":{"type":"Point","coordinates":[5.9528314634087249,49.26199481567737]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[6.065427483107169,48.957124281565068]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[5.543800971912173,48.29044482346324]}},{"type":"Feature","properties":{"population":6594},"geometry":{"type":"Point","coordinates":[6.122742826298138,48.72094375211238]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[1.82025740510853,48.16000407850791]}},{"type":"Feature","properties":{"population":2136},"geometry":{"type":"Point","coordinates":[6.537405565114065,48.59373116459356]}},{"type":"Feature","properties":{"population":11927},"geometry":{"type":"Point","coordinates":[-2.7416139760174946,47.698899200210679]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[3.8507777345633515,49.31663286466933]}},{"type":"Feature","properties":{"population":1934},"geometry":{"type":"Point","coordinates":[5.924220886805559,48.67140946382759]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[0.5349067287090195,49.424445320783]}},{"type":"Feature","properties":{"population":2366},"geometry":{"type":"Point","coordinates":[5.847532846582533,49.16843156548335]}},{"type":"Feature","properties":{"population":9633},"geometry":{"type":"Point","coordinates":[6.360182041058437,48.6192529055734]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[1.2546272614800969,48.14063552752162]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[1.757380102593304,43.04810247289317]}},{"type":"Feature","properties":{"population":1149},"geometry":{"type":"Point","coordinates":[5.821969151837008,48.64130810035576]}},{"type":"Feature","properties":{"population":4442},"geometry":{"type":"Point","coordinates":[5.843639738551276,48.6800161984384]}},{"type":"Feature","properties":{"population":8782},"geometry":{"type":"Point","coordinates":[6.232725207089444,48.707757469335557]}},{"type":"Feature","properties":{"population":5377},"geometry":{"type":"Point","coordinates":[6.198735458653978,48.651385241297997]}},{"type":"Feature","properties":{"population":2202},"geometry":{"type":"Point","coordinates":[6.202955506958175,48.62985076967068]}},{"type":"Feature","properties":{"population":7170},"geometry":{"type":"Point","coordinates":[-1.555658830601499,43.356119244932269]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[5.8321716449315039,49.143485764944518]}},{"type":"Feature","properties":{"population":6511},"geometry":{"type":"Point","coordinates":[6.122011203770672,48.750468949079309]}},{"type":"Feature","properties":{"population":6247},"geometry":{"type":"Point","coordinates":[5.992408318211875,49.22253277412714]}},{"type":"Feature","properties":{"population":2076},"geometry":{"type":"Point","coordinates":[6.172467898322486,48.64105625136917]}},{"type":"Feature","properties":{"population":8130},"geometry":{"type":"Point","coordinates":[5.881924264933538,49.14971238697187]}},{"type":"Feature","properties":{"population":2374},"geometry":{"type":"Point","coordinates":[5.802070802948395,49.533484619846188]}},{"type":"Feature","properties":{"population":6551},"geometry":{"type":"Point","coordinates":[6.241008917513577,48.6459732643453]}},{"type":"Feature","properties":{"population":2370},"geometry":{"type":"Point","coordinates":[6.195406028961722,48.75403428680764]}},{"type":"Feature","properties":{"population":5694},"geometry":{"type":"Point","coordinates":[6.051864172102442,48.7537546450865]}},{"type":"Feature","properties":{"population":15191},"geometry":{"type":"Point","coordinates":[5.7663768244902509,49.52166238852302]}},{"type":"Feature","properties":{"population":1698},"geometry":{"type":"Point","coordinates":[4.59897816095343,44.07725851066658]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[7.684413120489004,48.75252316013289]}},{"type":"Feature","properties":{"population":6081},"geometry":{"type":"Point","coordinates":[6.172872970181596,48.62086072382815]}},{"type":"Feature","properties":{"population":17755},"geometry":{"type":"Point","coordinates":[6.499153327792793,48.591477296298958]}},{"type":"Feature","properties":{"population":4836},"geometry":{"type":"Point","coordinates":[6.110340349584597,48.77287598382345]}},{"type":"Feature","properties":{"population":9921},"geometry":{"type":"Point","coordinates":[6.150405951941754,48.70971907878522]}},{"type":"Feature","properties":{"population":1988},"geometry":{"type":"Point","coordinates":[6.142120015055532,48.6102325102333]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[6.561430806444751,48.563589048057227]}},{"type":"Feature","properties":{"population":9202},"geometry":{"type":"Point","coordinates":[5.778765459091035,49.54666838452004]}},{"type":"Feature","properties":{"population":1051},"geometry":{"type":"Point","coordinates":[6.470004919037663,48.568230776941479]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[2.7051729030358429,49.843869759681059]}},{"type":"Feature","properties":{"population":2261},"geometry":{"type":"Point","coordinates":[-3.1224879665933038,47.601037241746869]}},{"type":"Feature","properties":{"population":3793},"geometry":{"type":"Point","coordinates":[5.757734569127671,49.49904467406574]}},{"type":"Feature","properties":{"population":2833},"geometry":{"type":"Point","coordinates":[6.3347700391122,48.592139808969339]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[-0.8632403016953002,46.57278083719103]}},{"type":"Feature","properties":{"population":10073},"geometry":{"type":"Point","coordinates":[6.206228310688515,48.7050526068093]}},{"type":"Feature","properties":{"population":992},"geometry":{"type":"Point","coordinates":[6.376386985987352,48.63610985597826]}},{"type":"Feature","properties":{"population":1460},"geometry":{"type":"Point","coordinates":[6.040727642445153,48.79174161091969]}},{"type":"Feature","properties":{"population":1548},"geometry":{"type":"Point","coordinates":[2.5120282829282258,49.299961882295139]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[5.946335507558519,46.91336563033783]}},{"type":"Feature","properties":{"population":4285},"geometry":{"type":"Point","coordinates":[6.254852668971602,48.6861304323976]}},{"type":"Feature","properties":{"population":15849},"geometry":{"type":"Point","coordinates":[5.894145411994687,48.68621795277489]}},{"type":"Feature","properties":{"population":9019},"geometry":{"type":"Point","coordinates":[6.221159172615679,48.68556699164668]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[1.7842572264928532,49.98852737078401]}},{"type":"Feature","properties":{"population":29537},"geometry":{"type":"Point","coordinates":[6.164825024349465,48.657596378096318]}},{"type":"Feature","properties":{"population":14761},"geometry":{"type":"Point","coordinates":[6.128941284713629,48.66196390677958]}},{"type":"Feature","properties":{"population":10069},"geometry":{"type":"Point","coordinates":[5.926842279271609,49.46449109757987]}},{"type":"Feature","properties":{"population":14668},"geometry":{"type":"Point","coordinates":[5.162878390768196,48.764281516210598]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[2.915501460444322,45.681763716890269]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[5.175474330927089,48.79828043630022]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[5.381706671385171,49.13207594992032]}},{"type":"Feature","properties":{"population":3021},"geometry":{"type":"Point","coordinates":[5.395192723783289,49.17973110651572]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[5.128431139600543,49.57906625799621]}},{"type":"Feature","properties":{"population":936},"geometry":{"type":"Point","coordinates":[5.4266270571089409,49.124627692028528]}},{"type":"Feature","properties":{"population":8664},"geometry":{"type":"Point","coordinates":[2.325580913720752,48.93742506084253]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[6.135588896181047,44.83686811431685]}},{"type":"Feature","properties":{"population":3179},"geometry":{"type":"Point","coordinates":[5.3391217871488669,49.17182303142055]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[3.5704586291582656,44.864129347696]}},{"type":"Feature","properties":{"population":16689},"geometry":{"type":"Point","coordinates":[5.36276597908773,49.14570254883264]}},{"type":"Feature","properties":{"population":1513},"geometry":{"type":"Point","coordinates":[-2.2680195381844339,47.912538548510429]}},{"type":"Feature","properties":{"population":14222},"geometry":{"type":"Point","coordinates":[-2.9897529357362138,47.66760022560357]}},{"type":"Feature","properties":{"population":6228},"geometry":{"type":"Point","coordinates":[-3.0309034468094255,47.875595072995057]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[2.8805462091331575,49.20954772048125]}},{"type":"Feature","properties":{"population":6924},"geometry":{"type":"Point","coordinates":[-3.0244080228264345,47.70943859164078]}},{"type":"Feature","properties":{"population":3099},"geometry":{"type":"Point","coordinates":[-3.0003320694005208,47.83005035726392]}},{"type":"Feature","properties":{"population":1807},"geometry":{"type":"Point","coordinates":[-0.41887531951376086,45.073047642457137]}},{"type":"Feature","properties":{"population":4223},"geometry":{"type":"Point","coordinates":[-3.070519542241059,47.608191644545268]}},{"type":"Feature","properties":{"population":4044},"geometry":{"type":"Point","coordinates":[-3.1134842143749457,47.771786871712738]}},{"type":"Feature","properties":{"population":7074},"geometry":{"type":"Point","coordinates":[-3.3415399851661355,47.81324210188294]}},{"type":"Feature","properties":{"population":737},"geometry":{"type":"Point","coordinates":[-2.35907795601244,47.93934501681886]}},{"type":"Feature","properties":{"population":3422},"geometry":{"type":"Point","coordinates":[-3.0005306714157875,47.63048499060852]}},{"type":"Feature","properties":{"population":15746},"geometry":{"type":"Point","coordinates":[-3.2705515063393699,47.80746683237678]}},{"type":"Feature","properties":{"population":2592},"geometry":{"type":"Point","coordinates":[-3.437840316892576,47.808471229573289]}},{"type":"Feature","properties":{"population":6068},"geometry":{"type":"Point","coordinates":[-2.1292831453103124,47.907723183678857]}},{"type":"Feature","properties":{"population":11947},"geometry":{"type":"Point","coordinates":[-3.492342249251953,47.794408709955018]}},{"type":"Feature","properties":{"population":798},"geometry":{"type":"Point","coordinates":[1.2379930113748845,47.67572588452605]}},{"type":"Feature","properties":{"population":2061},"geometry":{"type":"Point","coordinates":[-3.6233786633971087,48.042874013481888]}},{"type":"Feature","properties":{"population":6571},"geometry":{"type":"Point","coordinates":[-3.2521359214492064,47.856243383475227]}},{"type":"Feature","properties":{"population":6966},"geometry":{"type":"Point","coordinates":[-3.2477584863666086,47.76872225120352]}},{"type":"Feature","properties":{"population":8047},"geometry":{"type":"Point","coordinates":[-3.1481062905367027,47.837072473218139]}},{"type":"Feature","properties":{"population":4958},"geometry":{"type":"Point","coordinates":[7.459605131114697,49.04752324724267]}},{"type":"Feature","properties":{"population":660},"geometry":{"type":"Point","coordinates":[3.2270968335143785,48.90108492765055]}},{"type":"Feature","properties":{"population":8318},"geometry":{"type":"Point","coordinates":[-3.391226078979416,47.71561371504467]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[6.944729055657969,47.659014604990677]}},{"type":"Feature","properties":{"population":4075},"geometry":{"type":"Point","coordinates":[-3.32924948619947,47.730766852794229]}},{"type":"Feature","properties":{"population":1841},"geometry":{"type":"Point","coordinates":[-3.0567238874204105,48.069257531974319]}},{"type":"Feature","properties":{"population":1447},"geometry":{"type":"Point","coordinates":[-2.972067332964538,48.121727931588157]}},{"type":"Feature","properties":{"population":12435},"geometry":{"type":"Point","coordinates":[7.859806672433754,48.758111631353788]}},{"type":"Feature","properties":{"population":3607},"geometry":{"type":"Point","coordinates":[-2.8914541820288428,48.06172365519976]}},{"type":"Feature","properties":{"population":9879},"geometry":{"type":"Point","coordinates":[-2.379815019291089,47.91736713051644]}},{"type":"Feature","properties":{"population":2605},"geometry":{"type":"Point","coordinates":[-2.8979514251525617,47.66135333952523]}},{"type":"Feature","properties":{"population":5354},"geometry":{"type":"Point","coordinates":[-3.232761947457294,47.69230400046408]}},{"type":"Feature","properties":{"population":7651},"geometry":{"type":"Point","coordinates":[-3.0163165761222827,47.78263301809218]}},{"type":"Feature","properties":{"population":3965},"geometry":{"type":"Point","coordinates":[-3.419430393716108,47.83926455328303]}},{"type":"Feature","properties":{"population":8790},"geometry":{"type":"Point","coordinates":[-3.4183297791058759,47.784453697646437]}},{"type":"Feature","properties":{"population":5772},"geometry":{"type":"Point","coordinates":[-3.303316302691646,47.718755316171158]}},{"type":"Feature","properties":{"population":4688},"geometry":{"type":"Point","coordinates":[-3.1234660681476935,47.488639537276068]}},{"type":"Feature","properties":{"population":1294},"geometry":{"type":"Point","coordinates":[-3.185141306511122,47.71699323463673]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[-2.1447374657348776,47.956196329113]}},{"type":"Feature","properties":{"population":3373},"geometry":{"type":"Point","coordinates":[6.713581438504235,49.166624905906228]}},{"type":"Feature","properties":{"population":3901},"geometry":{"type":"Point","coordinates":[-2.66582344592041,47.69862269183871]}},{"type":"Feature","properties":{"population":721},"geometry":{"type":"Point","coordinates":[2.4486066735965448,50.43655046780399]}},{"type":"Feature","properties":{"population":1065},"geometry":{"type":"Point","coordinates":[-2.1225622877481067,47.67242047713499]}},{"type":"Feature","properties":{"population":2236},"geometry":{"type":"Point","coordinates":[-3.1373437311450926,47.52283904957584]}},{"type":"Feature","properties":{"population":3053},"geometry":{"type":"Point","coordinates":[3.0049764984366464,50.59092449005948]}},{"type":"Feature","properties":{"population":8977},"geometry":{"type":"Point","coordinates":[-2.751152784343937,47.52391992627512]}},{"type":"Feature","properties":{"population":8195},"geometry":{"type":"Point","coordinates":[6.686293094545422,43.47161590858185]}},{"type":"Feature","properties":{"population":1092},"geometry":{"type":"Point","coordinates":[4.312023513311897,49.1054143735677]}},{"type":"Feature","properties":{"population":2135},"geometry":{"type":"Point","coordinates":[-2.9950544784281849,48.038546303577657]}},{"type":"Feature","properties":{"population":2330},"geometry":{"type":"Point","coordinates":[-2.4425987916461939,47.962403195724949]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[6.269615459416227,49.08765171088183]}},{"type":"Feature","properties":{"population":8403},"geometry":{"type":"Point","coordinates":[-2.6518017358072427,47.63168444106601]}},{"type":"Feature","properties":{"population":1768},"geometry":{"type":"Point","coordinates":[-3.0369620186083199,47.590036827923487]}},{"type":"Feature","properties":{"population":2581},"geometry":{"type":"Point","coordinates":[-2.9388816267287,47.63689292359537]}},{"type":"Feature","properties":{"population":10828},"geometry":{"type":"Point","coordinates":[6.101301083770827,49.24112896253759]}},{"type":"Feature","properties":{"population":1566},"geometry":{"type":"Point","coordinates":[6.1958554630902349,49.2472959882329]}},{"type":"Feature","properties":{"population":4617},"geometry":{"type":"Point","coordinates":[6.143286128646068,49.124629275487198]}},{"type":"Feature","properties":{"population":6433},"geometry":{"type":"Point","coordinates":[6.943202458671806,49.167746106997267]}},{"type":"Feature","properties":{"population":1247},"geometry":{"type":"Point","coordinates":[1.2711014620878916,48.20985993137005]}},{"type":"Feature","properties":{"population":1147},"geometry":{"type":"Point","coordinates":[6.958137597972748,49.18016765640221]}},{"type":"Feature","properties":{"population":2859},"geometry":{"type":"Point","coordinates":[6.193139671346922,49.31522324647584]}},{"type":"Feature","properties":{"population":861},"geometry":{"type":"Point","coordinates":[6.812624163458842,49.1300808715534]}},{"type":"Feature","properties":{"population":1196},"geometry":{"type":"Point","coordinates":[7.074164498203013,48.718150499357118]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[6.26759464563758,49.1062632081325]}},{"type":"Feature","properties":{"population":2674},"geometry":{"type":"Point","coordinates":[6.90958455141865,49.171449092944047]}},{"type":"Feature","properties":{"population":3799},"geometry":{"type":"Point","coordinates":[6.574708767643628,49.05079145135409]}},{"type":"Feature","properties":{"population":3567},"geometry":{"type":"Point","coordinates":[2.948228551242646,50.54127697076215]}},{"type":"Feature","properties":{"population":12514},"geometry":{"type":"Point","coordinates":[6.681329215648736,49.20926821545246]}},{"type":"Feature","properties":{"population":987},"geometry":{"type":"Point","coordinates":[6.162329250454462,49.03969820024814]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[-0.13402391681023644,47.82984538276368]}},{"type":"Feature","properties":{"population":2550},"geometry":{"type":"Point","coordinates":[6.638348841804345,49.2250648891381]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[3.1733995495585218,50.35423862738756]}},{"type":"Feature","properties":{"population":14798},"geometry":{"type":"Point","coordinates":[6.1056011993703429,49.298262197235469]}},{"type":"Feature","properties":{"population":5316},"geometry":{"type":"Point","coordinates":[6.866558785766343,49.11701909472258]}},{"type":"Feature","properties":{"population":1332},"geometry":{"type":"Point","coordinates":[6.884911463203359,49.09084539095853]}},{"type":"Feature","properties":{"population":5155},"geometry":{"type":"Point","coordinates":[6.593726613863668,49.03563532438048]}},{"type":"Feature","properties":{"population":11869},"geometry":{"type":"Point","coordinates":[6.123557898588784,49.32790193795479]}},{"type":"Feature","properties":{"population":5827},"geometry":{"type":"Point","coordinates":[6.522858759239867,46.05223200368702]}},{"type":"Feature","properties":{"population":21130},"geometry":{"type":"Point","coordinates":[6.892443653230471,49.19184442489692]}},{"type":"Feature","properties":{"population":13027},"geometry":{"type":"Point","coordinates":[6.797848471958452,49.15209746491216]}},{"type":"Feature","properties":{"population":1362},"geometry":{"type":"Point","coordinates":[6.235631009297388,49.34859070386349]}},{"type":"Feature","properties":{"population":7761},"geometry":{"type":"Point","coordinates":[6.20381118564405,49.29861243982091]}},{"type":"Feature","properties":{"population":1338},"geometry":{"type":"Point","coordinates":[7.0839568362926459,49.089809562168]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[6.6184288750137079,49.19430756461974]}},{"type":"Feature","properties":{"population":3960},"geometry":{"type":"Point","coordinates":[6.146869711284756,49.114890365779569]}},{"type":"Feature","properties":{"population":9321},"geometry":{"type":"Point","coordinates":[6.158488185830568,49.24588437488614]}},{"type":"Feature","properties":{"population":9997},"geometry":{"type":"Point","coordinates":[3.256064651887944,50.33052203011378]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[1.2217754479062173,46.543977629013749]}},{"type":"Feature","properties":{"population":2237},"geometry":{"type":"Point","coordinates":[6.238042915811934,49.37603218081771]}},{"type":"Feature","properties":{"population":2875},"geometry":{"type":"Point","coordinates":[6.649151374406887,49.182992247489099]}},{"type":"Feature","properties":{"population":1003},"geometry":{"type":"Point","coordinates":[5.3787423290274749,45.44710575569456]}},{"type":"Feature","properties":{"population":7938},"geometry":{"type":"Point","coordinates":[6.171726208376116,49.23420634755912]}},{"type":"Feature","properties":{"population":2831},"geometry":{"type":"Point","coordinates":[7.038335039829002,49.053943684737237]}},{"type":"Feature","properties":{"population":592},"geometry":{"type":"Point","coordinates":[6.184141685078711,49.21129979023108]}},{"type":"Feature","properties":{"population":15968},"geometry":{"type":"Point","coordinates":[6.0662016411780599,49.33105332817601]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[2.6143712547550885,46.63406201545783]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[1.7907740798239074,44.8663616940533]}},{"type":"Feature","properties":{"population":7765},"geometry":{"type":"Point","coordinates":[6.1523218038623999,49.41698812347547]}},{"type":"Feature","properties":{"population":10780},"geometry":{"type":"Point","coordinates":[2.9278819901727428,50.526007027421588]}},{"type":"Feature","properties":{"population":6267},"geometry":{"type":"Point","coordinates":[6.773183195316256,49.12803395721791]}},{"type":"Feature","properties":{"population":1950},"geometry":{"type":"Point","coordinates":[0.38398700134570676,49.0230637315042]}},{"type":"Feature","properties":{"population":7456},"geometry":{"type":"Point","coordinates":[6.132305608090839,49.34655099484169]}},{"type":"Feature","properties":{"population":5182},"geometry":{"type":"Point","coordinates":[6.734611257885935,49.15968802456634]}},{"type":"Feature","properties":{"population":4626},"geometry":{"type":"Point","coordinates":[3.2277393129070339,50.32972388093867]}},{"type":"Feature","properties":{"population":1799},"geometry":{"type":"Point","coordinates":[6.1809046645829499,49.32921319840811]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[2.731415332978962,48.6224548342822]}},{"type":"Feature","properties":{"population":1431},"geometry":{"type":"Point","coordinates":[6.085291370341223,49.06302566982678]}},{"type":"Feature","properties":{"population":1418},"geometry":{"type":"Point","coordinates":[7.38234578218446,49.010049625153488]}},{"type":"Feature","properties":{"population":2182},"geometry":{"type":"Point","coordinates":[2.9960612839724507,50.664013932517189]}},{"type":"Feature","properties":{"population":3611},"geometry":{"type":"Point","coordinates":[6.649104134970929,49.11942661789382]}},{"type":"Feature","properties":{"population":1731},"geometry":{"type":"Point","coordinates":[6.110099387086068,49.14353584926716]}},{"type":"Feature","properties":{"population":2802},"geometry":{"type":"Point","coordinates":[6.769471922502581,49.094526730170198]}},{"type":"Feature","properties":{"population":11792},"geometry":{"type":"Point","coordinates":[6.156239517098418,49.20866567322197]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[-1.4342841311492545,43.09199067730001]}},{"type":"Feature","properties":{"population":4118},"geometry":{"type":"Point","coordinates":[3.927298858594528,50.12401313129657]}},{"type":"Feature","properties":{"population":3010},"geometry":{"type":"Point","coordinates":[6.174442580226185,49.38069280051673]}},{"type":"Feature","properties":{"population":920},"geometry":{"type":"Point","coordinates":[4.286574391073349,44.39327863414909]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[3.2866381558516037,50.15350943427239]}},{"type":"Feature","properties":{"population":6527},"geometry":{"type":"Point","coordinates":[6.11314888293775,49.21617751273617]}},{"type":"Feature","properties":{"population":9971},"geometry":{"type":"Point","coordinates":[6.15286061682652,49.06611344140311]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[3.451206557261023,50.12740021365779]}},{"type":"Feature","properties":{"population":21854},"geometry":{"type":"Point","coordinates":[6.154812217283426,49.09505032171642]}},{"type":"Feature","properties":{"population":2666},"geometry":{"type":"Point","coordinates":[6.867004717730234,49.16786137686696]}},{"type":"Feature","properties":{"population":4394},"geometry":{"type":"Point","coordinates":[6.050666172071914,49.344524467757228]}},{"type":"Feature","properties":{"population":5088},"geometry":{"type":"Point","coordinates":[6.118359655887708,49.092299843183429]}},{"type":"Feature","properties":{"population":7330},"geometry":{"type":"Point","coordinates":[6.037529872551815,49.25378720190726]}},{"type":"Feature","properties":{"population":1013},"geometry":{"type":"Point","coordinates":[6.111798561336922,49.180089447885929]}},{"type":"Feature","properties":{"population":1478},"geometry":{"type":"Point","coordinates":[6.094836838116354,49.22509039332036]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[6.194416022008136,49.05508383281278]}},{"type":"Feature","properties":{"population":3514},"geometry":{"type":"Point","coordinates":[6.20910964191,49.14010598636921]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[6.0555996325689949,49.295931204694827]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[-0.07737997374689038,44.83043020662941]}},{"type":"Feature","properties":{"population":2334},"geometry":{"type":"Point","coordinates":[7.104055736189896,48.74963566264635]}},{"type":"Feature","properties":{"population":2116},"geometry":{"type":"Point","coordinates":[6.163346827595268,49.28467644736251]}},{"type":"Feature","properties":{"population":9697},"geometry":{"type":"Point","coordinates":[6.086969649824031,49.243973257381238]}},{"type":"Feature","properties":{"population":2450},"geometry":{"type":"Point","coordinates":[6.9211082302572459,49.21311775082251]}},{"type":"Feature","properties":{"population":2485},"geometry":{"type":"Point","coordinates":[6.060708754219114,49.266921943347387]}},{"type":"Feature","properties":{"population":9437},"geometry":{"type":"Point","coordinates":[2.942586001595742,47.402894724014078]}},{"type":"Feature","properties":{"population":15045},"geometry":{"type":"Point","coordinates":[6.713018717841335,49.12838842537045]}},{"type":"Feature","properties":{"population":4174},"geometry":{"type":"Point","coordinates":[6.0934560008007969,49.32335282830986]}},{"type":"Feature","properties":{"population":4505},"geometry":{"type":"Point","coordinates":[6.006536926708349,49.19147717115548]}},{"type":"Feature","properties":{"population":1959},"geometry":{"type":"Point","coordinates":[3.3845428292747048,50.14055277704895]}},{"type":"Feature","properties":{"population":786},"geometry":{"type":"Point","coordinates":[7.062486216380139,48.775033517383857]}},{"type":"Feature","properties":{"population":12359},"geometry":{"type":"Point","coordinates":[7.047420349501948,48.73810679708943]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[7.406234082752345,49.080482246910978]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[2.4166688253299379,50.029026683935089]}},{"type":"Feature","properties":{"population":1022},"geometry":{"type":"Point","coordinates":[6.1377785886888829,49.19651797225945]}},{"type":"Feature","properties":{"population":2441},"geometry":{"type":"Point","coordinates":[6.890548823382217,49.12783292241189]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[3.509443531925415,46.75576480650675]}},{"type":"Feature","properties":{"population":42163},"geometry":{"type":"Point","coordinates":[6.128819554261708,49.376149472447789]}},{"type":"Feature","properties":{"population":716},"geometry":{"type":"Point","coordinates":[3.423151906205542,50.14298882504647]}},{"type":"Feature","properties":{"population":6976},"geometry":{"type":"Point","coordinates":[6.149799159946577,49.30582335338182]}},{"type":"Feature","properties":{"population":5152},"geometry":{"type":"Point","coordinates":[3.4657896813709958,46.80878512763809]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[6.069334633135134,49.09274757106945]}},{"type":"Feature","properties":{"population":14302},"geometry":{"type":"Point","coordinates":[6.157956413879896,49.16436738324467]}},{"type":"Feature","properties":{"population":17401},"geometry":{"type":"Point","coordinates":[6.200753905251284,49.35181711638906]}},{"type":"Feature","properties":{"population":1517},"geometry":{"type":"Point","coordinates":[3.1401415782295758,46.94183349214404]}},{"type":"Feature","properties":{"population":4672},"geometry":{"type":"Point","coordinates":[3.029624348467974,47.18359024966941]}},{"type":"Feature","properties":{"population":3593},"geometry":{"type":"Point","coordinates":[3.5103772021119936,47.46125521977054]}},{"type":"Feature","properties":{"population":4037},"geometry":{"type":"Point","coordinates":[3.0912956129671045,47.016653012913078]}},{"type":"Feature","properties":{"population":2474},"geometry":{"type":"Point","coordinates":[2.964418996147055,50.64690135474809]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[3.3005646963642665,44.090206251856319]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.492871097581249,48.304823013287528]}},{"type":"Feature","properties":{"population":3685},"geometry":{"type":"Point","coordinates":[3.0936089412744716,47.04369194176806]}},{"type":"Feature","properties":{"population":3183},"geometry":{"type":"Point","coordinates":[3.2815903824247538,46.93561218881288]}},{"type":"Feature","properties":{"population":3675},"geometry":{"type":"Point","coordinates":[3.092405865451289,46.983936185454869]}},{"type":"Feature","properties":{"population":1734},"geometry":{"type":"Point","coordinates":[3.4536118970631559,46.849074587907747]}},{"type":"Feature","properties":{"population":2065},"geometry":{"type":"Point","coordinates":[3.8712518632708146,50.29676218548894]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[3.3199944484364996,46.89898848923474]}},{"type":"Feature","properties":{"population":1046},"geometry":{"type":"Point","coordinates":[2.977329085147041,47.4040325679788]}},{"type":"Feature","properties":{"population":1374},"geometry":{"type":"Point","coordinates":[6.905591428238332,49.151323986269698]}},{"type":"Feature","properties":{"population":6039},"geometry":{"type":"Point","coordinates":[2.216128295326494,51.00520168358525]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[3.6048233546111074,43.83420856550529]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[5.714260498019056,49.442887184315008]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[3.506068569284597,47.51314221901906]}},{"type":"Feature","properties":{"population":13422},"geometry":{"type":"Point","coordinates":[3.5106925863873146,50.375171595490979]}},{"type":"Feature","properties":{"population":29066},"geometry":{"type":"Point","coordinates":[3.9631115335634425,50.28435649231735]}},{"type":"Feature","properties":{"population":2125},"geometry":{"type":"Point","coordinates":[2.348914884093164,50.98193053202109]}},{"type":"Feature","properties":{"population":1726},"geometry":{"type":"Point","coordinates":[3.4517659281471029,50.37533748462007]}},{"type":"Feature","properties":{"population":25581},"geometry":{"type":"Point","coordinates":[2.8805432389589415,50.691234101201697]}},{"type":"Feature","properties":{"population":9652},"geometry":{"type":"Point","coordinates":[2.635371079992853,50.645395050086509]}},{"type":"Feature","properties":{"population":7188},"geometry":{"type":"Point","coordinates":[3.0612650674226447,50.41446247256131]}},{"type":"Feature","properties":{"population":7183},"geometry":{"type":"Point","coordinates":[3.537315213400915,50.32610297427153]}},{"type":"Feature","properties":{"population":8756},"geometry":{"type":"Point","coordinates":[3.8321314359927038,50.20531110936552]}},{"type":"Feature","properties":{"population":2280},"geometry":{"type":"Point","coordinates":[3.9515704259099819,50.10583593903304]}},{"type":"Feature","properties":{"population":18736},"geometry":{"type":"Point","coordinates":[3.132840952028564,45.89422671226567]}},{"type":"Feature","properties":{"population":2258},"geometry":{"type":"Point","coordinates":[3.875607862130896,50.2079618874409]}},{"type":"Feature","properties":{"population":6622},"geometry":{"type":"Point","coordinates":[2.810162774445224,50.53985515511093]}},{"type":"Feature","properties":{"population":4999},"geometry":{"type":"Point","coordinates":[2.892651498121943,50.51540462272926]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[2.945662594743173,44.752205142964438]}},{"type":"Feature","properties":{"population":3180},"geometry":{"type":"Point","coordinates":[3.7933723850442049,50.20584424314096]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[2.2817984165404514,49.480348256607658]}},{"type":"Feature","properties":{"population":6784},"geometry":{"type":"Point","coordinates":[3.504771406478014,50.388983866274859]}},{"type":"Feature","properties":{"population":2834},"geometry":{"type":"Point","coordinates":[3.2832074474526755,50.44992436681362]}},{"type":"Feature","properties":{"population":3436},"geometry":{"type":"Point","coordinates":[3.1372095420172005,45.71349464432821]}},{"type":"Feature","properties":{"population":9713},"geometry":{"type":"Point","coordinates":[3.0954926184317035,50.71013904391883]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[2.5810704132763155,50.73175413306694]}},{"type":"Feature","properties":{"population":7023},"geometry":{"type":"Point","coordinates":[2.2036023281223806,50.94245049525485]}},{"type":"Feature","properties":{"population":4847},"geometry":{"type":"Point","coordinates":[3.0746995264613465,50.76362966820898]}},{"type":"Feature","properties":{"population":713},"geometry":{"type":"Point","coordinates":[3.4870301377673327,50.15539745400697]}},{"type":"Feature","properties":{"population":11309},"geometry":{"type":"Point","coordinates":[3.5385855397131,50.39779628353814]}},{"type":"Feature","properties":{"population":1350},"geometry":{"type":"Point","coordinates":[3.244177110768256,50.35588267452757]}},{"type":"Feature","properties":{"population":2262},"geometry":{"type":"Point","coordinates":[3.174074156834167,50.504629727686388]}},{"type":"Feature","properties":{"population":31425},"geometry":{"type":"Point","coordinates":[3.241987662602367,50.1701814434014]}},{"type":"Feature","properties":{"population":7899},"geometry":{"type":"Point","coordinates":[2.36924288336257,50.99667561239563]}},{"type":"Feature","properties":{"population":1076},"geometry":{"type":"Point","coordinates":[2.960824215231456,50.51925516474888]}},{"type":"Feature","properties":{"population":14070},"geometry":{"type":"Point","coordinates":[3.4188775278620606,50.11896952573725]}},{"type":"Feature","properties":{"population":4656},"geometry":{"type":"Point","coordinates":[3.148296111613155,50.34822522810524]}},{"type":"Feature","properties":{"population":8719},"geometry":{"type":"Point","coordinates":[2.8956744135997698,50.66584666022017]}},{"type":"Feature","properties":{"population":12671},"geometry":{"type":"Point","coordinates":[3.016707704849612,50.7498143479759]}},{"type":"Feature","properties":{"population":20765},"geometry":{"type":"Point","coordinates":[2.394941492143811,51.017988554345468]}},{"type":"Feature","properties":{"population":3246},"geometry":{"type":"Point","coordinates":[3.193928705621123,50.449916600943]}},{"type":"Feature","properties":{"population":20778},"geometry":{"type":"Point","coordinates":[3.1556995656310375,50.673903814242319]}},{"type":"Feature","properties":{"population":6472},"geometry":{"type":"Point","coordinates":[3.0336626250731228,50.3740061292648]}},{"type":"Feature","properties":{"population":21467},"geometry":{"type":"Point","coordinates":[3.108021895121428,50.64321725820063]}},{"type":"Feature","properties":{"population":5351},"geometry":{"type":"Point","coordinates":[3.1301584667657269,50.34994693358452]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[3.533177858058414,50.12162261728664]}},{"type":"Feature","properties":{"population":20640},"geometry":{"type":"Point","coordinates":[3.3900748731179637,50.33025930084401]}},{"type":"Feature","properties":{"population":1819},"geometry":{"type":"Point","coordinates":[2.9699929139023397,50.7285808627343]}},{"type":"Feature","properties":{"population":39648},"geometry":{"type":"Point","coordinates":[3.090646797476043,50.38167333562359]}},{"type":"Feature","properties":{"population":10207},"geometry":{"type":"Point","coordinates":[3.3889499375709577,50.29939763177444]}},{"type":"Feature","properties":{"population":4877},"geometry":{"type":"Point","coordinates":[-2.3469760793965048,46.7098289698266]}},{"type":"Feature","properties":{"population":3912},"geometry":{"type":"Point","coordinates":[3.219133752205663,50.187058058464007]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[3.36721835465002,47.823764688462777]}},{"type":"Feature","properties":{"population":1454},"geometry":{"type":"Point","coordinates":[2.698876279016268,50.68028534292168]}},{"type":"Feature","properties":{"population":1293},"geometry":{"type":"Point","coordinates":[2.9330758387434376,50.640323707450217]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[3.2558905658354586,50.1417619082136]}},{"type":"Feature","properties":{"population":5356},"geometry":{"type":"Point","coordinates":[2.840512747764833,50.670318003432218]}},{"type":"Feature","properties":{"population":2320},"geometry":{"type":"Point","coordinates":[3.423091025046565,50.31347332097048]}},{"type":"Feature","properties":{"population":1574},"geometry":{"type":"Point","coordinates":[3.3159954884703879,50.37006211936118]}},{"type":"Feature","properties":{"population":9253},"geometry":{"type":"Point","coordinates":[3.3405686973156265,50.33357462761453]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[3.518847541168961,45.60663998030526]}},{"type":"Feature","properties":{"population":3204},"geometry":{"type":"Point","coordinates":[3.274356773442899,50.19244277911745]}},{"type":"Feature","properties":{"population":4152},"geometry":{"type":"Point","coordinates":[3.5531315394417239,50.42432167580611]}},{"type":"Feature","properties":{"population":3250},"geometry":{"type":"Point","coordinates":[3.40286969579077,50.352994247534997]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[4.5183666697836479,46.902108197384119]}},{"type":"Feature","properties":{"population":2123},"geometry":{"type":"Point","coordinates":[5.769897733345371,45.15436139568361]}},{"type":"Feature","properties":{"population":1351},"geometry":{"type":"Point","coordinates":[3.195136995704337,49.02722862042416]}},{"type":"Feature","properties":{"population":6496},"geometry":{"type":"Point","coordinates":[2.721090791138912,50.65486074154301]}},{"type":"Feature","properties":{"population":1801},"geometry":{"type":"Point","coordinates":[5.318828690634307,45.10507132971591]}},{"type":"Feature","properties":{"population":2475},"geometry":{"type":"Point","coordinates":[3.5214368308080408,50.311788005594859]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[4.267639389501096,49.85750753731345]}},{"type":"Feature","properties":{"population":6752},"geometry":{"type":"Point","coordinates":[3.909451405555263,50.29488722343297]}},{"type":"Feature","properties":{"population":5529},"geometry":{"type":"Point","coordinates":[3.3000516405045294,50.367496370436168]}},{"type":"Feature","properties":{"population":4463},"geometry":{"type":"Point","coordinates":[3.5308028556843875,50.481215061399257]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[4.019140438162677,50.048062812669119]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[3.747285359255779,47.48790738255584]}},{"type":"Feature","properties":{"population":5202},"geometry":{"type":"Point","coordinates":[3.9916603933811114,50.24566752339029]}},{"type":"Feature","properties":{"population":1062},"geometry":{"type":"Point","coordinates":[4.02793834945901,50.24016276585283]}},{"type":"Feature","properties":{"population":8716},"geometry":{"type":"Point","coordinates":[2.80533044229097,49.432649625272357]}},{"type":"Feature","properties":{"population":5642},"geometry":{"type":"Point","coordinates":[3.0508619482271008,50.40163229289971]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[0.21628000444307286,43.01615779617657]}},{"type":"Feature","properties":{"population":5610},"geometry":{"type":"Point","coordinates":[3.1820479306921869,50.41684993343326]}},{"type":"Feature","properties":{"population":11456},"geometry":{"type":"Point","coordinates":[4.058215731110038,50.006778037953079]}},{"type":"Feature","properties":{"population":1634},"geometry":{"type":"Point","coordinates":[2.5294426452980929,50.8810303910342]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[2.1265766822153524,45.744017888976468]}},{"type":"Feature","properties":{"population":2581},"geometry":{"type":"Point","coordinates":[2.951693753468827,50.70307045724722]}},{"type":"Feature","properties":{"population":913},"geometry":{"type":"Point","coordinates":[2.5152768276390238,50.755039547368287]}},{"type":"Feature","properties":{"population":7486},"geometry":{"type":"Point","coordinates":[3.57951547903389,50.432197089723178]}},{"type":"Feature","properties":{"population":848},"geometry":{"type":"Point","coordinates":[4.011650268085349,45.500989671359317]}},{"type":"Feature","properties":{"population":2825},"geometry":{"type":"Point","coordinates":[3.2221708116637037,50.52838680061235]}},{"type":"Feature","properties":{"population":1739},"geometry":{"type":"Point","coordinates":[4.064349313997046,50.05028326921351]}},{"type":"Feature","properties":{"population":1347},"geometry":{"type":"Point","coordinates":[-1.145609293034494,43.46385498160058]}},{"type":"Feature","properties":{"population":4050},"geometry":{"type":"Point","coordinates":[2.980014120110385,50.547574700877508]}},{"type":"Feature","properties":{"population":20331},"geometry":{"type":"Point","coordinates":[2.2906569641593998,51.01684645658455]}},{"type":"Feature","properties":{"population":4977},"geometry":{"type":"Point","coordinates":[2.105724535700499,50.99753600890653]}},{"type":"Feature","properties":{"population":4718},"geometry":{"type":"Point","coordinates":[2.954537766308672,50.61194462423335]}},{"type":"Feature","properties":{"population":14757},"geometry":{"type":"Point","coordinates":[2.9872461630733175,50.60413536867765]}},{"type":"Feature","properties":{"population":3004},"geometry":{"type":"Point","coordinates":[3.3989938076042636,50.475123909169919]}},{"type":"Feature","properties":{"population":14182},"geometry":{"type":"Point","coordinates":[3.91848347802236,50.24816573424649]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[5.447162216802916,48.034416736350298]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[2.5901086314990229,49.92736460763506]}},{"type":"Feature","properties":{"population":7897},"geometry":{"type":"Point","coordinates":[2.926777891320643,50.684027664826789]}},{"type":"Feature","properties":{"population":10342},"geometry":{"type":"Point","coordinates":[4.103988771343793,50.291549883358857]}},{"type":"Feature","properties":{"population":2403},"geometry":{"type":"Point","coordinates":[3.168417164059084,50.336881705210107]}},{"type":"Feature","properties":{"population":6250},"geometry":{"type":"Point","coordinates":[3.1687473862732209,50.386041022271168]}},{"type":"Feature","properties":{"population":3019},"geometry":{"type":"Point","coordinates":[3.117702717636985,50.611912791644829]}},{"type":"Feature","properties":{"population":47323},"geometry":{"type":"Point","coordinates":[-1.9805278831330849,48.63997892642719]}},{"type":"Feature","properties":{"population":27121},"geometry":{"type":"Point","coordinates":[3.025771903970957,50.65175998410668]}},{"type":"Feature","properties":{"population":4926},"geometry":{"type":"Point","coordinates":[3.055041002701315,50.354102335854779]}},{"type":"Feature","properties":{"population":1800},"geometry":{"type":"Point","coordinates":[3.2101867076111856,50.666219922973038]}},{"type":"Feature","properties":{"population":9588},"geometry":{"type":"Point","coordinates":[3.239491275246818,50.681579496595137]}},{"type":"Feature","properties":{"population":4124},"geometry":{"type":"Point","coordinates":[2.453872345910258,51.04794559158291]}},{"type":"Feature","properties":{"population":9241},"geometry":{"type":"Point","coordinates":[3.111844403557741,50.58927703839772]}},{"type":"Feature","properties":{"population":2491},"geometry":{"type":"Point","coordinates":[3.8334640624316367,50.1802364680064]}},{"type":"Feature","properties":{"population":1490},"geometry":{"type":"Point","coordinates":[2.4740898264067274,49.312990971370108]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[2.4292789383082349,46.77544620208389]}},{"type":"Feature","properties":{"population":8192},"geometry":{"type":"Point","coordinates":[3.0741576522098925,50.73595795788075]}},{"type":"Feature","properties":{"population":1206},"geometry":{"type":"Point","coordinates":[2.2749242781285599,50.91270027651028]}},{"type":"Feature","properties":{"population":6357},"geometry":{"type":"Point","coordinates":[3.9542337709464498,50.25841592961557]}},{"type":"Feature","properties":{"population":13793},"geometry":{"type":"Point","coordinates":[3.216652821274543,50.67242154039844]}},{"type":"Feature","properties":{"population":22488},"geometry":{"type":"Point","coordinates":[3.069883310429481,50.65480000668697]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[4.421481207207012,47.433425130786229]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[3.973750026312653,50.31423509380686]}},{"type":"Feature","properties":{"population":39356},"geometry":{"type":"Point","coordinates":[3.1007554297421389,50.67521504018291]}},{"type":"Feature","properties":{"population":12024},"geometry":{"type":"Point","coordinates":[3.54971558772384,50.345486537474197]}},{"type":"Feature","properties":{"population":2654},"geometry":{"type":"Point","coordinates":[4.076881137518921,50.291262303689439]}},{"type":"Feature","properties":{"population":11213},"geometry":{"type":"Point","coordinates":[3.0593571616024914,50.67421813556358]}},{"type":"Feature","properties":{"population":1062},"geometry":{"type":"Point","coordinates":[6.461921358341679,46.23329203445166]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[0.2373966884137714,43.24549695911852]}},{"type":"Feature","properties":{"population":1982},"geometry":{"type":"Point","coordinates":[2.8689833774903854,50.55068712435549]}},{"type":"Feature","properties":{"population":4681},"geometry":{"type":"Point","coordinates":[3.1806575867536219,50.36786635561931]}},{"type":"Feature","properties":{"population":2509},"geometry":{"type":"Point","coordinates":[2.535915720313962,50.67667135405839]}},{"type":"Feature","properties":{"population":13173},"geometry":{"type":"Point","coordinates":[3.1365378585489585,50.70432254233486]}},{"type":"Feature","properties":{"population":10160},"geometry":{"type":"Point","coordinates":[3.159496666079464,50.752941587399458]}},{"type":"Feature","properties":{"population":7606},"geometry":{"type":"Point","coordinates":[2.833296690305423,50.69909120174282]}},{"type":"Feature","properties":{"population":1379},"geometry":{"type":"Point","coordinates":[3.460888815163455,50.46828184732412]}},{"type":"Feature","properties":{"population":927},"geometry":{"type":"Point","coordinates":[3.5392866183829798,50.448323713554817]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[1.832259048967997,50.20359834796411]}},{"type":"Feature","properties":{"population":3128},"geometry":{"type":"Point","coordinates":[3.2041335972113296,50.15635140277951]}},{"type":"Feature","properties":{"population":8719},"geometry":{"type":"Point","coordinates":[3.596660312977661,50.38610710256546]}},{"type":"Feature","properties":{"population":3131},"geometry":{"type":"Point","coordinates":[3.6277976062290957,50.402970495332088]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[3.9597067097935079,48.96782456303743]}},{"type":"Feature","properties":{"population":5829},"geometry":{"type":"Point","coordinates":[3.0336517346753144,50.457189380624857]}},{"type":"Feature","properties":{"population":4043},"geometry":{"type":"Point","coordinates":[3.999393717221597,50.27126506613869]}},{"type":"Feature","properties":{"population":6232},"geometry":{"type":"Point","coordinates":[3.21879589727259,50.3766476679426]}},{"type":"Feature","properties":{"population":8519},"geometry":{"type":"Point","coordinates":[2.969191592544607,50.67008570606743]}},{"type":"Feature","properties":{"population":5058},"geometry":{"type":"Point","coordinates":[3.4758640200254038,50.37490318472803]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[3.977242832418971,45.527741877596529]}},{"type":"Feature","properties":{"population":1541},"geometry":{"type":"Point","coordinates":[4.9453233136389989,43.69924335961955]}},{"type":"Feature","properties":{"population":4849},"geometry":{"type":"Point","coordinates":[3.0223702121981037,50.513564680644439]}},{"type":"Feature","properties":{"population":2173},"geometry":{"type":"Point","coordinates":[3.457144782905069,50.324379301030848]}},{"type":"Feature","properties":{"population":4580},"geometry":{"type":"Point","coordinates":[-1.6224889812719099,47.98871375799099]}},{"type":"Feature","properties":{"population":999},"geometry":{"type":"Point","coordinates":[3.474827418161984,50.19381114177023]}},{"type":"Feature","properties":{"population":6920},"geometry":{"type":"Point","coordinates":[3.0071241246976498,50.713085478390599]}},{"type":"Feature","properties":{"population":6208},"geometry":{"type":"Point","coordinates":[3.6598707119194979,50.39224818396311]}},{"type":"Feature","properties":{"population":2660},"geometry":{"type":"Point","coordinates":[3.136831648521912,50.42025007073825]}},{"type":"Feature","properties":{"population":3143},"geometry":{"type":"Point","coordinates":[3.474862190740132,50.348331015003179]}},{"type":"Feature","properties":{"population":4015},"geometry":{"type":"Point","coordinates":[3.1021748363145136,50.43629225319494]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[5.969707742087395,44.480695076466087]}},{"type":"Feature","properties":{"population":12055},"geometry":{"type":"Point","coordinates":[3.489776772847826,50.410727389904938]}},{"type":"Feature","properties":{"population":1243},"geometry":{"type":"Point","coordinates":[3.2649123886068756,50.38739664191981]}},{"type":"Feature","properties":{"population":3635},"geometry":{"type":"Point","coordinates":[3.059764306494967,50.5707594523292]}},{"type":"Feature","properties":{"population":750},"geometry":{"type":"Point","coordinates":[3.6399409434336658,50.368506832010037]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[-3.2041303947200259,48.19808083569088]}},{"type":"Feature","properties":{"population":5976},"geometry":{"type":"Point","coordinates":[3.1043695397558239,50.41478381919119]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[5.709664905329705,46.58752130790293]}},{"type":"Feature","properties":{"population":5641},"geometry":{"type":"Point","coordinates":[2.89686479363145,50.55941944586506]}},{"type":"Feature","properties":{"population":12942},"geometry":{"type":"Point","coordinates":[3.0467989538432107,50.6604624482114]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[2.157445743456237,50.966818594603449]}},{"type":"Feature","properties":{"population":559},"geometry":{"type":"Point","coordinates":[0.9699841646591666,49.205037785909599]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[-0.051120521726569227,44.791257705880209]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[3.9004122073462308,50.13725146064809]}},{"type":"Feature","properties":{"population":1642},"geometry":{"type":"Point","coordinates":[2.7229987842596214,50.76860640811132]}},{"type":"Feature","properties":{"population":11117},"geometry":{"type":"Point","coordinates":[3.5663386547875319,50.37522261538219]}},{"type":"Feature","properties":{"population":3051},"geometry":{"type":"Point","coordinates":[2.8370148591987078,50.53606918928713]}},{"type":"Feature","properties":{"population":7354},"geometry":{"type":"Point","coordinates":[3.112417178936789,50.38516940420491]}},{"type":"Feature","properties":{"population":5660},"geometry":{"type":"Point","coordinates":[2.9618313751155296,50.59051004620167]}},{"type":"Feature","properties":{"population":12834},"geometry":{"type":"Point","coordinates":[3.035193796343507,50.54648160232919]}},{"type":"Feature","properties":{"population":4762},"geometry":{"type":"Point","coordinates":[2.9810935155141728,50.62486521506628]}},{"type":"Feature","properties":{"population":2679},"geometry":{"type":"Point","coordinates":[4.122510035071722,50.07644933883438]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[4.5399303132350738,46.381072299605119]}},{"type":"Feature","properties":{"population":15603},"geometry":{"type":"Point","coordinates":[3.1206850571095856,50.36764918958]}},{"type":"Feature","properties":{"population":4249},"geometry":{"type":"Point","coordinates":[3.519565744885628,50.172068763018668]}},{"type":"Feature","properties":{"population":11790},"geometry":{"type":"Point","coordinates":[3.2755912574384919,50.35998488382054]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[5.3717520326773739,45.2575152012543]}},{"type":"Feature","properties":{"population":8384},"geometry":{"type":"Point","coordinates":[2.440398515929538,51.00737707250627]}},{"type":"Feature","properties":{"population":824},"geometry":{"type":"Point","coordinates":[3.628444214910434,50.44617282210404]}},{"type":"Feature","properties":{"population":15531},"geometry":{"type":"Point","coordinates":[3.041206420295508,50.586144312377978]}},{"type":"Feature","properties":{"population":4029},"geometry":{"type":"Point","coordinates":[3.0637282360268398,50.473841693382727]}},{"type":"Feature","properties":{"population":3910},"geometry":{"type":"Point","coordinates":[3.2320845281183416,50.66113126582363]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[4.523700862316586,44.80144394179877]}},{"type":"Feature","properties":{"population":6124},"geometry":{"type":"Point","coordinates":[3.4863655336576797,50.33092331432365]}},{"type":"Feature","properties":{"population":40836},"geometry":{"type":"Point","coordinates":[3.217133963371316,50.70554058771595]}},{"type":"Feature","properties":{"population":42991},"geometry":{"type":"Point","coordinates":[3.5165817026696697,50.35923100262871]}},{"type":"Feature","properties":{"population":2673},"geometry":{"type":"Point","coordinates":[3.0004635740941238,50.682199652936308]}},{"type":"Feature","properties":{"population":2605},"geometry":{"type":"Point","coordinates":[3.029590082727512,50.483684225051977]}},{"type":"Feature","properties":{"population":5598},"geometry":{"type":"Point","coordinates":[3.3942421719294,50.381328597924099]}},{"type":"Feature","properties":{"population":10798},"geometry":{"type":"Point","coordinates":[3.046639592113476,50.6957760238027]}},{"type":"Feature","properties":{"population":980},"geometry":{"type":"Point","coordinates":[2.7513727761448658,43.824437460213349]}},{"type":"Feature","properties":{"population":20836},"geometry":{"type":"Point","coordinates":[3.128212541436601,50.675946293210568]}},{"type":"Feature","properties":{"population":7773},"geometry":{"type":"Point","coordinates":[2.9331129454731115,50.572526235142088]}},{"type":"Feature","properties":{"population":1130},"geometry":{"type":"Point","coordinates":[-1.2454341068363018,43.37900322878145]}},{"type":"Feature","properties":{"population":5299},"geometry":{"type":"Point","coordinates":[3.05094755391851,50.76168938323359]}},{"type":"Feature","properties":{"population":1472},"geometry":{"type":"Point","coordinates":[2.4663695379756676,49.349346666850369]}},{"type":"Feature","properties":{"population":2821},"geometry":{"type":"Point","coordinates":[4.0069469398837349,50.012197612900909]}},{"type":"Feature","properties":{"population":2913},"geometry":{"type":"Point","coordinates":[2.3585214610951898,49.313046978727417]}},{"type":"Feature","properties":{"population":5705},"geometry":{"type":"Point","coordinates":[2.4786845521030385,50.87786946595341]}},{"type":"Feature","properties":{"population":1412},"geometry":{"type":"Point","coordinates":[2.9151307791190934,50.544427425726649]}},{"type":"Feature","properties":{"population":3055},"geometry":{"type":"Point","coordinates":[2.3822722292123537,49.396228162188027]}},{"type":"Feature","properties":{"population":1708},"geometry":{"type":"Point","coordinates":[2.118846414000327,49.39584445887264]}},{"type":"Feature","properties":{"population":1333},"geometry":{"type":"Point","coordinates":[2.031626143894897,44.90560160960602]}},{"type":"Feature","properties":{"population":1757},"geometry":{"type":"Point","coordinates":[2.119939270055566,49.2072406021542]}},{"type":"Feature","properties":{"population":1649},"geometry":{"type":"Point","coordinates":[2.322092708176491,49.296901681330648]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[2.5698686662971474,49.29196245972658]}},{"type":"Feature","properties":{"population":56677},"geometry":{"type":"Point","coordinates":[2.0866511724327827,49.436111033537667]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[2.214856431973919,49.188104641639288]}},{"type":"Feature","properties":{"population":1031},"geometry":{"type":"Point","coordinates":[2.619136628038477,49.22580084452799]}},{"type":"Feature","properties":{"population":3139},"geometry":{"type":"Point","coordinates":[2.4252821010101917,49.36251964232299]}},{"type":"Feature","properties":{"population":9980},"geometry":{"type":"Point","coordinates":[2.2457940905260336,49.171564664523838]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[1.8110060319332613,49.259871896914777]}},{"type":"Feature","properties":{"population":10652},"geometry":{"type":"Point","coordinates":[2.4812765880064537,49.17636022853806]}},{"type":"Feature","properties":{"population":3120},"geometry":{"type":"Point","coordinates":[2.5260782475345198,49.1213185056271]}},{"type":"Feature","properties":{"population":3322},"geometry":{"type":"Point","coordinates":[2.8959166718474504,49.442352578324079]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[2.5447094431232348,49.205916572822349]}},{"type":"Feature","properties":{"population":10475},"geometry":{"type":"Point","coordinates":[2.4093989290746808,49.37913956804869]}},{"type":"Feature","properties":{"population":1643},"geometry":{"type":"Point","coordinates":[2.1736681703782154,49.23133888002048]}},{"type":"Feature","properties":{"population":807},"geometry":{"type":"Point","coordinates":[2.3949791209384077,49.248003291967808]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[0.25982970882049785,44.32945989638134]}},{"type":"Feature","properties":{"population":36106},"geometry":{"type":"Point","coordinates":[2.4837545859150995,49.25301090506639]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[2.8488262250867599,49.23227302661154]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[2.0307477782015939,49.46496401510984]}},{"type":"Feature","properties":{"population":8924},"geometry":{"type":"Point","coordinates":[2.4202936340028886,49.18929416304986]}},{"type":"Feature","properties":{"population":1571},"geometry":{"type":"Point","coordinates":[2.0341721503950689,49.42525389025598]}},{"type":"Feature","properties":{"population":4978},"geometry":{"type":"Point","coordinates":[2.795175514858948,49.35556450095991]}},{"type":"Feature","properties":{"population":2264},"geometry":{"type":"Point","coordinates":[2.7662928576103535,49.39587082143367]}},{"type":"Feature","properties":{"population":1335},"geometry":{"type":"Point","coordinates":[2.152014191709643,49.286757500370509]}},{"type":"Feature","properties":{"population":8993},"geometry":{"type":"Point","coordinates":[2.419900999505514,49.160165830453227]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[0.22720352348454368,43.351721292771539]}},{"type":"Feature","properties":{"population":6983},"geometry":{"type":"Point","coordinates":[2.464903220018354,49.329774316128197]}},{"type":"Feature","properties":{"population":14320},"geometry":{"type":"Point","coordinates":[2.1351304653595277,49.245595450014878]}},{"type":"Feature","properties":{"population":2160},"geometry":{"type":"Point","coordinates":[2.467807817986639,49.296877411492747]}},{"type":"Feature","properties":{"population":21382},"geometry":{"type":"Point","coordinates":[2.4644680402122356,49.27597127772735]}},{"type":"Feature","properties":{"population":13701},"geometry":{"type":"Point","coordinates":[2.430951795656316,49.26324908774524]}},{"type":"Feature","properties":{"population":12987},"geometry":{"type":"Point","coordinates":[3.008112542526647,49.57799574482125]}},{"type":"Feature","properties":{"population":5305},"geometry":{"type":"Point","coordinates":[2.3003844204279497,49.316787485875327]}},{"type":"Feature","properties":{"population":889},"geometry":{"type":"Point","coordinates":[2.557913616950237,49.165649941165458]}},{"type":"Feature","properties":{"population":12291},"geometry":{"type":"Point","coordinates":[2.6084765349909757,49.304702411482207]}},{"type":"Feature","properties":{"population":3259},"geometry":{"type":"Point","coordinates":[2.362008173417065,49.20372105198713]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[2.956579531823941,49.25020561774831]}},{"type":"Feature","properties":{"population":2941},"geometry":{"type":"Point","coordinates":[2.458542190322036,49.223912907427479]}},{"type":"Feature","properties":{"population":43672},"geometry":{"type":"Point","coordinates":[2.23902645504453,48.88361972067085]}},{"type":"Feature","properties":{"population":892},"geometry":{"type":"Point","coordinates":[3.04661595705482,49.58757713607794]}},{"type":"Feature","properties":{"population":15255},"geometry":{"type":"Point","coordinates":[2.585938265403469,49.21179029196647]}},{"type":"Feature","properties":{"population":10494},"geometry":{"type":"Point","coordinates":[1.9495870263088536,50.953354677223497]}},{"type":"Feature","properties":{"population":1272},"geometry":{"type":"Point","coordinates":[2.1176888536092846,49.463901244963938]}},{"type":"Feature","properties":{"population":6521},"geometry":{"type":"Point","coordinates":[2.4933673625795755,49.28812750652506]}},{"type":"Feature","properties":{"population":1896},"geometry":{"type":"Point","coordinates":[1.8143751171255723,49.29437172837452]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[2.967297558075552,49.58626341655713]}},{"type":"Feature","properties":{"population":1383},"geometry":{"type":"Point","coordinates":[2.4994696234100814,49.205311096927989]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[3.240330153077215,47.88723158294267]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[2.0408607301546906,49.407260429514419]}},{"type":"Feature","properties":{"population":25555},"geometry":{"type":"Point","coordinates":[0.09178077330887133,48.43167047780546]}},{"type":"Feature","properties":{"population":13291},"geometry":{"type":"Point","coordinates":[-0.013712352559072088,48.732571571436398]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[-0.30270277509287066,48.62023031009814]}},{"type":"Feature","properties":{"population":862},"geometry":{"type":"Point","coordinates":[0.1316509823731746,48.44412951400901]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[-0.6218627778363185,48.71276278233294]}},{"type":"Feature","properties":{"population":14482},"geometry":{"type":"Point","coordinates":[-0.5625288194797623,48.73997609094875]}},{"type":"Feature","properties":{"population":7824},"geometry":{"type":"Point","coordinates":[0.6109827196279527,48.7560941826448]}},{"type":"Feature","properties":{"population":1382},"geometry":{"type":"Point","coordinates":[-0.3235233144702643,48.57058617821377]}},{"type":"Feature","properties":{"population":1615},"geometry":{"type":"Point","coordinates":[0.6716923893758279,48.77594672636212]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[-0.06544127491026447,48.75381006082176]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[5.4272523003645019,49.29017378016029]}},{"type":"Feature","properties":{"population":3693},"geometry":{"type":"Point","coordinates":[0.05734421399088527,48.41765224251674]}},{"type":"Feature","properties":{"population":9585},"geometry":{"type":"Point","coordinates":[2.3953783988800416,50.64431268164496]}},{"type":"Feature","properties":{"population":1358},"geometry":{"type":"Point","coordinates":[-0.5406126013341137,48.8339205984766]}},{"type":"Feature","properties":{"population":1939},"geometry":{"type":"Point","coordinates":[-0.809554275599979,45.74545165888629]}},{"type":"Feature","properties":{"population":1049},"geometry":{"type":"Point","coordinates":[-0.034619192386224687,48.71590782912074]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[0.40675775995922566,48.36900726984715]}},{"type":"Feature","properties":{"population":7938},"geometry":{"type":"Point","coordinates":[2.7565643416937535,50.272075818425829]}},{"type":"Feature","properties":{"population":1879},"geometry":{"type":"Point","coordinates":[2.760240807163773,50.252913753013448]}},{"type":"Feature","properties":{"population":3913},"geometry":{"type":"Point","coordinates":[2.712599517581454,50.421201470179337]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.904254111821565,46.315380484615257]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[2.397615216788497,50.13768819939055]}},{"type":"Feature","properties":{"population":1539},"geometry":{"type":"Point","coordinates":[1.9188205299322865,50.86614824782448]}},{"type":"Feature","properties":{"population":4842},"geometry":{"type":"Point","coordinates":[2.752073656282123,50.41024097310166]}},{"type":"Feature","properties":{"population":5813},"geometry":{"type":"Point","coordinates":[2.6193789340943796,50.53979308758299]}},{"type":"Feature","properties":{"population":2806},"geometry":{"type":"Point","coordinates":[2.740213827871017,50.317950867183608]}},{"type":"Feature","properties":{"population":9655},"geometry":{"type":"Point","coordinates":[2.3202171114909819,50.740832914878229]}},{"type":"Feature","properties":{"population":10062},"geometry":{"type":"Point","coordinates":[2.469052466587973,50.51014899799009]}},{"type":"Feature","properties":{"population":17672},"geometry":{"type":"Point","coordinates":[2.8272060181556388,50.4041797498239]}},{"type":"Feature","properties":{"population":7366},"geometry":{"type":"Point","coordinates":[2.615114166375259,50.45664576231852]}},{"type":"Feature","properties":{"population":17796},"geometry":{"type":"Point","coordinates":[-1.7664919305940548,43.36427386816762]}},{"type":"Feature","properties":{"population":13298},"geometry":{"type":"Point","coordinates":[1.5824151577079986,50.41432415733919]}},{"type":"Feature","properties":{"population":2141},"geometry":{"type":"Point","coordinates":[0.19822356790744309,46.78978201672143]}},{"type":"Feature","properties":{"population":5463},"geometry":{"type":"Point","coordinates":[2.485990421886597,50.48974548209912]}},{"type":"Feature","properties":{"population":24992},"geometry":{"type":"Point","coordinates":[2.6432235214375687,50.529388560494478]}},{"type":"Feature","properties":{"population":9111},"geometry":{"type":"Point","coordinates":[2.6910512111794229,50.5325979540721]}},{"type":"Feature","properties":{"population":5059},"geometry":{"type":"Point","coordinates":[2.866985958857837,50.52006701643173]}},{"type":"Feature","properties":{"population":8117},"geometry":{"type":"Point","coordinates":[2.9085735044695517,50.41509200538795]}},{"type":"Feature","properties":{"population":4908},"geometry":{"type":"Point","coordinates":[2.275713849125758,50.71569278248363]}},{"type":"Feature","properties":{"population":2371},"geometry":{"type":"Point","coordinates":[2.673402344962166,50.422923202585867]}},{"type":"Feature","properties":{"population":9524},"geometry":{"type":"Point","coordinates":[-0.4279933868000642,43.340682641442857]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[2.8229696132789714,43.53885623802829]}},{"type":"Feature","properties":{"population":12221},"geometry":{"type":"Point","coordinates":[2.719507608279394,50.44517154229087]}},{"type":"Feature","properties":{"population":2819},"geometry":{"type":"Point","coordinates":[2.4629561315772596,50.532414754616848]}},{"type":"Feature","properties":{"population":2683},"geometry":{"type":"Point","coordinates":[1.6124039503507229,50.56444337843418]}},{"type":"Feature","properties":{"population":2374},"geometry":{"type":"Point","coordinates":[3.0969010408898125,47.0758658848261]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[2.7398601983769428,42.61493611625805]}},{"type":"Feature","properties":{"population":1294},"geometry":{"type":"Point","coordinates":[2.3328566003032766,50.71309958029779]}},{"type":"Feature","properties":{"population":10199},"geometry":{"type":"Point","coordinates":[2.946201399116628,50.4531826834951]}},{"type":"Feature","properties":{"population":17852},"geometry":{"type":"Point","coordinates":[2.948684547076739,50.48942393480758]}},{"type":"Feature","properties":{"population":5414},"geometry":{"type":"Point","coordinates":[1.8858975699845742,50.91685370344007]}},{"type":"Feature","properties":{"population":8213},"geometry":{"type":"Point","coordinates":[3.0151335951678837,50.41500770733168]}},{"type":"Feature","properties":{"population":11398},"geometry":{"type":"Point","coordinates":[3.0163955341835186,42.621347810557399]}},{"type":"Feature","properties":{"population":6893},"geometry":{"type":"Point","coordinates":[2.5044542382682635,50.470049829972179]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[2.6332456575210196,50.48947555217717]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[1.4599542883080035,45.914706559392218]}},{"type":"Feature","properties":{"population":5997},"geometry":{"type":"Point","coordinates":[2.986604124489018,50.43963056568473]}},{"type":"Feature","properties":{"population":2829},"geometry":{"type":"Point","coordinates":[2.8119016733577628,50.41891981473896]}},{"type":"Feature","properties":{"population":5795},"geometry":{"type":"Point","coordinates":[2.826467105281126,50.512658891107978]}},{"type":"Feature","properties":{"population":2943},"geometry":{"type":"Point","coordinates":[2.9334141439732819,50.38987702721676]}},{"type":"Feature","properties":{"population":2613},"geometry":{"type":"Point","coordinates":[1.5763245856417978,50.67878579528947]}},{"type":"Feature","properties":{"population":4674},"geometry":{"type":"Point","coordinates":[3.029933388055683,50.43539975948511]}},{"type":"Feature","properties":{"population":1755},"geometry":{"type":"Point","coordinates":[2.6630686242152046,50.548842527657388]}},{"type":"Feature","properties":{"population":6704},"geometry":{"type":"Point","coordinates":[2.7455872665325344,50.45034997337413]}},{"type":"Feature","properties":{"population":10930},"geometry":{"type":"Point","coordinates":[1.651362160309301,50.522985621060147]}},{"type":"Feature","properties":{"population":6233},"geometry":{"type":"Point","coordinates":[2.9047162069941288,50.429159527212657]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[2.8810269671431847,43.76377061265228]}},{"type":"Feature","properties":{"population":1496},"geometry":{"type":"Point","coordinates":[1.6049276183557493,50.385607934341049]}},{"type":"Feature","properties":{"population":1369},"geometry":{"type":"Point","coordinates":[2.490123110743809,50.6074594012369]}},{"type":"Feature","properties":{"population":1116},"geometry":{"type":"Point","coordinates":[1.9970458256872817,50.91786167065713]}},{"type":"Feature","properties":{"population":2412},"geometry":{"type":"Point","coordinates":[7.3754744249956689,48.46675172706506]}},{"type":"Feature","properties":{"population":2702},"geometry":{"type":"Point","coordinates":[2.449588152225043,50.505185022212049]}},{"type":"Feature","properties":{"population":5545},"geometry":{"type":"Point","coordinates":[1.8705325356485472,50.85823149099856]}},{"type":"Feature","properties":{"population":4884},"geometry":{"type":"Point","coordinates":[2.5787401203043407,50.475212826308]}},{"type":"Feature","properties":{"population":5493},"geometry":{"type":"Point","coordinates":[2.5053065384016546,50.50197676137759]}},{"type":"Feature","properties":{"population":1447},"geometry":{"type":"Point","coordinates":[1.8487817165077163,50.884639574752068]}},{"type":"Feature","properties":{"population":12317},"geometry":{"type":"Point","coordinates":[2.9032146287175806,50.45191226559107]}},{"type":"Feature","properties":{"population":3367},"geometry":{"type":"Point","coordinates":[2.8121217698867579,50.48499962516879]}},{"type":"Feature","properties":{"population":26035},"geometry":{"type":"Point","coordinates":[2.959640402316754,50.4095167142976]}},{"type":"Feature","properties":{"population":6147},"geometry":{"type":"Point","coordinates":[2.642819488891235,50.445347727273198]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[2.013142463480423,49.64538720893832]}},{"type":"Feature","properties":{"population":8649},"geometry":{"type":"Point","coordinates":[2.45598809328853,50.61677831057587]}},{"type":"Feature","properties":{"population":7030},"geometry":{"type":"Point","coordinates":[2.5369792990359625,50.455217606315688]}},{"type":"Feature","properties":{"population":2894},"geometry":{"type":"Point","coordinates":[2.6826697274304527,50.493149816685207]}},{"type":"Feature","properties":{"population":1062},"geometry":{"type":"Point","coordinates":[2.4038013496148715,50.618022314466688]}},{"type":"Feature","properties":{"population":5255},"geometry":{"type":"Point","coordinates":[2.8587671054175738,50.443861683984099]}},{"type":"Feature","properties":{"population":3518},"geometry":{"type":"Point","coordinates":[2.5320035385660608,50.51863743274541]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[1.653831223064697,50.5464504749671]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[3.6902190046597358,45.82870248548347]}},{"type":"Feature","properties":{"population":7179},"geometry":{"type":"Point","coordinates":[3.0585119395302327,50.439949518759529]}},{"type":"Feature","properties":{"population":32618},"geometry":{"type":"Point","coordinates":[2.820741026284044,50.4379447062478]}},{"type":"Feature","properties":{"population":30149},"geometry":{"type":"Point","coordinates":[2.7727629059289384,50.42430065672484]}},{"type":"Feature","properties":{"population":9988},"geometry":{"type":"Point","coordinates":[2.481946332495393,50.56163441850503]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[6.7068731423599099,47.588212668663349]}},{"type":"Feature","properties":{"population":10568},"geometry":{"type":"Point","coordinates":[2.246297484936864,50.73591421138102]}},{"type":"Feature","properties":{"population":1691},"geometry":{"type":"Point","coordinates":[2.5782387001867508,50.447881444129887]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[3.2488881847324975,46.433475820557919]}},{"type":"Feature","properties":{"population":8068},"geometry":{"type":"Point","coordinates":[2.7240727230550476,50.468752489110837]}},{"type":"Feature","properties":{"population":5906},"geometry":{"type":"Point","coordinates":[2.993629749495095,50.41800352877538]}},{"type":"Feature","properties":{"population":11431},"geometry":{"type":"Point","coordinates":[2.868448870096296,50.3994159168303]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[5.4783065250296369,48.14635863697081]}},{"type":"Feature","properties":{"population":3717},"geometry":{"type":"Point","coordinates":[2.8948842600904074,50.49356143123864]}},{"type":"Feature","properties":{"population":11520},"geometry":{"type":"Point","coordinates":[2.6621714592982186,50.474770835927888]}},{"type":"Feature","properties":{"population":1286},"geometry":{"type":"Point","coordinates":[6.177330932799752,47.24958808614671]}},{"type":"Feature","properties":{"population":6659},"geometry":{"type":"Point","coordinates":[2.874785267579075,50.42873630406096]}},{"type":"Feature","properties":{"population":10210},"geometry":{"type":"Point","coordinates":[2.993938642474572,50.464549503144549]}},{"type":"Feature","properties":{"population":13270},"geometry":{"type":"Point","coordinates":[1.591988103173687,50.697024337472658]}},{"type":"Feature","properties":{"population":5656},"geometry":{"type":"Point","coordinates":[2.0397802292145457,50.98181390884082]}},{"type":"Feature","properties":{"population":3136},"geometry":{"type":"Point","coordinates":[2.888183256439448,50.47539251520825]}},{"type":"Feature","properties":{"population":8897},"geometry":{"type":"Point","coordinates":[1.5760667243484626,50.711320143115447]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[2.30607101459444,50.36388810834604]}},{"type":"Feature","properties":{"population":8797},"geometry":{"type":"Point","coordinates":[2.9058252697591877,50.39898008876175]}},{"type":"Feature","properties":{"population":6059},"geometry":{"type":"Point","coordinates":[2.749389143027988,46.27905667448911]}},{"type":"Feature","properties":{"population":408},"geometry":{"type":"Point","coordinates":[6.085872984478666,45.75901055857762]}},{"type":"Feature","properties":{"population":2577},"geometry":{"type":"Point","coordinates":[2.7025759545294045,50.50076563564952]}},{"type":"Feature","properties":{"population":5995},"geometry":{"type":"Point","coordinates":[2.6844574375860628,50.45104326013602]}},{"type":"Feature","properties":{"population":3594},"geometry":{"type":"Point","coordinates":[2.7615554323770596,50.31367282315749]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[2.579118219665513,50.624105202510857]}},{"type":"Feature","properties":{"population":847},"geometry":{"type":"Point","coordinates":[2.3593804955971686,50.3747590295213]}},{"type":"Feature","properties":{"population":6507},"geometry":{"type":"Point","coordinates":[2.811462402573877,50.30797758139221]}},{"type":"Feature","properties":{"population":10238},"geometry":{"type":"Point","coordinates":[7.717094600912637,48.72047917153135]}},{"type":"Feature","properties":{"population":10999},"geometry":{"type":"Point","coordinates":[1.6474176523056897,50.72384955643638]}},{"type":"Feature","properties":{"population":4603},"geometry":{"type":"Point","coordinates":[2.785011009359541,50.308493343485128]}},{"type":"Feature","properties":{"population":14661},"geometry":{"type":"Point","coordinates":[2.2639768052826789,50.76773860916945]}},{"type":"Feature","properties":{"population":4235},"geometry":{"type":"Point","coordinates":[7.38755298168176,48.28006384414195]}},{"type":"Feature","properties":{"population":4838},"geometry":{"type":"Point","coordinates":[2.350598989320172,50.38767781519193]}},{"type":"Feature","properties":{"population":9650},"geometry":{"type":"Point","coordinates":[2.859936207826541,50.420334275029208]}},{"type":"Feature","properties":{"population":4842},"geometry":{"type":"Point","coordinates":[1.7697476527488814,50.94128143331995]}},{"type":"Feature","properties":{"population":4213},"geometry":{"type":"Point","coordinates":[1.5988984789031349,50.5087556066797]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[1.6990279698123845,50.52153408519209]}},{"type":"Feature","properties":{"population":2393},"geometry":{"type":"Point","coordinates":[2.6069359282320869,50.54594260375328]}},{"type":"Feature","properties":{"population":8381},"geometry":{"type":"Point","coordinates":[2.8540812183164436,50.47050939965418]}},{"type":"Feature","properties":{"population":3888},"geometry":{"type":"Point","coordinates":[1.6420133315545758,50.7649415321154]}},{"type":"Feature","properties":{"population":4748},"geometry":{"type":"Point","coordinates":[2.757150778884309,50.48642152331102]}},{"type":"Feature","properties":{"population":4307},"geometry":{"type":"Point","coordinates":[2.8110122525125864,50.37798714554129]}},{"type":"Feature","properties":{"population":8742},"geometry":{"type":"Point","coordinates":[2.858221243065465,50.49554306339749]}},{"type":"Feature","properties":{"population":3831},"geometry":{"type":"Point","coordinates":[2.7805004724071376,50.5383305847745]}},{"type":"Feature","properties":{"population":6358},"geometry":{"type":"Point","coordinates":[1.6143203820159747,50.78021165394439]}},{"type":"Feature","properties":{"population":997},"geometry":{"type":"Point","coordinates":[2.3870607091926554,50.67166979147586]}},{"type":"Feature","properties":{"population":3323},"geometry":{"type":"Point","coordinates":[2.2288315567019389,50.7158938639098]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[0.19986635573050086,47.80227885913384]}},{"type":"Feature","properties":{"population":8138},"geometry":{"type":"Point","coordinates":[2.9987770542581098,50.48237753743528]}},{"type":"Feature","properties":{"population":6294},"geometry":{"type":"Point","coordinates":[3.0627881675158759,45.92078811409187]}},{"type":"Feature","properties":{"population":6616},"geometry":{"type":"Point","coordinates":[3.756821746075215,45.55566118632381]}},{"type":"Feature","properties":{"population":147327},"geometry":{"type":"Point","coordinates":[3.1151205819373817,45.785742978770958]}},{"type":"Feature","properties":{"population":10211},"geometry":{"type":"Point","coordinates":[3.1256225241703228,45.751329039143779]}},{"type":"Feature","properties":{"population":2801},"geometry":{"type":"Point","coordinates":[3.143130597410187,45.73294539777428]}},{"type":"Feature","properties":{"population":20731},"geometry":{"type":"Point","coordinates":[4.42669932525214,46.80672031897504]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[3.2168463838665315,45.50875097858889]}},{"type":"Feature","properties":{"population":3566},"geometry":{"type":"Point","coordinates":[2.997164335826413,45.78734918246919]}},{"type":"Feature","properties":{"population":8946},"geometry":{"type":"Point","coordinates":[3.1071713300723524,45.831989515979859]}},{"type":"Feature","properties":{"population":17454},"geometry":{"type":"Point","coordinates":[3.061763912599951,45.77466661597298]}},{"type":"Feature","properties":{"population":1862},"geometry":{"type":"Point","coordinates":[2.875265881597949,47.823387303023057]}},{"type":"Feature","properties":{"population":3411},"geometry":{"type":"Point","coordinates":[6.344762598518698,45.68793917893226]}},{"type":"Feature","properties":{"population":3096},"geometry":{"type":"Point","coordinates":[3.092130120599731,45.853871947647629]}},{"type":"Feature","properties":{"population":20193},"geometry":{"type":"Point","coordinates":[3.18623960226737,45.743011895374859]}},{"type":"Feature","properties":{"population":2015},"geometry":{"type":"Point","coordinates":[3.050025780279482,45.796231957309917]}},{"type":"Feature","properties":{"population":2339},"geometry":{"type":"Point","coordinates":[8.186726531881101,48.96413318822919]}},{"type":"Feature","properties":{"population":1341},"geometry":{"type":"Point","coordinates":[3.554221883751195,45.81582747407636]}},{"type":"Feature","properties":{"population":10258},"geometry":{"type":"Point","coordinates":[3.153800637973286,45.82807675777529]}},{"type":"Feature","properties":{"population":15014},"geometry":{"type":"Point","coordinates":[3.244155139395072,45.54560114741392]}},{"type":"Feature","properties":{"population":8663},"geometry":{"type":"Point","coordinates":[3.1927511115918776,45.772936465384749]}},{"type":"Feature","properties":{"population":1138},"geometry":{"type":"Point","coordinates":[3.19092714604285,45.81097909022734]}},{"type":"Feature","properties":{"population":2212},"geometry":{"type":"Point","coordinates":[3.260004848004114,45.829880334819339]}},{"type":"Feature","properties":{"population":1642},"geometry":{"type":"Point","coordinates":[3.1330458878792948,45.86171981811464]}},{"type":"Feature","properties":{"population":3863},"geometry":{"type":"Point","coordinates":[3.0850718258026039,45.892642107475989]}},{"type":"Feature","properties":{"population":870},"geometry":{"type":"Point","coordinates":[3.268373044459715,45.570852104303167]}},{"type":"Feature","properties":{"population":1498},"geometry":{"type":"Point","coordinates":[3.234561175618272,45.727611061385839]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[3.1583378117308635,45.92259145527956]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[3.198426891780456,45.544954799946207]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[3.073139416541502,45.94526948172681]}},{"type":"Feature","properties":{"population":4403},"geometry":{"type":"Point","coordinates":[3.0407064170289996,45.75759496088903]}},{"type":"Feature","properties":{"population":2209},"geometry":{"type":"Point","coordinates":[3.1844125159102907,45.85459514172231]}},{"type":"Feature","properties":{"population":3883},"geometry":{"type":"Point","coordinates":[2.999165626164225,45.72293581203254]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[3.2113695762651268,46.06323410425549]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[3.225638071662615,45.57497736117866]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[3.8201474302751845,49.37458387112428]}},{"type":"Feature","properties":{"population":11633},"geometry":{"type":"Point","coordinates":[3.5395395349577529,45.86210075020623]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[3.8209383301037098,45.60211720497147]}},{"type":"Feature","properties":{"population":687},"geometry":{"type":"Point","coordinates":[-1.0164072874262574,43.35405543544451]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[5.932541699653977,45.207268937871699]}},{"type":"Feature","properties":{"population":2005},"geometry":{"type":"Point","coordinates":[-0.4729472893051362,43.31368301843239]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[-1.0088577665954915,43.31850189667317]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[5.0814446396644199,48.37946490613345]}},{"type":"Feature","properties":{"population":7449},"geometry":{"type":"Point","coordinates":[-1.5786067030172695,43.43774389953596]}},{"type":"Feature","properties":{"population":2876},"geometry":{"type":"Point","coordinates":[-1.3249333215782678,43.45621775554965]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[8.70733660391482,42.407900037903178]}},{"type":"Feature","properties":{"population":1217},"geometry":{"type":"Point","coordinates":[-1.7301893824478568,43.32366348964912]}},{"type":"Feature","properties":{"population":611},"geometry":{"type":"Point","coordinates":[-0.7413143862639281,43.46250648035415]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[3.93059340530803,48.93492475260901]}},{"type":"Feature","properties":{"population":4548},"geometry":{"type":"Point","coordinates":[-0.33620847655240268,43.29213746320598]}},{"type":"Feature","properties":{"population":8809},"geometry":{"type":"Point","coordinates":[-1.4793901450701075,43.52502470275714]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[-0.4766344516427523,43.143769009642308]}},{"type":"Feature","properties":{"population":6429},"geometry":{"type":"Point","coordinates":[5.957663924822672,45.58782330066254]}},{"type":"Feature","properties":{"population":1013},"geometry":{"type":"Point","coordinates":[-1.092014181735995,43.480357081076608]}},{"type":"Feature","properties":{"population":6033},"geometry":{"type":"Point","coordinates":[-1.6607883631966829,43.374454583126858]}},{"type":"Feature","properties":{"population":468},"geometry":{"type":"Point","coordinates":[-0.9662506967922178,43.32647339312668]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[-0.9038355601202895,43.06730968596712]}},{"type":"Feature","properties":{"population":3609},"geometry":{"type":"Point","coordinates":[-0.3700505988610772,43.25562343932186]}},{"type":"Feature","properties":{"population":1915},"geometry":{"type":"Point","coordinates":[6.3381985311531159,46.09794983237661]}},{"type":"Feature","properties":{"population":728},"geometry":{"type":"Point","coordinates":[-0.17416264810595415,45.42531768696061]}},{"type":"Feature","properties":{"population":7577},"geometry":{"type":"Point","coordinates":[-1.3258692615049069,43.39808642974219]}},{"type":"Feature","properties":{"population":12895},"geometry":{"type":"Point","coordinates":[6.408355141105052,46.073869881242867]}},{"type":"Feature","properties":{"population":36203},"geometry":{"type":"Point","coordinates":[5.828485554369878,43.086744285561668]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[-0.8381672256944456,43.06120876115808]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[2.956920194266999,49.17793528637897]}},{"type":"Feature","properties":{"population":2232},"geometry":{"type":"Point","coordinates":[2.844968062300758,49.44195411211934]}},{"type":"Feature","properties":{"population":7064},"geometry":{"type":"Point","coordinates":[-0.4075286589617972,43.269818134486957]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[-0.8496344283231394,43.0957811105485]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[-0.6300914523727978,43.35160103891429]}},{"type":"Feature","properties":{"population":3540},"geometry":{"type":"Point","coordinates":[2.7697963572512838,50.687019827101568]}},{"type":"Feature","properties":{"population":1061},"geometry":{"type":"Point","coordinates":[-0.43629375226613018,43.296927704171]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[6.578251302013954,46.089592474981909]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[-0.9728835786909088,43.00982523482508]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[-0.8809585229310304,43.09320985156766]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[-1.0026304233686306,43.28968670739274]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[-0.4474520296706541,43.18417274988516]}},{"type":"Feature","properties":{"population":5291},"geometry":{"type":"Point","coordinates":[-1.4048174857285679,43.4572414306989]}},{"type":"Feature","properties":{"population":5846},"geometry":{"type":"Point","coordinates":[-0.616978406353318,43.3741811721412]}},{"type":"Feature","properties":{"population":10616},"geometry":{"type":"Point","coordinates":[-0.5870643690727806,43.15578605818926]}},{"type":"Feature","properties":{"population":10684},"geometry":{"type":"Point","coordinates":[-0.7801129031000998,43.49453483963067]}},{"type":"Feature","properties":{"population":1821},"geometry":{"type":"Point","coordinates":[-0.4570297270107529,43.35592003620244]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[-0.5728904063302757,43.195778832900568]}},{"type":"Feature","properties":{"population":10543},"geometry":{"type":"Point","coordinates":[-1.6978135453148858,43.34928988871999]}},{"type":"Feature","properties":{"population":2893},"geometry":{"type":"Point","coordinates":[-1.4473117241996317,43.441295783986898]}},{"type":"Feature","properties":{"population":828},"geometry":{"type":"Point","coordinates":[-0.025604701156656623,43.14140236003595]}},{"type":"Feature","properties":{"population":7982},"geometry":{"type":"Point","coordinates":[0.10331837238695677,43.24977188897012]}},{"type":"Feature","properties":{"population":8503},"geometry":{"type":"Point","coordinates":[4.359535444327878,46.6427120777762]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[-0.05446703414906276,43.13319847446653]}},{"type":"Feature","properties":{"population":5161},"geometry":{"type":"Point","coordinates":[0.10953125523020634,43.224896261008939]}},{"type":"Feature","properties":{"population":5407},"geometry":{"type":"Point","coordinates":[0.042335501602942599,43.26508297071208]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[0.4121945768590231,43.1544776221548]}},{"type":"Feature","properties":{"population":1168},"geometry":{"type":"Point","coordinates":[0.17753109595398959,43.05847141929168]}},{"type":"Feature","properties":{"population":1869},"geometry":{"type":"Point","coordinates":[0.0761703209711866,43.20916524688498]}},{"type":"Feature","properties":{"population":5810},"geometry":{"type":"Point","coordinates":[0.39363500782953356,43.1170393053052]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[-0.0802453384158943,43.119658386579029]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[1.9258711726638576,44.76556957982999]}},{"type":"Feature","properties":{"population":1105},"geometry":{"type":"Point","coordinates":[0.13009700038126119,43.081096345569317]}},{"type":"Feature","properties":{"population":3023},"geometry":{"type":"Point","coordinates":[0.09940617920217354,43.20613237907146]}},{"type":"Feature","properties":{"population":3619},"geometry":{"type":"Point","coordinates":[2.9813960347084937,42.64112889094265]}},{"type":"Feature","properties":{"population":10792},"geometry":{"type":"Point","coordinates":[3.024538452495714,42.535010996511399]}},{"type":"Feature","properties":{"population":3327},"geometry":{"type":"Point","coordinates":[2.81996688597424,42.70605475012882]}},{"type":"Feature","properties":{"population":12598},"geometry":{"type":"Point","coordinates":[3.0109307355850758,42.68394517908876]}},{"type":"Feature","properties":{"population":4671},"geometry":{"type":"Point","coordinates":[3.099667057517314,42.46146377612984]}},{"type":"Feature","properties":{"population":6049},"geometry":{"type":"Point","coordinates":[3.027849096423624,42.812172520781228]}},{"type":"Feature","properties":{"population":9428},"geometry":{"type":"Point","coordinates":[2.9711426186875364,42.60037525494856]}},{"type":"Feature","properties":{"population":6351},"geometry":{"type":"Point","coordinates":[6.380743432954484,46.324970450137858]}},{"type":"Feature","properties":{"population":5538},"geometry":{"type":"Point","coordinates":[2.616344534373289,42.67715559344372]}},{"type":"Feature","properties":{"population":955},"geometry":{"type":"Point","coordinates":[2.588165816642144,42.64479172781366]}},{"type":"Feature","properties":{"population":10338},"geometry":{"type":"Point","coordinates":[2.946144812266018,42.679267598388928]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[-1.0633956753688039,43.20715519016154]}},{"type":"Feature","properties":{"population":6534},"geometry":{"type":"Point","coordinates":[2.8342360891471687,42.651957364612858]}},{"type":"Feature","properties":{"population":3942},"geometry":{"type":"Point","coordinates":[2.764407795212042,42.70535432085891]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[2.4230797128343126,42.64127644986303]}},{"type":"Feature","properties":{"population":7648},"geometry":{"type":"Point","coordinates":[2.7527849293054418,42.47412585159895]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[2.4149862977969875,42.60005010409993]}},{"type":"Feature","properties":{"population":3221},"geometry":{"type":"Point","coordinates":[3.00543970696923,42.604656683960339]}},{"type":"Feature","properties":{"population":2762},"geometry":{"type":"Point","coordinates":[2.800601970041787,42.45995684159962]}},{"type":"Feature","properties":{"population":1343},"geometry":{"type":"Point","coordinates":[2.658747937327059,42.69568944402143]}},{"type":"Feature","properties":{"population":1798},"geometry":{"type":"Point","coordinates":[2.920724091259911,42.584497839423409]}},{"type":"Feature","properties":{"population":1690},"geometry":{"type":"Point","coordinates":[2.8454026507034486,42.74841611506849]}},{"type":"Feature","properties":{"population":3969},"geometry":{"type":"Point","coordinates":[3.103723640530412,42.50238427056208]}},{"type":"Feature","properties":{"population":1324},"geometry":{"type":"Point","coordinates":[2.3888396543325847,42.61291463625026]}},{"type":"Feature","properties":{"population":11550},"geometry":{"type":"Point","coordinates":[2.8463508518160576,42.71514508898039]}},{"type":"Feature","properties":{"population":2810},"geometry":{"type":"Point","coordinates":[4.4456331227657579,46.765939812251819]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[1.7565109618641153,47.014262018441559]}},{"type":"Feature","properties":{"population":2258},"geometry":{"type":"Point","coordinates":[2.7948020751368838,42.51554467019611]}},{"type":"Feature","properties":{"population":10010},"geometry":{"type":"Point","coordinates":[3.0016930502829939,42.794215969622417]}},{"type":"Feature","properties":{"population":774},"geometry":{"type":"Point","coordinates":[7.493499615946823,48.56074906719712]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[2.7760644423768996,50.15769015801306]}},{"type":"Feature","properties":{"population":4784},"geometry":{"type":"Point","coordinates":[3.0168706767768418,42.72618615459346]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[3.468386582142338,46.98317420893947]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[2.6245823594688506,42.64402220384894]}},{"type":"Feature","properties":{"population":5671},"geometry":{"type":"Point","coordinates":[2.9476788330604579,42.657433256740528]}},{"type":"Feature","properties":{"population":7152},"geometry":{"type":"Point","coordinates":[7.398741571517249,48.41479234156744]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[2.395839478254727,42.66433159568476]}},{"type":"Feature","properties":{"population":7846},"geometry":{"type":"Point","coordinates":[2.794778746561706,42.67765556964732]}},{"type":"Feature","properties":{"population":1459},"geometry":{"type":"Point","coordinates":[7.453993589627006,48.447474300816988]}},{"type":"Feature","properties":{"population":606},"geometry":{"type":"Point","coordinates":[0.6211844565041813,43.88379007150815]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[4.668738595049939,48.72151449605466]}},{"type":"Feature","properties":{"population":8173},"geometry":{"type":"Point","coordinates":[2.7585995951892747,42.643490739920448]}},{"type":"Feature","properties":{"population":3821},"geometry":{"type":"Point","coordinates":[3.0084604884842838,42.75388803954674]}},{"type":"Feature","properties":{"population":4270},"geometry":{"type":"Point","coordinates":[2.9103311960167295,42.639854605213198]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[2.7675788072444935,42.52907819314104]}},{"type":"Feature","properties":{"population":17939},"geometry":{"type":"Point","coordinates":[7.759669898121083,48.622016238562]}},{"type":"Feature","properties":{"population":2616},"geometry":{"type":"Point","coordinates":[7.480278565163661,48.519832306379338]}},{"type":"Feature","properties":{"population":2291},"geometry":{"type":"Point","coordinates":[7.49853602900696,48.30315395569463]}},{"type":"Feature","properties":{"population":2455},"geometry":{"type":"Point","coordinates":[0.3421876221730085,47.86937511840829]}},{"type":"Feature","properties":{"population":2520},"geometry":{"type":"Point","coordinates":[7.63347693887413,48.535628348586588]}},{"type":"Feature","properties":{"population":10887},"geometry":{"type":"Point","coordinates":[7.68528398581761,48.42178768334887]}},{"type":"Feature","properties":{"population":5213},"geometry":{"type":"Point","coordinates":[7.88381045930919,48.6926008917429]}},{"type":"Feature","properties":{"population":7603},"geometry":{"type":"Point","coordinates":[7.658191645760089,48.514191807213119]}},{"type":"Feature","properties":{"population":1273},"geometry":{"type":"Point","coordinates":[7.475627359592516,48.411919597181398]}},{"type":"Feature","properties":{"population":1661},"geometry":{"type":"Point","coordinates":[7.4104253129226189,48.525582690508219]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[7.297133456451129,48.70546310689408]}},{"type":"Feature","properties":{"population":35715},"geometry":{"type":"Point","coordinates":[7.830804816323365,48.84186115073168]}},{"type":"Feature","properties":{"population":11469},"geometry":{"type":"Point","coordinates":[7.754072559215689,48.62463170236414]}},{"type":"Feature","properties":{"population":938},"geometry":{"type":"Point","coordinates":[7.440319291069389,48.421895677480417]}},{"type":"Feature","properties":{"population":3931},"geometry":{"type":"Point","coordinates":[7.644458410941812,48.55687804214353]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[5.808985850104606,49.12239899295331]}},{"type":"Feature","properties":{"population":2478},"geometry":{"type":"Point","coordinates":[7.832034273461105,48.79014478860116]}},{"type":"Feature","properties":{"population":2491},"geometry":{"type":"Point","coordinates":[7.844942021345924,48.68335339305101]}},{"type":"Feature","properties":{"population":3458},"geometry":{"type":"Point","coordinates":[7.694394366206359,48.654745003003558]}},{"type":"Feature","properties":{"population":20266},"geometry":{"type":"Point","coordinates":[7.682474946717774,48.555759924186819]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[0.07212462610327536,47.63007662027688]}},{"type":"Feature","properties":{"population":9359},"geometry":{"type":"Point","coordinates":[7.500251188428374,48.54464502541013]}},{"type":"Feature","properties":{"population":1994},"geometry":{"type":"Point","coordinates":[7.386204685581673,48.75137980648639]}},{"type":"Feature","properties":{"population":4360},"geometry":{"type":"Point","coordinates":[7.6395960348761859,48.96414006448496]}},{"type":"Feature","properties":{"population":5074},"geometry":{"type":"Point","coordinates":[7.714295822550752,48.639824208726647]}},{"type":"Feature","properties":{"population":1736},"geometry":{"type":"Point","coordinates":[7.6842518799218679,48.447229408475369]}},{"type":"Feature","properties":{"population":3742},"geometry":{"type":"Point","coordinates":[2.1600152266216905,50.81833859518857]}},{"type":"Feature","properties":{"population":6094},"geometry":{"type":"Point","coordinates":[7.455560373099526,48.538044324927778]}},{"type":"Feature","properties":{"population":5556},"geometry":{"type":"Point","coordinates":[7.683294417458507,48.60722275794248]}},{"type":"Feature","properties":{"population":12216},"geometry":{"type":"Point","coordinates":[7.480305276328141,48.459564820163638]}},{"type":"Feature","properties":{"population":2632},"geometry":{"type":"Point","coordinates":[5.958378547407764,43.470314572595508]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[3.3389985596259308,48.014781286726449]}},{"type":"Feature","properties":{"population":3764},"geometry":{"type":"Point","coordinates":[7.887025206476089,48.780167940143098]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[7.651219582616183,48.394275789972727]}},{"type":"Feature","properties":{"population":11390},"geometry":{"type":"Point","coordinates":[7.341815859045393,48.73978567455154]}},{"type":"Feature","properties":{"population":13310},"geometry":{"type":"Point","coordinates":[7.707811604263506,48.54677384569806]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[7.341061592284364,48.758463887277198]}},{"type":"Feature","properties":{"population":1303},"geometry":{"type":"Point","coordinates":[7.379116808181723,48.72291249278029]}},{"type":"Feature","properties":{"population":5416},"geometry":{"type":"Point","coordinates":[7.675135207693939,48.93715022857471]}},{"type":"Feature","properties":{"population":4376},"geometry":{"type":"Point","coordinates":[7.756586427495914,48.647892576311949]}},{"type":"Feature","properties":{"population":1603},"geometry":{"type":"Point","coordinates":[7.903054802400686,48.75040478615288]}},{"type":"Feature","properties":{"population":19300},"geometry":{"type":"Point","coordinates":[7.462085214981886,48.24824238398002]}},{"type":"Feature","properties":{"population":1188},"geometry":{"type":"Point","coordinates":[7.380525155614486,48.6409892672448]}},{"type":"Feature","properties":{"population":468},"geometry":{"type":"Point","coordinates":[7.906973584534036,49.01958989712632]}},{"type":"Feature","properties":{"population":5050},"geometry":{"type":"Point","coordinates":[7.739040646169799,48.817518148273]}},{"type":"Feature","properties":{"population":8120},"geometry":{"type":"Point","coordinates":[7.740808697273057,48.631950929699247]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[-0.4120524520962647,47.825296928181838]}},{"type":"Feature","properties":{"population":738},"geometry":{"type":"Point","coordinates":[0.03378735550556699,47.666239062713668]}},{"type":"Feature","properties":{"population":5774},"geometry":{"type":"Point","coordinates":[7.442869695051431,48.638536436333378]}},{"type":"Feature","properties":{"population":1238},"geometry":{"type":"Point","coordinates":[4.820701581689462,45.83543482149188]}},{"type":"Feature","properties":{"population":2719},"geometry":{"type":"Point","coordinates":[7.779859330668758,48.76180694835715]}},{"type":"Feature","properties":{"population":1693},"geometry":{"type":"Point","coordinates":[7.414750165665832,48.60531943071232]}},{"type":"Feature","properties":{"population":1282},"geometry":{"type":"Point","coordinates":[-1.4549357765690348,49.6812147845874]}},{"type":"Feature","properties":{"population":1073},"geometry":{"type":"Point","coordinates":[7.5159451024165639,48.673682419105748]}},{"type":"Feature","properties":{"population":22676},"geometry":{"type":"Point","coordinates":[4.755239319031423,45.762925500881859]}},{"type":"Feature","properties":{"population":7516},"geometry":{"type":"Point","coordinates":[7.961701973714542,49.01845943473281]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[1.8106045374648557,50.72099073598947]}},{"type":"Feature","properties":{"population":4165},"geometry":{"type":"Point","coordinates":[7.664153678653858,48.58820667308649]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[7.489364899835741,48.678151383093609]}},{"type":"Feature","properties":{"population":2195},"geometry":{"type":"Point","coordinates":[7.436685282435728,48.06496210551649]}},{"type":"Feature","properties":{"population":1998},"geometry":{"type":"Point","coordinates":[7.069094859496311,47.826630896967]}},{"type":"Feature","properties":{"population":1044},"geometry":{"type":"Point","coordinates":[7.358731786723535,47.70024367319167]}},{"type":"Feature","properties":{"population":2859},"geometry":{"type":"Point","coordinates":[7.516445021501317,47.57996193302074]}},{"type":"Feature","properties":{"population":8172},"geometry":{"type":"Point","coordinates":[7.316808483582318,47.715918163107229]}},{"type":"Feature","properties":{"population":3199},"geometry":{"type":"Point","coordinates":[7.180036735957143,47.92472602852882]}},{"type":"Feature","properties":{"population":5528},"geometry":{"type":"Point","coordinates":[7.400581244719991,47.78204534871278]}},{"type":"Feature","properties":{"population":2083},"geometry":{"type":"Point","coordinates":[7.1951382222512259,47.6227171396656]}},{"type":"Feature","properties":{"population":11745},"geometry":{"type":"Point","coordinates":[7.1792594454902469,47.79458419396379]}},{"type":"Feature","properties":{"population":67730},"geometry":{"type":"Point","coordinates":[7.38472354385862,48.11002369343094]}},{"type":"Feature","properties":{"population":11092},"geometry":{"type":"Point","coordinates":[4.962113169726809,45.73805392838135]}},{"type":"Feature","properties":{"population":11137},"geometry":{"type":"Point","coordinates":[7.210278780329466,47.909721509278657]}},{"type":"Feature","properties":{"population":10932},"geometry":{"type":"Point","coordinates":[4.908325777655926,45.668389926326238]}},{"type":"Feature","properties":{"population":839},"geometry":{"type":"Point","coordinates":[4.508429554201741,46.84715404483637]}},{"type":"Feature","properties":{"population":6301},"geometry":{"type":"Point","coordinates":[7.40339617292568,48.083185021767047]}},{"type":"Feature","properties":{"population":43049},"geometry":{"type":"Point","coordinates":[4.91179728842028,45.73467200554747]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[3.276182929453895,48.41433480339372]}},{"type":"Feature","properties":{"population":2394},"geometry":{"type":"Point","coordinates":[7.374948399314395,48.13188172558815]}},{"type":"Feature","properties":{"population":14829},"geometry":{"type":"Point","coordinates":[7.359467267604745,47.774023159909969]}},{"type":"Feature","properties":{"population":29731},"geometry":{"type":"Point","coordinates":[4.9615474586213879,45.771942165528098]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[7.188763125294309,47.887953636971037]}},{"type":"Feature","properties":{"population":1429},"geometry":{"type":"Point","coordinates":[3.228587896163339,50.13014901883624]}},{"type":"Feature","properties":{"population":9850},"geometry":{"type":"Point","coordinates":[4.8580666083724008,45.673352261179747]}},{"type":"Feature","properties":{"population":6094},"geometry":{"type":"Point","coordinates":[4.690163594049892,45.7482264645083]}},{"type":"Feature","properties":{"population":13178},"geometry":{"type":"Point","coordinates":[7.322230858782319,47.78926373973079]}},{"type":"Feature","properties":{"population":6261},"geometry":{"type":"Point","coordinates":[7.272342056194641,47.76116044094221]}},{"type":"Feature","properties":{"population":3642},"geometry":{"type":"Point","coordinates":[7.265281614743684,47.73420469793786]}},{"type":"Feature","properties":{"population":7027},"geometry":{"type":"Point","coordinates":[7.179026442230715,47.882747527428659]}},{"type":"Feature","properties":{"population":12163},"geometry":{"type":"Point","coordinates":[7.365787102851945,47.74008453183467]}},{"type":"Feature","properties":{"population":13795},"geometry":{"type":"Point","coordinates":[7.407185401210439,47.74988921180468]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[5.012393390489557,44.16643623025454]}},{"type":"Feature","properties":{"population":2453},"geometry":{"type":"Point","coordinates":[7.3516702854449609,47.82304854935506]}},{"type":"Feature","properties":{"population":3928},"geometry":{"type":"Point","coordinates":[7.251070052840131,48.08635426282402]}},{"type":"Feature","properties":{"population":1010},"geometry":{"type":"Point","coordinates":[-0.8493315846145478,46.5052761731094]}},{"type":"Feature","properties":{"population":1807},"geometry":{"type":"Point","coordinates":[7.207674129337865,48.26820165716604]}},{"type":"Feature","properties":{"population":22698},"geometry":{"type":"Point","coordinates":[7.540481000088227,47.602595309111567]}},{"type":"Feature","properties":{"population":7766},"geometry":{"type":"Point","coordinates":[7.094768380248701,47.814058336800467]}},{"type":"Feature","properties":{"population":2855},"geometry":{"type":"Point","coordinates":[7.127319973990671,47.80515955944193]}},{"type":"Feature","properties":{"population":6160},"geometry":{"type":"Point","coordinates":[5.041458943464077,45.791015131849409]}},{"type":"Feature","properties":{"population":4513},"geometry":{"type":"Point","coordinates":[7.568547765862583,47.60999168509478]}},{"type":"Feature","properties":{"population":7047},"geometry":{"type":"Point","coordinates":[4.856107756171292,45.82837655304405]}},{"type":"Feature","properties":{"population":1776},"geometry":{"type":"Point","coordinates":[7.30655404650817,48.05187671851563]}},{"type":"Feature","properties":{"population":10334},"geometry":{"type":"Point","coordinates":[7.240066650964928,47.798795631699089]}},{"type":"Feature","properties":{"population":4790},"geometry":{"type":"Point","coordinates":[4.718839492029631,45.97222650203762]}},{"type":"Feature","properties":{"population":15262},"geometry":{"type":"Point","coordinates":[7.312374348326882,47.81054443738253]}},{"type":"Feature","properties":{"population":779},"geometry":{"type":"Point","coordinates":[7.186082927754719,47.86895711739207]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[1.99805567211862,42.42373689216894]}},{"type":"Feature","properties":{"population":2991},"geometry":{"type":"Point","coordinates":[4.830604524023498,45.86385488948354]}},{"type":"Feature","properties":{"population":6453},"geometry":{"type":"Point","coordinates":[4.608829962256086,45.83553194036898]}},{"type":"Feature","properties":{"population":5936},"geometry":{"type":"Point","coordinates":[4.78635680187292,45.79843907757677]}},{"type":"Feature","properties":{"population":4215},"geometry":{"type":"Point","coordinates":[4.7111198843994359,46.01861629287322]}},{"type":"Feature","properties":{"population":13542},"geometry":{"type":"Point","coordinates":[4.726243478623303,46.115701429602058]}},{"type":"Feature","properties":{"population":12388},"geometry":{"type":"Point","coordinates":[4.752819932258058,45.67793617137847]}},{"type":"Feature","properties":{"population":43572},"geometry":{"type":"Point","coordinates":[4.851580393323745,45.79778564537499]}},{"type":"Feature","properties":{"population":4517},"geometry":{"type":"Point","coordinates":[4.842600957048167,45.822127330023878]}},{"type":"Feature","properties":{"population":9052},"geometry":{"type":"Point","coordinates":[4.7454266303832,45.709032953774869]}},{"type":"Feature","properties":{"population":5311},"geometry":{"type":"Point","coordinates":[4.743577511996246,45.780257147583359]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[0.7833067890152664,46.15001822899265]}},{"type":"Feature","properties":{"population":2913},"geometry":{"type":"Point","coordinates":[6.049876390920318,45.88463723097185]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[4.610538709597496,44.68092260723768]}},{"type":"Feature","properties":{"population":11903},"geometry":{"type":"Point","coordinates":[4.7271562829504198,45.74594791794455]}},{"type":"Feature","properties":{"population":8828},"geometry":{"type":"Point","coordinates":[4.746791095737237,45.81233031813067]}},{"type":"Feature","properties":{"population":18361},"geometry":{"type":"Point","coordinates":[4.772649306556876,45.78201270677126]}},{"type":"Feature","properties":{"population":1501},"geometry":{"type":"Point","coordinates":[4.850101091006827,45.85898115766767]}},{"type":"Feature","properties":{"population":2968},"geometry":{"type":"Point","coordinates":[6.550830687968223,43.50776036983661]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[4.892979404996137,49.57194595900816]}},{"type":"Feature","properties":{"population":2287},"geometry":{"type":"Point","coordinates":[4.652223705435749,45.83974035632796]}},{"type":"Feature","properties":{"population":3043},"geometry":{"type":"Point","coordinates":[4.854738536996881,45.84324186260104]}},{"type":"Feature","properties":{"population":7120},"geometry":{"type":"Point","coordinates":[2.330601873515416,48.66137810950408]}},{"type":"Feature","properties":{"population":15204},"geometry":{"type":"Point","coordinates":[4.756935686444924,45.7379306339537]}},{"type":"Feature","properties":{"population":1159},"geometry":{"type":"Point","coordinates":[2.0747755227627828,49.23313229234845]}},{"type":"Feature","properties":{"population":7614},"geometry":{"type":"Point","coordinates":[4.687627890696901,45.991040382033798]}},{"type":"Feature","properties":{"population":9851},"geometry":{"type":"Point","coordinates":[4.787240535379574,45.60855524116056]}},{"type":"Feature","properties":{"population":6595},"geometry":{"type":"Point","coordinates":[4.8126407254717249,45.72927048122517]}},{"type":"Feature","properties":{"population":1947},"geometry":{"type":"Point","coordinates":[7.527804854193251,48.01813624024856]}},{"type":"Feature","properties":{"population":8867},"geometry":{"type":"Point","coordinates":[4.8178645634540919,45.67463900196472]}},{"type":"Feature","properties":{"population":751},"geometry":{"type":"Point","coordinates":[4.367835874404386,45.89029112753949]}},{"type":"Feature","properties":{"population":3838},"geometry":{"type":"Point","coordinates":[4.771171849560596,45.83123292861062]}},{"type":"Feature","properties":{"population":1530},"geometry":{"type":"Point","coordinates":[5.078901862332496,45.800077083199209]}},{"type":"Feature","properties":{"population":3188},"geometry":{"type":"Point","coordinates":[4.745111278053999,45.85515096750185]}},{"type":"Feature","properties":{"population":7721},"geometry":{"type":"Point","coordinates":[4.844064973291798,45.88354824613155]}},{"type":"Feature","properties":{"population":19360},"geometry":{"type":"Point","coordinates":[4.850572150093933,45.70181679049399]}},{"type":"Feature","properties":{"population":2590},"geometry":{"type":"Point","coordinates":[4.720591152364522,45.6611650484969]}},{"type":"Feature","properties":{"population":27113},"geometry":{"type":"Point","coordinates":[4.815372895546402,45.70844892173217]}},{"type":"Feature","properties":{"population":119808},"geometry":{"type":"Point","coordinates":[2.2388996868544557,48.836690441133118]}},{"type":"Feature","properties":{"population":5282},"geometry":{"type":"Point","coordinates":[4.494246052650841,45.89236786978114]}},{"type":"Feature","properties":{"population":3549},"geometry":{"type":"Point","coordinates":[4.773501740578258,45.91416872939415]}},{"type":"Feature","properties":{"population":1975},"geometry":{"type":"Point","coordinates":[4.5651473946531209,45.82034085790882]}},{"type":"Feature","properties":{"population":5900},"geometry":{"type":"Point","coordinates":[4.818451172970757,45.819006727686289]}},{"type":"Feature","properties":{"population":7265},"geometry":{"type":"Point","coordinates":[4.797625897874487,45.81583819403141]}},{"type":"Feature","properties":{"population":21858},"geometry":{"type":"Point","coordinates":[4.793803843405524,45.73566039061773]}},{"type":"Feature","properties":{"population":20929},"geometry":{"type":"Point","coordinates":[4.7893495440673459,45.69466754180162]}},{"type":"Feature","properties":{"population":5300},"geometry":{"type":"Point","coordinates":[4.726807858643935,45.76162690969748]}},{"type":"Feature","properties":{"population":4461},"geometry":{"type":"Point","coordinates":[4.720731225584655,46.05808650805694]}},{"type":"Feature","properties":{"population":10428},"geometry":{"type":"Point","coordinates":[4.424048793077346,45.90366337867715]}},{"type":"Feature","properties":{"population":52139},"geometry":{"type":"Point","coordinates":[4.926329589636827,45.7860461075453]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[1.65347996390964,47.072372124559638]}},{"type":"Feature","properties":{"population":9373},"geometry":{"type":"Point","coordinates":[0.5943658966328921,44.193715098230438]}},{"type":"Feature","properties":{"population":66363},"geometry":{"type":"Point","coordinates":[4.881113210458916,45.70427008052977]}},{"type":"Feature","properties":{"population":1328},"geometry":{"type":"Point","coordinates":[6.334292093729171,47.85973725810326]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[1.9429337138725847,43.60516864534586]}},{"type":"Feature","properties":{"population":35913},"geometry":{"type":"Point","coordinates":[4.7304310873532648,45.98726802433159]}},{"type":"Feature","properties":{"population":5551},"geometry":{"type":"Point","coordinates":[5.610763623381085,47.43189778318323]}},{"type":"Feature","properties":{"population":156928},"geometry":{"type":"Point","coordinates":[4.889043906930428,45.77081138743759]}},{"type":"Feature","properties":{"population":694},"geometry":{"type":"Point","coordinates":[6.325659920983324,45.84476135395149]}},{"type":"Feature","properties":{"population":13483},"geometry":{"type":"Point","coordinates":[5.016034867940038,45.730022933053607]}},{"type":"Feature","properties":{"population":7918},"geometry":{"type":"Point","coordinates":[6.4965159468090809,47.68544833469361]}},{"type":"Feature","properties":{"population":5520},"geometry":{"type":"Point","coordinates":[4.838025355432085,45.89856548227863]}},{"type":"Feature","properties":{"population":35882},"geometry":{"type":"Point","coordinates":[5.006282277236355,45.77716123615341]}},{"type":"Feature","properties":{"population":13707},"geometry":{"type":"Point","coordinates":[4.949298767512602,45.66501262390917]}},{"type":"Feature","properties":{"population":1878},"geometry":{"type":"Point","coordinates":[6.434642174950835,46.305807907968269]}},{"type":"Feature","properties":{"population":3249},"geometry":{"type":"Point","coordinates":[4.867648648663262,45.87715126018662]}},{"type":"Feature","properties":{"population":560},"geometry":{"type":"Point","coordinates":[4.067148639136899,46.63129336872205]}},{"type":"Feature","properties":{"population":4172},"geometry":{"type":"Point","coordinates":[5.067295421805645,45.75389185269576]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[2.935181635466782,46.05676311810841]}},{"type":"Feature","properties":{"population":31247},"geometry":{"type":"Point","coordinates":[4.898641748399926,45.8206611058438]}},{"type":"Feature","properties":{"population":6920},"geometry":{"type":"Point","coordinates":[5.02226826502133,45.69625641558239]}},{"type":"Feature","properties":{"population":5621},"geometry":{"type":"Point","coordinates":[5.060559213777778,45.683871232332418]}},{"type":"Feature","properties":{"population":48822},"geometry":{"type":"Point","coordinates":[4.948834058186089,45.70173319583753]}},{"type":"Feature","properties":{"population":1266},"geometry":{"type":"Point","coordinates":[4.371273203719362,46.84338061551811]}},{"type":"Feature","properties":{"population":705},"geometry":{"type":"Point","coordinates":[7.465243614523062,47.59359725464032]}},{"type":"Feature","properties":{"population":5965},"geometry":{"type":"Point","coordinates":[4.869824414633703,45.64266386164114]}},{"type":"Feature","properties":{"population":6858},"geometry":{"type":"Point","coordinates":[4.87505083333391,45.826099710766019]}},{"type":"Feature","properties":{"population":906},"geometry":{"type":"Point","coordinates":[4.417179259701532,46.94077585074273]}},{"type":"Feature","properties":{"population":1855},"geometry":{"type":"Point","coordinates":[4.8711413864909789,45.61175283270102]}},{"type":"Feature","properties":{"population":3082},"geometry":{"type":"Point","coordinates":[4.838683136286052,45.64602587798093]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[4.382697368949283,46.75163810454348]}},{"type":"Feature","properties":{"population":5503},"geometry":{"type":"Point","coordinates":[4.806745412240765,45.605095290924058]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[5.636291892361662,47.44419966222721]}},{"type":"Feature","properties":{"population":1981},"geometry":{"type":"Point","coordinates":[6.419696806528992,47.8338557579571]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[0.9764350664965295,49.179446872802788]}},{"type":"Feature","properties":{"population":1355},"geometry":{"type":"Point","coordinates":[6.194274426713912,47.6293945199318]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[3.827904656692676,46.631549069937687]}},{"type":"Feature","properties":{"population":918},"geometry":{"type":"Point","coordinates":[-1.017612867428154,46.15501903064035]}},{"type":"Feature","properties":{"population":6659},"geometry":{"type":"Point","coordinates":[6.363611839360045,47.823614000806]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[6.719691651916703,47.606214368897919]}},{"type":"Feature","properties":{"population":9214},"geometry":{"type":"Point","coordinates":[6.5851081133814459,46.39258666870833]}},{"type":"Feature","properties":{"population":1368},"geometry":{"type":"Point","coordinates":[6.47101641783542,47.66861921378722]}},{"type":"Feature","properties":{"population":1203},"geometry":{"type":"Point","coordinates":[3.9598300102836454,46.51462709315847]}},{"type":"Feature","properties":{"population":1938},"geometry":{"type":"Point","coordinates":[6.395245252458343,47.7954680585263]}},{"type":"Feature","properties":{"population":10175},"geometry":{"type":"Point","coordinates":[6.206977942822486,46.182008334618057]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[6.246689060673946,45.73871897449807]}},{"type":"Feature","properties":{"population":13145},"geometry":{"type":"Point","coordinates":[4.310966253785233,46.94584229833939]}},{"type":"Feature","properties":{"population":3353},"geometry":{"type":"Point","coordinates":[6.800909127089141,45.89690793689036]}},{"type":"Feature","properties":{"population":6012},"geometry":{"type":"Point","coordinates":[4.3927117889287869,46.70445247769071]}},{"type":"Feature","properties":{"population":4663},"geometry":{"type":"Point","coordinates":[3.7684161510016516,46.62079817294106]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[-0.048401837666946407,43.07511061628701]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[4.903180038068261,46.60001823983507]}},{"type":"Feature","properties":{"population":2367},"geometry":{"type":"Point","coordinates":[5.1635833513103839,46.6534987806467]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[4.240872129636235,46.91587953374003]}},{"type":"Feature","properties":{"population":981},"geometry":{"type":"Point","coordinates":[5.258517237648648,46.59720528411721]}},{"type":"Feature","properties":{"population":938},"geometry":{"type":"Point","coordinates":[4.644852077065442,46.0937741862635]}},{"type":"Feature","properties":{"population":6145},"geometry":{"type":"Point","coordinates":[4.806092764708411,46.78874167546268]}},{"type":"Feature","properties":{"population":7498},"geometry":{"type":"Point","coordinates":[4.025601386649247,46.48920982235799]}},{"type":"Feature","properties":{"population":1464},"geometry":{"type":"Point","coordinates":[4.770616141229106,46.79703369783259]}},{"type":"Feature","properties":{"population":6616},"geometry":{"type":"Point","coordinates":[4.048783074145746,46.59383782645423]}},{"type":"Feature","properties":{"population":694},"geometry":{"type":"Point","coordinates":[4.935686243313982,46.568968838821898]}},{"type":"Feature","properties":{"population":939},"geometry":{"type":"Point","coordinates":[4.9325547024369389,46.76449439750962]}},{"type":"Feature","properties":{"population":15998},"geometry":{"type":"Point","coordinates":[5.940311156934109,45.85557324961134]}},{"type":"Feature","properties":{"population":1884},"geometry":{"type":"Point","coordinates":[4.39110098600896,46.785767715323149]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[2.9476463461883486,49.808622704390177]}},{"type":"Feature","properties":{"population":4979},"geometry":{"type":"Point","coordinates":[4.473417932185616,46.746490672578207]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[4.221636935703462,46.95876641804773]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[4.018635825462366,46.541807573640749]}},{"type":"Feature","properties":{"population":961},"geometry":{"type":"Point","coordinates":[4.353048668295751,46.60491044748471]}},{"type":"Feature","properties":{"population":1097},"geometry":{"type":"Point","coordinates":[4.291317241665923,46.7160376589756]}},{"type":"Feature","properties":{"population":437},"geometry":{"type":"Point","coordinates":[4.286644559672613,47.00158341536204]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[0.8275259179633818,49.87258777982432]}},{"type":"Feature","properties":{"population":974},"geometry":{"type":"Point","coordinates":[4.5121263493783829,46.730748527847307]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[4.408618297910964,45.11674310961375]}},{"type":"Feature","properties":{"population":760},"geometry":{"type":"Point","coordinates":[4.116558010213315,46.48508454275823]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[4.411526901137786,46.61743246477794]}},{"type":"Feature","properties":{"population":6199},"geometry":{"type":"Point","coordinates":[4.887221806969494,46.774592914609709]}},{"type":"Feature","properties":{"population":6541},"geometry":{"type":"Point","coordinates":[4.821048567890548,46.76114097291744]}},{"type":"Feature","properties":{"population":1152},"geometry":{"type":"Point","coordinates":[4.057667418576456,46.40753118662653]}},{"type":"Feature","properties":{"population":2165},"geometry":{"type":"Point","coordinates":[4.835874131787717,46.33967702852075]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[0.006841771144764323,46.73909384362127]}},{"type":"Feature","properties":{"population":574},"geometry":{"type":"Point","coordinates":[4.806710859867289,46.26881782297787]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[4.167573380234463,46.47317888290681]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[6.1519857439762719,45.79473068770306]}},{"type":"Feature","properties":{"population":11013},"geometry":{"type":"Point","coordinates":[0.144066046372823,47.95905998445667]}},{"type":"Feature","properties":{"population":5482},"geometry":{"type":"Point","coordinates":[0.1913763365124177,47.928538309996678]}},{"type":"Feature","properties":{"population":1951},"geometry":{"type":"Point","coordinates":[-0.1602479503032976,47.67558233630654]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[-0.06284429389961871,47.76111205253823]}},{"type":"Feature","properties":{"population":5805},"geometry":{"type":"Point","coordinates":[0.4285429576899127,47.69335843296434]}},{"type":"Feature","properties":{"population":2735},"geometry":{"type":"Point","coordinates":[0.6682598409193754,48.17104293947672]}},{"type":"Feature","properties":{"population":1274},"geometry":{"type":"Point","coordinates":[-0.024343705587547366,47.73277998034248]}},{"type":"Feature","properties":{"population":8003},"geometry":{"type":"Point","coordinates":[0.21192955954129076,48.033220636412739]}},{"type":"Feature","properties":{"population":12096},"geometry":{"type":"Point","coordinates":[-0.3553674873179144,47.83797023833493]}},{"type":"Feature","properties":{"population":919},"geometry":{"type":"Point","coordinates":[-0.31625591056786836,47.80558234196879]}},{"type":"Feature","properties":{"population":4808},"geometry":{"type":"Point","coordinates":[0.28557919960848368,47.82545023001489]}},{"type":"Feature","properties":{"population":8799},"geometry":{"type":"Point","coordinates":[0.635336153764515,48.18446473640241]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[1.9565910434737864,45.27580944431566]}},{"type":"Feature","properties":{"population":14937},"geometry":{"type":"Point","coordinates":[-0.0646451905099715,47.68923890803782]}},{"type":"Feature","properties":{"population":1234},"geometry":{"type":"Point","coordinates":[0.39137182432388969,47.71789949920176]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[4.024595469079375,45.374982314699909]}},{"type":"Feature","properties":{"population":5103},"geometry":{"type":"Point","coordinates":[0.37054935015839526,48.35457953317768]}},{"type":"Feature","properties":{"population":2322},"geometry":{"type":"Point","coordinates":[0.14175013603011114,48.00075819931503]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[0.2393573080083293,47.81826743767694]}},{"type":"Feature","properties":{"population":15840},"geometry":{"type":"Point","coordinates":[6.0791769178136809,46.13918323686941]}},{"type":"Feature","properties":{"population":2096},"geometry":{"type":"Point","coordinates":[0.12688300544398263,48.418549959449887]}},{"type":"Feature","properties":{"population":1997},"geometry":{"type":"Point","coordinates":[0.1952218116852635,48.041049313458739]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[6.055521633299757,45.666991959709338]}},{"type":"Feature","properties":{"population":53936},"geometry":{"type":"Point","coordinates":[-0.8774047243903612,47.04573184580358]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[0.38208030536991,48.3223073093675]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[5.725994059763981,45.64867385613071]}},{"type":"Feature","properties":{"population":3813},"geometry":{"type":"Point","coordinates":[0.24768511844077416,48.041876918632677]}},{"type":"Feature","properties":{"population":1221},"geometry":{"type":"Point","coordinates":[-0.28176773228376908,47.844516843218517]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[-0.827082033256726,49.16261984164606]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[0.6478388684422123,48.218085918826449]}},{"type":"Feature","properties":{"population":1034},"geometry":{"type":"Point","coordinates":[-0.10471305472388919,47.75636606211968]}},{"type":"Feature","properties":{"population":5260},"geometry":{"type":"Point","coordinates":[5.93949623823486,45.552473738380907]}},{"type":"Feature","properties":{"population":2424},"geometry":{"type":"Point","coordinates":[1.8732764232847559,48.96717552935371]}},{"type":"Feature","properties":{"population":5136},"geometry":{"type":"Point","coordinates":[5.938323473588534,45.58155939066454]}},{"type":"Feature","properties":{"population":1390},"geometry":{"type":"Point","coordinates":[6.347862049952551,45.76180114158533]}},{"type":"Feature","properties":{"population":637},"geometry":{"type":"Point","coordinates":[2.9849113792787,50.17711417061691]}},{"type":"Feature","properties":{"population":7187},"geometry":{"type":"Point","coordinates":[6.766398483048554,45.66484823086537]}},{"type":"Feature","properties":{"population":833},"geometry":{"type":"Point","coordinates":[-0.7717195921069848,48.389965292971]}},{"type":"Feature","properties":{"population":5617},"geometry":{"type":"Point","coordinates":[5.983671260120865,45.55006492259504]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[6.616581997095827,46.0750890821817]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[5.854649416478181,45.715288355183137]}},{"type":"Feature","properties":{"population":3251},"geometry":{"type":"Point","coordinates":[6.632813620742273,46.00106847078867]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[0.19609262425283445,45.52698925604463]}},{"type":"Feature","properties":{"population":6520},"geometry":{"type":"Point","coordinates":[5.891185024681471,45.56065107261115]}},{"type":"Feature","properties":{"population":4181},"geometry":{"type":"Point","coordinates":[5.916989091306518,45.55176237363984]}},{"type":"Feature","properties":{"population":1339},"geometry":{"type":"Point","coordinates":[6.3941667159518149,45.73217736474356]}},{"type":"Feature","properties":{"population":799},"geometry":{"type":"Point","coordinates":[6.390475448819055,45.693043508851577]}},{"type":"Feature","properties":{"population":9042},"geometry":{"type":"Point","coordinates":[5.960058184348646,45.55648812912641]}},{"type":"Feature","properties":{"population":2413},"geometry":{"type":"Point","coordinates":[6.835471363553869,45.64816247557958]}},{"type":"Feature","properties":{"population":2945},"geometry":{"type":"Point","coordinates":[5.888832196728255,45.67461062871661]}},{"type":"Feature","properties":{"population":7148},"geometry":{"type":"Point","coordinates":[6.432590175336146,45.772247049199567]}},{"type":"Feature","properties":{"population":4853},"geometry":{"type":"Point","coordinates":[6.4654842600991329,46.33422065834535]}},{"type":"Feature","properties":{"population":6166},"geometry":{"type":"Point","coordinates":[6.223987239097805,46.19632715847605]}},{"type":"Feature","properties":{"population":6401},"geometry":{"type":"Point","coordinates":[6.494202176978355,46.094697774535017]}},{"type":"Feature","properties":{"population":131715},"geometry":{"type":"Point","coordinates":[6.1179287170042599,45.90138278977452]}},{"type":"Feature","properties":{"population":1441},"geometry":{"type":"Point","coordinates":[6.5121216941630168,46.3524369548956]}},{"type":"Feature","properties":{"population":2274},"geometry":{"type":"Point","coordinates":[6.445523747457145,46.087261306265947]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[6.286193680299469,45.911180089816017]}},{"type":"Feature","properties":{"population":1044},"geometry":{"type":"Point","coordinates":[6.195474162228079,45.82059088525632]}},{"type":"Feature","properties":{"population":931},"geometry":{"type":"Point","coordinates":[5.847716700768281,46.083467608808778]}},{"type":"Feature","properties":{"population":7581},"geometry":{"type":"Point","coordinates":[6.285941801164368,45.72548529785197]}},{"type":"Feature","properties":{"population":1816},"geometry":{"type":"Point","coordinates":[6.072406195391052,46.11022936712622]}},{"type":"Feature","properties":{"population":1002},"geometry":{"type":"Point","coordinates":[6.19700021020939,45.93226179946105]}},{"type":"Feature","properties":{"population":11068},"geometry":{"type":"Point","coordinates":[6.740159803899777,45.95423371339657]}},{"type":"Feature","properties":{"population":3170},"geometry":{"type":"Point","coordinates":[6.258862205613153,46.101842523252887]}},{"type":"Feature","properties":{"population":8170},"geometry":{"type":"Point","coordinates":[6.261272928155763,46.13556160267398]}},{"type":"Feature","properties":{"population":11263},"geometry":{"type":"Point","coordinates":[6.300417355329022,46.044443544721918]}},{"type":"Feature","properties":{"population":5602},"geometry":{"type":"Point","coordinates":[6.740396748132599,45.85699247361079]}},{"type":"Feature","properties":{"population":6287},"geometry":{"type":"Point","coordinates":[6.149922847266837,45.82243102473186]}},{"type":"Feature","properties":{"population":17133},"geometry":{"type":"Point","coordinates":[6.607444886735871,45.946943535607868]}},{"type":"Feature","properties":{"population":1182},"geometry":{"type":"Point","coordinates":[6.3180066493572639,46.120224983331798]}},{"type":"Feature","properties":{"population":738},"geometry":{"type":"Point","coordinates":[6.8123806050964579,46.05416224384301]}},{"type":"Feature","properties":{"population":6379},"geometry":{"type":"Point","coordinates":[6.5362003150352809,46.08839972114304]}},{"type":"Feature","properties":{"population":37027},"geometry":{"type":"Point","coordinates":[6.482362593498714,46.37126522592289]}},{"type":"Feature","properties":{"population":2297},"geometry":{"type":"Point","coordinates":[6.177018706872728,45.88551861622972]}},{"type":"Feature","properties":{"population":3468},"geometry":{"type":"Point","coordinates":[6.20161591860838,45.953044885012577]}},{"type":"Feature","properties":{"population":12154},"geometry":{"type":"Point","coordinates":[0.9573529598767557,49.5452529635542]}},{"type":"Feature","properties":{"population":8199},"geometry":{"type":"Point","coordinates":[1.1279055224222632,49.462408316913329]}},{"type":"Feature","properties":{"population":4078},"geometry":{"type":"Point","coordinates":[0.7309203940448045,49.52286437813349]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[5.4624490428991339,46.49420854944817]}},{"type":"Feature","properties":{"population":6455},"geometry":{"type":"Point","coordinates":[1.1304636315999919,49.42569992014819]}},{"type":"Feature","properties":{"population":5944},"geometry":{"type":"Point","coordinates":[1.7180654552526785,49.47969915354771]}},{"type":"Feature","properties":{"population":14262},"geometry":{"type":"Point","coordinates":[1.1179676642890569,49.474636334441509]}},{"type":"Feature","properties":{"population":6155},"geometry":{"type":"Point","coordinates":[1.685435211748312,48.96883680793323]}},{"type":"Feature","properties":{"population":11635},"geometry":{"type":"Point","coordinates":[0.48428873729185026,49.57532388908088]}},{"type":"Feature","properties":{"population":13966},"geometry":{"type":"Point","coordinates":[1.0142363950048686,49.433483281702077]}},{"type":"Feature","properties":{"population":4907},"geometry":{"type":"Point","coordinates":[1.040256878208437,49.31596503214118]}},{"type":"Feature","properties":{"population":9738},"geometry":{"type":"Point","coordinates":[1.1557061389564616,49.44394858098397]}},{"type":"Feature","properties":{"population":1575},"geometry":{"type":"Point","coordinates":[5.873082026047457,49.18289063836489]}},{"type":"Feature","properties":{"population":15951},"geometry":{"type":"Point","coordinates":[0.9977438216229739,49.275941680911298]}},{"type":"Feature","properties":{"population":10745},"geometry":{"type":"Point","coordinates":[1.0505323633018214,49.46625385514682]}},{"type":"Feature","properties":{"population":1557},"geometry":{"type":"Point","coordinates":[0.7112872052345832,45.86391878561661]}},{"type":"Feature","properties":{"population":28358},"geometry":{"type":"Point","coordinates":[1.087119097916695,49.92171766127061]}},{"type":"Feature","properties":{"population":4020},"geometry":{"type":"Point","coordinates":[0.8661443724239449,49.489282598941958]}},{"type":"Feature","properties":{"population":18016},"geometry":{"type":"Point","coordinates":[0.39496490990542629,49.75244005347357]}},{"type":"Feature","properties":{"population":1641},"geometry":{"type":"Point","coordinates":[1.046077066187438,49.547390139449948]}},{"type":"Feature","properties":{"population":1675},"geometry":{"type":"Point","coordinates":[1.757978343310628,49.48675303291863]}},{"type":"Feature","properties":{"population":11958},"geometry":{"type":"Point","coordinates":[3.2874260156154024,48.56266242199458]}},{"type":"Feature","properties":{"population":6591},"geometry":{"type":"Point","coordinates":[1.4281392032054399,50.041410341726308]}},{"type":"Feature","properties":{"population":710},"geometry":{"type":"Point","coordinates":[1.3635014192303304,50.034983866658617]}},{"type":"Feature","properties":{"population":2635},"geometry":{"type":"Point","coordinates":[0.1410309288283739,49.53932426849051]}},{"type":"Feature","properties":{"population":2081},"geometry":{"type":"Point","coordinates":[0.5726781139416525,49.52106343812905]}},{"type":"Feature","properties":{"population":9726},"geometry":{"type":"Point","coordinates":[1.0044789636450938,49.34815705724077]}},{"type":"Feature","properties":{"population":25975},"geometry":{"type":"Point","coordinates":[1.0398440448761289,49.41018119824822]}},{"type":"Feature","properties":{"population":8688},"geometry":{"type":"Point","coordinates":[1.034458401235223,49.38084640880071]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[3.9506228102298235,49.32981518013296]}},{"type":"Feature","properties":{"population":4133},"geometry":{"type":"Point","coordinates":[1.0360782398150286,49.51053710428951]}},{"type":"Feature","properties":{"population":2884},"geometry":{"type":"Point","coordinates":[1.0891984410725167,49.5044016710245]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[2.4563600374723979,46.82379331508226]}},{"type":"Feature","properties":{"population":3657},"geometry":{"type":"Point","coordinates":[1.145058735418524,49.502100827224868]}},{"type":"Feature","properties":{"population":2362},"geometry":{"type":"Point","coordinates":[0.9188223478424806,49.323604632182028]}},{"type":"Feature","properties":{"population":1152},"geometry":{"type":"Point","coordinates":[0.5302257537656768,49.5834769715997]}},{"type":"Feature","properties":{"population":8729},"geometry":{"type":"Point","coordinates":[0.5340626554805664,49.50856735945346]}},{"type":"Feature","properties":{"population":11024},"geometry":{"type":"Point","coordinates":[1.032066776612733,49.47716044889469]}},{"type":"Feature","properties":{"population":932},"geometry":{"type":"Point","coordinates":[0.9581962211420335,49.342808926102659]}},{"type":"Feature","properties":{"population":1600},"geometry":{"type":"Point","coordinates":[1.1319287157469396,49.90966370935623]}},{"type":"Feature","properties":{"population":7980},"geometry":{"type":"Point","coordinates":[1.1452644016958074,49.4140297210015]}},{"type":"Feature","properties":{"population":6067},"geometry":{"type":"Point","coordinates":[1.1834563186158676,49.403458885130259]}},{"type":"Feature","properties":{"population":15457},"geometry":{"type":"Point","coordinates":[0.19063382768058893,49.54413500461665]}},{"type":"Feature","properties":{"population":20066},"geometry":{"type":"Point","coordinates":[1.081299327625301,49.4669046816284]}},{"type":"Feature","properties":{"population":801},"geometry":{"type":"Point","coordinates":[2.886543755159179,50.32657350825794]}},{"type":"Feature","properties":{"population":10387},"geometry":{"type":"Point","coordinates":[0.5873417871362477,49.502384864270819]}},{"type":"Feature","properties":{"population":6957},"geometry":{"type":"Point","coordinates":[1.0551058555521494,49.48748751715126]}},{"type":"Feature","properties":{"population":6122},"geometry":{"type":"Point","coordinates":[0.1176900273895247,49.559048299737408]}},{"type":"Feature","properties":{"population":9385},"geometry":{"type":"Point","coordinates":[2.052399141470457,48.74110726544752]}},{"type":"Feature","properties":{"population":12367},"geometry":{"type":"Point","coordinates":[1.0738694331327868,49.34774754827989]}},{"type":"Feature","properties":{"population":860},"geometry":{"type":"Point","coordinates":[0.9962891689848984,49.318502892398949]}},{"type":"Feature","properties":{"population":1706},"geometry":{"type":"Point","coordinates":[0.25976774428371027,49.487436523203388]}},{"type":"Feature","properties":{"population":1281},"geometry":{"type":"Point","coordinates":[1.0016415815234626,49.53370020565633]}},{"type":"Feature","properties":{"population":819},"geometry":{"type":"Point","coordinates":[1.455071833390817,50.039439881322369]}},{"type":"Feature","properties":{"population":21557},"geometry":{"type":"Point","coordinates":[2.334515442229378,48.80508746257739]}},{"type":"Feature","properties":{"population":1549},"geometry":{"type":"Point","coordinates":[0.9682801949617882,49.50747489993376]}},{"type":"Feature","properties":{"population":1083},"geometry":{"type":"Point","coordinates":[2.0164029063501438,48.900949698198527]}},{"type":"Feature","properties":{"population":8428},"geometry":{"type":"Point","coordinates":[1.0176414739468725,49.302989134384898]}},{"type":"Feature","properties":{"population":614},"geometry":{"type":"Point","coordinates":[0.7846895705934208,49.602358110966978]}},{"type":"Feature","properties":{"population":12358},"geometry":{"type":"Point","coordinates":[1.4834396495861615,43.65425191176189]}},{"type":"Feature","properties":{"population":4992},"geometry":{"type":"Point","coordinates":[2.640731966453931,48.89118556693484]}},{"type":"Feature","properties":{"population":28508},"geometry":{"type":"Point","coordinates":[1.089570269773362,49.38157411161166]}},{"type":"Feature","properties":{"population":1340},"geometry":{"type":"Point","coordinates":[1.0101592722987559,49.49977032850172]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[0.4994510001486576,49.50523940094253]}},{"type":"Feature","properties":{"population":662},"geometry":{"type":"Point","coordinates":[0.4285166002431908,49.57525270911507]}},{"type":"Feature","properties":{"population":1713},"geometry":{"type":"Point","coordinates":[0.3430382270941017,49.73255609816564]}},{"type":"Feature","properties":{"population":1579},"geometry":{"type":"Point","coordinates":[0.7811032248510639,49.62602889749359]}},{"type":"Feature","properties":{"population":28965},"geometry":{"type":"Point","coordinates":[1.0954184557742824,49.41050286008]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[7.578190196018648,48.640089136138239]}},{"type":"Feature","properties":{"population":8285},"geometry":{"type":"Point","coordinates":[1.048073511881882,49.27756995816288]}},{"type":"Feature","properties":{"population":2568},"geometry":{"type":"Point","coordinates":[1.0904167786024275,49.327420384683509]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[0.44222090995661836,49.73670048110038]}},{"type":"Feature","properties":{"population":3586},"geometry":{"type":"Point","coordinates":[2.746855506802926,48.89422928299135]}},{"type":"Feature","properties":{"population":4424},"geometry":{"type":"Point","coordinates":[1.3723032702598637,50.052960673483557]}},{"type":"Feature","properties":{"population":1423},"geometry":{"type":"Point","coordinates":[0.7108536209202873,49.61730335265753]}},{"type":"Feature","properties":{"population":1601},"geometry":{"type":"Point","coordinates":[2.226412265666871,49.9157597215105]}},{"type":"Feature","properties":{"population":1734},"geometry":{"type":"Point","coordinates":[0.9269479255856197,49.53486910271433]}},{"type":"Feature","properties":{"population":1705},"geometry":{"type":"Point","coordinates":[-0.15442890636925128,46.4231018038931]}},{"type":"Feature","properties":{"population":11385},"geometry":{"type":"Point","coordinates":[0.7614351028048101,49.61731560681963]}},{"type":"Feature","properties":{"population":13660},"geometry":{"type":"Point","coordinates":[2.7340893213259456,48.413595405432278]}},{"type":"Feature","properties":{"population":1506},"geometry":{"type":"Point","coordinates":[1.8083645801213482,50.65479213801419]}},{"type":"Feature","properties":{"population":5979},"geometry":{"type":"Point","coordinates":[2.702846029174948,48.47583190612531]}},{"type":"Feature","properties":{"population":1595},"geometry":{"type":"Point","coordinates":[2.7071856458476066,48.22416956769597]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[2.677683790088914,48.84611718787672]}},{"type":"Feature","properties":{"population":10058},"geometry":{"type":"Point","coordinates":[-0.23343100927267405,46.64511018812058]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[2.3670105812310195,50.79500563799203]}},{"type":"Feature","properties":{"population":11140},"geometry":{"type":"Point","coordinates":[2.595028698599044,48.56493443593253]}},{"type":"Feature","properties":{"population":6356},"geometry":{"type":"Point","coordinates":[2.8076562546278156,48.40884540516214]}},{"type":"Feature","properties":{"population":655},"geometry":{"type":"Point","coordinates":[1.7050224712842986,48.953729740645048]}},{"type":"Feature","properties":{"population":4171},"geometry":{"type":"Point","coordinates":[2.739759569590207,48.8581862709262]}},{"type":"Feature","properties":{"population":54309},"geometry":{"type":"Point","coordinates":[2.5969455560408609,48.884122786892]}},{"type":"Feature","properties":{"population":481},"geometry":{"type":"Point","coordinates":[2.3124347800126046,50.889374825636959]}},{"type":"Feature","properties":{"population":6875},"geometry":{"type":"Point","coordinates":[2.770403869885802,48.87215798661271]}},{"type":"Feature","properties":{"population":3904},"geometry":{"type":"Point","coordinates":[2.676634144938506,48.72329896317874]}},{"type":"Feature","properties":{"population":12282},"geometry":{"type":"Point","coordinates":[2.674983225136953,48.94290185662536]}},{"type":"Feature","properties":{"population":3334},"geometry":{"type":"Point","coordinates":[2.677436583602447,48.82761215881947]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[6.0318084791716,45.45393299086166]}},{"type":"Feature","properties":{"population":6402},"geometry":{"type":"Point","coordinates":[2.8129969119080417,48.90117808885476]}},{"type":"Feature","properties":{"population":22240},"geometry":{"type":"Point","coordinates":[2.5743903507727956,48.657727990754079]}},{"type":"Feature","properties":{"population":820},"geometry":{"type":"Point","coordinates":[2.657233465233598,48.98938558443297]}},{"type":"Feature","properties":{"population":3150},"geometry":{"type":"Point","coordinates":[2.6391936932261594,48.653521261069247]}},{"type":"Feature","properties":{"population":1742},"geometry":{"type":"Point","coordinates":[2.7186730199523745,48.85850796246243]}},{"type":"Feature","properties":{"population":2949},"geometry":{"type":"Point","coordinates":[2.7934935420318869,48.88566241486547]}},{"type":"Feature","properties":{"population":9714},"geometry":{"type":"Point","coordinates":[3.128229526679861,48.95401650631045]}},{"type":"Feature","properties":{"population":6885},"geometry":{"type":"Point","coordinates":[2.602642656464429,48.916109828898189]}},{"type":"Feature","properties":{"population":5354},"geometry":{"type":"Point","coordinates":[2.8732102376901067,48.977700071258329]}},{"type":"Feature","properties":{"population":1148},"geometry":{"type":"Point","coordinates":[2.7134382851060816,48.85152857680695]}},{"type":"Feature","properties":{"population":22845},"geometry":{"type":"Point","coordinates":[2.6287014616271935,48.513740941944309]}},{"type":"Feature","properties":{"population":1538},"geometry":{"type":"Point","coordinates":[-0.9308612390314283,46.03800246330234]}},{"type":"Feature","properties":{"population":907},"geometry":{"type":"Point","coordinates":[2.7280722259610115,48.277323637133459]}},{"type":"Feature","properties":{"population":11272},"geometry":{"type":"Point","coordinates":[2.6791575010277608,49.05439699125194]}},{"type":"Feature","properties":{"population":1239},"geometry":{"type":"Point","coordinates":[2.768279755081225,48.77964705550156]}},{"type":"Feature","properties":{"population":15945},"geometry":{"type":"Point","coordinates":[2.681074620108457,48.406482435796338]}},{"type":"Feature","properties":{"population":1140},"geometry":{"type":"Point","coordinates":[2.8314027487922526,48.916541559448209]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[2.948389501579813,48.421343835520179]}},{"type":"Feature","properties":{"population":2156},"geometry":{"type":"Point","coordinates":[2.708221253211526,48.7958395154322]}},{"type":"Feature","properties":{"population":956},"geometry":{"type":"Point","coordinates":[2.740043312887908,48.941488143481787]}},{"type":"Feature","properties":{"population":1391},"geometry":{"type":"Point","coordinates":[2.9414509340963734,48.93898586637154]}},{"type":"Feature","properties":{"population":1824},"geometry":{"type":"Point","coordinates":[2.5543112455382577,48.55156990634543]}},{"type":"Feature","properties":{"population":1178},"geometry":{"type":"Point","coordinates":[2.6950181165337048,48.858275638824618]}},{"type":"Feature","properties":{"population":2032},"geometry":{"type":"Point","coordinates":[-0.23931252336315154,46.615813468965438]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[2.6643326393465345,48.965284986647549]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[2.762584402245138,48.83048055329655]}},{"type":"Feature","properties":{"population":1137},"geometry":{"type":"Point","coordinates":[1.8422192934911408,48.928619130132599]}},{"type":"Feature","properties":{"population":21191},"geometry":{"type":"Point","coordinates":[2.7086007679611949,48.873813741657368]}},{"type":"Feature","properties":{"population":13808},"geometry":{"type":"Point","coordinates":[2.549849221196609,48.625591207358727]}},{"type":"Feature","properties":{"population":2215},"geometry":{"type":"Point","coordinates":[2.6858451129012708,48.50500865837004]}},{"type":"Feature","properties":{"population":55616},"geometry":{"type":"Point","coordinates":[2.8992256683303787,48.95677671645313]}},{"type":"Feature","properties":{"population":20207},"geometry":{"type":"Point","coordinates":[2.6292719332478184,48.53970272954431]}},{"type":"Feature","properties":{"population":1954},"geometry":{"type":"Point","coordinates":[-2.757970794291755,47.76403071599011]}},{"type":"Feature","properties":{"population":42367},"geometry":{"type":"Point","coordinates":[2.658035024176796,48.54459854282709]}},{"type":"Feature","properties":{"population":20627},"geometry":{"type":"Point","coordinates":[2.6125311795130319,48.97834124578355]}},{"type":"Feature","properties":{"population":18248},"geometry":{"type":"Point","coordinates":[2.5958059704113198,48.62853383951167]}},{"type":"Feature","properties":{"population":22259},"geometry":{"type":"Point","coordinates":[2.961416143004778,48.38973119017712]}},{"type":"Feature","properties":{"population":13934},"geometry":{"type":"Point","coordinates":[2.7498316033724556,48.86805498479116]}},{"type":"Feature","properties":{"population":12581},"geometry":{"type":"Point","coordinates":[2.820166951092602,48.354893387925169]}},{"type":"Feature","properties":{"population":5928},"geometry":{"type":"Point","coordinates":[3.0507228403821697,48.82712465973006]}},{"type":"Feature","properties":{"population":6294},"geometry":{"type":"Point","coordinates":[2.548369607442362,48.581965082041538]}},{"type":"Feature","properties":{"population":6800},"geometry":{"type":"Point","coordinates":[2.898817520086983,48.92776537706176]}},{"type":"Feature","properties":{"population":13189},"geometry":{"type":"Point","coordinates":[2.7095992004129938,48.26025938748084]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[2.3383548001835816,49.78406693997983]}},{"type":"Feature","properties":{"population":15461},"geometry":{"type":"Point","coordinates":[2.6194380897683717,48.84649346122314]}},{"type":"Feature","properties":{"population":6739},"geometry":{"type":"Point","coordinates":[2.654936896410131,49.0825335422303]}},{"type":"Feature","properties":{"population":20692},"geometry":{"type":"Point","coordinates":[2.680234193790987,48.763782735653119]}},{"type":"Feature","properties":{"population":1548},"geometry":{"type":"Point","coordinates":[2.6281028054541446,48.914474292946007]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[3.277108476994466,48.545268068659357]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[2.924585161940961,48.9728151239799]}},{"type":"Feature","properties":{"population":4158},"geometry":{"type":"Point","coordinates":[2.675064212460281,48.88708777892785]}},{"type":"Feature","properties":{"population":2313},"geometry":{"type":"Point","coordinates":[2.7371334412113885,48.71301157054622]}},{"type":"Feature","properties":{"population":3558},"geometry":{"type":"Point","coordinates":[2.5504631071497085,48.51749753340161]}},{"type":"Feature","properties":{"population":816},"geometry":{"type":"Point","coordinates":[3.1634052906653027,48.957177171345218]}},{"type":"Feature","properties":{"population":23061},"geometry":{"type":"Point","coordinates":[2.660832059744755,48.789801022822988]}},{"type":"Feature","properties":{"population":14774},"geometry":{"type":"Point","coordinates":[-2.9711682711389235,48.073106556321629]}},{"type":"Feature","properties":{"population":3273},"geometry":{"type":"Point","coordinates":[2.6793986962228168,48.56419809344957]}},{"type":"Feature","properties":{"population":13518},"geometry":{"type":"Point","coordinates":[2.6346857091757647,48.86973574187919]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[3.3338485176155268,48.57164081387557]}},{"type":"Feature","properties":{"population":14516},"geometry":{"type":"Point","coordinates":[2.5246244527609464,48.53873631551675]}},{"type":"Feature","properties":{"population":2828},"geometry":{"type":"Point","coordinates":[2.9950882506188489,48.40891257192156]}},{"type":"Feature","properties":{"population":3847},"geometry":{"type":"Point","coordinates":[2.6970914938475856,49.03871816512263]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[0.9448314006073449,49.19314049061348]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[1.8596570797774124,45.4030412699161]}},{"type":"Feature","properties":{"population":6266},"geometry":{"type":"Point","coordinates":[2.676067308845368,48.86356988054354]}},{"type":"Feature","properties":{"population":2010},"geometry":{"type":"Point","coordinates":[2.7528282051766914,48.45693641402472]}},{"type":"Feature","properties":{"population":15435},"geometry":{"type":"Point","coordinates":[2.0176100995160337,48.804631827692038]}},{"type":"Feature","properties":{"population":2426},"geometry":{"type":"Point","coordinates":[2.769629452272647,48.41982568368393]}},{"type":"Feature","properties":{"population":5019},"geometry":{"type":"Point","coordinates":[2.8504521068582906,48.94165337553803]}},{"type":"Feature","properties":{"population":30510},"geometry":{"type":"Point","coordinates":[2.574162846056337,48.588021931357598]}},{"type":"Feature","properties":{"population":3396},"geometry":{"type":"Point","coordinates":[2.5920377119677289,48.714531104330649]}},{"type":"Feature","properties":{"population":10405},"geometry":{"type":"Point","coordinates":[2.713356677744757,48.892288371232648]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[1.8858570476022454,50.10362146418806]}},{"type":"Feature","properties":{"population":22444},"geometry":{"type":"Point","coordinates":[2.6508117761549978,48.8537849096062]}},{"type":"Feature","properties":{"population":8340},"geometry":{"type":"Point","coordinates":[2.7777371309104468,48.739443207901739]}},{"type":"Feature","properties":{"population":3688},"geometry":{"type":"Point","coordinates":[2.9308228885057425,48.368364650702208]}},{"type":"Feature","properties":{"population":11174},"geometry":{"type":"Point","coordinates":[2.6978117037465365,48.52422714896164]}},{"type":"Feature","properties":{"population":26822},"geometry":{"type":"Point","coordinates":[2.617323621708484,48.941906428135848]}},{"type":"Feature","properties":{"population":2132},"geometry":{"type":"Point","coordinates":[2.6621610802775619,48.91209699874217]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.6004999668156878,48.49567799403372]}},{"type":"Feature","properties":{"population":1167},"geometry":{"type":"Point","coordinates":[2.6624310289521357,48.57032118999897]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[5.0097018503717509,48.17341809239052]}},{"type":"Feature","properties":{"population":21368},"geometry":{"type":"Point","coordinates":[2.089105542509031,48.972192390285339]}},{"type":"Feature","properties":{"population":13230},"geometry":{"type":"Point","coordinates":[2.0501925179109414,48.98146565116665]}},{"type":"Feature","properties":{"population":15038},"geometry":{"type":"Point","coordinates":[2.1783683829513689,48.91165839894817]}},{"type":"Feature","properties":{"population":940},"geometry":{"type":"Point","coordinates":[1.1460605054773348,43.78953515266781]}},{"type":"Feature","properties":{"population":12317},"geometry":{"type":"Point","coordinates":[1.8496460845430345,48.96293863723715]}},{"type":"Feature","properties":{"population":1974},"geometry":{"type":"Point","coordinates":[1.9030437907563052,48.684203263588809]}},{"type":"Feature","properties":{"population":3650},"geometry":{"type":"Point","coordinates":[2.0806473860250009,48.83689531195927]}},{"type":"Feature","properties":{"population":889},"geometry":{"type":"Point","coordinates":[1.4807709350080299,49.04105667306149]}},{"type":"Feature","properties":{"population":7617},"geometry":{"type":"Point","coordinates":[1.869216782787978,48.85431468412358]}},{"type":"Feature","properties":{"population":2213},"geometry":{"type":"Point","coordinates":[1.8971443171541705,48.96003175544617]}},{"type":"Feature","properties":{"population":9031},"geometry":{"type":"Point","coordinates":[2.1379380171664299,48.86420385826877]}},{"type":"Feature","properties":{"population":3340},"geometry":{"type":"Point","coordinates":[1.674107040988617,48.98448091597809]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[0.9632376235383718,48.53643157788382]}},{"type":"Feature","properties":{"population":20476},"geometry":{"type":"Point","coordinates":[2.134426756556685,48.84706896164555]}},{"type":"Feature","properties":{"population":5736},"geometry":{"type":"Point","coordinates":[2.032989263819144,48.89661049373628]}},{"type":"Feature","properties":{"population":10735},"geometry":{"type":"Point","coordinates":[2.0324125177559129,48.9766253856122]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[3.3845538079071875,45.16146332469059]}},{"type":"Feature","properties":{"population":1344},"geometry":{"type":"Point","coordinates":[1.9389305207973043,48.96866357636965]}},{"type":"Feature","properties":{"population":1515},"geometry":{"type":"Point","coordinates":[2.0954634569355528,48.738953691506619]}},{"type":"Feature","properties":{"population":29649},"geometry":{"type":"Point","coordinates":[2.1541632031818205,48.89639980038247]}},{"type":"Feature","properties":{"population":5536},"geometry":{"type":"Point","coordinates":[2.0374806808091527,48.70705849231539]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[5.793768749602953,46.491991838287017]}},{"type":"Feature","properties":{"population":17237},"geometry":{"type":"Point","coordinates":[1.9839554520262098,48.819091069580839]}},{"type":"Feature","properties":{"population":35926},"geometry":{"type":"Point","coordinates":[2.098449441925738,49.00008376442913]}},{"type":"Feature","properties":{"population":4377},"geometry":{"type":"Point","coordinates":[1.9136941830100434,48.7500274583615]}},{"type":"Feature","properties":{"population":1076},"geometry":{"type":"Point","coordinates":[2.208567288055171,49.89586353830655]}},{"type":"Feature","properties":{"population":1702},"geometry":{"type":"Point","coordinates":[1.9209173097981208,48.8821591070483]}},{"type":"Feature","properties":{"population":26082},"geometry":{"type":"Point","coordinates":[1.9606798568616362,48.77825941606149]}},{"type":"Feature","properties":{"population":6585},"geometry":{"type":"Point","coordinates":[1.8134013868388106,48.948319577709359]}},{"type":"Feature","properties":{"population":6775},"geometry":{"type":"Point","coordinates":[1.8948290346543542,48.71649319538666]}},{"type":"Feature","properties":{"population":4673},"geometry":{"type":"Point","coordinates":[2.0605771333978475,48.86728290352061]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[1.9428470372109868,49.01766192629741]}},{"type":"Feature","properties":{"population":13455},"geometry":{"type":"Point","coordinates":[2.046725181620691,48.8171805648732]}},{"type":"Feature","properties":{"population":7863},"geometry":{"type":"Point","coordinates":[1.8108748564671374,48.992265337527388]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[5.724406774250109,45.5540855929654]}},{"type":"Feature","properties":{"population":33449},"geometry":{"type":"Point","coordinates":[2.1871517737907806,48.926557530365467]}},{"type":"Feature","properties":{"population":1288},"geometry":{"type":"Point","coordinates":[1.7772841626194267,48.63407947285164]}},{"type":"Feature","properties":{"population":2124},"geometry":{"type":"Point","coordinates":[1.7409845037574606,48.95227136664349]}},{"type":"Feature","properties":{"population":3928},"geometry":{"type":"Point","coordinates":[1.7891694715638014,48.98733857430708]}},{"type":"Feature","properties":{"population":29406},"geometry":{"type":"Point","coordinates":[2.0758409017125616,48.773081773762338]}},{"type":"Feature","properties":{"population":2480},"geometry":{"type":"Point","coordinates":[1.8882796088667345,49.01096473851802]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[1.5248534117927808,49.04816906117395]}},{"type":"Feature","properties":{"population":17626},"geometry":{"type":"Point","coordinates":[1.7402683169102984,48.99461856101928]}},{"type":"Feature","properties":{"population":7928},"geometry":{"type":"Point","coordinates":[2.163563986609123,48.765697598276208]}},{"type":"Feature","properties":{"population":746},"geometry":{"type":"Point","coordinates":[5.791249986168133,45.67230728598457]}},{"type":"Feature","properties":{"population":3976},"geometry":{"type":"Point","coordinates":[1.8406360280365344,49.000709708473788]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[-0.4748701264327515,46.37002950606807]}},{"type":"Feature","properties":{"population":7000},"geometry":{"type":"Point","coordinates":[0.13281873445482607,42.974950164711]}},{"type":"Feature","properties":{"population":1607},"geometry":{"type":"Point","coordinates":[1.9359774180155983,48.72686574711361]}},{"type":"Feature","properties":{"population":1646},"geometry":{"type":"Point","coordinates":[2.13987762842982,48.76263890297681]}},{"type":"Feature","properties":{"population":7563},"geometry":{"type":"Point","coordinates":[2.1133866877683786,48.85909374111663]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[1.9990040237235017,48.57401524820949]}},{"type":"Feature","properties":{"population":23080},"geometry":{"type":"Point","coordinates":[2.1521164977415858,48.95236482252394]}},{"type":"Feature","properties":{"population":21376},"geometry":{"type":"Point","coordinates":[1.712583585297964,48.97422672555257]}},{"type":"Feature","properties":{"population":5746},"geometry":{"type":"Point","coordinates":[8.761426364987037,42.544467857954177]}},{"type":"Feature","properties":{"population":1322},"geometry":{"type":"Point","coordinates":[1.9870387363295588,48.954514102808257]}},{"type":"Feature","properties":{"population":16531},"geometry":{"type":"Point","coordinates":[2.0916884407651348,48.865018601099787]}},{"type":"Feature","properties":{"population":6322},"geometry":{"type":"Point","coordinates":[2.1225466255952085,48.92643388943558]}},{"type":"Feature","properties":{"population":6024},"geometry":{"type":"Point","coordinates":[1.8384636271561499,48.90755718333209]}},{"type":"Feature","properties":{"population":4355},"geometry":{"type":"Point","coordinates":[2.0528697271018334,48.99880175276437]}},{"type":"Feature","properties":{"population":18611},"geometry":{"type":"Point","coordinates":[1.92356426365627,48.77001168788406]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[2.89349916600829,49.897609722194278]}},{"type":"Feature","properties":{"population":1155},"geometry":{"type":"Point","coordinates":[7.452038878990733,48.08535451105656]}},{"type":"Feature","properties":{"population":6929},"geometry":{"type":"Point","coordinates":[1.9657630835741474,48.74064090422616]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[1.4590752704405728,49.99253609091294]}},{"type":"Feature","properties":{"population":9041},"geometry":{"type":"Point","coordinates":[1.9138909757840852,49.00690972218475]}},{"type":"Feature","properties":{"population":14511},"geometry":{"type":"Point","coordinates":[2.1399667044731665,48.91745543283943]}},{"type":"Feature","properties":{"population":3826},"geometry":{"type":"Point","coordinates":[1.7830094326281183,48.953200172919199]}},{"type":"Feature","properties":{"population":31777},"geometry":{"type":"Point","coordinates":[2.029733649516548,48.779899985572487]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[4.692897192278802,47.637209658047627]}},{"type":"Feature","properties":{"population":33977},"geometry":{"type":"Point","coordinates":[1.914053243147019,48.98915457366959]}},{"type":"Feature","properties":{"population":3340},"geometry":{"type":"Point","coordinates":[1.9051464065403104,48.81238744101885]}},{"type":"Feature","properties":{"population":1083},"geometry":{"type":"Point","coordinates":[1.8391848858880718,48.942659830891027]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[8.820642632386117,42.28529588616981]}},{"type":"Feature","properties":{"population":7631},"geometry":{"type":"Point","coordinates":[2.0550238459005896,48.84640069167619]}},{"type":"Feature","properties":{"population":15832},"geometry":{"type":"Point","coordinates":[2.1050100166790708,48.89344248246636]}},{"type":"Feature","properties":{"population":6543},"geometry":{"type":"Point","coordinates":[1.8436463656989875,48.696203234378369]}},{"type":"Feature","properties":{"population":21827},"geometry":{"type":"Point","coordinates":[2.552272996546539,50.48963409694281]}},{"type":"Feature","properties":{"population":31375},"geometry":{"type":"Point","coordinates":[1.9468405066972699,48.812489299298899]}},{"type":"Feature","properties":{"population":40016},"geometry":{"type":"Point","coordinates":[2.0278854322131329,48.92377811532112]}},{"type":"Feature","properties":{"population":26816},"geometry":{"type":"Point","coordinates":[1.8263131382806244,48.65353015732832]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[1.0450449485978906,44.839029457217268]}},{"type":"Feature","properties":{"population":5870},"geometry":{"type":"Point","coordinates":[1.9343343400155176,48.57262681164077]}},{"type":"Feature","properties":{"population":20971},"geometry":{"type":"Point","coordinates":[2.065308197722311,48.806247021738048]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[1.9969249274548662,48.71299347351472]}},{"type":"Feature","properties":{"population":1841},"geometry":{"type":"Point","coordinates":[1.9028244534437287,48.83242655777469]}},{"type":"Feature","properties":{"population":44380},"geometry":{"type":"Point","coordinates":[2.0961618413874305,48.93708890297852]}},{"type":"Feature","properties":{"population":7747},"geometry":{"type":"Point","coordinates":[2.0793867367494505,48.70406882928983]}},{"type":"Feature","properties":{"population":51220},"geometry":{"type":"Point","coordinates":[2.1749072039901495,48.94012685871084]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[0.7681771964122587,46.21661813299071]}},{"type":"Feature","properties":{"population":15646},"geometry":{"type":"Point","coordinates":[2.130316039436287,48.8936261952404]}},{"type":"Feature","properties":{"population":1192},"geometry":{"type":"Point","coordinates":[1.9317347633191958,48.84414856951111]}},{"type":"Feature","properties":{"population":33717},"geometry":{"type":"Point","coordinates":[1.99408469427434,48.775726940434228]}},{"type":"Feature","properties":{"population":2671},"geometry":{"type":"Point","coordinates":[-0.26089284322212988,46.673007556898209]}},{"type":"Feature","properties":{"population":12388},"geometry":{"type":"Point","coordinates":[2.008381713165777,48.97803003501131]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[2.8996875646922097,49.92363442833601]}},{"type":"Feature","properties":{"population":22713},"geometry":{"type":"Point","coordinates":[2.196774420615182,48.78431295010112]}},{"type":"Feature","properties":{"population":15914},"geometry":{"type":"Point","coordinates":[1.963123643103074,48.98702161033676]}},{"type":"Feature","properties":{"population":10025},"geometry":{"type":"Point","coordinates":[1.974668743519057,48.96516648033528]}},{"type":"Feature","properties":{"population":6183},"geometry":{"type":"Point","coordinates":[1.950856536035562,48.754235563502508]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[1.873867196772884,48.66979324501701]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[1.909181143588309,50.540997094364339]}},{"type":"Feature","properties":{"population":5628},"geometry":{"type":"Point","coordinates":[1.9960600880623938,48.936658104864218]}},{"type":"Feature","properties":{"population":11150},"geometry":{"type":"Point","coordinates":[2.0129700037541977,48.83136786987267]}},{"type":"Feature","properties":{"population":10721},"geometry":{"type":"Point","coordinates":[2.048584691079568,48.75909568505954]}},{"type":"Feature","properties":{"population":2409},"geometry":{"type":"Point","coordinates":[-0.5781124996530974,46.7824606588043]}},{"type":"Feature","properties":{"population":1294},"geometry":{"type":"Point","coordinates":[-0.18084548134559096,47.01748305069159]}},{"type":"Feature","properties":{"population":5377},"geometry":{"type":"Point","coordinates":[-0.4143882213725887,46.28252430376772]}},{"type":"Feature","properties":{"population":1828},"geometry":{"type":"Point","coordinates":[-0.5139366050783354,46.2921151663375]}},{"type":"Feature","properties":{"population":19906},"geometry":{"type":"Point","coordinates":[-0.47963864335014935,46.85453752987321]}},{"type":"Feature","properties":{"population":7151},"geometry":{"type":"Point","coordinates":[-0.3810790565791047,46.35167953680695]}},{"type":"Feature","properties":{"population":73255},"geometry":{"type":"Point","coordinates":[7.003579998183054,43.55277457615224]}},{"type":"Feature","properties":{"population":59309},"geometry":{"type":"Point","coordinates":[-0.46486053595655477,46.32846002599372]}},{"type":"Feature","properties":{"population":1412},"geometry":{"type":"Point","coordinates":[-0.752194978964913,46.97948326468762]}},{"type":"Feature","properties":{"population":5566},"geometry":{"type":"Point","coordinates":[-0.5964846851265449,46.94078678597287]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[-0.235089913462732,46.969356016518698]}},{"type":"Feature","properties":{"population":1343},"geometry":{"type":"Point","coordinates":[-0.2327687115476228,46.437160087258657]}},{"type":"Feature","properties":{"population":7254},"geometry":{"type":"Point","coordinates":[-0.20951437705233318,46.41210194861587]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[5.443550104362794,48.28439684996735]}},{"type":"Feature","properties":{"population":490},"geometry":{"type":"Point","coordinates":[1.5182949881917232,48.90953310920806]}},{"type":"Feature","properties":{"population":1394},"geometry":{"type":"Point","coordinates":[-0.22770775930292026,47.013139741663028]}},{"type":"Feature","properties":{"population":1980},"geometry":{"type":"Point","coordinates":[-0.29173346285651649,46.627083520732067]}},{"type":"Feature","properties":{"population":14000},"geometry":{"type":"Point","coordinates":[-0.25309980806927359,46.97331356100696]}},{"type":"Feature","properties":{"population":9781},"geometry":{"type":"Point","coordinates":[2.649144072992475,50.00402087203914]}},{"type":"Feature","properties":{"population":40500},"geometry":{"type":"Point","coordinates":[-0.5584773134972113,44.77346320701326]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[6.869587265733995,48.44676239827324]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[2.624219750461338,49.97929461129555]}},{"type":"Feature","properties":{"population":1393},"geometry":{"type":"Point","coordinates":[2.9626089291569,49.92359247134553]}},{"type":"Feature","properties":{"population":5835},"geometry":{"type":"Point","coordinates":[2.346355821161903,50.163738767529398]}},{"type":"Feature","properties":{"population":916},"geometry":{"type":"Point","coordinates":[1.8610548286208775,50.14615739177983]}},{"type":"Feature","properties":{"population":1742},"geometry":{"type":"Point","coordinates":[3.04926275073949,49.73759443989347]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[2.7923654558450958,45.00990358505685]}},{"type":"Feature","properties":{"population":1455},"geometry":{"type":"Point","coordinates":[2.2767519441458208,49.85267219298338]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[1.8671937727868864,50.077315737943418]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[0.4483254177834006,43.62220617767056]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[2.3813394880642857,50.18167063723749]}},{"type":"Feature","properties":{"population":4459},"geometry":{"type":"Point","coordinates":[3.0738625132518506,49.752915234478169]}},{"type":"Feature","properties":{"population":829},"geometry":{"type":"Point","coordinates":[1.8261437112043489,50.07110024759728]}},{"type":"Feature","properties":{"population":7291},"geometry":{"type":"Point","coordinates":[2.9294986128888129,49.92783473496995]}},{"type":"Feature","properties":{"population":2164},"geometry":{"type":"Point","coordinates":[-1.405805284214443,43.310150611771408]}},{"type":"Feature","properties":{"population":1298},"geometry":{"type":"Point","coordinates":[2.3086463433716566,49.95285830808265]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[1.8918689762909243,43.95433987491593]}},{"type":"Feature","properties":{"population":2523},"geometry":{"type":"Point","coordinates":[2.2260262139418076,43.96411988652969]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.1561011893688875,49.67634359581068]}},{"type":"Feature","properties":{"population":2018},"geometry":{"type":"Point","coordinates":[2.3294733496244128,43.635042006620938]}},{"type":"Feature","properties":{"population":2393},"geometry":{"type":"Point","coordinates":[1.9298902479715519,43.888094338229567]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[1.948229535027352,43.78526041895243]}},{"type":"Feature","properties":{"population":4592},"geometry":{"type":"Point","coordinates":[6.3756179623663089,43.373652799878069]}},{"type":"Feature","properties":{"population":3001},"geometry":{"type":"Point","coordinates":[1.7315303701440004,43.79784152238481]}},{"type":"Feature","properties":{"population":1618},"geometry":{"type":"Point","coordinates":[2.2257685157335564,43.927204551742168]}},{"type":"Feature","properties":{"population":13166},"geometry":{"type":"Point","coordinates":[2.0012640764329476,43.75799006826765]}},{"type":"Feature","properties":{"population":1968},"geometry":{"type":"Point","coordinates":[1.8454239178767842,43.69964987905758]}},{"type":"Feature","properties":{"population":6538},"geometry":{"type":"Point","coordinates":[2.266920744948574,43.50902528879782]}},{"type":"Feature","properties":{"population":1789},"geometry":{"type":"Point","coordinates":[2.2848943617077297,43.57629637875289]}},{"type":"Feature","properties":{"population":10830},"geometry":{"type":"Point","coordinates":[1.7946439550301059,43.68953399776163]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[1.717368275032004,43.733664585264609]}},{"type":"Feature","properties":{"population":5285},"geometry":{"type":"Point","coordinates":[5.765821940388357,43.227152028404038]}},{"type":"Feature","properties":{"population":1988},"geometry":{"type":"Point","coordinates":[2.107120114483997,43.910568573256828]}},{"type":"Feature","properties":{"population":2963},"geometry":{"type":"Point","coordinates":[2.080350895452506,43.44107497208988]}},{"type":"Feature","properties":{"population":6600},"geometry":{"type":"Point","coordinates":[2.2244213429436536,43.93940609936502]}},{"type":"Feature","properties":{"population":9576},"geometry":{"type":"Point","coordinates":[1.686544815018172,43.75922620447336]}},{"type":"Feature","properties":{"population":3729},"geometry":{"type":"Point","coordinates":[1.316423156158177,43.9546101125432]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[0.9273405729067605,44.44161214469049]}},{"type":"Feature","properties":{"population":2407},"geometry":{"type":"Point","coordinates":[5.872945069632141,43.18622040185814]}},{"type":"Feature","properties":{"population":14178},"geometry":{"type":"Point","coordinates":[1.1233848700796192,44.04878436378713]}},{"type":"Feature","properties":{"population":6804},"geometry":{"type":"Point","coordinates":[1.5433388847936485,44.1571461365543]}},{"type":"Feature","properties":{"population":3251},"geometry":{"type":"Point","coordinates":[1.2215330933993356,44.04313615206407]}},{"type":"Feature","properties":{"population":13748},"geometry":{"type":"Point","coordinates":[1.0979445969416633,44.12593979793235]}},{"type":"Feature","properties":{"population":25912},"geometry":{"type":"Point","coordinates":[6.019403582150071,43.12677804910164]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[-2.5433120378689169,48.132383749636279]}},{"type":"Feature","properties":{"population":899},"geometry":{"type":"Point","coordinates":[6.372142409480733,43.62850058471052]}},{"type":"Feature","properties":{"population":1361},"geometry":{"type":"Point","coordinates":[1.5663319231025892,44.17159388491446]}},{"type":"Feature","properties":{"population":8311},"geometry":{"type":"Point","coordinates":[5.747415889668288,43.1477054956639]}},{"type":"Feature","properties":{"population":10007},"geometry":{"type":"Point","coordinates":[5.8206380967860869,43.20752308867325]}},{"type":"Feature","properties":{"population":17664},"geometry":{"type":"Point","coordinates":[6.0771818039425329,43.39938652090689]}},{"type":"Feature","properties":{"population":7678},"geometry":{"type":"Point","coordinates":[6.520978126148623,43.18200942994098]}},{"type":"Feature","properties":{"population":1592},"geometry":{"type":"Point","coordinates":[6.000028111305482,43.384498442260667]}},{"type":"Feature","properties":{"population":11762},"geometry":{"type":"Point","coordinates":[6.521120265574188,43.246885247257868]}},{"type":"Feature","properties":{"population":19179},"geometry":{"type":"Point","coordinates":[6.09255435365677,43.163374358671649]}},{"type":"Feature","properties":{"population":12550},"geometry":{"type":"Point","coordinates":[6.068390304630598,43.241071716697359]}},{"type":"Feature","properties":{"population":39745},"geometry":{"type":"Point","coordinates":[6.454587512256587,43.535941697277888]}},{"type":"Feature","properties":{"population":9658},"geometry":{"type":"Point","coordinates":[6.042996537226448,43.1615003680932]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[9.278739643123835,42.219901496689697]}},{"type":"Feature","properties":{"population":3621},"geometry":{"type":"Point","coordinates":[6.222015128526594,43.37653311888154]}},{"type":"Feature","properties":{"population":4354},"geometry":{"type":"Point","coordinates":[6.363215190441741,43.54222056799799]}},{"type":"Feature","properties":{"population":10728},"geometry":{"type":"Point","coordinates":[6.028318433476271,43.1000263050953]}},{"type":"Feature","properties":{"population":4527},"geometry":{"type":"Point","coordinates":[6.533199923511478,43.28253756095202]}},{"type":"Feature","properties":{"population":6216},"geometry":{"type":"Point","coordinates":[6.412581789677034,43.165902446027939]}},{"type":"Feature","properties":{"population":11442},"geometry":{"type":"Point","coordinates":[6.242569249723966,43.16883687822398]}},{"type":"Feature","properties":{"population":9542},"geometry":{"type":"Point","coordinates":[6.358949049601877,43.481737247285348]}},{"type":"Feature","properties":{"population":867},"geometry":{"type":"Point","coordinates":[0.8247292196924576,46.677849838369308]}},{"type":"Feature","properties":{"population":9646},"geometry":{"type":"Point","coordinates":[6.576977099183496,43.46879760563984]}},{"type":"Feature","properties":{"population":1567},"geometry":{"type":"Point","coordinates":[5.7885757942995099,43.464874076952607]}},{"type":"Feature","properties":{"population":4002},"geometry":{"type":"Point","coordinates":[5.945227362974208,43.182539582531209]}},{"type":"Feature","properties":{"population":14448},"geometry":{"type":"Point","coordinates":[6.651977068006057,43.42865442925849]}},{"type":"Feature","properties":{"population":12103},"geometry":{"type":"Point","coordinates":[5.708792953767491,43.172592712817507]}},{"type":"Feature","properties":{"population":5912},"geometry":{"type":"Point","coordinates":[5.987224346185433,43.21255498090825]}},{"type":"Feature","properties":{"population":14433},"geometry":{"type":"Point","coordinates":[6.611766508080773,43.35663617504543]}},{"type":"Feature","properties":{"population":17631},"geometry":{"type":"Point","coordinates":[5.85938994429166,43.45092095248185]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[2.083982836421132,46.43919628295197]}},{"type":"Feature","properties":{"population":3578},"geometry":{"type":"Point","coordinates":[6.663238610770274,43.2622175141597]}},{"type":"Feature","properties":{"population":17268},"geometry":{"type":"Point","coordinates":[5.79598030480051,43.13902286801793]}},{"type":"Feature","properties":{"population":1697},"geometry":{"type":"Point","coordinates":[6.8564574541749,43.57507666881541]}},{"type":"Feature","properties":{"population":2617},"geometry":{"type":"Point","coordinates":[5.877272432176605,43.51486888938961]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[0.13257307178169887,49.13023980709647]}},{"type":"Feature","properties":{"population":5160},"geometry":{"type":"Point","coordinates":[5.927106858473974,43.40873043740799]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[2.284059717399451,49.80543166504176]}},{"type":"Feature","properties":{"population":12080},"geometry":{"type":"Point","coordinates":[6.0634665517968389,43.19097717816326]}},{"type":"Feature","properties":{"population":2613},"geometry":{"type":"Point","coordinates":[6.28440920259257,43.458661429684379]}},{"type":"Feature","properties":{"population":3200},"geometry":{"type":"Point","coordinates":[9.185105068375855,41.4353970368011]}},{"type":"Feature","properties":{"population":12573},"geometry":{"type":"Point","coordinates":[6.449440061583556,43.4015021141806]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[6.315899229311378,45.563338877235128]}},{"type":"Feature","properties":{"population":781},"geometry":{"type":"Point","coordinates":[1.7580759210757533,49.32559771903767]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[6.561443962030624,45.472416209877007]}},{"type":"Feature","properties":{"population":6285},"geometry":{"type":"Point","coordinates":[6.489082779827744,43.50217211171153]}},{"type":"Feature","properties":{"population":6079},"geometry":{"type":"Point","coordinates":[5.926842990571414,43.07584117654268]}},{"type":"Feature","properties":{"population":14650},"geometry":{"type":"Point","coordinates":[2.6339761270868728,48.83394315086193]}},{"type":"Feature","properties":{"population":2802},"geometry":{"type":"Point","coordinates":[4.958454358805538,44.00517441689123]}},{"type":"Feature","properties":{"population":10536},"geometry":{"type":"Point","coordinates":[5.388317119897409,43.878895714763178]}},{"type":"Feature","properties":{"population":90330},"geometry":{"type":"Point","coordinates":[4.841159059606039,43.93548360928135]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[-2.194195467166512,47.91988221373257]}},{"type":"Feature","properties":{"population":899},"geometry":{"type":"Point","coordinates":[5.5790297562486039,43.69333340793278]}},{"type":"Feature","properties":{"population":1994},"geometry":{"type":"Point","coordinates":[4.81093214982706,45.97645933158077]}},{"type":"Feature","properties":{"population":5410},"geometry":{"type":"Point","coordinates":[4.908147165478919,44.04793478186033]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.31357015276003377,44.3010589515758]}},{"type":"Feature","properties":{"population":1248},"geometry":{"type":"Point","coordinates":[6.44745876157011,46.28064558439822]}},{"type":"Feature","properties":{"population":13605},"geometry":{"type":"Point","coordinates":[4.752628804160818,44.28810035023698]}},{"type":"Feature","properties":{"population":4547},"geometry":{"type":"Point","coordinates":[4.884012798550094,44.1598606118202]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[6.2514817090212448,47.45090988766587]}},{"type":"Feature","properties":{"population":1673},"geometry":{"type":"Point","coordinates":[5.114756314248393,43.892467741738908]}},{"type":"Feature","properties":{"population":25923},"geometry":{"type":"Point","coordinates":[5.036214512901656,43.85029031689867]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[2.1850483393108037,44.61297335485203]}},{"type":"Feature","properties":{"population":1288},"geometry":{"type":"Point","coordinates":[4.759464368563118,46.047029901496717]}},{"type":"Feature","properties":{"population":6064},"geometry":{"type":"Point","coordinates":[4.881998096725556,44.086861595324858]}},{"type":"Feature","properties":{"population":3039},"geometry":{"type":"Point","coordinates":[5.343266319535417,43.89629373678328]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[4.675814137843571,44.2764227976538]}},{"type":"Feature","properties":{"population":28949},"geometry":{"type":"Point","coordinates":[4.810349016363619,44.12907873095603]}},{"type":"Feature","properties":{"population":3836},"geometry":{"type":"Point","coordinates":[4.679875861304511,44.30663698764271]}},{"type":"Feature","properties":{"population":2471},"geometry":{"type":"Point","coordinates":[5.005576758942026,44.07563783941295]}},{"type":"Feature","properties":{"population":6269},"geometry":{"type":"Point","coordinates":[5.130554883534478,44.05479427298853]}},{"type":"Feature","properties":{"population":3679},"geometry":{"type":"Point","coordinates":[4.724645011750325,44.24336780936378]}},{"type":"Feature","properties":{"population":8922},"geometry":{"type":"Point","coordinates":[4.908627076874562,43.93340049119954]}},{"type":"Feature","properties":{"population":5536},"geometry":{"type":"Point","coordinates":[4.765962113365308,44.17756970785997]}},{"type":"Feature","properties":{"population":1329},"geometry":{"type":"Point","coordinates":[6.065902356086986,47.25628953107083]}},{"type":"Feature","properties":{"population":8858},"geometry":{"type":"Point","coordinates":[4.9929058974923159,43.9281964037087]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[5.102216384853781,44.23740430418751]}},{"type":"Feature","properties":{"population":3414},"geometry":{"type":"Point","coordinates":[4.890943757667091,43.701144756787439]}},{"type":"Feature","properties":{"population":908},"geometry":{"type":"Point","coordinates":[5.111537250296958,43.937856325215367]}},{"type":"Feature","properties":{"population":5929},"geometry":{"type":"Point","coordinates":[5.060362345968069,44.247607570229579]}},{"type":"Feature","properties":{"population":9346},"geometry":{"type":"Point","coordinates":[4.993697295440253,44.37696594434075]}},{"type":"Feature","properties":{"population":11457},"geometry":{"type":"Point","coordinates":[4.902614782145505,43.97111311162656]}},{"type":"Feature","properties":{"population":3084},"geometry":{"type":"Point","coordinates":[5.028236796691265,43.96137586562468]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[5.047744778741186,44.288266552912947]}},{"type":"Feature","properties":{"population":3337},"geometry":{"type":"Point","coordinates":[5.430609728869818,43.70738247702408]}},{"type":"Feature","properties":{"population":1902},"geometry":{"type":"Point","coordinates":[4.944291627757534,44.32696105136979]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[3.7932608166435277,46.82807779763661]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[2.2885959284023236,45.00981856094972]}},{"type":"Feature","properties":{"population":10146},"geometry":{"type":"Point","coordinates":[-1.6268681307188025,46.738393473873539]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[1.8268819505790178,48.821780984695077]}},{"type":"Feature","properties":{"population":6210},"geometry":{"type":"Point","coordinates":[0.27015301057351306,46.57889728991548]}},{"type":"Feature","properties":{"population":2316},"geometry":{"type":"Point","coordinates":[-1.6235420190189014,46.68741640300252]}},{"type":"Feature","properties":{"population":22494},"geometry":{"type":"Point","coordinates":[-1.839926217169335,46.83576365694832]}},{"type":"Feature","properties":{"population":13471},"geometry":{"type":"Point","coordinates":[-0.7931662834060892,46.4561996138322]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[4.708112047670593,48.2978303797906]}},{"type":"Feature","properties":{"population":1748},"geometry":{"type":"Point","coordinates":[-0.8075555677849498,46.40112474979799]}},{"type":"Feature","properties":{"population":4457},"geometry":{"type":"Point","coordinates":[-1.37301040335161,46.76022467524506]}},{"type":"Feature","properties":{"population":2984},"geometry":{"type":"Point","coordinates":[-0.9034944997642868,46.89166975561946]}},{"type":"Feature","properties":{"population":1648},"geometry":{"type":"Point","coordinates":[-2.264413544932139,46.9843491281998]}},{"type":"Feature","properties":{"population":4937},"geometry":{"type":"Point","coordinates":[-1.8916041078666853,46.716065318036779]}},{"type":"Feature","properties":{"population":5398},"geometry":{"type":"Point","coordinates":[-1.3346914421527275,46.721872704433739]}},{"type":"Feature","properties":{"population":2813},"geometry":{"type":"Point","coordinates":[-1.773638326772575,46.56969437419028]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[5.6686184658907339,47.93351073658875]}},{"type":"Feature","properties":{"population":6391},"geometry":{"type":"Point","coordinates":[-0.8523960786965562,46.83684203850805]}},{"type":"Feature","properties":{"population":3172},"geometry":{"type":"Point","coordinates":[-1.055792058316376,46.93453007267834]}},{"type":"Feature","properties":{"population":2220},"geometry":{"type":"Point","coordinates":[-1.607020731320611,46.53921058966612]}},{"type":"Feature","properties":{"population":2858},"geometry":{"type":"Point","coordinates":[-1.5998200709247877,46.42450987451606]}},{"type":"Feature","properties":{"population":1493},"geometry":{"type":"Point","coordinates":[-0.8547694382874064,46.74257990381798]}},{"type":"Feature","properties":{"population":2087},"geometry":{"type":"Point","coordinates":[2.706917218315378,42.76800783369509]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[-1.0343374730236746,48.32011734188352]}},{"type":"Feature","properties":{"population":1350},"geometry":{"type":"Point","coordinates":[-0.8590507037642364,46.47227844257363]}},{"type":"Feature","properties":{"population":9483},"geometry":{"type":"Point","coordinates":[-1.1641628891055749,46.45111863087321]}},{"type":"Feature","properties":{"population":1471},"geometry":{"type":"Point","coordinates":[-1.2103951606541939,46.46328517100137]}},{"type":"Feature","properties":{"population":1561},"geometry":{"type":"Point","coordinates":[-1.109427247332002,46.85214966635913]}},{"type":"Feature","properties":{"population":6064},"geometry":{"type":"Point","coordinates":[-0.9455249004929149,46.99120483864058]}},{"type":"Feature","properties":{"population":5037},"geometry":{"type":"Point","coordinates":[-1.4634101753759175,46.70996200632234]}},{"type":"Feature","properties":{"population":3012},"geometry":{"type":"Point","coordinates":[-1.4096905784207035,46.59230209097432]}},{"type":"Feature","properties":{"population":4485},"geometry":{"type":"Point","coordinates":[-2.261997728348154,47.008682057679177]}},{"type":"Feature","properties":{"population":2140},"geometry":{"type":"Point","coordinates":[-1.9791629514586793,46.81987255636308]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[3.6146233775260527,49.360869955485778]}},{"type":"Feature","properties":{"population":2632},"geometry":{"type":"Point","coordinates":[-1.740450316794193,46.81542850769227]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[6.252931020687231,47.34393761042788]}},{"type":"Feature","properties":{"population":1157},"geometry":{"type":"Point","coordinates":[-0.8088177286983983,46.50103012283422]}},{"type":"Feature","properties":{"population":5597},"geometry":{"type":"Point","coordinates":[-0.8283301278267525,46.78174898888905]}},{"type":"Feature","properties":{"population":7974},"geometry":{"type":"Point","coordinates":[-1.9180861161405217,46.69048976046664]}},{"type":"Feature","properties":{"population":1740},"geometry":{"type":"Point","coordinates":[2.931746837681393,43.42121633691955]}},{"type":"Feature","properties":{"population":48402},"geometry":{"type":"Point","coordinates":[-1.763865742981286,46.51988500353442]}},{"type":"Feature","properties":{"population":12682},"geometry":{"type":"Point","coordinates":[-1.963677590806526,46.743688823940548]}},{"type":"Feature","properties":{"population":21195},"geometry":{"type":"Point","coordinates":[2.419133574171156,48.841671796143909]}},{"type":"Feature","properties":{"population":8741},"geometry":{"type":"Point","coordinates":[-2.0485849925850334,46.80215700968933]}},{"type":"Feature","properties":{"population":1348},"geometry":{"type":"Point","coordinates":[-0.9658127749488059,46.830450047000308]}},{"type":"Feature","properties":{"population":3265},"geometry":{"type":"Point","coordinates":[-1.9501353756336542,46.865736590901978]}},{"type":"Feature","properties":{"population":4416},"geometry":{"type":"Point","coordinates":[-1.9131331461986714,46.79515024895253]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[9.451683937527946,42.39096383134706]}},{"type":"Feature","properties":{"population":4767},"geometry":{"type":"Point","coordinates":[0.36204514888982705,46.651873289119539]}},{"type":"Feature","properties":{"population":2389},"geometry":{"type":"Point","coordinates":[5.028968603139227,44.12371421567786]}},{"type":"Feature","properties":{"population":8161},"geometry":{"type":"Point","coordinates":[-1.6273727134630567,46.475805948880609]}},{"type":"Feature","properties":{"population":1315},"geometry":{"type":"Point","coordinates":[3.372623079641771,45.56281361574327]}},{"type":"Feature","properties":{"population":31284},"geometry":{"type":"Point","coordinates":[0.5526268865643313,46.815460716182929]}},{"type":"Feature","properties":{"population":5506},"geometry":{"type":"Point","coordinates":[-0.9824824686886425,46.951377457746328]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[1.9543472079120728,44.536217535304398]}},{"type":"Feature","properties":{"population":6743},"geometry":{"type":"Point","coordinates":[0.09951876360570601,47.00991334156871]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[6.423402522703177,47.498689105464588]}},{"type":"Feature","properties":{"population":1158},"geometry":{"type":"Point","coordinates":[0.5303759908190578,46.876840984223978]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[0.12409747872045494,47.04500388612903]}},{"type":"Feature","properties":{"population":1421},"geometry":{"type":"Point","coordinates":[0.04357241226808915,43.60075724135944]}},{"type":"Feature","properties":{"population":5176},"geometry":{"type":"Point","coordinates":[0.4159426379761934,46.54846213875721]}},{"type":"Feature","properties":{"population":1884},"geometry":{"type":"Point","coordinates":[0.2972758081723727,46.586181417174227]}},{"type":"Feature","properties":{"population":640},"geometry":{"type":"Point","coordinates":[0.037138460165269417,46.98654794390152]}},{"type":"Feature","properties":{"population":1700},"geometry":{"type":"Point","coordinates":[0.5994342896281953,46.61384840621684]}},{"type":"Feature","properties":{"population":10105},"geometry":{"type":"Point","coordinates":[0.36921659700588096,46.60515015528795]}},{"type":"Feature","properties":{"population":7099},"geometry":{"type":"Point","coordinates":[0.678347720091424,46.55440438826858]}},{"type":"Feature","properties":{"population":1421},"geometry":{"type":"Point","coordinates":[0.43787261959485176,46.779534192623149]}},{"type":"Feature","properties":{"population":5944},"geometry":{"type":"Point","coordinates":[0.49425107513133589,46.77246924804136]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[0.505708276758062,49.193764726693668]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[0.7475004701629039,46.55784264475095]}},{"type":"Feature","properties":{"population":7687},"geometry":{"type":"Point","coordinates":[0.3660698564355378,46.71564505017002]}},{"type":"Feature","properties":{"population":6197},"geometry":{"type":"Point","coordinates":[0.30498370712821795,46.63218965317176]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[4.02128783023768,44.01578955761379]}},{"type":"Feature","properties":{"population":1256},"geometry":{"type":"Point","coordinates":[0.875526894345397,45.8632454923209]}},{"type":"Feature","properties":{"population":7307},"geometry":{"type":"Point","coordinates":[0.35350226514332758,46.54830526367569]}},{"type":"Feature","properties":{"population":5839},"geometry":{"type":"Point","coordinates":[1.1324557050671225,45.7979836990086]}},{"type":"Feature","properties":{"population":5558},"geometry":{"type":"Point","coordinates":[1.3991322514841993,45.953191898806597]}},{"type":"Feature","properties":{"population":3596},"geometry":{"type":"Point","coordinates":[1.0419487222888624,46.10501148122021]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[1.555857250221695,45.87426182382218]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[1.7087834640796396,45.03485555206521]}},{"type":"Feature","properties":{"population":6080},"geometry":{"type":"Point","coordinates":[1.3289826380619448,45.80555815417357]}},{"type":"Feature","properties":{"population":1612},"geometry":{"type":"Point","coordinates":[1.1804259843460352,45.92051713859806]}},{"type":"Feature","properties":{"population":5947},"geometry":{"type":"Point","coordinates":[1.3240831770110966,45.87319816354392]}},{"type":"Feature","properties":{"population":11064},"geometry":{"type":"Point","coordinates":[1.3235386719059224,45.841327268970797]}},{"type":"Feature","properties":{"population":1054},"geometry":{"type":"Point","coordinates":[1.0205498282087167,46.13127824233215]}},{"type":"Feature","properties":{"population":594},"geometry":{"type":"Point","coordinates":[1.2581847075660069,45.59400692138448]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[1.434670031884152,45.85156761659832]}},{"type":"Feature","properties":{"population":1658},"geometry":{"type":"Point","coordinates":[0.9643586295476113,45.901976484332468]}},{"type":"Feature","properties":{"population":11387},"geometry":{"type":"Point","coordinates":[0.8887878726034585,45.902495100158507]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[6.961161015395388,48.3395925487168]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[1.4750283646522678,45.96340238100039]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[5.70202491347069,48.30546046391037]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[6.287610618771788,47.41156380385728]}},{"type":"Feature","properties":{"population":5703},"geometry":{"type":"Point","coordinates":[2.714154992793632,50.27726577605589]}},{"type":"Feature","properties":{"population":4332},"geometry":{"type":"Point","coordinates":[1.4959185809590919,45.84113086088623]}},{"type":"Feature","properties":{"population":1786},"geometry":{"type":"Point","coordinates":[1.0835867759349918,45.82056135301707]}},{"type":"Feature","properties":{"population":6825},"geometry":{"type":"Point","coordinates":[1.2041610027122974,45.52503011584847]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[4.665401519729788,49.92490851938921]}},{"type":"Feature","properties":{"population":1368},"geometry":{"type":"Point","coordinates":[6.430131537638636,48.22801550312498]}},{"type":"Feature","properties":{"population":32285},"geometry":{"type":"Point","coordinates":[6.479649223614679,48.16349987193096]}},{"type":"Feature","properties":{"population":3046},"geometry":{"type":"Point","coordinates":[4.438754146462597,44.05693746854586]}},{"type":"Feature","properties":{"population":7833},"geometry":{"type":"Point","coordinates":[6.859402027257806,48.065025897477848]}},{"type":"Feature","properties":{"population":1273},"geometry":{"type":"Point","coordinates":[3.9434317203568116,50.0620533902933]}},{"type":"Feature","properties":{"population":1821},"geometry":{"type":"Point","coordinates":[-0.5745176791852632,45.116965807813418]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[0.882257727414904,48.60035096467402]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[2.467316921199098,45.96375342146907]}},{"type":"Feature","properties":{"population":8849},"geometry":{"type":"Point","coordinates":[6.425161910921856,48.20029659109147]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[6.0166845183902339,48.203785896671409]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[5.954443027689323,48.16343993939843]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[6.130036661244649,48.2782078678997]}},{"type":"Feature","properties":{"population":19319},"geometry":{"type":"Point","coordinates":[6.9380161230363319,48.29687006795982]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[2.444908183155899,50.86163395527525]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[1.8209438438766466,49.95926560871522]}},{"type":"Feature","properties":{"population":4782},"geometry":{"type":"Point","coordinates":[6.119727828936797,48.29347452645806]}},{"type":"Feature","properties":{"population":3993},"geometry":{"type":"Point","coordinates":[6.556607559580243,48.03637184570274]}},{"type":"Feature","properties":{"population":774},"geometry":{"type":"Point","coordinates":[7.007143866039853,48.2974448073648]}},{"type":"Feature","properties":{"population":6580},"geometry":{"type":"Point","coordinates":[5.691273687682038,48.356898177451679]}},{"type":"Feature","properties":{"population":4793},"geometry":{"type":"Point","coordinates":[5.954445214174614,48.20086850748913]}},{"type":"Feature","properties":{"population":5842},"geometry":{"type":"Point","coordinates":[4.3157270745133939,45.60384220749277]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[6.119646763159919,48.322619821700978]}},{"type":"Feature","properties":{"population":7611},"geometry":{"type":"Point","coordinates":[6.581491071327314,48.00154918328455]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[2.086978013427975,48.22371769463092]}},{"type":"Feature","properties":{"population":3809},"geometry":{"type":"Point","coordinates":[6.625236963398783,48.0458577298612]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[6.987662259362764,48.32994279121439]}},{"type":"Feature","properties":{"population":2271},"geometry":{"type":"Point","coordinates":[6.971989434200535,48.26746903062495]}},{"type":"Feature","properties":{"population":1809},"geometry":{"type":"Point","coordinates":[6.876947402973957,48.31166494835985]}},{"type":"Feature","properties":{"population":19991},"geometry":{"type":"Point","coordinates":[2.1913148057362887,48.80656707762912]}},{"type":"Feature","properties":{"population":1477},"geometry":{"type":"Point","coordinates":[6.883579666692731,48.25003096081383]}},{"type":"Feature","properties":{"population":3861},"geometry":{"type":"Point","coordinates":[6.505174359263967,47.942378872320578]}},{"type":"Feature","properties":{"population":1488},"geometry":{"type":"Point","coordinates":[6.953843624139624,48.0717481517438]}},{"type":"Feature","properties":{"population":34778},"geometry":{"type":"Point","coordinates":[3.5818140203333819,47.79366420032083]}},{"type":"Feature","properties":{"population":6387},"geometry":{"type":"Point","coordinates":[3.916509816019421,47.48234962654978]}},{"type":"Feature","properties":{"population":5005},"geometry":{"type":"Point","coordinates":[6.924957373992078,47.48700579663476]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[-0.8605333947404673,48.42259133225275]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[3.478983362328306,47.99933143125878]}},{"type":"Feature","properties":{"population":1104},"geometry":{"type":"Point","coordinates":[3.4937037271667639,47.941730825758607]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[6.91932844642807,47.28020672856553]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[2.790437916212275,48.997179315554898]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[3.5685990827595694,48.007098681307919]}},{"type":"Feature","properties":{"population":1235},"geometry":{"type":"Point","coordinates":[3.2573465019494,48.153000658406607]}},{"type":"Feature","properties":{"population":9218},"geometry":{"type":"Point","coordinates":[3.409924597805266,48.009032112695397]}},{"type":"Feature","properties":{"population":1233},"geometry":{"type":"Point","coordinates":[3.4695892722682459,47.972822628099169]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[3.4404558101134277,47.997026988489519]}},{"type":"Feature","properties":{"population":1578},"geometry":{"type":"Point","coordinates":[3.3508542161060514,48.16322103628704]}},{"type":"Feature","properties":{"population":7068},"geometry":{"type":"Point","coordinates":[3.5313752669246849,47.97509037044699]}},{"type":"Feature","properties":{"population":4824},"geometry":{"type":"Point","coordinates":[3.239488786662507,48.18540601076698]}},{"type":"Feature","properties":{"population":4301},"geometry":{"type":"Point","coordinates":[3.9774886579582295,47.84125322317851]}},{"type":"Feature","properties":{"population":1260},"geometry":{"type":"Point","coordinates":[3.528904325492193,47.82611162888977]}},{"type":"Feature","properties":{"population":654},"geometry":{"type":"Point","coordinates":[3.734219216348484,48.06597966346297]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[3.3626372775252886,48.000245869372459]}},{"type":"Feature","properties":{"population":4220},"geometry":{"type":"Point","coordinates":[3.704233107191505,47.996694761583167]}},{"type":"Feature","properties":{"population":3201},"geometry":{"type":"Point","coordinates":[3.5170599552858294,47.802374737945608]}},{"type":"Feature","properties":{"population":4595},"geometry":{"type":"Point","coordinates":[6.830814877652956,47.62003890898128]}},{"type":"Feature","properties":{"population":1533},"geometry":{"type":"Point","coordinates":[3.2405487358079556,48.20538777742688]}},{"type":"Feature","properties":{"population":3348},"geometry":{"type":"Point","coordinates":[6.811975113212306,47.63700887702222]}},{"type":"Feature","properties":{"population":5680},"geometry":{"type":"Point","coordinates":[6.996040086908938,47.5085074472773]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[7.037096154712684,47.52874002718216]}},{"type":"Feature","properties":{"population":1122},"geometry":{"type":"Point","coordinates":[1.9300693855440437,47.299182158379348]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[6.980473055104571,47.51966410825907]}},{"type":"Feature","properties":{"population":5236},"geometry":{"type":"Point","coordinates":[6.849008273357382,47.671052484559258]}},{"type":"Feature","properties":{"population":11281},"geometry":{"type":"Point","coordinates":[2.24342354062707,48.59039399924035]}},{"type":"Feature","properties":{"population":36222},"geometry":{"type":"Point","coordinates":[2.386825298173862,48.709258576580307]}},{"type":"Feature","properties":{"population":4748},"geometry":{"type":"Point","coordinates":[2.2069720811472814,48.75667800443694]}},{"type":"Feature","properties":{"population":2517},"geometry":{"type":"Point","coordinates":[3.073469926662928,42.51311477152021]}},{"type":"Feature","properties":{"population":7980},"geometry":{"type":"Point","coordinates":[2.5336596221855176,48.68971512315928]}},{"type":"Feature","properties":{"population":27106},"geometry":{"type":"Point","coordinates":[2.3025010053684218,48.60254653304834]}},{"type":"Feature","properties":{"population":8873},"geometry":{"type":"Point","coordinates":[2.164867507516842,48.57210288510775]}},{"type":"Feature","properties":{"population":1281},"geometry":{"type":"Point","coordinates":[2.1607306308618359,48.55450463403727]}},{"type":"Feature","properties":{"population":1550},"geometry":{"type":"Point","coordinates":[2.440177685217125,48.53335288773674]}},{"type":"Feature","properties":{"population":25423},"geometry":{"type":"Point","coordinates":[2.5038421827854848,48.696328365612938]}},{"type":"Feature","properties":{"population":20785},"geometry":{"type":"Point","coordinates":[2.3507033134851347,48.65625774175079]}},{"type":"Feature","properties":{"population":9254},"geometry":{"type":"Point","coordinates":[2.1587538857721597,48.69256459004871]}},{"type":"Feature","properties":{"population":2597},"geometry":{"type":"Point","coordinates":[2.2782410805381918,48.70810445043205]}},{"type":"Feature","properties":{"population":19938},"geometry":{"type":"Point","coordinates":[2.3111303281382975,48.70776158068577]}},{"type":"Feature","properties":{"population":7868},"geometry":{"type":"Point","coordinates":[2.3599148247729837,48.72435674246807]}},{"type":"Feature","properties":{"population":52683},"geometry":{"type":"Point","coordinates":[2.469372901579544,48.60484035119485]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[6.934779623772965,43.85284490443351]}},{"type":"Feature","properties":{"population":1706},"geometry":{"type":"Point","coordinates":[1.9610772617503847,48.494847806014359]}},{"type":"Feature","properties":{"population":81516},"geometry":{"type":"Point","coordinates":[2.2564929982278549,48.89858338986453]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[3.938101460856249,49.205059144970558]}},{"type":"Feature","properties":{"population":4814},"geometry":{"type":"Point","coordinates":[2.4871507086471085,48.55890651010181]}},{"type":"Feature","properties":{"population":9532},"geometry":{"type":"Point","coordinates":[2.462694574537932,48.719911836720537]}},{"type":"Feature","properties":{"population":1280},"geometry":{"type":"Point","coordinates":[1.5268921599871424,43.77803855534337]}},{"type":"Feature","properties":{"population":11279},"geometry":{"type":"Point","coordinates":[1.9935138580228165,48.535877639715149]}},{"type":"Feature","properties":{"population":29173},"geometry":{"type":"Point","coordinates":[2.4217045645787236,48.67767107975977]}},{"type":"Feature","properties":{"population":6756},"geometry":{"type":"Point","coordinates":[2.2210282019942655,48.57765821561113]}},{"type":"Feature","properties":{"population":11869},"geometry":{"type":"Point","coordinates":[2.51659480793756,48.68732364027651]}},{"type":"Feature","properties":{"population":12299},"geometry":{"type":"Point","coordinates":[5.8546894696712539,45.60121510662434]}},{"type":"Feature","properties":{"population":3086},"geometry":{"type":"Point","coordinates":[2.483394337643621,48.65006926384916]}},{"type":"Feature","properties":{"population":10760},"geometry":{"type":"Point","coordinates":[2.3187748716140166,48.67255062927942]}},{"type":"Feature","properties":{"population":26529},"geometry":{"type":"Point","coordinates":[2.1379504906104898,48.422124767198997]}},{"type":"Feature","properties":{"population":66177},"geometry":{"type":"Point","coordinates":[2.4296752902078948,48.62642885909779]}},{"type":"Feature","properties":{"population":24772},"geometry":{"type":"Point","coordinates":[2.2869836017364615,48.789368074557518]}},{"type":"Feature","properties":{"population":13983},"geometry":{"type":"Point","coordinates":[2.3684022003278719,48.633342160822227]}},{"type":"Feature","properties":{"population":22352},"geometry":{"type":"Point","coordinates":[2.1275847010198389,48.69866720012367]}},{"type":"Feature","properties":{"population":1506},"geometry":{"type":"Point","coordinates":[2.1096568930494428,48.67265404479287]}},{"type":"Feature","properties":{"population":17898},"geometry":{"type":"Point","coordinates":[2.1868688841582295,48.84487732903762]}},{"type":"Feature","properties":{"population":2615},"geometry":{"type":"Point","coordinates":[2.1422241678173559,48.67511317168469]}},{"type":"Feature","properties":{"population":29932},"geometry":{"type":"Point","coordinates":[2.2447250207397069,48.90662647647259]}},{"type":"Feature","properties":{"population":1183},"geometry":{"type":"Point","coordinates":[2.0113679564468978,48.4978354749354]}},{"type":"Feature","properties":{"population":4147},"geometry":{"type":"Point","coordinates":[2.341194099402154,48.607185835478947]}},{"type":"Feature","properties":{"population":1275},"geometry":{"type":"Point","coordinates":[2.994548417725407,47.93965886780914]}},{"type":"Feature","properties":{"population":27257},"geometry":{"type":"Point","coordinates":[2.3879252456141168,48.65748370527423]}},{"type":"Feature","properties":{"population":18424},"geometry":{"type":"Point","coordinates":[2.373915534630268,48.69182955480049]}},{"type":"Feature","properties":{"population":10213},"geometry":{"type":"Point","coordinates":[2.2249621872538665,48.73605052114222]}},{"type":"Feature","properties":{"population":7032},"geometry":{"type":"Point","coordinates":[2.251767095971946,48.62619149926078]}},{"type":"Feature","properties":{"population":30292},"geometry":{"type":"Point","coordinates":[2.296290330896534,48.81641197880151]}},{"type":"Feature","properties":{"population":7292},"geometry":{"type":"Point","coordinates":[2.4248195297214796,48.59703744211579]}},{"type":"Feature","properties":{"population":30592},"geometry":{"type":"Point","coordinates":[2.3318703755225664,48.791900777424647]}},{"type":"Feature","properties":{"population":20620},"geometry":{"type":"Point","coordinates":[2.3026852691280186,48.68928546911054]}},{"type":"Feature","properties":{"population":29445},"geometry":{"type":"Point","coordinates":[2.4068084491113619,48.82251708785646]}},{"type":"Feature","properties":{"population":6417},"geometry":{"type":"Point","coordinates":[2.286538475308464,48.64067335181853]}},{"type":"Feature","properties":{"population":8430},"geometry":{"type":"Point","coordinates":[2.206173395234236,48.646263936974879]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[8.626613812418404,42.15442613157449]}},{"type":"Feature","properties":{"population":968},"geometry":{"type":"Point","coordinates":[8.730170594887654,42.15083695942275]}},{"type":"Feature","properties":{"population":50962},"geometry":{"type":"Point","coordinates":[2.274857307063349,48.72755005079103]}},{"type":"Feature","properties":{"population":15711},"geometry":{"type":"Point","coordinates":[2.437982921621786,48.55856458250567]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[2.6373771752866115,47.901058528726419]}},{"type":"Feature","properties":{"population":13211},"geometry":{"type":"Point","coordinates":[2.33697199554185,48.70247318769252]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[9.248668886916063,42.287305121579908]}},{"type":"Feature","properties":{"population":4482},"geometry":{"type":"Point","coordinates":[2.2379667448165438,48.66091439069495]}},{"type":"Feature","properties":{"population":5314},"geometry":{"type":"Point","coordinates":[2.2189125090343384,48.60587665275365]}},{"type":"Feature","properties":{"population":1745},"geometry":{"type":"Point","coordinates":[2.166083376347367,48.83033404363054]}},{"type":"Feature","properties":{"population":940},"geometry":{"type":"Point","coordinates":[2.1636807820263619,48.40065348242424]}},{"type":"Feature","properties":{"population":9477},"geometry":{"type":"Point","coordinates":[2.52863632205219,48.67023839033255]}},{"type":"Feature","properties":{"population":16007},"geometry":{"type":"Point","coordinates":[2.1870790569053688,48.700069106451049]}},{"type":"Feature","properties":{"population":34893},"geometry":{"type":"Point","coordinates":[2.2286377927260325,48.71465014541407]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[3.5386629904110924,49.51216106136944]}},{"type":"Feature","properties":{"population":29825},"geometry":{"type":"Point","coordinates":[2.4080092720715267,48.64488987354131]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[2.1397616980586795,48.71465629760132]}},{"type":"Feature","properties":{"population":11229},"geometry":{"type":"Point","coordinates":[9.253131673572817,41.592965707014]}},{"type":"Feature","properties":{"population":35846},"geometry":{"type":"Point","coordinates":[2.330309735128966,48.64122749232468]}},{"type":"Feature","properties":{"population":11305},"geometry":{"type":"Point","coordinates":[2.2645803091455556,48.59845379193857]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[1.6940345591986826,45.85999472605794]}},{"type":"Feature","properties":{"population":7472},"geometry":{"type":"Point","coordinates":[2.492446561628914,48.625459858180899]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[2.171895036244763,48.66528406501378]}},{"type":"Feature","properties":{"population":21437},"geometry":{"type":"Point","coordinates":[2.31220699643845,48.631993717970498]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[1.5608483418498432,45.743417097561408]}},{"type":"Feature","properties":{"population":11680},"geometry":{"type":"Point","coordinates":[2.5174814557464395,48.605376788106379]}},{"type":"Feature","properties":{"population":6583},"geometry":{"type":"Point","coordinates":[2.2668814205228604,48.68530062312648]}},{"type":"Feature","properties":{"population":37371},"geometry":{"type":"Point","coordinates":[2.349112214758695,48.684306117771317]}},{"type":"Feature","properties":{"population":39366},"geometry":{"type":"Point","coordinates":[2.422197113877444,48.86866696501953]}},{"type":"Feature","properties":{"population":7322},"geometry":{"type":"Point","coordinates":[2.4629072529792186,48.660055053488758]}},{"type":"Feature","properties":{"population":4318},"geometry":{"type":"Point","coordinates":[2.5192691982659149,48.64416757631486]}},{"type":"Feature","properties":{"population":2296},"geometry":{"type":"Point","coordinates":[2.562927492702151,48.68128659105197]}},{"type":"Feature","properties":{"population":5457},"geometry":{"type":"Point","coordinates":[2.452426673894211,48.58614081682078]}},{"type":"Feature","properties":{"population":14597},"geometry":{"type":"Point","coordinates":[2.252255135314477,48.75051590717101]}},{"type":"Feature","properties":{"population":10322},"geometry":{"type":"Point","coordinates":[2.23537010050933,48.695906830113397]}},{"type":"Feature","properties":{"population":31045},"geometry":{"type":"Point","coordinates":[2.3728803270721068,48.669406009167428]}},{"type":"Feature","properties":{"population":29228},"geometry":{"type":"Point","coordinates":[2.2595124109749809,48.78026948950295]}},{"type":"Feature","properties":{"population":6991},"geometry":{"type":"Point","coordinates":[2.3294792832578228,48.729875274495267]}},{"type":"Feature","properties":{"population":28699},"geometry":{"type":"Point","coordinates":[2.4932531062852445,48.716280008776937]}},{"type":"Feature","properties":{"population":25253},"geometry":{"type":"Point","coordinates":[2.1854157323931959,48.68025050393927]}},{"type":"Feature","properties":{"population":63232},"geometry":{"type":"Point","coordinates":[2.299220689800139,48.7498975007591]}},{"type":"Feature","properties":{"population":20488},"geometry":{"type":"Point","coordinates":[2.2966168463179477,48.77653158238609]}},{"type":"Feature","properties":{"population":34898},"geometry":{"type":"Point","coordinates":[2.2636394269899955,48.76814210763694]}},{"type":"Feature","properties":{"population":36777},"geometry":{"type":"Point","coordinates":[2.2877658101285,48.80324912480599]}},{"type":"Feature","properties":{"population":54491},"geometry":{"type":"Point","coordinates":[2.254358117315585,48.79656534074829]}},{"type":"Feature","properties":{"population":564},"geometry":{"type":"Point","coordinates":[2.633853381696339,50.25475257093554]}},{"type":"Feature","properties":{"population":68580},"geometry":{"type":"Point","coordinates":[2.2645043529608745,48.82306609453972]}},{"type":"Feature","properties":{"population":46342},"geometry":{"type":"Point","coordinates":[2.2272709930826619,48.80396208305837]}},{"type":"Feature","properties":{"population":29727},"geometry":{"type":"Point","coordinates":[2.2086435051609136,48.842367043247779]}},{"type":"Feature","properties":{"population":22618},"geometry":{"type":"Point","coordinates":[2.2080217561463946,48.82054189538414]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[3.744299837226879,49.359419888217278]}},{"type":"Feature","properties":{"population":49104},"geometry":{"type":"Point","coordinates":[2.220651245483578,48.87004387694101]}},{"type":"Feature","properties":{"population":10694},"geometry":{"type":"Point","coordinates":[2.1774030886742916,48.821602597996008]}},{"type":"Feature","properties":{"population":29735},"geometry":{"type":"Point","coordinates":[2.546683915101176,48.90798471922065]}},{"type":"Feature","properties":{"population":90071},"geometry":{"type":"Point","coordinates":[2.3843860450752789,48.91257565291248]}},{"type":"Feature","properties":{"population":86135},"geometry":{"type":"Point","coordinates":[2.4937749928325445,48.94596647748045]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[2.1125745004389588,47.164195614041549]}},{"type":"Feature","properties":{"population":58257},"geometry":{"type":"Point","coordinates":[2.4617378236197688,48.93956617982899]}},{"type":"Feature","properties":{"population":14832},"geometry":{"type":"Point","coordinates":[2.4293176870914405,48.93682689034236]}},{"type":"Feature","properties":{"population":5063},"geometry":{"type":"Point","coordinates":[2.5770014925295627,48.91778211261377]}},{"type":"Feature","properties":{"population":11328},"geometry":{"type":"Point","coordinates":[2.423011596184884,48.950618447591569]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[1.4949611828966163,50.058547944125709]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[2.6740351439017129,46.408127029725907]}},{"type":"Feature","properties":{"population":47160},"geometry":{"type":"Point","coordinates":[2.399789021023402,48.932353008718219]}},{"type":"Feature","properties":{"population":40189},"geometry":{"type":"Point","coordinates":[2.5453775567226417,48.88205563494627]}},{"type":"Feature","properties":{"population":751},"geometry":{"type":"Point","coordinates":[0.28427845812863175,47.5828351300547]}},{"type":"Feature","properties":{"population":6882},"geometry":{"type":"Point","coordinates":[2.575731776370364,48.860489582992489]}},{"type":"Feature","properties":{"population":23469},"geometry":{"type":"Point","coordinates":[2.4198638173623725,48.88137688091853]}},{"type":"Feature","properties":{"population":46028},"geometry":{"type":"Point","coordinates":[2.5357628434799976,48.91985893806112]}},{"type":"Feature","properties":{"population":27980},"geometry":{"type":"Point","coordinates":[2.566666030271297,48.89814423889484]}},{"type":"Feature","properties":{"population":20413},"geometry":{"type":"Point","coordinates":[2.470283039371791,48.81978356919535]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[3.7357728219145578,50.27874648976202]}},{"type":"Feature","properties":{"population":111455},"geometry":{"type":"Point","coordinates":[2.448183296232281,48.86334550819586]}},{"type":"Feature","properties":{"population":21415},"geometry":{"type":"Point","coordinates":[2.5102815969602445,48.86436788055572]}},{"type":"Feature","properties":{"population":37531},"geometry":{"type":"Point","coordinates":[2.5400255119179548,48.86277639167707]}},{"type":"Feature","properties":{"population":6600},"geometry":{"type":"Point","coordinates":[6.319149590752153,45.88514042329095]}},{"type":"Feature","properties":{"population":70374},"geometry":{"type":"Point","coordinates":[2.564545136719714,48.83636592735747]}},{"type":"Feature","properties":{"population":46094},"geometry":{"type":"Point","coordinates":[2.458529243230442,48.89165100786731]}},{"type":"Feature","properties":{"population":16865},"geometry":{"type":"Point","coordinates":[2.4060347555880829,48.88494580062166]}},{"type":"Feature","properties":{"population":60800},"geometry":{"type":"Point","coordinates":[2.4092160618569968,48.89871839945878]}},{"type":"Feature","properties":{"population":14877},"geometry":{"type":"Point","coordinates":[2.519147074922497,48.89670101601788]}},{"type":"Feature","properties":{"population":33266},"geometry":{"type":"Point","coordinates":[2.438317414633681,48.88442888856004]}},{"type":"Feature","properties":{"population":53207},"geometry":{"type":"Point","coordinates":[2.3336518223262328,48.90962671178501]}},{"type":"Feature","properties":{"population":45655},"geometry":{"type":"Point","coordinates":[2.485849017621807,48.875062403764257]}},{"type":"Feature","properties":{"population":45046},"geometry":{"type":"Point","coordinates":[2.421290235528968,48.79610859477678]}},{"type":"Feature","properties":{"population":51845},"geometry":{"type":"Point","coordinates":[2.530629902705016,48.938746966880589]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[2.421766494305972,49.985891519316798]}},{"type":"Feature","properties":{"population":40359},"geometry":{"type":"Point","coordinates":[2.3847669361650607,48.95651930620979]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[3.9120124769966009,49.18883058703046]}},{"type":"Feature","properties":{"population":37271},"geometry":{"type":"Point","coordinates":[2.5550575584791717,48.97890329011058]}},{"type":"Feature","properties":{"population":7478},"geometry":{"type":"Point","coordinates":[2.5818114798949258,48.932634740908]}},{"type":"Feature","properties":{"population":30332},"geometry":{"type":"Point","coordinates":[2.5097132348883859,48.884382114672309]}},{"type":"Feature","properties":{"population":17570},"geometry":{"type":"Point","coordinates":[2.5256366049975909,48.74737353384688]}},{"type":"Feature","properties":{"population":38725},"geometry":{"type":"Point","coordinates":[2.5367759551508897,48.959465010240268]}},{"type":"Feature","properties":{"population":12663},"geometry":{"type":"Point","coordinates":[2.3454194717787595,48.95769442875247]}},{"type":"Feature","properties":{"population":18750},"geometry":{"type":"Point","coordinates":[2.488046106349997,48.77342357782524]}},{"type":"Feature","properties":{"population":17400},"geometry":{"type":"Point","coordinates":[2.523208867171004,48.838406394107909]}},{"type":"Feature","properties":{"population":77724},"geometry":{"type":"Point","coordinates":[2.5172147425733595,48.81730757366708]}},{"type":"Feature","properties":{"population":18367},"geometry":{"type":"Point","coordinates":[2.5412961783955,48.79756958021127]}},{"type":"Feature","properties":{"population":20326},"geometry":{"type":"Point","coordinates":[2.3528424810814898,48.76650057696783]}},{"type":"Feature","properties":{"population":46129},"geometry":{"type":"Point","coordinates":[2.4174923487562816,48.7643119058937]}},{"type":"Feature","properties":{"population":28780},"geometry":{"type":"Point","coordinates":[2.32608029600066,48.75701167904254]}},{"type":"Feature","properties":{"population":19048},"geometry":{"type":"Point","coordinates":[2.3429231311568667,48.81307877251259]}},{"type":"Feature","properties":{"population":31392},"geometry":{"type":"Point","coordinates":[2.3368113639707968,48.77612748721627]}},{"type":"Feature","properties":{"population":27999},"geometry":{"type":"Point","coordinates":[2.4891333767635026,48.74535823843359]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[3.847771258121705,49.78601497151797]}},{"type":"Feature","properties":{"population":58068},"geometry":{"type":"Point","coordinates":[2.437892448987436,48.80606792069601]}},{"type":"Feature","properties":{"population":24482},"geometry":{"type":"Point","coordinates":[2.395782356309528,48.74278736153983]}},{"type":"Feature","properties":{"population":4610},"geometry":{"type":"Point","coordinates":[2.5547764429366577,48.77405735877573]}},{"type":"Feature","properties":{"population":34213},"geometry":{"type":"Point","coordinates":[2.503734218302892,48.84242520500057]}},{"type":"Feature","properties":{"population":1254},"geometry":{"type":"Point","coordinates":[5.7454504978826839,43.76086150412189]}},{"type":"Feature","properties":{"population":10540},"geometry":{"type":"Point","coordinates":[2.5404994475461426,48.785925452026948]}},{"type":"Feature","properties":{"population":20218},"geometry":{"type":"Point","coordinates":[2.5769538078884746,48.80552239930957]}},{"type":"Feature","properties":{"population":5647},"geometry":{"type":"Point","coordinates":[2.352713154719476,48.74938015044336]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[-1.342246960291415,47.771368723174187]}},{"type":"Feature","properties":{"population":12081},"geometry":{"type":"Point","coordinates":[2.584178845588262,48.77724944363411]}},{"type":"Feature","properties":{"population":75441},"geometry":{"type":"Point","coordinates":[2.494311573699496,48.79893479242423]}},{"type":"Feature","properties":{"population":14603},"geometry":{"type":"Point","coordinates":[2.4358995334069535,48.81854694684339]}},{"type":"Feature","properties":{"population":27622},"geometry":{"type":"Point","coordinates":[2.532817137614754,48.7660500781605]}},{"type":"Feature","properties":{"population":14411},"geometry":{"type":"Point","coordinates":[-2.1512635640074539,47.24599034503861]}},{"type":"Feature","properties":{"population":11642},"geometry":{"type":"Point","coordinates":[2.5320714760278095,48.72057225426261]}},{"type":"Feature","properties":{"population":57753},"geometry":{"type":"Point","coordinates":[2.359667015472982,48.79230337133129]}},{"type":"Feature","properties":{"population":21129},"geometry":{"type":"Point","coordinates":[2.410738254896214,48.7321056123824]}},{"type":"Feature","properties":{"population":35492},"geometry":{"type":"Point","coordinates":[2.4487647200690709,48.74197693140167]}},{"type":"Feature","properties":{"population":30669},"geometry":{"type":"Point","coordinates":[2.5452316818943498,48.82641504102225]}},{"type":"Feature","properties":{"population":96205},"geometry":{"type":"Point","coordinates":[2.3946032563447496,48.787846260137]}},{"type":"Feature","properties":{"population":2697},"geometry":{"type":"Point","coordinates":[2.3030043447100225,49.007900632529487]}},{"type":"Feature","properties":{"population":3082},"geometry":{"type":"Point","coordinates":[2.3799669008909,49.14090127731726]}},{"type":"Feature","properties":{"population":6763},"geometry":{"type":"Point","coordinates":[2.1546004554027808,49.08056985912569]}},{"type":"Feature","properties":{"population":9590},"geometry":{"type":"Point","coordinates":[2.30052649780056,49.14015694062366]}},{"type":"Feature","properties":{"population":8172},"geometry":{"type":"Point","coordinates":[2.198999355549462,49.03741207687158]}},{"type":"Feature","properties":{"population":32017},"geometry":{"type":"Point","coordinates":[2.2116811422176356,48.92602552768668]}},{"type":"Feature","properties":{"population":1448},"geometry":{"type":"Point","coordinates":[-0.7773301001852109,47.08605165176767]}},{"type":"Feature","properties":{"population":2024},"geometry":{"type":"Point","coordinates":[2.0325723187865316,49.08331109567056]}},{"type":"Feature","properties":{"population":6584},"geometry":{"type":"Point","coordinates":[2.298391939761735,49.04146956411087]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[2.4292024696850347,49.02233962395403]}},{"type":"Feature","properties":{"population":2254},"geometry":{"type":"Point","coordinates":[2.191659506832361,49.08378354229046]}},{"type":"Feature","properties":{"population":6816},"geometry":{"type":"Point","coordinates":[1.9991455516571084,49.04184601700904]}},{"type":"Feature","properties":{"population":26741},"geometry":{"type":"Point","coordinates":[2.19912627011135,48.96852423669311]}},{"type":"Feature","properties":{"population":22510},"geometry":{"type":"Point","coordinates":[2.325948088486414,48.971683501172218]}},{"type":"Feature","properties":{"population":25373},"geometry":{"type":"Point","coordinates":[2.2774286915772814,48.991140894342368]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[2.0473209851852087,45.99235409058094]}},{"type":"Feature","properties":{"population":16078},"geometry":{"type":"Point","coordinates":[2.323193076512076,49.030126510181847]}},{"type":"Feature","properties":{"population":18468},"geometry":{"type":"Point","coordinates":[2.1015412856670685,49.02062453559298]}},{"type":"Feature","properties":{"population":7145},"geometry":{"type":"Point","coordinates":[2.385051902527756,49.026061929735259]}},{"type":"Feature","properties":{"population":11440},"geometry":{"type":"Point","coordinates":[2.3051136178808058,48.96916813606238]}},{"type":"Feature","properties":{"population":28987},"geometry":{"type":"Point","coordinates":[2.25686655438465,48.987882714562619]}},{"type":"Feature","properties":{"population":2149},"geometry":{"type":"Point","coordinates":[2.4456447614014147,49.050023188782628]}},{"type":"Feature","properties":{"population":9929},"geometry":{"type":"Point","coordinates":[2.4995900722305399,49.099825302824928]}},{"type":"Feature","properties":{"population":37520},"geometry":{"type":"Point","coordinates":[2.224091619895415,48.988280615776968]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[2.0607376818755864,49.094805146263919]}},{"type":"Feature","properties":{"population":3334},"geometry":{"type":"Point","coordinates":[2.20520073904336,49.05000901327753]}},{"type":"Feature","properties":{"population":4621},"geometry":{"type":"Point","coordinates":[2.1779774219626248,48.97519467926444]}},{"type":"Feature","properties":{"population":42841},"geometry":{"type":"Point","coordinates":[2.4046722465725587,48.97018746243838]}},{"type":"Feature","properties":{"population":17175},"geometry":{"type":"Point","coordinates":[2.033394125824598,49.010850362386317]}},{"type":"Feature","properties":{"population":7175},"geometry":{"type":"Point","coordinates":[-3.467554742399375,48.809010914900188]}},{"type":"Feature","properties":{"population":25963},"geometry":{"type":"Point","coordinates":[2.4578499666768329,48.98617698879662]}},{"type":"Feature","properties":{"population":30693},"geometry":{"type":"Point","coordinates":[2.466135772736532,49.02459551288288]}},{"type":"Feature","properties":{"population":22603},"geometry":{"type":"Point","coordinates":[2.194533151397111,48.99400114952417]}},{"type":"Feature","properties":{"population":8416},"geometry":{"type":"Point","coordinates":[2.3504201320023698,48.98541766749065]}},{"type":"Feature","properties":{"population":11846},"geometry":{"type":"Point","coordinates":[2.23455211799522,49.10759983336238]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[4.659423954504492,47.65597103719248]}},{"type":"Feature","properties":{"population":31605},"geometry":{"type":"Point","coordinates":[2.1498923361651385,49.00063426784173]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[-1.3758516401647177,48.60563261498969]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[2.128011828482054,49.10441505048174]}},{"type":"Feature","properties":{"population":12083},"geometry":{"type":"Point","coordinates":[2.5037545446068569,49.04233052917273]}},{"type":"Feature","properties":{"population":2896},"geometry":{"type":"Point","coordinates":[2.288538397906858,49.001297189341929]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[0.48131329854522289,43.276022160103739]}},{"type":"Feature","properties":{"population":5681},"geometry":{"type":"Point","coordinates":[2.5089530233658068,49.08077049874602]}},{"type":"Feature","properties":{"population":5213},"geometry":{"type":"Point","coordinates":[2.2133887715995099,49.0771617665513]}},{"type":"Feature","properties":{"population":10046},"geometry":{"type":"Point","coordinates":[2.1741845990080637,49.0548956384886]}},{"type":"Feature","properties":{"population":1254},"geometry":{"type":"Point","coordinates":[2.336755203596298,49.04646041436609]}},{"type":"Feature","properties":{"population":2894},"geometry":{"type":"Point","coordinates":[2.289787734632204,49.014402798712868]}},{"type":"Feature","properties":{"population":14775},"geometry":{"type":"Point","coordinates":[2.3455131080056028,48.97025557868613]}},{"type":"Feature","properties":{"population":21870},"geometry":{"type":"Point","coordinates":[2.32137102424724,48.99203162288823]}},{"type":"Feature","properties":{"population":1096},"geometry":{"type":"Point","coordinates":[4.064534344885594,44.215458887154607]}},{"type":"Feature","properties":{"population":1667},"geometry":{"type":"Point","coordinates":[2.263809536898995,49.130398214989018]}},{"type":"Feature","properties":{"population":1803},"geometry":{"type":"Point","coordinates":[2.1721257295091447,49.12670048627004]}},{"type":"Feature","properties":{"population":597},"geometry":{"type":"Point","coordinates":[6.998712509014494,47.659041713415358]}},{"type":"Feature","properties":{"population":2070},"geometry":{"type":"Point","coordinates":[2.0624439876518507,49.0175233100028]}},{"type":"Feature","properties":{"population":17277},"geometry":{"type":"Point","coordinates":[2.0630929404519087,49.06780946024573]}},{"type":"Feature","properties":{"population":13996},"geometry":{"type":"Point","coordinates":[2.270456133523789,49.14963052477363]}},{"type":"Feature","properties":{"population":5610},"geometry":{"type":"Point","coordinates":[2.200941256344824,49.1229033081841]}},{"type":"Feature","properties":{"population":8393},"geometry":{"type":"Point","coordinates":[2.2341886375223938,49.003241356884497]}},{"type":"Feature","properties":{"population":9998},"geometry":{"type":"Point","coordinates":[2.160463926453535,49.01912807364631]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[2.016798082365464,49.06381335895197]}},{"type":"Feature","properties":{"population":15209},"geometry":{"type":"Point","coordinates":[2.349723423678501,49.00207345911857]}},{"type":"Feature","properties":{"population":20866},"geometry":{"type":"Point","coordinates":[2.284615187687044,48.96886521997199]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[3.5739344628618756,44.193575310387249]}},{"type":"Feature","properties":{"population":15979},"geometry":{"type":"Point","coordinates":[2.2470202513453136,49.01988420374482]}},{"type":"Feature","properties":{"population":18008},"geometry":{"type":"Point","coordinates":[2.300935049308767,48.98793017523565]}},{"type":"Feature","properties":{"population":7404},"geometry":{"type":"Point","coordinates":[2.2704976652029029,49.020813765022129]}},{"type":"Feature","properties":{"population":26768},"geometry":{"type":"Point","coordinates":[2.253253447906907,48.9718386754533]}},{"type":"Feature","properties":{"population":58424},"geometry":{"type":"Point","coordinates":[2.381116472873487,48.99039777954055]}},{"type":"Feature","properties":{"population":3055},"geometry":{"type":"Point","coordinates":[6.547772410308201,43.33851709443266]}},{"type":"Feature","properties":{"population":27025},"geometry":{"type":"Point","coordinates":[2.2204933872153456,49.026173025922918]}},{"type":"Feature","properties":{"population":4589},"geometry":{"type":"Point","coordinates":[2.469580326490833,49.00422391732913]}},{"type":"Feature","properties":{"population":16034},"geometry":{"type":"Point","coordinates":[2.0239396052536637,49.02912817052319]}},{"type":"Feature","properties":{"population":831},"geometry":{"type":"Point","coordinates":[4.509875234210823,46.01545880227533]}},{"type":"Feature","properties":{"population":1928},"geometry":{"type":"Point","coordinates":[6.8253010092987929,47.65203143932173]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.175320805226373,46.41307104833011]}},{"type":"Feature","properties":{"population":9239},"geometry":{"type":"Point","coordinates":[4.1124986669635679,46.442788202566607]}},{"type":"Feature","properties":{"population":620},"geometry":{"type":"Point","coordinates":[-1.0615819445232222,48.0928730557044]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[3.054181994983042,46.40517199422864]}},{"type":"Feature","properties":{"population":8859},"geometry":{"type":"Point","coordinates":[-1.1070559359038417,47.72301504445604]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[1.73480150085139,42.77818513830665]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[2.055855896144251,43.849235844221997]}},{"type":"Feature","properties":{"population":783},"geometry":{"type":"Point","coordinates":[7.473101087988844,47.54767937881056]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[3.4789422590406926,50.08524582642083]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[0.8746111695765593,49.88857765189093]}},{"type":"Feature","properties":{"population":1109},"geometry":{"type":"Point","coordinates":[-0.6052169594117823,43.17579506851392]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[0.20203164435897737,43.28115238511729]}},{"type":"Feature","properties":{"population":38183},"geometry":{"type":"Point","coordinates":[0.6541055195171596,47.33332036090677]}},{"type":"Feature","properties":{"population":8667},"geometry":{"type":"Point","coordinates":[2.543242528236442,46.36794390922524]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[1.7801232269728349,47.266307712144989]}},{"type":"Feature","properties":{"population":1157},"geometry":{"type":"Point","coordinates":[3.376885695964722,46.51082416971277]}},{"type":"Feature","properties":{"population":19343},"geometry":{"type":"Point","coordinates":[3.32642956737452,46.56239108758158]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[4.589085910929659,48.60987812049407]}},{"type":"Feature","properties":{"population":2507},"geometry":{"type":"Point","coordinates":[2.546999414496521,46.310092103143507]}},{"type":"Feature","properties":{"population":25789},"geometry":{"type":"Point","coordinates":[3.4244833676302668,46.12995242277968]}},{"type":"Feature","properties":{"population":22926},"geometry":{"type":"Point","coordinates":[5.791067474371523,43.83512017313264]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[4.945390925927645,49.64865142900622]}},{"type":"Feature","properties":{"population":821},"geometry":{"type":"Point","coordinates":[6.144224084728789,44.09665089264506]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[3.517049845369524,49.01525313810878]}},{"type":"Feature","properties":{"population":17192},"geometry":{"type":"Point","coordinates":[6.23516028561568,44.08817646788247]}},{"type":"Feature","properties":{"population":25764},"geometry":{"type":"Point","coordinates":[-1.552048098204175,43.46888611284377]}},{"type":"Feature","properties":{"population":75130},"geometry":{"type":"Point","coordinates":[7.105421299302968,43.58765135387174]}},{"type":"Feature","properties":{"population":9880},"geometry":{"type":"Point","coordinates":[7.083659341204825,43.62786552076514]}},{"type":"Feature","properties":{"population":41597},"geometry":{"type":"Point","coordinates":[7.004573634400899,43.57306488059024]}},{"type":"Feature","properties":{"population":3487},"geometry":{"type":"Point","coordinates":[7.223445665583198,43.75869438671009]}},{"type":"Feature","properties":{"population":2868},"geometry":{"type":"Point","coordinates":[4.373437289726073,44.598545634676558]}},{"type":"Feature","properties":{"population":48323},"geometry":{"type":"Point","coordinates":[6.931910328206136,43.6558567283456]}},{"type":"Feature","properties":{"population":30941},"geometry":{"type":"Point","coordinates":[7.182103111036481,43.6867846265974]}},{"type":"Feature","properties":{"population":2011},"geometry":{"type":"Point","coordinates":[4.414203858693615,48.92686105026923]}},{"type":"Feature","properties":{"population":348085},"geometry":{"type":"Point","coordinates":[7.23818670133131,43.71248129611825]}},{"type":"Feature","properties":{"population":10276},"geometry":{"type":"Point","coordinates":[7.339477979235784,43.74324326255758]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[1.704897591289468,50.2966617628164]}},{"type":"Feature","properties":{"population":16873},"geometry":{"type":"Point","coordinates":[4.6509051160280479,45.24651102711388]}},{"type":"Feature","properties":{"population":46398},"geometry":{"type":"Point","coordinates":[4.717303224588056,49.77488496754672]}},{"type":"Feature","properties":{"population":2801},"geometry":{"type":"Point","coordinates":[-1.9652377195779034,48.604023157257987]}},{"type":"Feature","properties":{"population":4571},"geometry":{"type":"Point","coordinates":[5.934443311953773,45.72396425479642]}},{"type":"Feature","properties":{"population":1585},"geometry":{"type":"Point","coordinates":[4.7435103999639589,49.790597721170239]}},{"type":"Feature","properties":{"population":3608},"geometry":{"type":"Point","coordinates":[4.750441326891,49.74085209359302]}},{"type":"Feature","properties":{"population":12299},"geometry":{"type":"Point","coordinates":[4.035804036669351,48.31657864108666]}},{"type":"Feature","properties":{"population":3026},"geometry":{"type":"Point","coordinates":[1.5856693364605493,45.13038660737886]}},{"type":"Feature","properties":{"population":3201},"geometry":{"type":"Point","coordinates":[4.131957284070973,48.29180635148122]}},{"type":"Feature","properties":{"population":46218},"geometry":{"type":"Point","coordinates":[2.3428403818769829,43.209297630770368]}},{"type":"Feature","properties":{"population":1057},"geometry":{"type":"Point","coordinates":[2.7929294295784876,47.81156813028667]}},{"type":"Feature","properties":{"population":986},"geometry":{"type":"Point","coordinates":[2.334410013791139,43.16899890091695]}},{"type":"Feature","properties":{"population":5751},"geometry":{"type":"Point","coordinates":[3.058948630612492,43.24758337857319]}},{"type":"Feature","properties":{"population":4924},"geometry":{"type":"Point","coordinates":[2.4789588488602987,47.107963997973239]}},{"type":"Feature","properties":{"population":1806},"geometry":{"type":"Point","coordinates":[7.366564461217771,48.56694301177163]}},{"type":"Feature","properties":{"population":56395},"geometry":{"type":"Point","coordinates":[3.020122422689526,43.16511190314866]}},{"type":"Feature","properties":{"population":2795},"geometry":{"type":"Point","coordinates":[2.313683351344076,43.251517375381407]}},{"type":"Feature","properties":{"population":4468},"geometry":{"type":"Point","coordinates":[2.366473106163041,43.24940100301008]}},{"type":"Feature","properties":{"population":40910},"geometry":{"type":"Point","coordinates":[1.6052335631610917,50.7269026588386]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[2.234324097552983,48.531721617951209]}},{"type":"Feature","properties":{"population":6423},"geometry":{"type":"Point","coordinates":[3.0827082564283549,45.02902288221458]}},{"type":"Feature","properties":{"population":3763},"geometry":{"type":"Point","coordinates":[-0.3156068963290412,45.67228530865275]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[-3.529374337603971,48.18691076433421]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[3.0476711708960346,45.3949899933599]}},{"type":"Feature","properties":{"population":18448},"geometry":{"type":"Point","coordinates":[-0.3350518807927176,45.69666624704]}},{"type":"Feature","properties":{"population":9995},"geometry":{"type":"Point","coordinates":[0.206724858878198,45.639700799944048]}},{"type":"Feature","properties":{"population":63702},"geometry":{"type":"Point","coordinates":[2.4047277937412638,47.0749472216724]}},{"type":"Feature","properties":{"population":25348},"geometry":{"type":"Point","coordinates":[2.078793822122915,47.23689299390869]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[1.6039617537716913,49.23636600774152]}},{"type":"Feature","properties":{"population":48568},"geometry":{"type":"Point","coordinates":[5.0494988568838699,43.379541123783848]}},{"type":"Feature","properties":{"population":1938},"geometry":{"type":"Point","coordinates":[2.42518078807634,47.14097439686313]}},{"type":"Feature","properties":{"population":11369},"geometry":{"type":"Point","coordinates":[-2.8082357016747827,48.48730906077999]}},{"type":"Feature","properties":{"population":14445},"geometry":{"type":"Point","coordinates":[5.004988747426316,47.29232451038463]}},{"type":"Feature","properties":{"population":14704},"geometry":{"type":"Point","coordinates":[-2.7697322017273069,48.54397124557756]}},{"type":"Feature","properties":{"population":2662},"geometry":{"type":"Point","coordinates":[5.988539369169954,47.274213592570017]}},{"type":"Feature","properties":{"population":1001},"geometry":{"type":"Point","coordinates":[0.44633009533528647,44.82359962302949]}},{"type":"Feature","properties":{"population":43892},"geometry":{"type":"Point","coordinates":[4.0887458957602649,44.12539942140131]}},{"type":"Feature","properties":{"population":2153},"geometry":{"type":"Point","coordinates":[5.966515001877897,47.26021351814371]}},{"type":"Feature","properties":{"population":3615},"geometry":{"type":"Point","coordinates":[-4.522305430354599,48.430708870887709]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[6.615947251452537,47.32080311606589]}},{"type":"Feature","properties":{"population":9578},"geometry":{"type":"Point","coordinates":[5.050263546481105,45.01715439049679]}},{"type":"Feature","properties":{"population":8170},"geometry":{"type":"Point","coordinates":[-4.562047817633583,48.41873067340059]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[3.0685787475007428,49.724720960815]}},{"type":"Feature","properties":{"population":2796},"geometry":{"type":"Point","coordinates":[4.724619036410481,44.50339888333906]}},{"type":"Feature","properties":{"population":40399},"geometry":{"type":"Point","coordinates":[4.7485418102344358,44.55390745254152]}},{"type":"Feature","properties":{"population":3385},"geometry":{"type":"Point","coordinates":[5.059034697203429,45.070795147577957]}},{"type":"Feature","properties":{"population":10422},"geometry":{"type":"Point","coordinates":[4.883257557421711,44.87571120981335]}},{"type":"Feature","properties":{"population":302454},"geometry":{"type":"Point","coordinates":[3.869169607734123,43.613354074917278]}},{"type":"Feature","properties":{"population":793},"geometry":{"type":"Point","coordinates":[3.6491570862275606,46.22555512513943]}},{"type":"Feature","properties":{"population":47289},"geometry":{"type":"Point","coordinates":[1.141382165200048,49.019587716955019]}},{"type":"Feature","properties":{"population":13445},"geometry":{"type":"Point","coordinates":[-4.382593290633437,48.360233736927828]}},{"type":"Feature","properties":{"population":4097},"geometry":{"type":"Point","coordinates":[4.395748578579659,43.79192469887061]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[5.559416832047402,43.79651028533129]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[6.233488899535856,49.1307961041611]}},{"type":"Feature","properties":{"population":17716},"geometry":{"type":"Point","coordinates":[-1.5971300345847293,48.120253950347507]}},{"type":"Feature","properties":{"population":148104},"geometry":{"type":"Point","coordinates":[4.347690575255085,43.84466479435864]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[5.70887646809054,47.226673535228609]}},{"type":"Feature","properties":{"population":4616},"geometry":{"type":"Point","coordinates":[4.1233365666693599,44.092194799404719]}},{"type":"Feature","properties":{"population":17385},"geometry":{"type":"Point","coordinates":[1.5048505124412222,43.61089172522951]}},{"type":"Feature","properties":{"population":1045},"geometry":{"type":"Point","coordinates":[2.392805666355419,49.12264723908206]}},{"type":"Feature","properties":{"population":26466},"geometry":{"type":"Point","coordinates":[1.3797065757366854,43.64174174057172]}},{"type":"Feature","properties":{"population":261804},"geometry":{"type":"Point","coordinates":[-0.5732251022777982,44.85772995113604]}},{"type":"Feature","properties":{"population":504078},"geometry":{"type":"Point","coordinates":[1.432037459410041,43.596248110989247]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[1.8010239181184827,48.02619331713138]}},{"type":"Feature","properties":{"population":23041},"geometry":{"type":"Point","coordinates":[0.5749016397508661,43.65330638957347]}},{"type":"Feature","properties":{"population":25835},"geometry":{"type":"Point","coordinates":[-0.6167793021432987,44.77078451225959]}},{"type":"Feature","properties":{"population":66760},"geometry":{"type":"Point","coordinates":[-0.6767252941532026,44.79163954800162]}},{"type":"Feature","properties":{"population":80341},"geometry":{"type":"Point","coordinates":[3.230885751232674,43.347540711802867]}},{"type":"Feature","properties":{"population":23775},"geometry":{"type":"Point","coordinates":[5.501160113763611,47.0753867143363]}},{"type":"Feature","properties":{"population":24888},"geometry":{"type":"Point","coordinates":[3.912319995696322,43.63791918475455]}},{"type":"Feature","properties":{"population":8973},"geometry":{"type":"Point","coordinates":[3.7938139418654277,43.650353894067077]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[4.426289052231681,45.976961823236049]}},{"type":"Feature","properties":{"population":12783},"geometry":{"type":"Point","coordinates":[3.7952254763898716,43.62442701241592]}},{"type":"Feature","properties":{"population":225081},"geometry":{"type":"Point","coordinates":[-1.6818460544501833,48.1115506317795]}},{"type":"Feature","properties":{"population":32830},"geometry":{"type":"Point","coordinates":[3.1571405543338635,46.98801186233903]}},{"type":"Feature","properties":{"population":9837},"geometry":{"type":"Point","coordinates":[-1.685118488028858,48.1584831394866]}},{"type":"Feature","properties":{"population":22891},"geometry":{"type":"Point","coordinates":[5.6776820642657859,45.192893134624338]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[2.5217715827181048,42.56459048169983]}},{"type":"Feature","properties":{"population":157477},"geometry":{"type":"Point","coordinates":[5.721465866003246,45.181942183637818]}},{"type":"Feature","properties":{"population":45155},"geometry":{"type":"Point","coordinates":[6.845765713792198,47.64696923234022]}},{"type":"Feature","properties":{"population":11753},"geometry":{"type":"Point","coordinates":[5.66935734832299,45.17286253685378]}},{"type":"Feature","properties":{"population":41153},"geometry":{"type":"Point","coordinates":[-1.5150585099481946,43.49052980009332]}},{"type":"Feature","properties":{"population":8773},"geometry":{"type":"Point","coordinates":[6.062923918568436,45.91906117256772]}},{"type":"Feature","properties":{"population":17043},"geometry":{"type":"Point","coordinates":[5.5571030913545329,46.674488700663037]}},{"type":"Feature","properties":{"population":35068},"geometry":{"type":"Point","coordinates":[4.50195964309973,45.470086690049367]}},{"type":"Feature","properties":{"population":12316},"geometry":{"type":"Point","coordinates":[3.481429007922287,44.5290637243646]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[7.062692195575268,48.30476873485069]}},{"type":"Feature","properties":{"population":172718},"geometry":{"type":"Point","coordinates":[4.378995656034228,45.43041078826751]}},{"type":"Feature","properties":{"population":4246},"geometry":{"type":"Point","coordinates":[3.9248986243046248,45.046389121369418]}},{"type":"Feature","properties":{"population":18629},"geometry":{"type":"Point","coordinates":[3.895601605277243,45.02742321905539]}},{"type":"Feature","properties":{"population":3402},"geometry":{"type":"Point","coordinates":[3.865657602726632,45.023504896173168]}},{"type":"Feature","properties":{"population":20331},"geometry":{"type":"Point","coordinates":[-1.5603472882046133,47.30318730462487]}},{"type":"Feature","properties":{"population":27872},"geometry":{"type":"Point","coordinates":[-1.623035015277161,47.274573933330547]}},{"type":"Feature","properties":{"population":15527},"geometry":{"type":"Point","coordinates":[-1.4730260254107384,47.25368659489813]}},{"type":"Feature","properties":{"population":157175},"geometry":{"type":"Point","coordinates":[-0.5562695986295317,47.476716213297198]}},{"type":"Feature","properties":{"population":72057},"geometry":{"type":"Point","coordinates":[-2.2513214687537799,47.28029271331258]}},{"type":"Feature","properties":{"population":3392},"geometry":{"type":"Point","coordinates":[1.960079399823871,47.81444016712627]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[3.4805766672657176,43.99029477145193]}},{"type":"Feature","properties":{"population":32485},"geometry":{"type":"Point","coordinates":[0.6251085397063412,44.20250106296519]}},{"type":"Feature","properties":{"population":9898},"geometry":{"type":"Point","coordinates":[2.166363732322956,44.05650000044812]}},{"type":"Feature","properties":{"population":3200},"geometry":{"type":"Point","coordinates":[4.7498331486316289,45.624753899743627]}},{"type":"Feature","properties":{"population":9460},"geometry":{"type":"Point","coordinates":[-0.48541151997013867,47.47359027742564]}},{"type":"Feature","properties":{"population":974},"geometry":{"type":"Point","coordinates":[-1.1091281815910575,49.13541996021824]}},{"type":"Feature","properties":{"population":137658},"geometry":{"type":"Point","coordinates":[0.6962074753169526,47.39904711479413]}},{"type":"Feature","properties":{"population":7086},"geometry":{"type":"Point","coordinates":[4.059942899514981,49.29585324317461]}},{"type":"Feature","properties":{"population":1508},"geometry":{"type":"Point","coordinates":[4.109086208294611,49.253738232329848]}},{"type":"Feature","properties":{"population":6456},"geometry":{"type":"Point","coordinates":[4.052902920338362,49.21700674010177]}},{"type":"Feature","properties":{"population":5434},"geometry":{"type":"Point","coordinates":[4.416384620858383,48.95463593628736]}},{"type":"Feature","properties":{"population":1469},"geometry":{"type":"Point","coordinates":[3.923409440555616,49.05535681822352]}},{"type":"Feature","properties":{"population":179380},"geometry":{"type":"Point","coordinates":[4.040434993373984,49.25157946229829]}},{"type":"Feature","properties":{"population":10552},"geometry":{"type":"Point","coordinates":[3.989781500544578,49.24959032806581]}},{"type":"Feature","properties":{"population":21699},"geometry":{"type":"Point","coordinates":[5.1401293060661559,48.09766578480416]}},{"type":"Feature","properties":{"population":1029},"geometry":{"type":"Point","coordinates":[5.189942992180444,48.10278130147537]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[5.072247465506062,48.101704485632009]}},{"type":"Feature","properties":{"population":5685},"geometry":{"type":"Point","coordinates":[-2.8221922794629079,47.6341476254699]}},{"type":"Feature","properties":{"population":6397},"geometry":{"type":"Point","coordinates":[-0.800045693568684,48.10785340896418]}},{"type":"Feature","properties":{"population":57846},"geometry":{"type":"Point","coordinates":[-3.3786877686599876,47.75070928308999]}},{"type":"Feature","properties":{"population":14671},"geometry":{"type":"Point","coordinates":[6.113663963494743,48.682402962830909]}},{"type":"Feature","properties":{"population":2599},"geometry":{"type":"Point","coordinates":[5.0234954261583779,48.639668482773199]}},{"type":"Feature","properties":{"population":52749},"geometry":{"type":"Point","coordinates":[-1.4660586609721498,43.491975493684609]}},{"type":"Feature","properties":{"population":18591},"geometry":{"type":"Point","coordinates":[-3.4419715749739048,47.73251611696623]}},{"type":"Feature","properties":{"population":8944},"geometry":{"type":"Point","coordinates":[-2.7248498633709858,47.62235050508861]}},{"type":"Feature","properties":{"population":54420},"geometry":{"type":"Point","coordinates":[-2.7568976246214107,47.65965649972975]}},{"type":"Feature","properties":{"population":1821},"geometry":{"type":"Point","coordinates":[6.224075663810723,49.072218741636088]}},{"type":"Feature","properties":{"population":2919},"geometry":{"type":"Point","coordinates":[-0.00014892079794560827,43.241257322587788]}},{"type":"Feature","properties":{"population":3693},"geometry":{"type":"Point","coordinates":[3.197053785535265,47.01363839094506]}},{"type":"Feature","properties":{"population":1494},"geometry":{"type":"Point","coordinates":[3.182720035352316,46.94727896926825]}},{"type":"Feature","properties":{"population":18713},"geometry":{"type":"Point","coordinates":[3.193162597669956,50.655084737186147]}},{"type":"Feature","properties":{"population":23013},"geometry":{"type":"Point","coordinates":[3.01980683195704,50.60868657587341]}},{"type":"Feature","properties":{"population":19437},"geometry":{"type":"Point","coordinates":[3.0923340283082485,50.6046944734962]}},{"type":"Feature","properties":{"population":98892},"geometry":{"type":"Point","coordinates":[3.1825863276080885,50.68890337927629]}},{"type":"Feature","properties":{"population":40394},"geometry":{"type":"Point","coordinates":[2.852779615950479,49.39936760647119]}},{"type":"Feature","properties":{"population":3164},"geometry":{"type":"Point","coordinates":[-0.5680297627890943,48.7674121440321]}},{"type":"Feature","properties":{"population":1423},"geometry":{"type":"Point","coordinates":[-0.533960243181925,48.73543236133187]}},{"type":"Feature","properties":{"population":2647},"geometry":{"type":"Point","coordinates":[1.8160397701633367,50.9290083847104]}},{"type":"Feature","properties":{"population":5916},"geometry":{"type":"Point","coordinates":[2.2167780408396835,50.75015815994588]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[6.52549195665868,47.70084728754203]}},{"type":"Feature","properties":{"population":10650},"geometry":{"type":"Point","coordinates":[3.0864176059805517,45.749435631457398]}},{"type":"Feature","properties":{"population":2133111},"geometry":{"type":"Point","coordinates":[2.3428790518317887,48.85652635101868]}},{"type":"Feature","properties":{"population":13866},"geometry":{"type":"Point","coordinates":[-0.39316420769235657,43.304120955212919]}},{"type":"Feature","properties":{"population":119656},"geometry":{"type":"Point","coordinates":[2.898917815987661,42.696511042044168]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[-0.2165529285676112,49.02917900588504]}},{"type":"Feature","properties":{"population":13915},"geometry":{"type":"Point","coordinates":[-0.40194999776133569,43.32136447446069]}},{"type":"Feature","properties":{"population":43955},"geometry":{"type":"Point","coordinates":[0.06627123812902755,43.23435425122154]}},{"type":"Feature","properties":{"population":7619},"geometry":{"type":"Point","coordinates":[2.941634177658749,42.72826434759275]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[0.8028675074108341,49.40634321638484]}},{"type":"Feature","properties":{"population":7334},"geometry":{"type":"Point","coordinates":[2.823693481417657,42.67026323976837]}},{"type":"Feature","properties":{"population":2312},"geometry":{"type":"Point","coordinates":[6.044915981550743,44.459037738574057]}},{"type":"Feature","properties":{"population":7199},"geometry":{"type":"Point","coordinates":[7.681706488735567,48.57992905063384]}},{"type":"Feature","properties":{"population":631},"geometry":{"type":"Point","coordinates":[6.797098934073448,47.57820068458422]}},{"type":"Feature","properties":{"population":19373},"geometry":{"type":"Point","coordinates":[-1.0772070850704608,49.109970740887238]}},{"type":"Feature","properties":{"population":291313},"geometry":{"type":"Point","coordinates":[7.7678509675696889,48.57111360208589]}},{"type":"Feature","properties":{"population":106341},"geometry":{"type":"Point","coordinates":[7.3254495041577,47.74898565527224]}},{"type":"Feature","properties":{"population":10237},"geometry":{"type":"Point","coordinates":[7.294478946247943,47.76923886748052]}},{"type":"Feature","properties":{"population":29765},"geometry":{"type":"Point","coordinates":[2.2686052010660284,48.91571580832991]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[0.5168258621551444,43.1871197271365]}},{"type":"Feature","properties":{"population":10478},"geometry":{"type":"Point","coordinates":[6.762091684631348,47.56946979849532]}},{"type":"Feature","properties":{"population":12121},"geometry":{"type":"Point","coordinates":[-2.3147787990474826,47.261240987021349]}},{"type":"Feature","properties":{"population":1443},"geometry":{"type":"Point","coordinates":[6.121536777358282,47.65146017963988]}},{"type":"Feature","properties":{"population":114083},"geometry":{"type":"Point","coordinates":[1.0944136962575722,49.44131817588675]}},{"type":"Feature","properties":{"population":15130},"geometry":{"type":"Point","coordinates":[6.154910284102274,47.63168653429367]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[4.548343172875472,49.745169275930837]}},{"type":"Feature","properties":{"population":2595},"geometry":{"type":"Point","coordinates":[4.8255140603343389,46.81531011453854]}},{"type":"Feature","properties":{"population":5920},"geometry":{"type":"Point","coordinates":[2.1247955172802377,48.77262836371528]}},{"type":"Feature","properties":{"population":45031},"geometry":{"type":"Point","coordinates":[4.852358498024918,46.78998602735567]}},{"type":"Feature","properties":{"population":2268},"geometry":{"type":"Point","coordinates":[0.15566923155870267,48.03595817752118]}},{"type":"Feature","properties":{"population":44731},"geometry":{"type":"Point","coordinates":[5.0678148631785329,43.64629570478485]}},{"type":"Feature","properties":{"population":145004},"geometry":{"type":"Point","coordinates":[0.20006135378688154,47.988773070102997]}},{"type":"Feature","properties":{"population":4192},"geometry":{"type":"Point","coordinates":[0.2817700666821244,48.023210223283587]}},{"type":"Feature","properties":{"population":8961},"geometry":{"type":"Point","coordinates":[0.22187953829739413,49.48679056716733]}},{"type":"Feature","properties":{"population":8315},"geometry":{"type":"Point","coordinates":[0.19646685432584677,49.513434049478238]}},{"type":"Feature","properties":{"population":16960},"geometry":{"type":"Point","coordinates":[2.1707707247167336,48.80335658833694]}},{"type":"Feature","properties":{"population":166058},"geometry":{"type":"Point","coordinates":[0.14154953907277383,49.49903467882196]}},{"type":"Feature","properties":{"population":1204},"geometry":{"type":"Point","coordinates":[2.3374432896423067,49.850723038808]}},{"type":"Feature","properties":{"population":7116},"geometry":{"type":"Point","coordinates":[0.07795702537010094,49.510461991970249]}},{"type":"Feature","properties":{"population":133625},"geometry":{"type":"Point","coordinates":[2.2900157174038417,49.90051940127443]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[2.82510934272343,49.84151340055054]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[5.573274647027493,44.36230094957084]}},{"type":"Feature","properties":{"population":83587},"geometry":{"type":"Point","coordinates":[2.1177195722757125,48.80232223275284]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[3.3460856435108958,48.486113206730468]}},{"type":"Feature","properties":{"population":982},"geometry":{"type":"Point","coordinates":[4.767279365370669,50.0877786662286]}},{"type":"Feature","properties":{"population":22595},"geometry":{"type":"Point","coordinates":[1.832170946469168,50.10832489930183]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[5.333944616419793,49.48212766781169]}},{"type":"Feature","properties":{"population":2468},"geometry":{"type":"Point","coordinates":[2.228902886792726,49.88327807015565]}},{"type":"Feature","properties":{"population":2914},"geometry":{"type":"Point","coordinates":[2.143050852815182,44.032845260414578]}},{"type":"Feature","properties":{"population":2129},"geometry":{"type":"Point","coordinates":[2.223819553585757,43.91123017281438]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[2.8204107385767167,49.776009559750239]}},{"type":"Feature","properties":{"population":8642},"geometry":{"type":"Point","coordinates":[6.924004109117537,45.93133807134275]}},{"type":"Feature","properties":{"population":97351},"geometry":{"type":"Point","coordinates":[2.207344778068243,48.8960723595102]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[6.539990284518726,46.98733534481541]}},{"type":"Feature","properties":{"population":1617},"geometry":{"type":"Point","coordinates":[2.0715482114922096,43.943654928242619]}},{"type":"Feature","properties":{"population":42672},"geometry":{"type":"Point","coordinates":[2.2383772600967779,43.615656327389888]}},{"type":"Feature","properties":{"population":9417},"geometry":{"type":"Point","coordinates":[6.071956240203024,43.09681166461748]}},{"type":"Feature","properties":{"population":10064},"geometry":{"type":"Point","coordinates":[2.388580904045936,43.45778586839737]}},{"type":"Feature","properties":{"population":89662},"geometry":{"type":"Point","coordinates":[2.2875392053185705,48.91567206713625]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[2.2186499778508605,43.5646372325456]}},{"type":"Feature","properties":{"population":61919},"geometry":{"type":"Point","coordinates":[1.364117423750248,44.022380330214087]}},{"type":"Feature","properties":{"population":1114},"geometry":{"type":"Point","coordinates":[5.779446406863347,49.28815262882924]}},{"type":"Feature","properties":{"population":57082},"geometry":{"type":"Point","coordinates":[6.763813424050668,43.47199353836741]}},{"type":"Feature","properties":{"population":14011},"geometry":{"type":"Point","coordinates":[5.854582897869719,43.13883621178331]}},{"type":"Feature","properties":{"population":62763},"geometry":{"type":"Point","coordinates":[5.8705547384424829,43.088925962927579]}},{"type":"Feature","properties":{"population":180452},"geometry":{"type":"Point","coordinates":[5.932999359567393,43.13645899638672]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[2.325131848974841,45.72860701530289]}},{"type":"Feature","properties":{"population":23955},"geometry":{"type":"Point","coordinates":[5.991807027469547,43.150492347537149]}},{"type":"Feature","properties":{"population":21386},"geometry":{"type":"Point","coordinates":[-0.7044206163207165,47.22059959627382]}},{"type":"Feature","properties":{"population":17551},"geometry":{"type":"Point","coordinates":[4.86514183932025,43.96847431043764]}},{"type":"Feature","properties":{"population":49410},"geometry":{"type":"Point","coordinates":[2.2944833317809274,48.93415861605905]}},{"type":"Feature","properties":{"population":7069},"geometry":{"type":"Point","coordinates":[-1.480901723874035,46.618141495630158]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[0.9273348410442968,43.035706382743]}},{"type":"Feature","properties":{"population":54952},"geometry":{"type":"Point","coordinates":[-1.407612277547399,46.66759565123713]}},{"type":"Feature","properties":{"population":9828},"geometry":{"type":"Point","coordinates":[1.2209776071624675,45.882402307889808]}},{"type":"Feature","properties":{"population":7853},"geometry":{"type":"Point","coordinates":[1.1951242106631384,45.80378229349708]}},{"type":"Feature","properties":{"population":129760},"geometry":{"type":"Point","coordinates":[1.2484154420336684,45.854150798914968]}},{"type":"Feature","properties":{"population":1238},"geometry":{"type":"Point","coordinates":[3.313682810063085,48.166256383459828]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[2.5752172152056227,49.61072320255997]}},{"type":"Feature","properties":{"population":23800},"geometry":{"type":"Point","coordinates":[2.461663613471686,48.69566314383876]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[6.624539014986596,44.66890765217984]}},{"type":"Feature","properties":{"population":31050},"geometry":{"type":"Point","coordinates":[2.4272482858614756,48.70387949288192]}},{"type":"Feature","properties":{"population":86788},"geometry":{"type":"Point","coordinates":[2.3368524814165658,51.03016204426719]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[-2.520217751557932,47.864333296011739]}},{"type":"Feature","properties":{"population":78186},"geometry":{"type":"Point","coordinates":[2.1780905422004976,48.86910634220414]}},{"type":"Feature","properties":{"population":55056},"geometry":{"type":"Point","coordinates":[2.440137599919554,48.90755216816373]}},{"type":"Feature","properties":{"population":52905},"geometry":{"type":"Point","coordinates":[2.4846082534967635,48.90207881404927]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[-2.481039483844266,47.96857561862936]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[6.273853328551484,45.64795509913419]}},{"type":"Feature","properties":{"population":71363},"geometry":{"type":"Point","coordinates":[2.4447428368001886,48.92341597240547]}},{"type":"Feature","properties":{"population":113942},"geometry":{"type":"Point","coordinates":[2.3592055284234809,48.9296982273354]}},{"type":"Feature","properties":{"population":92989},"geometry":{"type":"Point","coordinates":[2.4550542336640315,48.78373730297866]}},{"type":"Feature","properties":{"population":52580},"geometry":{"type":"Point","coordinates":[7.152424035979826,43.67226449062619]}},{"type":"Feature","properties":{"population":51812},"geometry":{"type":"Point","coordinates":[2.4750699542044187,48.8514275980125]}},{"type":"Feature","properties":{"population":2808},"geometry":{"type":"Point","coordinates":[2.783222075854084,49.41943551352601]}},{"type":"Feature","properties":{"population":14482},"geometry":{"type":"Point","coordinates":[2.460709356187886,48.75297622691672]}},{"type":"Feature","properties":{"population":107221},"geometry":{"type":"Point","coordinates":[2.2402788607555466,48.9513800702214]}},{"type":"Feature","properties":{"population":68348},"geometry":{"type":"Point","coordinates":[2.051159435013406,49.04004730939682]}},{"type":"Feature","properties":{"population":647},"geometry":{"type":"Point","coordinates":[6.598844462047621,45.46642147140056]}},{"type":"Feature","properties":{"population":31327},"geometry":{"type":"Point","coordinates":[2.0946090849652609,49.05134694913463]}},{"type":"Feature","properties":{"population":48768},"geometry":{"type":"Point","coordinates":[9.42505217737755,42.68646401742701]}},{"type":"Feature","properties":{"population":797},"geometry":{"type":"Point","coordinates":[-1.0641215461444936,43.561502690420578]}},{"type":"Feature","properties":{"population":2510},"geometry":{"type":"Point","coordinates":[2.323484343465718,43.49268651757279]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[-1.3300575026549222,48.76655580489765]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[0.3887096086821231,45.06238546633402]}},{"type":"Feature","properties":{"population":88870},"geometry":{"type":"Point","coordinates":[2.2477228115462086,48.92302212916931]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.868324174644948,49.67247957444891]}},{"type":"Feature","properties":{"population":26323},"geometry":{"type":"Point","coordinates":[0.4864983312855588,44.85454365597652]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[6.517374914902569,48.46034696339989]}},{"type":"Feature","properties":{"population":12909},"geometry":{"type":"Point","coordinates":[1.3258340024372522,48.076680219303]}},{"type":"Feature","properties":{"population":1052},"geometry":{"type":"Point","coordinates":[6.008821912929926,46.02694962989342]}},{"type":"Feature","properties":{"population":62782},"geometry":{"type":"Point","coordinates":[4.078544328040511,48.29676185231922]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[5.572290412011367,46.693262123430368]}},{"type":"Feature","properties":{"population":48798},"geometry":{"type":"Point","coordinates":[2.4384814951903759,48.84733548475907]}},{"type":"Feature","properties":{"population":73822},"geometry":{"type":"Point","coordinates":[8.701800530072495,41.935151703118979]}},{"type":"Feature","properties":{"population":1047},"geometry":{"type":"Point","coordinates":[3.1958169969257854,48.73426588501501]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[-0.7181708743276576,43.47606869051556]}},{"type":"Feature","properties":{"population":49714},"geometry":{"type":"Point","coordinates":[2.1475321483001008,43.92560588232586]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[4.091059053216723,48.94455441760063]}},{"type":"Feature","properties":{"population":2223},"geometry":{"type":"Point","coordinates":[-1.064829977848257,48.959903510116507]}},{"type":"Feature","properties":{"population":11734},"geometry":{"type":"Point","coordinates":[5.380827208059515,43.393504534693317]}},{"type":"Feature","properties":{"population":1351},"geometry":{"type":"Point","coordinates":[4.685413151029574,49.74861759447864]}},{"type":"Feature","properties":{"population":597},"geometry":{"type":"Point","coordinates":[2.9253806644128295,49.38475583222465]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[0.8171622409957655,49.55384458941816]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[4.979602829647199,49.75702461732385]}},{"type":"Feature","properties":{"population":12360},"geometry":{"type":"Point","coordinates":[4.395900775965429,44.61004752635647]}},{"type":"Feature","properties":{"population":7631},"geometry":{"type":"Point","coordinates":[-1.66269716170029,48.05182782680656]}},{"type":"Feature","properties":{"population":27118},"geometry":{"type":"Point","coordinates":[7.731990893037044,48.52011964745759]}},{"type":"Feature","properties":{"population":33472},"geometry":{"type":"Point","coordinates":[2.481769745470703,48.836691985313688]}},{"type":"Feature","properties":{"population":1742},"geometry":{"type":"Point","coordinates":[4.342165403630888,43.931304400088347]}},{"type":"Feature","properties":{"population":323204},"geometry":{"type":"Point","coordinates":[-1.5482245340430188,47.2321178739468]}},{"type":"Feature","properties":{"population":884},"geometry":{"type":"Point","coordinates":[-0.6990212209380584,43.426390301089458]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[1.2340982320895917,48.692541759299739]}},{"type":"Feature","properties":{"population":2311},"geometry":{"type":"Point","coordinates":[6.639712469424571,45.39521619685645]}},{"type":"Feature","properties":{"population":698},"geometry":{"type":"Point","coordinates":[3.2524581285592819,49.87120639782456]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[1.9270257096713004,49.11630337453053]}},{"type":"Feature","properties":{"population":21782},"geometry":{"type":"Point","coordinates":[1.0604167305123338,49.42397747565243]}},{"type":"Feature","properties":{"population":3541},"geometry":{"type":"Point","coordinates":[6.866951221587193,47.617975392676267]}},{"type":"Feature","properties":{"population":64483},"geometry":{"type":"Point","coordinates":[4.913225082278337,44.92243713508533]}},{"type":"Feature","properties":{"population":32379},"geometry":{"type":"Point","coordinates":[2.363316085770738,48.96107693224902]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[3.005279372928113,46.32201014512988]}},{"type":"Feature","properties":{"population":2821},"geometry":{"type":"Point","coordinates":[4.433753647742352,43.82564983684428]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[-0.7160495573174323,43.45431104562493]}},{"type":"Feature","properties":{"population":5723},"geometry":{"type":"Point","coordinates":[0.64666131743955,44.17020712112219]}},{"type":"Feature","properties":{"population":6823},"geometry":{"type":"Point","coordinates":[3.912137713239185,43.66304353547911]}},{"type":"Feature","properties":{"population":1210},"geometry":{"type":"Point","coordinates":[1.2446030769191155,49.15808089376189]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[-0.08148930901529324,43.29108031494872]}},{"type":"Feature","properties":{"population":1331},"geometry":{"type":"Point","coordinates":[-1.648092199050851,49.5982405341185]}},{"type":"Feature","properties":{"population":596},"geometry":{"type":"Point","coordinates":[2.0035433888746549,47.20034593049164]}},{"type":"Feature","properties":{"population":2068},"geometry":{"type":"Point","coordinates":[6.476137537078459,45.95619859637844]}},{"type":"Feature","properties":{"population":159346},"geometry":{"type":"Point","coordinates":[5.037344836764579,47.322755942698488]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[2.027872026795714,44.642515702755499]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[1.8666998994107072,49.09092208064654]}},{"type":"Feature","properties":{"population":2468},"geometry":{"type":"Point","coordinates":[1.2498727140529525,49.117596466942298]}},{"type":"Feature","properties":{"population":1814},"geometry":{"type":"Point","coordinates":[1.1003243775306904,49.89968412735227]}},{"type":"Feature","properties":{"population":3440},"geometry":{"type":"Point","coordinates":[-0.5737647805639337,43.3978753108063]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[1.218098849634296,49.11883808265417]}},{"type":"Feature","properties":{"population":562},"geometry":{"type":"Point","coordinates":[3.2288479941178056,49.85405245643502]}},{"type":"Feature","properties":{"population":6686},"geometry":{"type":"Point","coordinates":[0.29735698840712096,47.97876011157581]}},{"type":"Feature","properties":{"population":1980},"geometry":{"type":"Point","coordinates":[-4.314417582479595,48.43423107158052]}},{"type":"Feature","properties":{"population":22001},"geometry":{"type":"Point","coordinates":[3.9323802305602437,49.03700442055251]}},{"type":"Feature","properties":{"population":1732},"geometry":{"type":"Point","coordinates":[0.8060972101570327,49.56401817299385]}},{"type":"Feature","properties":{"population":1829},"geometry":{"type":"Point","coordinates":[-0.6197703639382849,43.4663767843557]}},{"type":"Feature","properties":{"population":1503},"geometry":{"type":"Point","coordinates":[-4.362395985318558,48.47910219065675]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[-0.5405586036492338,43.37634356310714]}},{"type":"Feature","properties":{"population":4253},"geometry":{"type":"Point","coordinates":[1.511596990702122,45.19032502982228]}},{"type":"Feature","properties":{"population":596},"geometry":{"type":"Point","coordinates":[-0.5273374851775059,43.39047516695602]}},{"type":"Feature","properties":{"population":49657},"geometry":{"type":"Point","coordinates":[-0.7655325379055173,48.06120021363524]}},{"type":"Feature","properties":{"population":46599},"geometry":{"type":"Point","coordinates":[1.5190342606686729,45.14364639433147]}},{"type":"Feature","properties":{"population":1790},"geometry":{"type":"Point","coordinates":[6.58735301173924,45.370243125028789]}},{"type":"Feature","properties":{"population":21347},"geometry":{"type":"Point","coordinates":[-1.0596102591381998,43.70135241618053]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[-0.6284976880741627,43.39492498994864]}},{"type":"Feature","properties":{"population":1049},"geometry":{"type":"Point","coordinates":[4.00427446032296,49.01731635684656]}},{"type":"Feature","properties":{"population":2463},"geometry":{"type":"Point","coordinates":[3.9005655110327686,45.06071521983457]}},{"type":"Feature","properties":{"population":4099},"geometry":{"type":"Point","coordinates":[2.2404522765406895,49.87010803109381]}},{"type":"Feature","properties":{"population":700},"geometry":{"type":"Point","coordinates":[-0.6760774302813406,43.46213043548637]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[-0.12532173933983779,49.01163625649784]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[4.251868322077149,46.412101353153598]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[5.7413162471356,43.871570503032497]}},{"type":"Feature","properties":{"population":2294},"geometry":{"type":"Point","coordinates":[4.6451946227689409,45.26726509901394]}},{"type":"Feature","properties":{"population":90240},"geometry":{"type":"Point","coordinates":[0.35874270048806,46.58315628316325]}},{"type":"Feature","properties":{"population":1124},"geometry":{"type":"Point","coordinates":[-0.6594524981236546,43.42700166527734]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[-0.08298399771747589,49.00707792120547]}},{"type":"Feature","properties":{"population":119198},"geometry":{"type":"Point","coordinates":[6.019454918795929,47.25529355849642]}},{"type":"Feature","properties":{"population":6347},"geometry":{"type":"Point","coordinates":[-4.463688063356888,48.446950352516918]}},{"type":"Feature","properties":{"population":7353},"geometry":{"type":"Point","coordinates":[-0.8448523034497253,48.07039320375944]}},{"type":"Feature","properties":{"population":1009},"geometry":{"type":"Point","coordinates":[5.4511009386119408,47.058999997296478]}},{"type":"Feature","properties":{"population":911},"geometry":{"type":"Point","coordinates":[-1.29542780651055,48.75428980703774]}},{"type":"Feature","properties":{"population":1825},"geometry":{"type":"Point","coordinates":[-4.1956407240862829,48.04105257002546]}},{"type":"Feature","properties":{"population":839},"geometry":{"type":"Point","coordinates":[1.21324616654825,49.003658187525648]}},{"type":"Feature","properties":{"population":506},"geometry":{"type":"Point","coordinates":[3.331694009466427,49.8578303174648]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[7.0064301126127639,48.39268139418053]}},{"type":"Feature","properties":{"population":3858},"geometry":{"type":"Point","coordinates":[-0.2238103750439173,46.23759449408273]}},{"type":"Feature","properties":{"population":3219},"geometry":{"type":"Point","coordinates":[5.831126605671286,43.87089350740571]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[0.658363786940015,43.6711477470506]}},{"type":"Feature","properties":{"population":14317},"geometry":{"type":"Point","coordinates":[-1.0815430859291595,43.74634869742549]}},{"type":"Feature","properties":{"population":1663},"geometry":{"type":"Point","coordinates":[3.196881738804069,43.40197464936142]}},{"type":"Feature","properties":{"population":8589},"geometry":{"type":"Point","coordinates":[-4.419820227446664,48.493463559197468]}},{"type":"Feature","properties":{"population":3547},"geometry":{"type":"Point","coordinates":[3.8580774427021295,45.04673486850662]}},{"type":"Feature","properties":{"population":2668},"geometry":{"type":"Point","coordinates":[3.1437696854279459,43.3151823210231]}},{"type":"Feature","properties":{"population":5158},"geometry":{"type":"Point","coordinates":[1.2399576482166952,45.7833923595452]}},{"type":"Feature","properties":{"population":1380},"geometry":{"type":"Point","coordinates":[6.005811415470233,47.20682886784438]}},{"type":"Feature","properties":{"population":16206},"geometry":{"type":"Point","coordinates":[-4.263925873055011,48.45086534085794]}},{"type":"Feature","properties":{"population":1276},"geometry":{"type":"Point","coordinates":[1.4505778693538499,44.00332266910459]}},{"type":"Feature","properties":{"population":1386},"geometry":{"type":"Point","coordinates":[2.3015321517439264,49.83578606350189]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[1.4853561040971224,49.015498133697118]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[-1.237784060368822,48.76534334310442]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[-1.0933748236036858,48.928677927794939]}},{"type":"Feature","properties":{"population":2090},"geometry":{"type":"Point","coordinates":[5.112398734853876,48.77953208589717]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[6.130383833812525,48.84081215081999]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[0.402433124659019,42.84731108241028]}},{"type":"Feature","properties":{"population":139619},"geometry":{"type":"Point","coordinates":[-4.502146710050084,48.40022103663381]}},{"type":"Feature","properties":{"population":15460},"geometry":{"type":"Point","coordinates":[-4.3965236615106699,48.430780225117818]}},{"type":"Feature","properties":{"population":26778},"geometry":{"type":"Point","coordinates":[-0.5218028729301549,44.854900383974619]}},{"type":"Feature","properties":{"population":23291},"geometry":{"type":"Point","coordinates":[-0.5195819051417198,44.87646086279083]}},{"type":"Feature","properties":{"population":3986},"geometry":{"type":"Point","coordinates":[-1.6237586815702448,47.13266600123218]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[1.890946849644724,49.12499131966516]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[3.25484452792877,50.311121503408667]}},{"type":"Feature","properties":{"population":2218},"geometry":{"type":"Point","coordinates":[3.2224190874437066,46.990941034735737]}},{"type":"Feature","properties":{"population":1676},"geometry":{"type":"Point","coordinates":[4.55607283862017,43.97811254117425]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[6.748655446982127,47.33891942794411]}},{"type":"Feature","properties":{"population":3768},"geometry":{"type":"Point","coordinates":[1.010380363176638,43.87697816614522]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[2.068111038486233,46.50411980266948]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[1.0930691366648285,43.87150297298273]}},{"type":"Feature","properties":{"population":982},"geometry":{"type":"Point","coordinates":[-0.490422951857405,48.94021225948772]}},{"type":"Feature","properties":{"population":1171},"geometry":{"type":"Point","coordinates":[1.2747476967216339,49.39673089376456]}},{"type":"Feature","properties":{"population":3593},"geometry":{"type":"Point","coordinates":[-0.5181583958290961,48.99182631522872]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[2.0741028877719347,46.547838228525957]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[6.069681564373731,44.77429432578108]}},{"type":"Feature","properties":{"population":13656},"geometry":{"type":"Point","coordinates":[-1.7222721534822612,48.0761652637449]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[0.28965254759147227,45.212522456975239]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[3.166241238247341,49.98112029170107]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[7.092103720592088,45.385865733607229]}},{"type":"Feature","properties":{"population":2445},"geometry":{"type":"Point","coordinates":[0.838911028812037,44.379436951177307]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[0.5998354182821886,43.06905189635918]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[6.147152193107609,44.65762978296169]}},{"type":"Feature","properties":{"population":2725},"geometry":{"type":"Point","coordinates":[2.5611588828532407,48.69659448867076]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[-0.8812220621722968,43.35309920008746]}},{"type":"Feature","properties":{"population":22161},"geometry":{"type":"Point","coordinates":[5.315472833715085,43.40287833125469]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[6.149282964498061,44.59321534932752]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[1.8794429172611927,44.22005382310226]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[0.6232798526828319,44.511386778874989]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[5.791650238628048,45.53601627603232]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[5.184444729352634,46.95833236835696]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[3.5107004525694918,49.34040526824655]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[4.60207349633549,46.69035632533617]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[0.6414984330818401,44.68158335202502]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[1.8942477283257547,45.30824150635642]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[0.2256285597346586,43.38366672453368]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[6.054278140024859,45.068877837207697]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[-1.1635369239496985,43.143808206186609]}},{"type":"Feature","properties":{"population":16709},"geometry":{"type":"Point","coordinates":[-1.2015723520964164,47.30947927217394]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[-1.3600652427987695,48.72017813978938]}},{"type":"Feature","properties":{"population":12},"geometry":{"type":"Point","coordinates":[4.860043667051533,49.549318893710147]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[4.504879666082207,46.47639428538099]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[3.541398512923497,49.07132381064792]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[2.7625341956138316,49.21255715104215]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[5.981146287691845,45.75630754360321]}},{"type":"Feature","properties":{"population":9399},"geometry":{"type":"Point","coordinates":[-1.2411557647691265,46.78171745319419]}},{"type":"Feature","properties":{"population":2680},"geometry":{"type":"Point","coordinates":[-0.9362926079564811,47.43104830912719]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.665764812569336,46.93784348984561]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[1.7195765419367973,44.6246116807681]}},{"type":"Feature","properties":{"population":694},"geometry":{"type":"Point","coordinates":[6.2679354190356009,46.96463350424003]}},{"type":"Feature","properties":{"population":1206},"geometry":{"type":"Point","coordinates":[3.4458966584401908,48.999892692319928]}},{"type":"Feature","properties":{"population":1108},"geometry":{"type":"Point","coordinates":[3.40392493987124,49.014199324573727]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[4.718897486562576,48.378038464441647]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[4.687701881535345,48.40378129673711]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[2.4407872409036059,46.95215725270861]}},{"type":"Feature","properties":{"population":651},"geometry":{"type":"Point","coordinates":[2.4398201145790647,44.080072522799337]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[2.833571958866863,43.86530133906296]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[3.1824310444463199,44.22496211472581]}},{"type":"Feature","properties":{"population":1094},"geometry":{"type":"Point","coordinates":[-2.3329922389419899,48.02251739358535]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[2.096306729756042,44.50757724523521]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[2.9700126388978576,44.54155033811639]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[-0.4917684528367852,46.09527983623976]}},{"type":"Feature","properties":{"population":7992},"geometry":{"type":"Point","coordinates":[2.866972799632543,43.96540157376199]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[2.9462956930610675,44.591872913688188]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[-0.35140488916741699,48.50859912829691]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[2.535978306977598,44.105801334963917]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[2.81989570691219,43.92116971475932]}},{"type":"Feature","properties":{"population":20215},"geometry":{"type":"Point","coordinates":[-0.6000582446869323,44.88867803699753]}},{"type":"Feature","properties":{"population":1663},"geometry":{"type":"Point","coordinates":[1.4232658542483135,43.773985031941737]}},{"type":"Feature","properties":{"population":9331},"geometry":{"type":"Point","coordinates":[-0.26214069330762415,49.27476190862103]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[-0.550113396845655,46.123858460043567]}},{"type":"Feature","properties":{"population":24374},"geometry":{"type":"Point","coordinates":[-0.6479215286703525,44.879440944837707]}},{"type":"Feature","properties":{"population":62067},"geometry":{"type":"Point","coordinates":[3.152852685043871,50.63233286670668]}},{"type":"Feature","properties":{"population":7583},"geometry":{"type":"Point","coordinates":[-0.7482939936506335,44.933279522680148]}},{"type":"Feature","properties":{"population":10727},"geometry":{"type":"Point","coordinates":[-0.6817365864968308,44.91161188710873]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[4.455480135132454,45.2894598660801]}},{"type":"Feature","properties":{"population":12570},"geometry":{"type":"Point","coordinates":[3.8323904370458927,43.571980574683788]}},{"type":"Feature","properties":{"population":2413},"geometry":{"type":"Point","coordinates":[-1.47696728307414,46.40880516415969]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[1.332960041585011,46.85961647379617]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[1.2571690956393729,46.868596972645608]}},{"type":"Feature","properties":{"population":1765},"geometry":{"type":"Point","coordinates":[0.667026183708656,47.57992166472977]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[0.7040045853420837,47.62395777053117]}},{"type":"Feature","properties":{"population":5003},"geometry":{"type":"Point","coordinates":[-1.907430370394985,47.03418436471852]}},{"type":"Feature","properties":{"population":2516},"geometry":{"type":"Point","coordinates":[-2.518287991794605,47.37769918820382]}},{"type":"Feature","properties":{"population":4864},"geometry":{"type":"Point","coordinates":[-2.4885638692084179,47.35058274712509]}},{"type":"Feature","properties":{"population":936},"geometry":{"type":"Point","coordinates":[3.210816413855471,44.306294723067598]}},{"type":"Feature","properties":{"population":2499},"geometry":{"type":"Point","coordinates":[7.001705290475053,49.18083484131138]}},{"type":"Feature","properties":{"population":888},"geometry":{"type":"Point","coordinates":[7.0272341315078779,48.92390400350268]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[7.14240454422153,49.113607435283487]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[-0.3068815657467205,43.408145403439139]}},{"type":"Feature","properties":{"population":20624},"geometry":{"type":"Point","coordinates":[7.069689429996599,49.10899790602832]}},{"type":"Feature","properties":{"population":3297},"geometry":{"type":"Point","coordinates":[7.022689634465267,49.15529601587358]}},{"type":"Feature","properties":{"population":236710},"geometry":{"type":"Point","coordinates":[3.046368225909382,50.63156796860204]}},{"type":"Feature","properties":{"population":4185},"geometry":{"type":"Point","coordinates":[2.8109257305023704,49.13677169034074]}},{"type":"Feature","properties":{"population":1195},"geometry":{"type":"Point","coordinates":[2.7877619927281578,49.1086321325182]}},{"type":"Feature","properties":{"population":1513},"geometry":{"type":"Point","coordinates":[-0.377949001053613,48.71117336514078]}},{"type":"Feature","properties":{"population":5116},"geometry":{"type":"Point","coordinates":[-0.3664171299013768,48.573640325597548]}},{"type":"Feature","properties":{"population":2114},"geometry":{"type":"Point","coordinates":[-0.5451130181239621,48.532269953411859]}},{"type":"Feature","properties":{"population":1116},"geometry":{"type":"Point","coordinates":[-0.7048836923831487,48.65017407516831]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[-0.3457784773131225,48.65038829186282]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[-0.38128736586564496,48.508560755133]}},{"type":"Feature","properties":{"population":984},"geometry":{"type":"Point","coordinates":[-0.4794323008913748,46.13471336140911]}},{"type":"Feature","properties":{"population":2926},"geometry":{"type":"Point","coordinates":[-1.4004233990196789,46.38719851295431]}},{"type":"Feature","properties":{"population":5391},"geometry":{"type":"Point","coordinates":[-1.6582661830495802,46.59509463537423]}},{"type":"Feature","properties":{"population":1290},"geometry":{"type":"Point","coordinates":[5.979708393404297,45.518059105823549]}},{"type":"Feature","properties":{"population":1952},"geometry":{"type":"Point","coordinates":[-1.715819479864774,46.63968358729777]}},{"type":"Feature","properties":{"population":4557},"geometry":{"type":"Point","coordinates":[6.319666532959736,48.385639787971758]}},{"type":"Feature","properties":{"population":899},"geometry":{"type":"Point","coordinates":[3.557711728309196,47.89647135859112]}},{"type":"Feature","properties":{"population":742},"geometry":{"type":"Point","coordinates":[6.3306495289996349,48.37560232156696]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[3.5573736958229338,47.91457667172464]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[5.827477517043638,47.34725702937621]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[-0.15084564944908858,45.159043855546567]}},{"type":"Feature","properties":{"population":1683},"geometry":{"type":"Point","coordinates":[-1.7011367849265038,46.86243202489339]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[0.4253554483897079,44.741634556361919]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[3.2243975176500725,47.24927073909903]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[1.3889441067201616,49.95124225635992]}},{"type":"Feature","properties":{"population":676},"geometry":{"type":"Point","coordinates":[3.540640809396421,47.745495706551]}},{"type":"Feature","properties":{"population":2520},"geometry":{"type":"Point","coordinates":[-1.2044153914675904,46.72406113075308]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[4.055659327236056,46.24919491554768]}},{"type":"Feature","properties":{"population":903},"geometry":{"type":"Point","coordinates":[6.332466367293461,48.17353944283152]}},{"type":"Feature","properties":{"population":10733},"geometry":{"type":"Point","coordinates":[2.915020982276701,42.74921360079218]}},{"type":"Feature","properties":{"population":1122},"geometry":{"type":"Point","coordinates":[-0.21260200701791669,47.14128289461627]}},{"type":"Feature","properties":{"population":637},"geometry":{"type":"Point","coordinates":[4.752393296398125,44.95554183333941]}},{"type":"Feature","properties":{"population":2324},"geometry":{"type":"Point","coordinates":[4.232207647581764,47.28384134132703]}},{"type":"Feature","properties":{"population":815},"geometry":{"type":"Point","coordinates":[-0.411271670619876,49.236446855527379]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[-3.090543042884687,48.65708987530008]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[3.4122259352537549,49.19079851938854]}},{"type":"Feature","properties":{"population":7591},"geometry":{"type":"Point","coordinates":[6.372307796029728,46.06389780424722]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[5.760914691402342,45.09300317338651]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[2.9040980370174056,44.100144221358387]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[3.397232136682757,48.503870426289619]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[1.5641905328486634,49.130060087773887]}},{"type":"Feature","properties":{"population":1490},"geometry":{"type":"Point","coordinates":[7.63500783127792,48.38477229505424]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[5.341262422504021,44.05730186349928]}},{"type":"Feature","properties":{"population":1302},"geometry":{"type":"Point","coordinates":[0.4487178604741672,46.38828578050464]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[2.1801207831865079,50.55632905460377]}},{"type":"Feature","properties":{"population":4112},"geometry":{"type":"Point","coordinates":[-2.7956567737623034,48.340960591392789]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[0.36815601183244398,42.88198375160089]}},{"type":"Feature","properties":{"population":26571},"geometry":{"type":"Point","coordinates":[2.723116258645232,48.83073847754593]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[4.466220567031827,48.07169913220806]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[2.9345076219634529,45.54876768812981]}},{"type":"Feature","properties":{"population":24207},"geometry":{"type":"Point","coordinates":[2.566962890586424,44.3586947803668]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[3.589555382496296,45.52163550884493]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[2.0809987216316578,43.47655706183523]}},{"type":"Feature","properties":{"population":2772},"geometry":{"type":"Point","coordinates":[3.2019016165474905,50.105020484901448]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[-0.3117260460913852,43.213803743973318]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[6.897257247023584,47.34580520902098]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[8.981110629720524,42.36225347357514]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[1.0226043609681353,43.544587478652058]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[4.590777755821436,47.20619022393983]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[-0.39950236015978388,45.51464882832847]}},{"type":"Feature","properties":{"population":737},"geometry":{"type":"Point","coordinates":[2.4726039436147109,50.455276695068828]}},{"type":"Feature","properties":{"population":3047},"geometry":{"type":"Point","coordinates":[-1.388411220475246,47.11638429490068]}},{"type":"Feature","properties":{"population":3485},"geometry":{"type":"Point","coordinates":[-1.5581595280677899,47.02491571719683]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[-0.40732585306094368,48.41437770786196]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[6.033190527937571,45.009327523573329]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[6.087250629652365,44.44226873694304]}},{"type":"Feature","properties":{"population":3408},"geometry":{"type":"Point","coordinates":[0.29804588999896089,46.52062568793728]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[1.1570516517966756,47.02208497326305]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[-2.3912872731191885,48.24971686178102]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[0.6856267672514471,44.31446233248953]}},{"type":"Feature","properties":{"population":3212},"geometry":{"type":"Point","coordinates":[9.474196896216002,42.515943111960279]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[4.021272058725553,48.13061190884469]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[5.930612698154508,47.39387235381958]}},{"type":"Feature","properties":{"population":1204},"geometry":{"type":"Point","coordinates":[-1.8414213457300078,48.4927952171927]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[6.019260887531562,47.869416022387607]}},{"type":"Feature","properties":{"population":630},"geometry":{"type":"Point","coordinates":[9.402111165815798,42.48286072978043]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[1.98528813533613,44.73607404248991]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[2.9398229545960774,48.29823536288813]}},{"type":"Feature","properties":{"population":1084},"geometry":{"type":"Point","coordinates":[4.059733784145866,46.46146093348737]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[0.6767750515991109,42.96967361122043]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.25451987027923,50.321243820667657]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[1.1485335497906553,46.165035582770638]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[-0.5156225167647713,49.03532882414281]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[0.7188609892326947,44.03729505267803]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[0.8993109329854034,46.94914165463523]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[4.64167193346768,49.54062485025983]}},{"type":"Feature","properties":{"population":820},"geometry":{"type":"Point","coordinates":[0.6196702464381548,45.994712635067028]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.438297807746236,48.07189112471724]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[2.7204847289413238,49.263325183690529]}},{"type":"Feature","properties":{"population":1751},"geometry":{"type":"Point","coordinates":[0.15970989686404783,47.834143010646439]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[-0.12171729573569194,45.45152232355452]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[3.478258816217973,48.83517894343658]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[0.1210784485880587,45.07920059292634]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[4.718743161969253,49.51279258153479]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[2.655786021488341,47.78667991169969]}},{"type":"Feature","properties":{"population":59267},"geometry":{"type":"Point","coordinates":[2.2666410473644529,48.885697353564257]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[1.695414583651157,45.08439303128031]}},{"type":"Feature","properties":{"population":772},"geometry":{"type":"Point","coordinates":[-0.2714405482409769,48.09669253001235]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[2.424248021511354,49.67021578028801]}},{"type":"Feature","properties":{"population":618},"geometry":{"type":"Point","coordinates":[-0.823297839035676,48.29832057480385]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[0.7713154308762704,49.81784435882672]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[2.812642211141869,42.99761583858861]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[-1.3161663239337818,43.228818418896228]}},{"type":"Feature","properties":{"population":1488},"geometry":{"type":"Point","coordinates":[0.2690408057609736,49.5330342840796]}},{"type":"Feature","properties":{"population":3038},"geometry":{"type":"Point","coordinates":[-0.8824296142854278,46.27969110304906]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[3.4061487725398416,47.2434539565196]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[4.041987090873038,49.883476245178069]}},{"type":"Feature","properties":{"population":18},"geometry":{"type":"Point","coordinates":[5.311288886872894,44.49327659313718]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[4.372403602145104,47.14494067947968]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[1.2652333042069993,47.753447939733977]}},{"type":"Feature","properties":{"population":1512},"geometry":{"type":"Point","coordinates":[3.437734993042014,43.59946170616442]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[3.8122059906426286,50.145699790834758]}},{"type":"Feature","properties":{"population":5572},"geometry":{"type":"Point","coordinates":[3.4159177207110869,43.357035741453547]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[5.810392327000048,48.28340895553864]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[7.0246409389416,48.41016259885383]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[1.3681067948937662,49.25997512428584]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[2.9034326332918098,48.61978809623672]}},{"type":"Feature","properties":{"population":4297},"geometry":{"type":"Point","coordinates":[1.3748176260685825,43.49453862826064]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[1.7403997166140495,48.38296080363622]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[2.098437473746598,49.76737914751207]}},{"type":"Feature","properties":{"population":3264},"geometry":{"type":"Point","coordinates":[-4.3524807694961249,48.5660838111392]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[0.5604716000943117,46.90998334256972]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[0.9460256480079465,45.34195161101341]}},{"type":"Feature","properties":{"population":729},"geometry":{"type":"Point","coordinates":[0.5727770489079274,48.009244478109149]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[5.146551055084787,48.49778742990414]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[3.3365553088563324,50.132825452708519]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[0.2612987513929433,48.829051185016698]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[0.3526780222219821,49.032164135492468]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[1.275086084191358,49.53700281333843]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[0.18758968253527687,43.68851240910736]}},{"type":"Feature","properties":{"population":974},"geometry":{"type":"Point","coordinates":[3.3354218078351005,46.12938371699193]}},{"type":"Feature","properties":{"population":816},"geometry":{"type":"Point","coordinates":[1.2992947899865784,43.860305250681879]}},{"type":"Feature","properties":{"population":1268},"geometry":{"type":"Point","coordinates":[6.071705326176552,46.04444854541398]}},{"type":"Feature","properties":{"population":767},"geometry":{"type":"Point","coordinates":[7.575749015237915,48.62692345946848]}},{"type":"Feature","properties":{"population":5815},"geometry":{"type":"Point","coordinates":[-0.2776856333295713,47.46943299124015]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[0.04846828088528701,46.251772275521968]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[4.59030930891451,44.9205773421257]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[1.3418498394927268,47.94343267805207]}},{"type":"Feature","properties":{"population":4651},"geometry":{"type":"Point","coordinates":[6.0473319534479998,49.085445103063047]}},{"type":"Feature","properties":{"population":1821},"geometry":{"type":"Point","coordinates":[5.141680225731278,48.199071010285958]}},{"type":"Feature","properties":{"population":1391},"geometry":{"type":"Point","coordinates":[1.920086396205796,43.285439267815778]}},{"type":"Feature","properties":{"population":1224},"geometry":{"type":"Point","coordinates":[6.855890382086304,47.39024585502129]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[-2.507741108504644,47.74914436421172]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[2.065888477497462,42.41071127891876]}},{"type":"Feature","properties":{"population":1401},"geometry":{"type":"Point","coordinates":[6.542394639265443,43.63358442162932]}},{"type":"Feature","properties":{"population":5204},"geometry":{"type":"Point","coordinates":[3.286622445711785,49.82308313835888]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[0.359128236121613,48.41280227114559]}},{"type":"Feature","properties":{"population":1032},"geometry":{"type":"Point","coordinates":[7.273784048741912,48.178391167569099]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[5.802380097492114,43.576386281618237]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[3.6493583952478239,49.46046156661634]}},{"type":"Feature","properties":{"population":1092},"geometry":{"type":"Point","coordinates":[-0.5934365234155143,48.02613268011722]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[3.416551268470131,45.44479719714215]}},{"type":"Feature","properties":{"population":705},"geometry":{"type":"Point","coordinates":[-1.1671049212376986,43.527401631883339]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[6.625542544108746,47.391241697630707]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[4.576774986971531,47.22542354385855]}},{"type":"Feature","properties":{"population":10518},"geometry":{"type":"Point","coordinates":[-1.4745600804174779,48.049145439425469]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[-0.5447946049551671,46.52528522436055]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[0.5853444203410477,43.03030556649048]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[4.511626537552474,45.54206685845236]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[3.1285942321553938,44.811633922189169]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[6.894184407515242,48.85346564116645]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[0.8939024837720663,44.68137189853209]}},{"type":"Feature","properties":{"population":715},"geometry":{"type":"Point","coordinates":[1.5216137163778747,50.10569823695182]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[2.253011436033116,43.37540421046414]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[-0.4058326532593813,48.34097024671599]}},{"type":"Feature","properties":{"population":962},"geometry":{"type":"Point","coordinates":[3.8505680011693355,50.321212381722677]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[4.062555840712555,49.42619949899565]}},{"type":"Feature","properties":{"population":18115},"geometry":{"type":"Point","coordinates":[1.744265963994918,47.37444934770319]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[-0.6989762519286613,46.7781630333871]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[3.762910464318814,48.79077518667907]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[3.2776469147539526,50.12706546048473]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[5.433223314977754,43.9511137847508]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[2.3042744819573199,46.808175344694408]}},{"type":"Feature","properties":{"population":1192},"geometry":{"type":"Point","coordinates":[5.123971240131078,44.71394494943796]}},{"type":"Feature","properties":{"population":605},"geometry":{"type":"Point","coordinates":[2.989422919001089,49.09509955888652]}},{"type":"Feature","properties":{"population":1422},"geometry":{"type":"Point","coordinates":[4.2728088649850239,45.803011333772278]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[0.6580521420876789,49.67389798017646]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[3.5621915215998047,47.46337018824114]}},{"type":"Feature","properties":{"population":16779},"geometry":{"type":"Point","coordinates":[7.106926090254852,43.649533196459817]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[6.9153600285875049,44.00683541898362]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[2.632805077572184,50.0820661928324]}},{"type":"Feature","properties":{"population":2315},"geometry":{"type":"Point","coordinates":[6.338331270274738,46.13407169817465]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[4.669580368731796,48.044663521490559]}},{"type":"Feature","properties":{"population":1836},"geometry":{"type":"Point","coordinates":[4.140174307242917,49.192251457303758]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[1.577113415814938,50.28006708724034]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[4.96986173313603,48.45593042447377]}},{"type":"Feature","properties":{"population":2555},"geometry":{"type":"Point","coordinates":[2.512975422950254,49.548370431511738]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[6.2178077902327069,48.816897826536749]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[5.142310525580168,47.9811542529892]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[5.960424807502055,47.35434047971514]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[7.0305014647977519,47.63923722665693]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[0.7455644204915496,43.19730159169185]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[-0.5689393158066624,49.15141441542359]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[2.2512295177945615,49.05414987699901]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[2.105716776709667,49.15376370353585]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[0.4764073013781404,43.2863272519356]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[6.272267952444093,48.94866833730901]}},{"type":"Feature","properties":{"population":38258},"geometry":{"type":"Point","coordinates":[2.6140032909197496,48.786917809764279]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[1.3265081320706136,48.63218461413189]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[6.34847498770431,49.14206620795633]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[5.304707423124395,49.39255890561866]}},{"type":"Feature","properties":{"population":10920},"geometry":{"type":"Point","coordinates":[6.107626235579152,46.25159247337151]}},{"type":"Feature","properties":{"population":1386},"geometry":{"type":"Point","coordinates":[3.0249872629175047,48.96608803058011]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[-0.42580070977120756,45.84189110607588]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[-0.2933380727034226,49.02496947783278]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[-0.79403470105307,49.32107231139342]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[4.598373658552193,47.772997095933849]}},{"type":"Feature","properties":{"population":1087},"geometry":{"type":"Point","coordinates":[-1.9691547324048525,47.76458951655304]}},{"type":"Feature","properties":{"population":1595},"geometry":{"type":"Point","coordinates":[2.815099531528312,44.77547392300134]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[4.344916005259059,44.97779559230033]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[6.154525098893449,47.56547369217922]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[5.643631517932751,47.71772412003497]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[6.670914213079674,47.18110947875452]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[-0.6371631645370263,47.791019668894019]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[7.301912102733482,47.909477787610949]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[3.885947233898247,46.251431922123689]}},{"type":"Feature","properties":{"population":490},"geometry":{"type":"Point","coordinates":[1.1084110344907557,46.12831063853345]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[1.6646316491761999,48.46819099616716]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[0.7919871197511021,43.42444943867966]}},{"type":"Feature","properties":{"population":1582},"geometry":{"type":"Point","coordinates":[3.0293943651725256,50.39289896243415]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[4.567485448019979,46.51659620434182]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[2.217990770458922,48.12107736197964]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[0.942278124595594,48.36641236178673]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[1.4079019167895304,44.33453239991661]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[-0.3972731518108475,46.04171591110877]}},{"type":"Feature","properties":{"population":998},"geometry":{"type":"Point","coordinates":[-3.1596179530153516,48.69991456801556]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[-0.36173475886808989,49.277874561778769]}},{"type":"Feature","properties":{"population":1315},"geometry":{"type":"Point","coordinates":[3.311156660446629,45.69022869924776]}},{"type":"Feature","properties":{"population":591},"geometry":{"type":"Point","coordinates":[0.12249913760406435,49.39046868799716]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[4.142540252945983,44.7210531161976]}},{"type":"Feature","properties":{"population":2209},"geometry":{"type":"Point","coordinates":[3.9775584872840055,46.04551232078591]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[1.860938956184079,42.790991196237268]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[2.7674877484961639,49.00423607879769]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[-0.2709326007940884,43.193974359615989]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[4.192820334182138,44.01211412563661]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[3.1833387484869997,43.56938856425798]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[0.9582480881853098,49.76001874608451]}},{"type":"Feature","properties":{"population":2147},"geometry":{"type":"Point","coordinates":[-0.03313233747430489,45.09253979385149]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.5173943919555673,48.30749298640909]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[5.865461153071403,49.35754083260089]}},{"type":"Feature","properties":{"population":1076},"geometry":{"type":"Point","coordinates":[6.811913670994567,48.4357281003947]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[4.4600092529677719,49.3516761346807]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[5.608101648404506,48.43098655272764]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[6.33506001730004,45.81269522685237]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[1.8891449697397718,49.535433626548279]}},{"type":"Feature","properties":{"population":835},"geometry":{"type":"Point","coordinates":[-0.10292839485950098,48.18178085779965]}},{"type":"Feature","properties":{"population":2316},"geometry":{"type":"Point","coordinates":[4.998812883444472,45.477837145362268]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[6.805863443266533,48.17862426272373]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[-1.1330816424180122,48.540856244338]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[3.8355453739251379,44.78970027646188]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[-2.493845162393993,48.37118832570377]}},{"type":"Feature","properties":{"population":1220},"geometry":{"type":"Point","coordinates":[7.198331945261683,48.05468320028213]}},{"type":"Feature","properties":{"population":1998},"geometry":{"type":"Point","coordinates":[2.3086086912003425,50.62942288216923]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[5.426129007711151,49.56612113635424]}},{"type":"Feature","properties":{"population":3915},"geometry":{"type":"Point","coordinates":[0.7071279001337166,49.85957648125745]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[1.3145393109882909,44.3976026215101]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[6.2379262299110389,45.3880846293631]}},{"type":"Feature","properties":{"population":1223},"geometry":{"type":"Point","coordinates":[6.660229687075817,46.15434278016733]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[0.663282946388566,48.83047492488807]}},{"type":"Feature","properties":{"population":25023},"geometry":{"type":"Point","coordinates":[2.1289529233476509,49.04430056724216]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[4.222850568128543,47.8198992203871]}},{"type":"Feature","properties":{"population":1134},"geometry":{"type":"Point","coordinates":[-1.9255238409994669,46.917031651229567]}},{"type":"Feature","properties":{"population":798},"geometry":{"type":"Point","coordinates":[4.778423138887113,45.096610096585028]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[6.641525198769652,47.410168312039427]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[3.2376229701989915,44.969741644147578]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[3.9510672983629329,44.6937979360603]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[3.8631159575354054,46.47478946087414]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[5.069594579386689,48.74376089036363]}},{"type":"Feature","properties":{"population":5006},"geometry":{"type":"Point","coordinates":[4.7508452346647289,49.847702303855808]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[3.4468290867717137,50.226629521253048]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[3.2547536104992496,46.48059407589865]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[0.5231816074551233,49.60126419457089]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[2.5818067566820197,49.58644341602644]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[1.676241802935294,43.30291361226716]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[6.0371689695453389,48.558498458610959]}},{"type":"Feature","properties":{"population":1210},"geometry":{"type":"Point","coordinates":[0.7737869189096656,44.08653532454529]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[0.6374688119215179,46.220740191077869]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[6.263733665809077,48.47083035796715]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[-3.3364229842274217,48.72587845543951]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[2.474452004368392,45.849895299196]}},{"type":"Feature","properties":{"population":877},"geometry":{"type":"Point","coordinates":[2.719642404673749,42.813615297282449]}},{"type":"Feature","properties":{"population":6124},"geometry":{"type":"Point","coordinates":[2.4306669006307359,42.61519242092054]}},{"type":"Feature","properties":{"population":666},"geometry":{"type":"Point","coordinates":[0.07379353547836618,48.34873856070158]}},{"type":"Feature","properties":{"population":2415},"geometry":{"type":"Point","coordinates":[5.885737822063391,45.33390822643002]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[1.7591053532455657,50.15556120271272]}},{"type":"Feature","properties":{"population":3335},"geometry":{"type":"Point","coordinates":[-1.3453681934746229,47.14432654602285]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[5.843773348726666,48.261194415654347]}},{"type":"Feature","properties":{"population":2211},"geometry":{"type":"Point","coordinates":[9.495784226885613,42.10601449944125]}},{"type":"Feature","properties":{"population":1282},"geometry":{"type":"Point","coordinates":[-1.2325836871975516,47.22700228930005]}},{"type":"Feature","properties":{"population":717},"geometry":{"type":"Point","coordinates":[-0.665150644394682,49.257788171314299]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[-0.9752516439613628,45.77054936800649]}},{"type":"Feature","properties":{"population":1205},"geometry":{"type":"Point","coordinates":[1.264592409260994,44.68559894120838]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[-0.09412802676589209,43.365848815086788]}},{"type":"Feature","properties":{"population":647},"geometry":{"type":"Point","coordinates":[6.224242027653466,48.52469241285565]}},{"type":"Feature","properties":{"population":1029},"geometry":{"type":"Point","coordinates":[3.578294620683332,46.531103586158099]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.5187973230776148,50.04608883613085]}},{"type":"Feature","properties":{"population":734},"geometry":{"type":"Point","coordinates":[0.39528203355763055,48.73193724233938]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[0.7539744485665082,49.49633500676899]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[9.264026878756014,42.41054533991435]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[2.4714705176299138,43.37658297200398]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[4.819274829626769,49.11477305139937]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[2.6350139105509839,43.00541587960274]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[6.513119347430224,46.208716401091837]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[2.623608869275938,43.878356826110309]}},{"type":"Feature","properties":{"population":2335},"geometry":{"type":"Point","coordinates":[5.918543200843665,49.214149574537547]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[4.039250590231728,44.263575324391577]}},{"type":"Feature","properties":{"population":16669},"geometry":{"type":"Point","coordinates":[4.839629306484281,43.88208844697328]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[4.592394778898296,49.45944887551202]}},{"type":"Feature","properties":{"population":10115},"geometry":{"type":"Point","coordinates":[5.553225653268684,43.45973357347545]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[1.1985937215142329,48.388691166648268]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[1.9797783755018082,42.38550357158066]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[0.2216863030455223,43.05274574391958]}},{"type":"Feature","properties":{"population":30769},"geometry":{"type":"Point","coordinates":[5.061690982133563,44.059238813207148]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[3.9224735435982169,50.215556519137987]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[1.7734047691021325,44.54371017626673]}},{"type":"Feature","properties":{"population":450},"geometry":{"type":"Point","coordinates":[5.799620099101178,46.43327493248514]}},{"type":"Feature","properties":{"population":761},"geometry":{"type":"Point","coordinates":[6.9082616104556229,47.655813776077739]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[1.3160231503628102,44.209237993905087]}},{"type":"Feature","properties":{"population":814},"geometry":{"type":"Point","coordinates":[3.1769884898637619,50.13794684019219]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[3.5098333298984749,45.71044949470558]}},{"type":"Feature","properties":{"population":4351},"geometry":{"type":"Point","coordinates":[4.267603745908376,43.834400001441228]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[2.4392074196987094,50.07588455964695]}},{"type":"Feature","properties":{"population":1459},"geometry":{"type":"Point","coordinates":[2.3223127078164298,50.00489128579758]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[4.069294495956208,46.367700550671617]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[1.0591430865324878,43.160935920903387]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[3.7246918183419637,49.40934355025213]}},{"type":"Feature","properties":{"population":938},"geometry":{"type":"Point","coordinates":[4.274919944819696,49.015451437265507]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[1.8143277627511543,44.526066090877858]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[5.005376771872634,46.4033855727147]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[7.336326570463993,47.598859734991169]}},{"type":"Feature","properties":{"population":720},"geometry":{"type":"Point","coordinates":[0.15251628795753834,49.61775107429392]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[0.5993435276233609,42.87947615221034]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[5.288360369766193,46.922779477746988]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[6.658931471553322,48.29140501317772]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[6.950696649221959,47.44471612061285]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[7.073495658337504,47.49932934446249]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[2.1831993831531895,50.10731968825844]}},{"type":"Feature","properties":{"population":1608},"geometry":{"type":"Point","coordinates":[7.160994691549022,43.84836059928772]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[6.486881329933086,49.22141696881145]}},{"type":"Feature","properties":{"population":4415},"geometry":{"type":"Point","coordinates":[-1.7865603215198734,48.05619045075722]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[9.070986354032798,41.88207756008639]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[5.6328762856205929,47.62799029900612]}},{"type":"Feature","properties":{"population":2850},"geometry":{"type":"Point","coordinates":[1.61343422687335,43.76854563572504]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[0.8485442637910905,48.843323059332707]}},{"type":"Feature","properties":{"population":964},"geometry":{"type":"Point","coordinates":[5.292266964062088,45.538052766458239]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[2.1302032023639168,50.32669615518038]}},{"type":"Feature","properties":{"population":927},"geometry":{"type":"Point","coordinates":[1.2888716420227929,48.77607994884889]}},{"type":"Feature","properties":{"population":2024},"geometry":{"type":"Point","coordinates":[2.9078916966411945,50.47976599016649]}},{"type":"Feature","properties":{"population":3356},"geometry":{"type":"Point","coordinates":[2.437250827673941,49.12873031085852]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.536032200410126,48.4188972748362]}},{"type":"Feature","properties":{"population":659},"geometry":{"type":"Point","coordinates":[6.129313086670662,45.681237138634688]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[2.9041881687368416,50.00306479933232]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[1.8412071235829482,44.129870969303109]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[1.6720731503018996,49.64453955911864]}},{"type":"Feature","properties":{"population":985},"geometry":{"type":"Point","coordinates":[1.378722407893724,48.67493874292483]}},{"type":"Feature","properties":{"population":2168},"geometry":{"type":"Point","coordinates":[5.798888324107376,46.412272354659609]}},{"type":"Feature","properties":{"population":846},"geometry":{"type":"Point","coordinates":[3.0748306263836326,48.64611438424629]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[0.26141131251905339,48.24928165706174]}},{"type":"Feature","properties":{"population":2270},"geometry":{"type":"Point","coordinates":[5.948443875772652,45.67886885967127]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[5.440815835382853,47.230128042484199]}},{"type":"Feature","properties":{"population":16453},"geometry":{"type":"Point","coordinates":[-1.02206438319712,46.86700327160684]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[2.928885160983765,49.81991434082854]}},{"type":"Feature","properties":{"population":1650},"geometry":{"type":"Point","coordinates":[5.936914977900338,46.109575738903149]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[2.1376685408227686,44.383319362850809]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[4.680327932923188,47.988940244136198]}},{"type":"Feature","properties":{"population":794},"geometry":{"type":"Point","coordinates":[6.046503104575942,45.85911414021386]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[2.243483628103869,43.34358092119214]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[2.3164393399336187,50.33453005906423]}},{"type":"Feature","properties":{"population":825},"geometry":{"type":"Point","coordinates":[0.11080440655942683,43.12298079926744]}},{"type":"Feature","properties":{"population":9180},"geometry":{"type":"Point","coordinates":[3.1437454079779676,47.03712805076405]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[2.334710240572791,45.275503747064707]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[7.250579898444699,48.44787757334138]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[1.9758458453211334,50.10701764727923]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[2.162871586254581,50.359467881898918]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[2.163932753071553,44.99558095343161]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[4.20085150701534,49.916705083647787]}},{"type":"Feature","properties":{"population":1518},"geometry":{"type":"Point","coordinates":[5.599197868679495,46.67664583586432]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[-0.15938851950456893,45.3304460033118]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[4.496142083396435,47.40587666775069]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[-0.0334500809848543,43.03481753616022]}},{"type":"Feature","properties":{"population":24380},"geometry":{"type":"Point","coordinates":[2.3563689657622155,48.80916669670358]}},{"type":"Feature","properties":{"population":1425},"geometry":{"type":"Point","coordinates":[4.89249470634312,45.319548168301718]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[2.2933511433826805,44.1910863519267]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[6.214684201355327,47.45841910105236]}},{"type":"Feature","properties":{"population":5894},"geometry":{"type":"Point","coordinates":[7.831612588294366,48.65905395482777]}},{"type":"Feature","properties":{"population":1003},"geometry":{"type":"Point","coordinates":[-0.5345195050484844,45.76428030857729]}},{"type":"Feature","properties":{"population":31874},"geometry":{"type":"Point","coordinates":[5.904160763194285,45.69700494711985]}},{"type":"Feature","properties":{"population":1352},"geometry":{"type":"Point","coordinates":[1.9138743979946063,46.32295247924975]}},{"type":"Feature","properties":{"population":6738},"geometry":{"type":"Point","coordinates":[6.298630617483715,46.30667895227657]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[0.3181817126790769,43.18753547962054]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[2.4098479696001946,49.648409780411387]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[4.92750560338,49.351337313127007]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[2.8879652706411438,50.347613371311847]}},{"type":"Feature","properties":{"population":1498},"geometry":{"type":"Point","coordinates":[4.8219204927790149,45.99372988530619]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[2.9568486695428186,50.109962241434867]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[-0.07062865090376484,43.78439262122905]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[3.6389973385064744,49.09564530232589]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[2.1866309031846198,45.73408847125871]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[3.4819384155916914,49.7470603614551]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[5.951702828808904,47.949153793751708]}},{"type":"Feature","properties":{"population":2063},"geometry":{"type":"Point","coordinates":[3.9202961722483367,49.564202463487799]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[2.533635781728085,49.89557525757641]}},{"type":"Feature","properties":{"population":1065},"geometry":{"type":"Point","coordinates":[-0.7483541059975492,46.532830940763577]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[2.5929434019600605,46.06904415026936]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[5.203075500440858,43.86340022092198]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[-0.5910464685931889,43.72317864806188]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[4.946318145395971,49.04015378436813]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[2.7996312624284109,50.14933400359658]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[-0.5786345791116155,49.22621963957881]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[0.20811021706714667,46.939436066406937]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[3.2945581074578036,49.714134554315247]}},{"type":"Feature","properties":{"population":1202},"geometry":{"type":"Point","coordinates":[7.4829361433849039,48.05808596105875]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[2.167779082990678,49.450558252378]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[-0.09886813104858802,48.788663336569339]}},{"type":"Feature","properties":{"population":2961},"geometry":{"type":"Point","coordinates":[6.623630313044105,45.840373785167709]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[2.75253490820966,46.17188960640575]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[4.663330834799006,45.332466326477668]}},{"type":"Feature","properties":{"population":907},"geometry":{"type":"Point","coordinates":[2.0302568389730628,50.67534412341222]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[2.2860384698874558,50.32446612797516]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[3.7122418894897986,44.596457706312509]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[1.9414131993285056,47.184194268755948]}},{"type":"Feature","properties":{"population":672},"geometry":{"type":"Point","coordinates":[-1.2214517438209194,49.03004024941348]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[6.228930228235034,48.584501647308957]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[5.242984631781415,43.965063363524027]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[2.8574713219453047,50.043971841303157]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[-0.364093264365652,45.702426802028757]}},{"type":"Feature","properties":{"population":7260},"geometry":{"type":"Point","coordinates":[-1.6895764760793846,48.21917656638931]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[7.422504608715895,47.65537469062553]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[0.6221887859672465,43.03437827679391]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[3.3424058680496029,49.6191326011257]}},{"type":"Feature","properties":{"population":1458},"geometry":{"type":"Point","coordinates":[-1.5585231888529157,49.16482010218845]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[1.8736630416227076,48.276210956983117]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[0.5916368731013072,49.61511880595394]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[3.5473998341038439,45.30536808322084]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[1.0740529873166145,45.30414388443356]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[5.7093352187573169,43.86166798285015]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[-0.8139424494867275,49.337992848466289]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[3.7031094889701414,49.76184751557908]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[8.902615373156604,42.10468939453871]}},{"type":"Feature","properties":{"population":1133},"geometry":{"type":"Point","coordinates":[0.7347136037548218,46.941237805965439]}},{"type":"Feature","properties":{"population":767},"geometry":{"type":"Point","coordinates":[5.062874837050354,46.39717559690275]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[5.26037236848822,49.66267989560568]}},{"type":"Feature","properties":{"population":741},"geometry":{"type":"Point","coordinates":[3.9508602096030116,43.82950795895422]}},{"type":"Feature","properties":{"population":5749},"geometry":{"type":"Point","coordinates":[4.20378658159776,43.67207187850668]}},{"type":"Feature","properties":{"population":2043},"geometry":{"type":"Point","coordinates":[2.0526708474978809,47.9558080837864]}},{"type":"Feature","properties":{"population":2748},"geometry":{"type":"Point","coordinates":[9.266366618369796,41.72151582319994]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[0.51197690432464,43.501137754443359]}},{"type":"Feature","properties":{"population":15423},"geometry":{"type":"Point","coordinates":[4.686091707583871,43.794270845323797]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[4.8910775605927869,47.52123828597741]}},{"type":"Feature","properties":{"population":746},"geometry":{"type":"Point","coordinates":[2.7001097422985835,49.38916691003159]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[5.977625354814711,47.85626648698777]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[2.0474925086124324,50.225914224964807]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[6.447664617411486,46.94888554458033]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[4.995840432643734,48.38433398685847]}},{"type":"Feature","properties":{"population":1563},"geometry":{"type":"Point","coordinates":[4.234780161278365,43.97764476962005]}},{"type":"Feature","properties":{"population":1650},"geometry":{"type":"Point","coordinates":[6.4797714552934739,46.03513065963753]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[4.5303546363219449,48.589625446516318]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[2.497271417867607,43.10513357689696]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[0.7834795878612701,49.778629773344388]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[1.557746265963258,46.94600003172013]}},{"type":"Feature","properties":{"population":1397},"geometry":{"type":"Point","coordinates":[4.332540675002741,44.54676890824738]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[2.0754200790494,49.650344050598949]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[3.9139918183263107,47.528910713703577]}},{"type":"Feature","properties":{"population":14},"geometry":{"type":"Point","coordinates":[1.527932816365555,42.70890944418063]}},{"type":"Feature","properties":{"population":1234},"geometry":{"type":"Point","coordinates":[5.363838433485192,45.92034836165713]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[0.8046756691498955,48.00578893061367]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[1.0815392515528555,49.81966558002204]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[2.0726801573470734,44.65207160891323]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[5.770257303709781,45.48190526331122]}},{"type":"Feature","properties":{"population":1699},"geometry":{"type":"Point","coordinates":[5.001437148172955,47.4189921505126]}},{"type":"Feature","properties":{"population":1030},"geometry":{"type":"Point","coordinates":[2.2441674732321434,48.557425154485077]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[1.763629957815234,49.872218355638327]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[2.215855116113983,49.45904921990003]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[2.554634297042443,42.59390125934076]}},{"type":"Feature","properties":{"population":2775},"geometry":{"type":"Point","coordinates":[5.716175379165005,49.525538787284407]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[6.859687510341768,48.550830959429728]}},{"type":"Feature","properties":{"population":644},"geometry":{"type":"Point","coordinates":[1.9095526333643225,44.30809353621386]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[0.5759663532432923,48.20848651497792]}},{"type":"Feature","properties":{"population":537},"geometry":{"type":"Point","coordinates":[-1.0071438773654947,46.54366243267652]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[1.7317071436345158,49.998183197184228]}},{"type":"Feature","properties":{"population":1063},"geometry":{"type":"Point","coordinates":[1.0117872597610738,49.562331476126157]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[5.718892655449101,44.94639824717305]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[0.9280108978414304,46.549972275115887]}},{"type":"Feature","properties":{"population":801},"geometry":{"type":"Point","coordinates":[-1.2506368004979505,43.12862858209584]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[1.0395445039014102,44.376250089878428]}},{"type":"Feature","properties":{"population":1366},"geometry":{"type":"Point","coordinates":[2.2428672208396609,47.774992297072149]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[3.4903829571899176,45.021966801984628]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[2.0538613699665615,49.653117016715899]}},{"type":"Feature","properties":{"population":825},"geometry":{"type":"Point","coordinates":[2.1337898667961,43.88571737535242]}},{"type":"Feature","properties":{"population":1681},"geometry":{"type":"Point","coordinates":[-1.0233774019503324,48.67943534536333]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[-0.5574204569001472,46.60037534017313]}},{"type":"Feature","properties":{"population":812},"geometry":{"type":"Point","coordinates":[8.144972312881207,48.91525733181774]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[7.091279666069153,47.69456294113865]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[6.235550110384373,48.792205696350269]}},{"type":"Feature","properties":{"population":75729},"geometry":{"type":"Point","coordinates":[-0.6814252978163706,44.83227482735846]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[4.492177465179753,48.47963066998212]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[-3.6942874355145496,48.1202730499448]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[5.65788134186077,46.2057402877032]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[0.8499380160777588,49.826339669401949]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[4.865749481354097,47.34375683131073]}},{"type":"Feature","properties":{"population":17699},"geometry":{"type":"Point","coordinates":[-0.8615161992958502,47.706261196973219]}},{"type":"Feature","properties":{"population":1206},"geometry":{"type":"Point","coordinates":[0.15632876675362412,43.52127060099616]}},{"type":"Feature","properties":{"population":14869},"geometry":{"type":"Point","coordinates":[2.7373313818482205,50.72730852316514]}},{"type":"Feature","properties":{"population":832},"geometry":{"type":"Point","coordinates":[2.5611267206253989,50.9089458231139]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[1.448277241667271,49.46103987244993]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[3.1972735609731774,49.8342947123405]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[4.642093903948376,44.9248611640291]}},{"type":"Feature","properties":{"population":1645},"geometry":{"type":"Point","coordinates":[6.307004440462724,46.14991233508769]}},{"type":"Feature","properties":{"population":1027},"geometry":{"type":"Point","coordinates":[-0.6116997698552146,43.23197199971688]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[-0.27394319750954729,42.97970126937417]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[0.7795813449360722,43.39991224933513]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[4.1151491064575069,48.49233510931177]}},{"type":"Feature","properties":{"population":1387},"geometry":{"type":"Point","coordinates":[1.4837251326177779,43.79081246452771]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[-0.43731111352467996,49.290435220498377]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.4982645027887718,49.982010074091459]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[6.0037654287078949,47.66086941901462]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[2.896645817348099,47.580412850401518]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[8.92225545454137,42.2094152891923]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[6.422086696693759,47.311289516369438]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[5.163669226601676,49.55461296800828]}},{"type":"Feature","properties":{"population":797},"geometry":{"type":"Point","coordinates":[1.4413272986792894,49.97131806697235]}},{"type":"Feature","properties":{"population":20},"geometry":{"type":"Point","coordinates":[6.3654703654439299,47.50706723955023]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[-0.2666968511165805,48.26453385362649]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[6.110503586677153,49.414222913438369]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[5.355359434414877,44.35652280789713]}},{"type":"Feature","properties":{"population":1227},"geometry":{"type":"Point","coordinates":[7.330533701138166,43.837559342796989]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[3.376885509636419,49.42235740333394]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[5.6799404280162169,46.951434248737339]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[1.0928193607013477,49.65168616177154]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[5.0237021036439259,49.75968668140979]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[3.4148745177272894,45.92765081465148]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[4.095676410214201,46.741800875688337]}},{"type":"Feature","properties":{"population":2131},"geometry":{"type":"Point","coordinates":[-0.45661623338338488,44.78308199766322]}},{"type":"Feature","properties":{"population":1092},"geometry":{"type":"Point","coordinates":[4.524685244027458,45.405488892682118]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[3.2205707200260669,49.9907939435395]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[6.93876227567019,48.46493087967001]}},{"type":"Feature","properties":{"population":6756},"geometry":{"type":"Point","coordinates":[-3.645562334212642,47.80620652190612]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[6.24528184375429,47.62522250384885]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[-0.093865531899449,49.1452360157187]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[2.173437028708548,50.08842651028037]}},{"type":"Feature","properties":{"population":1023},"geometry":{"type":"Point","coordinates":[4.610892986265075,48.827048719459828]}},{"type":"Feature","properties":{"population":636},"geometry":{"type":"Point","coordinates":[1.7672457195953729,48.92376887866696]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[6.698738967704135,47.55164078445779]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[4.246278952306618,46.10012336354712]}},{"type":"Feature","properties":{"population":1118},"geometry":{"type":"Point","coordinates":[5.640255058999639,45.846848964648767]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[6.3052815550683649,47.335397694101988]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[5.380016210688517,47.99150550533443]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[0.8965156810606817,49.76181848310072]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[2.3057295802767139,48.22903059497516]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[6.457379168935071,47.083632045393667]}},{"type":"Feature","properties":{"population":688},"geometry":{"type":"Point","coordinates":[0.08459508687302668,44.794985388403649]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[4.160790642149145,45.02463948423779]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[3.0351553822441277,45.56838212316629]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[4.540404181540202,48.45351334559462]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[3.6032023545126328,47.72201667224712]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[0.360481757216528,47.551356420937548]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[2.086143549092399,49.98980454018312]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[2.150151893577954,44.788726439518729]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[1.099317106034955,43.67580879029024]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[5.211305768151146,48.22586662571569]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[7.430594610674793,48.72065106289318]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[5.728506242771997,47.90040358569877]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[4.821524072744734,49.0942866156218]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[1.7281065824862752,49.18384155357479]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[0.7163262667111333,47.856616948118389]}},{"type":"Feature","properties":{"population":742},"geometry":{"type":"Point","coordinates":[-4.264829406437613,48.05526912099012]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[-0.3030630997592208,46.86501227483141]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[3.463743781755677,48.450761060456148]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.534008248102891,48.132222918019987]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[2.871938285702365,45.273136201144939]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[6.111228718521495,48.43761737825492]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[4.219508599684554,49.83226746000561]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[4.670667548366888,49.37160167595327]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[7.333682145979652,48.343661549686398]}},{"type":"Feature","properties":{"population":2210},"geometry":{"type":"Point","coordinates":[5.960231594995205,45.88158705051267]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[0.3250267651548103,45.140968241290327]}},{"type":"Feature","properties":{"population":760},"geometry":{"type":"Point","coordinates":[5.605458842432488,48.219844323965279]}},{"type":"Feature","properties":{"population":6682},"geometry":{"type":"Point","coordinates":[-4.4904823040490389,48.60317783061865]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[2.601030069496218,46.82105787019982]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[3.3524649225376375,46.098494303470427]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[3.1244766202112665,45.30464778417414]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[2.8892135613755878,48.313087816704697]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[4.597217148230287,48.249822371029747]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[6.015906584919443,46.04981820416329]}},{"type":"Feature","properties":{"population":11223},"geometry":{"type":"Point","coordinates":[-1.8140453988645387,49.652343311475409]}},{"type":"Feature","properties":{"population":1548},"geometry":{"type":"Point","coordinates":[3.2366332539230786,50.432894221829858]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[2.0769315096146685,44.6978354397898]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[0.8156776070911829,44.6617135590953]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[6.494837519447259,48.68407022931046]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[6.367222339975879,47.91327414755259]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[5.463226482933284,48.25058926453614]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[1.1467411403811086,49.59829037750476]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[3.1631284502201195,49.0344794662661]}},{"type":"Feature","properties":{"population":1800},"geometry":{"type":"Point","coordinates":[2.3054222081457236,47.88151122768682]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[0.09887090742141826,48.91987687867828]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[5.19635081676651,47.28126592685354]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[1.9459825615261369,50.478745914944799]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[1.194665062773454,45.60783407604876]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[2.697617389444732,45.244531572637708]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[6.5271303360445629,49.00119299638243]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[6.7355127739995599,47.35099110239985]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[2.9362272305866998,44.982025844922507]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[1.9972246292766345,43.36788668046554]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[6.9726006792410779,47.48644465601886]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[0.554411275443273,49.7037370248867]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[4.603846828389034,49.70981043142519]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[1.7175840930639357,44.52288568435511]}},{"type":"Feature","properties":{"population":4890},"geometry":{"type":"Point","coordinates":[-1.3717256069288766,48.516473779376749]}},{"type":"Feature","properties":{"population":1838},"geometry":{"type":"Point","coordinates":[-0.7392906408464056,46.15093309577552]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[1.3876907056476935,44.569430672218498]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[-0.11897862007623737,43.25967915501086]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[1.394823264674646,42.945323709237147]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[0.9170545501845054,46.91017488622102]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[3.439795569125709,44.828629140274099]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[5.3108665062953979,49.29536604718242]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[5.844933075743443,46.340561468227537]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[1.174477659506723,46.78814345589809]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[5.733069959475979,47.654308354982507]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[3.0325791333382319,46.24627468454249]}},{"type":"Feature","properties":{"population":723},"geometry":{"type":"Point","coordinates":[7.451104219767497,48.180277413808109]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[6.1827922376390769,46.73324422610979]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[2.131710107067538,42.731783364480907]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[2.6329706733456796,43.337429819050658]}},{"type":"Feature","properties":{"population":1695},"geometry":{"type":"Point","coordinates":[3.8768594042433519,43.85713668427012]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[5.826362429815617,46.022305125203718]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[-1.3131348575206064,49.456403133047057]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[2.8191750658873575,47.71237577105494]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[2.6874490719335517,47.2280733078108]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[2.741543922872962,46.049505954890609]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[2.8868345645056885,49.628156423540279]}},{"type":"Feature","properties":{"population":1802},"geometry":{"type":"Point","coordinates":[-1.863621687458707,47.97219699440397]}},{"type":"Feature","properties":{"population":1529},"geometry":{"type":"Point","coordinates":[-1.5051253810623125,47.6556388826143]}},{"type":"Feature","properties":{"population":49537},"geometry":{"type":"Point","coordinates":[-1.634048511681316,47.224901280600679]}},{"type":"Feature","properties":{"population":15755},"geometry":{"type":"Point","coordinates":[-1.042413844358803,47.25868533490695]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[3.8417649412547725,49.22865441986535]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[0.5491688010693909,48.62733280598283]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[1.7421445178502189,44.32981831760381]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[7.791466071151415,48.89950381278046]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[4.03675767485191,49.79780905414446]}},{"type":"Feature","properties":{"population":694},"geometry":{"type":"Point","coordinates":[6.548513147780439,47.65688419243871]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[1.7791983873885998,49.52420109551773]}},{"type":"Feature","properties":{"population":594},"geometry":{"type":"Point","coordinates":[-0.5948070109497741,46.87313439870493]}},{"type":"Feature","properties":{"population":1880},"geometry":{"type":"Point","coordinates":[0.07566431735441724,43.29040570962392]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[2.0568270974585847,50.044122356802208]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[2.401478523662345,48.57487221811654]}},{"type":"Feature","properties":{"population":1406},"geometry":{"type":"Point","coordinates":[4.8014404240427199,45.44527496600562]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[5.7968033854302389,45.80376035419123]}},{"type":"Feature","properties":{"population":3438},"geometry":{"type":"Point","coordinates":[1.8925201672509747,44.85315095012833]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.390521070968457,45.054249732230598]}},{"type":"Feature","properties":{"population":561},"geometry":{"type":"Point","coordinates":[1.4046836882071066,43.33745196337069]}},{"type":"Feature","properties":{"population":1123},"geometry":{"type":"Point","coordinates":[7.496727749120145,48.02814850488621]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[4.834949797149496,47.6071440829291]}},{"type":"Feature","properties":{"population":1111},"geometry":{"type":"Point","coordinates":[4.599887558948043,43.97274241235228]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[0.6689344389212867,42.998792831968568]}},{"type":"Feature","properties":{"population":25371},"geometry":{"type":"Point","coordinates":[2.3246322114708408,48.93666232332666]}},{"type":"Feature","properties":{"population":1628},"geometry":{"type":"Point","coordinates":[1.7731170336277065,43.37681305160275]}},{"type":"Feature","properties":{"population":4586},"geometry":{"type":"Point","coordinates":[5.351891417317403,43.66491537008601]}},{"type":"Feature","properties":{"population":2021},"geometry":{"type":"Point","coordinates":[-1.2391348526862285,47.999545463357737]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[2.482137693997518,50.218987699964028]}},{"type":"Feature","properties":{"population":851},"geometry":{"type":"Point","coordinates":[0.2596293596659545,44.48664864868138]}},{"type":"Feature","properties":{"population":43877},"geometry":{"type":"Point","coordinates":[4.378357339434524,48.96433952301867]}},{"type":"Feature","properties":{"population":64849},"geometry":{"type":"Point","coordinates":[2.3061183082417164,48.90404497246067]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[2.0111489540610547,49.68628698058513]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[4.429766826814205,47.47978165264113]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[5.983525239159393,48.32641993500732]}},{"type":"Feature","properties":{"population":1234},"geometry":{"type":"Point","coordinates":[0.38304049078822496,43.07910879005156]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[5.825552290811164,47.37095711365332]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[2.9665974309198459,50.74529078386176]}},{"type":"Feature","properties":{"population":2974},"geometry":{"type":"Point","coordinates":[4.659073849824459,45.76854071969765]}},{"type":"Feature","properties":{"population":977},"geometry":{"type":"Point","coordinates":[-0.5116737169744702,45.893561275749508]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[1.555288053333357,49.24467056049472]}},{"type":"Feature","properties":{"population":923},"geometry":{"type":"Point","coordinates":[5.437711978564631,43.86027172228977]}},{"type":"Feature","properties":{"population":481},"geometry":{"type":"Point","coordinates":[6.282487213596127,45.245955370740919]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[2.3976386513626126,50.339472503039598]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[1.9381289431520588,45.189131326572937]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[4.669436280833981,46.70480405961096]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[1.8834978243156618,49.930170792398069]}},{"type":"Feature","properties":{"population":6140},"geometry":{"type":"Point","coordinates":[-2.9459063146133115,47.67850106266683]}},{"type":"Feature","properties":{"population":1088},"geometry":{"type":"Point","coordinates":[4.912951387524842,46.79329175091833]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[6.602374519341942,47.153551446885597]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[6.520635982569118,48.4394871221777]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[5.18149011522301,49.575547599564909]}},{"type":"Feature","properties":{"population":1067},"geometry":{"type":"Point","coordinates":[-1.1742526135070335,47.46738353193853]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[1.982242211094261,46.67593655638013]}},{"type":"Feature","properties":{"population":979},"geometry":{"type":"Point","coordinates":[5.2211192027014159,43.8241444863532]}},{"type":"Feature","properties":{"population":5072},"geometry":{"type":"Point","coordinates":[1.6020570413533586,50.664907254766209]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[1.679500144350949,49.587748219142557]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[1.9416959077165339,49.220196987978287]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[7.674025834968452,48.69763308215305]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[3.9512973284814447,49.181444561886788]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[1.6113465310075855,47.52980196579289]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.474755083250898,46.1416132654156]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[-0.7101007053486904,48.44781244102108]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[-1.2678467661852198,43.36676317393428]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[-0.5186831143503602,44.552022260255608]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[-0.2062556001497542,42.88126190489549]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[0.2272656004989892,48.833576505033047]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[2.8656950279989714,47.31836906380147]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.6588081590456226,49.848790148080919]}},{"type":"Feature","properties":{"population":2012},"geometry":{"type":"Point","coordinates":[6.3218027366899529,45.541281237341419]}},{"type":"Feature","properties":{"population":5720},"geometry":{"type":"Point","coordinates":[6.172405423817966,49.26287680864023]}},{"type":"Feature","properties":{"population":826},"geometry":{"type":"Point","coordinates":[0.48153325822861478,47.82102334164698]}},{"type":"Feature","properties":{"population":1036},"geometry":{"type":"Point","coordinates":[7.3780345035287,48.8142525831559]}},{"type":"Feature","properties":{"population":1110},"geometry":{"type":"Point","coordinates":[2.678500310035965,47.94833251788282]}},{"type":"Feature","properties":{"population":20829},"geometry":{"type":"Point","coordinates":[3.126374918914072,50.77452095822784]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[5.859250635566428,46.05006938007904]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[3.721790403884632,46.05793947923238]}},{"type":"Feature","properties":{"population":1570},"geometry":{"type":"Point","coordinates":[0.8023416106558048,46.77517243320208]}},{"type":"Feature","properties":{"population":5822},"geometry":{"type":"Point","coordinates":[-1.442042575841931,43.46227557943222]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[6.177394480792421,47.74435276753745]}},{"type":"Feature","properties":{"population":854},"geometry":{"type":"Point","coordinates":[-0.3036497291632598,43.12577975929423]}},{"type":"Feature","properties":{"population":1025},"geometry":{"type":"Point","coordinates":[-0.9386347042527227,49.19173136937749]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[0.5589397644722938,42.97785233040308]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[2.8697188783758205,49.77946869630573]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[6.051441597467224,44.48430525592603]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[4.0433296714231459,43.88727044860196]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[3.7213093819968825,46.64825987770044]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[5.643197393099648,48.352833638905817]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[3.1143182743664257,44.79974517642275]}},{"type":"Feature","properties":{"population":1885},"geometry":{"type":"Point","coordinates":[6.193855044094686,45.86498950785075]}},{"type":"Feature","properties":{"population":678},"geometry":{"type":"Point","coordinates":[1.0738559204312164,43.558555983153578]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[1.2581942067775143,48.62290180250513]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[2.076251055707923,50.70515941946896]}},{"type":"Feature","properties":{"population":35950},"geometry":{"type":"Point","coordinates":[6.847601054472023,43.45786612034957]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[0.41696375139445887,49.15342496004743]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[2.401935071765693,46.63312991999074]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[2.4938865219225154,45.90861858496234]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.164918850152108,49.628401906649177]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[5.816485373386729,47.78713391604561]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[3.3153674820976697,49.44847571687658]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[2.0991674303368725,42.72108050655518]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[1.875695788815223,50.31044097563758]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[4.9979544659739469,46.79612279248948]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[0.7370052018129633,43.42182784993379]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[2.9520993530410406,46.4223661764703]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[0.33545115499053027,44.083578829411369]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[3.253510887653039,43.640605393695469]}},{"type":"Feature","properties":{"population":2029},"geometry":{"type":"Point","coordinates":[6.3886765963291129,49.00700743032851]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[6.8208349812856758,44.559042890243819]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[4.750614374047866,49.421628997404699]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[-1.4932493661173734,48.38079080412083]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[4.502960748862854,48.517368428884719]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[5.460907293236803,48.08998695567597]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[3.640584028212993,44.512460251582407]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[6.16647930946463,48.3411562361355]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[1.9332982571624374,50.257506903126039]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[5.724921455254305,48.01298047952683]}},{"type":"Feature","properties":{"population":785},"geometry":{"type":"Point","coordinates":[-1.0087859020248007,45.87060657211035]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[5.399823543749203,48.351868197215498]}},{"type":"Feature","properties":{"population":6780},"geometry":{"type":"Point","coordinates":[-1.5660618433259049,47.12681549886108]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[0.9874288233382961,49.820426894555129]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[6.179824221215061,48.06359577366575]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[-0.16106794908647299,45.81205544971491]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[2.1665528250751628,50.38185427450514]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[-1.0214335919320053,48.9300375718772]}},{"type":"Feature","properties":{"population":19083},"geometry":{"type":"Point","coordinates":[5.1551119473755719,45.61337054094837]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[5.0463930669422549,49.16333162007825]}},{"type":"Feature","properties":{"population":467},"geometry":{"type":"Point","coordinates":[0.7995642520498038,43.23112241578602]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[2.5700064529497279,45.76377822203999]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[2.68484202770283,46.35580430952985]}},{"type":"Feature","properties":{"population":1608},"geometry":{"type":"Point","coordinates":[-2.3617017944615297,48.63456320575361]}},{"type":"Feature","properties":{"population":1598},"geometry":{"type":"Point","coordinates":[2.248528569072931,43.25484634521815]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[-0.6153683680920976,45.48258626420414]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[2.860420923805961,49.88437008491482]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[6.412454719658061,48.85811966654356]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[-5.086801655301788,48.4597923276131]}},{"type":"Feature","properties":{"population":630},"geometry":{"type":"Point","coordinates":[1.3998940014103787,47.64702038418865]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[2.1454286953684096,42.47250081092973]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[1.2980227771307905,47.871692489929717]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.3691950037709799,48.151532189358288]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[1.3215189584711576,49.28744176040603]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[-1.3050143913376698,48.86541582748632]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[7.88610171199777,48.9505535993461]}},{"type":"Feature","properties":{"population":8685},"geometry":{"type":"Point","coordinates":[4.184398868540362,43.55035468164755]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[6.368813014212871,47.30434851175117]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[6.81298237113889,48.4611957582853]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[4.579060102389873,47.74792770035099]}},{"type":"Feature","properties":{"population":1050},"geometry":{"type":"Point","coordinates":[-0.5313308291404892,49.13970892931886]}},{"type":"Feature","properties":{"population":64001},"geometry":{"type":"Point","coordinates":[2.387318207728642,48.81203047844566]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[2.4112251930729777,50.30029536255493]}},{"type":"Feature","properties":{"population":7646},"geometry":{"type":"Point","coordinates":[6.540858058438053,46.39005293449374]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[0.9834872680138057,42.95006520738836]}},{"type":"Feature","properties":{"population":849},"geometry":{"type":"Point","coordinates":[0.7730239456480754,45.85143020565761]}},{"type":"Feature","properties":{"population":5114},"geometry":{"type":"Point","coordinates":[2.747200960678813,48.18694642756456]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[4.080408835239169,49.585755422786828]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[1.3503105469982857,48.50968725573797]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[2.0157196545984998,50.184763091147718]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[4.169092319269308,44.59554817796409]}},{"type":"Feature","properties":{"population":1213},"geometry":{"type":"Point","coordinates":[4.027459100503803,45.04704299305363]}},{"type":"Feature","properties":{"population":7869},"geometry":{"type":"Point","coordinates":[3.088300793805589,45.720845768707558]}},{"type":"Feature","properties":{"population":970},"geometry":{"type":"Point","coordinates":[1.6025114727149033,44.98945867448289]}},{"type":"Feature","properties":{"population":1491},"geometry":{"type":"Point","coordinates":[0.5224009382046166,48.39094335838164]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[6.644172793012945,48.123979037489387]}},{"type":"Feature","properties":{"population":1641},"geometry":{"type":"Point","coordinates":[0.9658181014363484,45.05113039285267]}},{"type":"Feature","properties":{"population":739},"geometry":{"type":"Point","coordinates":[1.9681730152791035,44.41431797753136]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[1.8153637602310767,49.5342008306806]}},{"type":"Feature","properties":{"population":1365},"geometry":{"type":"Point","coordinates":[2.3721251582626259,50.953405017153929]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[4.235829720571275,44.07340349731811]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[4.561817058417275,44.500529576668139]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.503080245074067,49.357724903751449]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[5.715149029976326,48.23513505554347]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[0.850910165572927,43.13729171644746]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[0.4996782953379644,42.99713482109567]}},{"type":"Feature","properties":{"population":1067},"geometry":{"type":"Point","coordinates":[-2.7132905831307907,47.949225549545058]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[5.967467911398185,45.705178603510827]}},{"type":"Feature","properties":{"population":1467},"geometry":{"type":"Point","coordinates":[-4.073165391842171,48.554442207510437]}},{"type":"Feature","properties":{"population":12472},"geometry":{"type":"Point","coordinates":[-1.080762194155179,44.75450108158028]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[1.0305483428348946,43.111218413071878]}},{"type":"Feature","properties":{"population":4311},"geometry":{"type":"Point","coordinates":[-1.8951620716022178,48.524736463629]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.7529028389354692,43.07617492262707]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[0.6835166767934732,49.27341210597388]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[2.0977382215929305,50.19388869494152]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[3.6390560359792696,47.47913806712816]}},{"type":"Feature","properties":{"population":15419},"geometry":{"type":"Point","coordinates":[4.250338312227975,45.49034213026003]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[8.753180818912622,41.76930566743542]}},{"type":"Feature","properties":{"population":1337},"geometry":{"type":"Point","coordinates":[7.305593610246156,48.6207322049605]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[2.5703914804305625,45.70034122861126]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[1.7371392167892746,50.24437008613785]}},{"type":"Feature","properties":{"population":1074},"geometry":{"type":"Point","coordinates":[5.5123672072792539,45.38052300809707]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[2.873782305265263,47.870538375095957]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[6.279282076690811,48.33667694971853]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[2.3525856930515025,46.64513641415508]}},{"type":"Feature","properties":{"population":537},"geometry":{"type":"Point","coordinates":[7.52707943724794,48.820246009882797]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[2.281976491756653,50.64854543938911]}},{"type":"Feature","properties":{"population":4061},"geometry":{"type":"Point","coordinates":[7.252743989708273,47.82723463931901]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[6.356524520890351,45.39520854411139]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[5.497572041277686,45.797212478572919]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[5.1117125296464949,49.3990895862907]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[0.3825563207552498,42.8881846115986]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[2.3798921749098129,46.882134623925278]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[2.571634451405746,42.53684664353385]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[-0.3541547810952323,45.87183266256073]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[-1.284680282717057,47.770224954343969]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[2.9604706768438184,48.248385626625658]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[1.90972621233522,50.477684160477839]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[0.2938499926717204,48.745720466707108]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[-2.0683772712734984,48.38880691344214]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[5.512424888141291,48.146855115538389]}},{"type":"Feature","properties":{"population":1839},"geometry":{"type":"Point","coordinates":[0.37460316203802759,44.260308609420949]}},{"type":"Feature","properties":{"population":947},"geometry":{"type":"Point","coordinates":[-0.4881137649385082,49.25634960067745]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[2.5837504620708588,47.89073004097238]}},{"type":"Feature","properties":{"population":6523},"geometry":{"type":"Point","coordinates":[3.979782552587874,43.68870834607302]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[3.9204446281142348,43.996134407958319]}},{"type":"Feature","properties":{"population":9},"geometry":{"type":"Point","coordinates":[1.9319281468277708,49.73027262679103]}},{"type":"Feature","properties":{"population":1369},"geometry":{"type":"Point","coordinates":[3.6092977368814935,49.619887383671329]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[0.9315711447011085,49.742084950948889]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[4.079211769002369,46.69381871403943]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[5.579859229418699,47.3522782953142]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[1.7008643401701953,48.375547131673908]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[5.536796626859318,47.10587357036879]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[6.656602524642983,47.22307626258335]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[1.7963328631201204,43.40509182206215]}},{"type":"Feature","properties":{"population":26405},"geometry":{"type":"Point","coordinates":[5.013768818887578,43.584143529123689]}},{"type":"Feature","properties":{"population":1312},"geometry":{"type":"Point","coordinates":[4.755788297826689,46.81079936872805]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.0580099681074899,48.69539519182922]}},{"type":"Feature","properties":{"population":1367},"geometry":{"type":"Point","coordinates":[5.369467987363194,47.2727381066307]}},{"type":"Feature","properties":{"population":1254},"geometry":{"type":"Point","coordinates":[7.484544886585995,47.50044534195656]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[5.668956630902597,49.11602773396859]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[2.69841445542238,50.02865632538011]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[-0.4754654418877173,48.28545857402757]}},{"type":"Feature","properties":{"population":1351},"geometry":{"type":"Point","coordinates":[7.461792760982736,43.80449418429883]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[6.287298153687457,47.2668641280046]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[9.447560154273822,42.42331121499302]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[6.168087618824412,47.47313874665327]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[4.6014211302091498,49.39787384872484]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[3.228666164292385,49.146060784367687]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[2.3283264930498386,49.134556196902867]}},{"type":"Feature","properties":{"population":1210},"geometry":{"type":"Point","coordinates":[2.070176528024914,43.92229817035679]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[1.1789754760911003,49.908702572236858]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[3.208778285142463,50.01160855877725]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[0.3726088252080995,42.83112152187507]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[4.453277890895193,45.999798634641887]}},{"type":"Feature","properties":{"population":18110},"geometry":{"type":"Point","coordinates":[3.072218000846036,50.59422234457728]}},{"type":"Feature","properties":{"population":5097},"geometry":{"type":"Point","coordinates":[-0.3922011842665926,49.289907869087759]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.047522602758289,46.28495002031988]}},{"type":"Feature","properties":{"population":1456},"geometry":{"type":"Point","coordinates":[-3.5630178229377966,48.70805550809251]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[2.690058424016074,43.5430108869115]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[1.9031360077923228,44.51150813408035]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[2.764112214631158,49.75592262582487]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[5.473342666531991,47.19776932647113]}},{"type":"Feature","properties":{"population":811},"geometry":{"type":"Point","coordinates":[4.597956876915,45.97044855201485]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[3.7021019099459124,44.84856365496343]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[1.6948278049998289,47.12709105457777]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[1.9116589963474505,49.93732492442481]}},{"type":"Feature","properties":{"population":706},"geometry":{"type":"Point","coordinates":[4.44855689082055,44.55310930447205]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[1.4810586915771596,49.68147238529727]}},{"type":"Feature","properties":{"population":455},"geometry":{"type":"Point","coordinates":[1.540522637083044,48.693366772139679]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[2.4254080288017318,49.47046496445154]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[5.425600877388035,46.52742026262829]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[4.269168210875402,44.990229444370608]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[2.8388020503497817,45.656150910076529]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[5.50896812125197,48.450887241650047]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[1.4555165139955129,42.98142731060591]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[5.763753703899966,47.87914291470533]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[0.8136073235963128,42.963687079880937]}},{"type":"Feature","properties":{"population":1287},"geometry":{"type":"Point","coordinates":[1.3237815818820076,45.516989136610927]}},{"type":"Feature","properties":{"population":2199},"geometry":{"type":"Point","coordinates":[-1.1830156494697389,48.17828794151076]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[9.372459791674747,42.39379041052639]}},{"type":"Feature","properties":{"population":871},"geometry":{"type":"Point","coordinates":[6.610451245289537,46.34533313288282]}},{"type":"Feature","properties":{"population":6250},"geometry":{"type":"Point","coordinates":[1.1532294421591503,42.975633337384078]}},{"type":"Feature","properties":{"population":1049},"geometry":{"type":"Point","coordinates":[2.657299212434062,50.71797058423601]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[6.358508508149605,45.239380656443767]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[1.832150104981383,45.64301763626597]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[5.171040431491602,49.113349664370428]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[3.779570315454571,48.73659850571978]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[7.259813077823658,48.789912499563]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[1.8873155757354412,49.91137165109258]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[5.685727679282807,47.39127068661832]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[-0.899328649503203,48.38911917213656]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[3.2049017196891969,44.17619428768838]}},{"type":"Feature","properties":{"population":1047},"geometry":{"type":"Point","coordinates":[6.1923711858931889,49.16187160190523]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.7521010415747348,47.75356160882292]}},{"type":"Feature","properties":{"population":1199},"geometry":{"type":"Point","coordinates":[4.20712599889838,45.62514555202504]}},{"type":"Feature","properties":{"population":1077},"geometry":{"type":"Point","coordinates":[-1.7626117655741294,47.648735879248238]}},{"type":"Feature","properties":{"population":1370},"geometry":{"type":"Point","coordinates":[4.479378983426107,47.12745366363818]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[6.1486541081325269,45.660049565818827]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[-0.9312039153407429,48.22272882211718]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[4.169036275846119,44.770477147886499]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[0.40717465470066518,43.9247729269363]}},{"type":"Feature","properties":{"population":2282},"geometry":{"type":"Point","coordinates":[-3.464604858086585,47.6372075947625]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[1.8269180659273914,42.84288338530691]}},{"type":"Feature","properties":{"population":5319},"geometry":{"type":"Point","coordinates":[5.55561783842755,48.74634521879939]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[-0.7589660322614297,43.27641988759203]}},{"type":"Feature","properties":{"population":1327},"geometry":{"type":"Point","coordinates":[-3.0068768566438819,48.69454266326031]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[-0.7304259866433902,43.23822983667437]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[5.5377166769967769,46.9195214134817]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[2.704310345281851,49.65893655675346]}},{"type":"Feature","properties":{"population":698},"geometry":{"type":"Point","coordinates":[1.5186846483887307,45.4492164340146]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[-0.7362679198967608,46.884015596257459]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[5.180841473795885,44.55402311908396]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[3.7941316271164946,47.51404644203814]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[5.746680871839189,48.56873815314513]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[4.893453032937181,49.323716904080367]}},{"type":"Feature","properties":{"population":3757},"geometry":{"type":"Point","coordinates":[2.4881904045484517,49.06714018897797]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[4.588872236977685,46.76187140330408]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[5.061809861823539,45.46229334986357]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[0.6005595815781609,49.55206713121588]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[6.639991341916093,48.671819107541619]}},{"type":"Feature","properties":{"population":53489},"geometry":{"type":"Point","coordinates":[2.314264345150862,48.954810539418549]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[6.131544976284424,46.706685756929669]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[2.5836788287261984,49.53872712321302]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[2.379942392456696,50.007936777257757]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[1.819869997966578,50.15230835997985]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[0.8005009792388932,48.997786936321329]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[6.2938492777870149,47.92349929430524]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[2.429643635490124,49.71981024248604]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[3.8759368803718359,49.71464441447784]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[5.870978255766695,47.50910704985446]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[5.5522801302101369,48.808672497515519]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[3.438700432352589,46.41076561883242]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[2.567519698098682,46.791913230273568]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[2.8929347203308057,43.437937603276647]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[6.319526905704509,47.684301162789157]}},{"type":"Feature","properties":{"population":1368},"geometry":{"type":"Point","coordinates":[2.549980339910324,45.434380606571988]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[6.340512282962726,48.48491557348967]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[-0.08816032875643881,42.992001181605669]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[3.9189618700450188,44.62026845025399]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[2.0835599704782115,50.066961163169178]}},{"type":"Feature","properties":{"population":1059},"geometry":{"type":"Point","coordinates":[7.3823243629323029,47.718938403928998]}},{"type":"Feature","properties":{"population":7643},"geometry":{"type":"Point","coordinates":[3.5470950849694597,43.3602524901725]}},{"type":"Feature","properties":{"population":1962},"geometry":{"type":"Point","coordinates":[5.322186229925838,47.40189211280156]}},{"type":"Feature","properties":{"population":1140},"geometry":{"type":"Point","coordinates":[0.9879007143007766,49.02011413658792]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[3.792600075294439,49.78733625318247]}},{"type":"Feature","properties":{"population":6454},"geometry":{"type":"Point","coordinates":[5.238027370674326,46.63576758139335]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[6.906404853141288,48.75583991869925]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[-0.9467827452258913,48.40672718606337]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[2.16941475519086,50.27568638798748]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[4.101194485777205,44.66457689086685]}},{"type":"Feature","properties":{"population":964},"geometry":{"type":"Point","coordinates":[4.679986946575892,45.50440610882773]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[2.7915523250861895,49.951245556432258]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[6.0210842210906378,49.27959483397058]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[5.939162809935623,46.93397354622772]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[7.40224436100113,47.56361186469284]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[7.4042401034774809,48.58281446699672]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[2.66608942135185,47.391207704857887]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[9.34482608559383,42.456416565967959]}},{"type":"Feature","properties":{"population":2295},"geometry":{"type":"Point","coordinates":[-0.19448871297679314,48.456449057681528]}},{"type":"Feature","properties":{"population":964},"geometry":{"type":"Point","coordinates":[-3.105461909863636,47.30251035084127]}},{"type":"Feature","properties":{"population":3975},"geometry":{"type":"Point","coordinates":[4.649347855357478,45.96474616193573]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[-0.39341919299659869,48.95391395698375]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[0.25241767139792378,43.219114965151458]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[2.8197986284405904,49.70493631105922]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[6.1996535802529879,47.383513005522008]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.9035758965651734,50.11273226656339]}},{"type":"Feature","properties":{"population":1555},"geometry":{"type":"Point","coordinates":[7.366930543169042,48.44328560567168]}},{"type":"Feature","properties":{"population":1098},"geometry":{"type":"Point","coordinates":[1.1195571897891088,49.05657727956494]}},{"type":"Feature","properties":{"population":2646},"geometry":{"type":"Point","coordinates":[5.718691099207412,45.03581296499146]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[5.7014513449905019,48.515532954757]}},{"type":"Feature","properties":{"population":867},"geometry":{"type":"Point","coordinates":[3.677913503604255,48.06625410245581]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[6.802225303609812,48.09500877453848]}},{"type":"Feature","properties":{"population":1317},"geometry":{"type":"Point","coordinates":[2.1042383928092449,49.2538180058414]}},{"type":"Feature","properties":{"population":2120},"geometry":{"type":"Point","coordinates":[4.464434504324674,43.50425371808406]}},{"type":"Feature","properties":{"population":2941},"geometry":{"type":"Point","coordinates":[-1.581834427137004,49.038154140585429]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[5.006692704508851,48.68813332650757]}},{"type":"Feature","properties":{"population":1102},"geometry":{"type":"Point","coordinates":[6.322951085667468,46.25513732371244]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[3.818377765889833,48.713946284663]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[1.1364598925811527,43.97663289862957]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[-0.24492867890415527,43.512157522292017]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[6.1555755070847779,48.33307966998088]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[-0.938305640390362,49.35957605754917]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[0.17433649933543189,43.19201217924416]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[-0.7413390165201785,49.30011947642189]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[3.5895822001590527,47.670412028926509]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[5.238778618229191,49.449929224037919]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[1.7979835587164262,46.49564448683824]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[3.024434692191853,50.06763570176922]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[3.182816171983763,45.56230922720087]}},{"type":"Feature","properties":{"population":7022},"geometry":{"type":"Point","coordinates":[-0.2955667082053324,49.198673882301338]}},{"type":"Feature","properties":{"population":591},"geometry":{"type":"Point","coordinates":[1.1506078564063123,45.43039564152173]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[0.21972960525176173,43.73089417018404]}},{"type":"Feature","properties":{"population":490},"geometry":{"type":"Point","coordinates":[2.81893787298906,50.24696570203931]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[0.5953065571242302,43.214941115792779]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[-0.2695022520076159,48.56702445597259]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[1.1224866072978813,43.1668943892419]}},{"type":"Feature","properties":{"population":560},"geometry":{"type":"Point","coordinates":[0.886826258356939,49.16849207797862]}},{"type":"Feature","properties":{"population":2094},"geometry":{"type":"Point","coordinates":[2.019296312591423,47.93224130022834]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[6.271860620332491,48.30046477992018]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[6.687022488624421,43.907270863305537]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[6.125925157135077,46.73674239162537]}},{"type":"Feature","properties":{"population":4539},"geometry":{"type":"Point","coordinates":[3.2634086526267547,50.41428346595924]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[5.470827458453024,46.19637740135537]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[-1.3266298011181584,48.9445625711868]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[7.044247097398721,48.259815771484579]}},{"type":"Feature","properties":{"population":506},"geometry":{"type":"Point","coordinates":[6.675091107333873,48.107873023706329]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[4.643076913789882,48.30768073041932]}},{"type":"Feature","properties":{"population":698},"geometry":{"type":"Point","coordinates":[5.983049872950768,45.83008585398972]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[-0.656452285156049,43.7277582932647]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[-2.8409737737047546,48.246252116217018]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[5.992034799344137,46.76693479226029]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[6.707893130235997,48.13949197210256]}},{"type":"Feature","properties":{"population":908},"geometry":{"type":"Point","coordinates":[5.730651670898148,45.256706424816027]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[-0.06339109167536337,45.12822915671478]}},{"type":"Feature","properties":{"population":894},"geometry":{"type":"Point","coordinates":[4.7627918956654249,46.125586595133118]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[5.060699920239921,48.187601208703977]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[5.65944205259491,47.69813352580551]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[6.774685865819073,47.32182194416934]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[0.7576312656154011,42.97005151054591]}},{"type":"Feature","properties":{"population":565},"geometry":{"type":"Point","coordinates":[-0.2120770403073404,48.991055176264399]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[0.9677089038194151,43.449043650557609]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[0.3113637583467174,43.2550453557452]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.493606785945272,48.678417749820628]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[-0.49777926779462097,45.3827337518878]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[5.151766029999538,48.48088090743383]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[0.07206552479977224,43.097183790373]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[3.7868774438484436,50.32978102788403]}},{"type":"Feature","properties":{"population":1791},"geometry":{"type":"Point","coordinates":[-0.4419377656254197,46.61141049566238]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[-0.6511984711316556,47.378004520227147]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[1.721110075140429,49.87092710934429]}},{"type":"Feature","properties":{"population":3698},"geometry":{"type":"Point","coordinates":[0.433697493990354,46.62848689162455]}},{"type":"Feature","properties":{"population":12459},"geometry":{"type":"Point","coordinates":[3.239975109693865,45.79824046207477]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[4.379716013367308,47.094098164444307]}},{"type":"Feature","properties":{"population":1310},"geometry":{"type":"Point","coordinates":[0.05110673496479787,49.145437731816979]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[5.946151582681403,48.7717860412386]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[1.9025286646743243,48.467882126713188]}},{"type":"Feature","properties":{"population":990},"geometry":{"type":"Point","coordinates":[3.552486214444338,44.540329857632517]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[5.6679620197895759,48.24382123936571]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[4.121977512994769,47.57540127045495]}},{"type":"Feature","properties":{"population":2757},"geometry":{"type":"Point","coordinates":[3.3506766868885125,50.29027856467899]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[1.4637152335558659,43.19520892851849]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[2.8711240812204057,48.65186359729115]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[5.725095161506398,44.03184722233547]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[0.11076215139945246,43.43276284186845]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[3.9185361070048136,49.687645715093449]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[-0.22103910003506045,43.21191605670651]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[3.276954991693234,47.15580419689058]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[2.64949613474171,49.67209706666468]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[1.8716014333266554,44.454571730330517]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[3.5225770050840636,49.5084106483713]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[5.339258056512136,44.52726847395177]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[-1.0338605079772763,49.31260757854554]}},{"type":"Feature","properties":{"population":2123},"geometry":{"type":"Point","coordinates":[4.5838573839588829,46.15686054438444]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[0.8899024171427507,44.529919538671467]}},{"type":"Feature","properties":{"population":2149},"geometry":{"type":"Point","coordinates":[-1.5735557545070887,49.553711161007438]}},{"type":"Feature","properties":{"population":33003},"geometry":{"type":"Point","coordinates":[5.2121200024650788,43.41755825668618]}},{"type":"Feature","properties":{"population":935},"geometry":{"type":"Point","coordinates":[4.059871868876731,45.94275679121346]}},{"type":"Feature","properties":{"population":881},"geometry":{"type":"Point","coordinates":[3.5080454804376064,47.923036512183788]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[4.794694395358476,49.45818237167877]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[3.752294956847387,47.23977370977156]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[8.979228953682858,41.88442355911968]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[9.383285207464791,42.19175718818802]}},{"type":"Feature","properties":{"population":10636},"geometry":{"type":"Point","coordinates":[5.040085440839502,43.99623502451485]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[7.378342090067197,47.595900983433818]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[3.8202307509597595,48.73560987417752]}},{"type":"Feature","properties":{"population":2965},"geometry":{"type":"Point","coordinates":[-1.3030847157685633,49.416232601643738]}},{"type":"Feature","properties":{"population":1434},"geometry":{"type":"Point","coordinates":[5.895386380733619,48.516215884822077]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[1.5251483018492458,48.082761037619878]}},{"type":"Feature","properties":{"population":1113},"geometry":{"type":"Point","coordinates":[2.0159107537908755,43.30168771251145]}},{"type":"Feature","properties":{"population":1863},"geometry":{"type":"Point","coordinates":[-0.9659924129426697,45.999665482893828]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[-0.8996436644507337,47.82786619825031]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[6.84690739276192,48.131297574012119]}},{"type":"Feature","properties":{"population":3303},"geometry":{"type":"Point","coordinates":[0.05488477415864553,43.19475966876103]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[3.8093706359770369,46.67492897368933]}},{"type":"Feature","properties":{"population":19965},"geometry":{"type":"Point","coordinates":[5.056156662649429,43.91307460677814]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[2.1060668221598379,49.87712795241552]}},{"type":"Feature","properties":{"population":1432},"geometry":{"type":"Point","coordinates":[4.232914049977608,45.76775929279935]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[0.8973503006533271,49.79312570013426]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[0.06292620172803797,44.91550181244593]}},{"type":"Feature","properties":{"population":1687},"geometry":{"type":"Point","coordinates":[0.10554403536133113,48.06725961996276]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[9.123480703298972,42.4745215000801]}},{"type":"Feature","properties":{"population":11},"geometry":{"type":"Point","coordinates":[4.951487344796772,48.25608425045159]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[6.112686978863248,44.7984054457146]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[1.7650062000911154,49.93628170239562]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[6.936315504599777,43.98670343071038]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[6.052727956396555,48.45656778325529]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[2.6877719393432315,50.05976395258048]}},{"type":"Feature","properties":{"population":514},"geometry":{"type":"Point","coordinates":[4.167309696687457,45.79117547065866]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[-0.44679990851113768,43.021799057619428]}},{"type":"Feature","properties":{"population":1309},"geometry":{"type":"Point","coordinates":[-0.3475588869568948,46.020767521903469]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[0.5411818795452248,43.075658942105849]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[6.459241979598166,48.960151405257658]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[6.714085965456347,48.88194303051476]}},{"type":"Feature","properties":{"population":1499},"geometry":{"type":"Point","coordinates":[-1.2349797902586515,43.15999259509827]}},{"type":"Feature","properties":{"population":3207},"geometry":{"type":"Point","coordinates":[-0.5472310991971884,45.01149529746849]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[1.9600470957617887,44.13499683645161]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[1.5650068737103636,50.1208469951364]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[7.003946774385597,43.88908020990479]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[4.282612708164954,48.54395925616339]}},{"type":"Feature","properties":{"population":1329},"geometry":{"type":"Point","coordinates":[3.4252346914221629,50.365385304506137]}},{"type":"Feature","properties":{"population":5378},"geometry":{"type":"Point","coordinates":[4.592002475018208,47.85841164357503]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[-3.1259814280321036,48.441679922769178]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[3.9241704130779775,44.833118875010317]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[1.589520747930695,49.24970140294478]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[2.677068912628924,44.97668849460828]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[0.8061991812785256,43.011316114566849]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[1.7795097621230379,44.738746909099528]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[6.966284096018795,43.87535528554063]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[2.449856810984491,49.74279431195971]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[2.3330344094336046,42.764240849299579]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[-4.2630474129236559,48.09121534488447]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[-0.10977116121987837,48.58939891457383]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[1.8890613548964484,48.32623389089396]}},{"type":"Feature","properties":{"population":3951},"geometry":{"type":"Point","coordinates":[-4.313905591124327,48.384614056144709]}},{"type":"Feature","properties":{"population":1300},"geometry":{"type":"Point","coordinates":[5.39242934773456,45.7364532351934]}},{"type":"Feature","properties":{"population":474},"geometry":{"type":"Point","coordinates":[2.6378925109664275,44.239727884306919]}},{"type":"Feature","properties":{"population":2384},"geometry":{"type":"Point","coordinates":[0.7111361859767514,44.18781917770811]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[3.02888471962787,47.241722561039747]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[6.001378389870074,48.18491371717516]}},{"type":"Feature","properties":{"population":3351},"geometry":{"type":"Point","coordinates":[-0.2540990967902321,47.67814422432671]}},{"type":"Feature","properties":{"population":585},"geometry":{"type":"Point","coordinates":[2.0772303133462799,50.532678293048]}},{"type":"Feature","properties":{"population":1310},"geometry":{"type":"Point","coordinates":[1.2448492884695473,49.22796629754923]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[0.5413733218523924,43.17848293281676]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[2.899942421880564,47.16221010377115]}},{"type":"Feature","properties":{"population":1796},"geometry":{"type":"Point","coordinates":[0.7453137252230284,45.28159088731423]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[3.6263557099701519,48.029660426922848]}},{"type":"Feature","properties":{"population":1514},"geometry":{"type":"Point","coordinates":[1.796452337216232,43.770118625417769]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[1.3043113829401477,49.38473467132111]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[4.080168903274532,43.9665184975702]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[1.8300394723528693,49.04866227986281]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[6.490234647184637,47.27652448942824]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[-3.491482751426453,48.51061245498131]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[3.834956998248653,46.7829252989199]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[0.04972873446430874,44.59730170160628]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[0.5342770262145751,44.3427774742643]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[5.593648472409618,43.51663283727238]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[2.5098735634849884,49.442711915623608]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[1.925249703985979,49.52585676741567]}},{"type":"Feature","properties":{"population":5402},"geometry":{"type":"Point","coordinates":[-1.8531524137338634,48.152273757721449]}},{"type":"Feature","properties":{"population":2599},"geometry":{"type":"Point","coordinates":[-0.26664100891179878,47.068863532680847]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.968126685004182,44.480451183265127]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[2.1585723283222157,48.2550433700476]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[2.540304472151021,43.078390982748469]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[-0.6002723773698009,45.99507285766225]}},{"type":"Feature","properties":{"population":671},"geometry":{"type":"Point","coordinates":[6.095244682883541,48.982642501500098]}},{"type":"Feature","properties":{"population":1186},"geometry":{"type":"Point","coordinates":[-0.8122643862112207,48.140342708978369]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[0.2569713618598111,43.086306146209469]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[1.1503421017024103,47.75114217315571]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[-0.8214324056281013,48.70795826827276]}},{"type":"Feature","properties":{"population":1386},"geometry":{"type":"Point","coordinates":[-1.8089951650531664,48.59367309606663]}},{"type":"Feature","properties":{"population":688},"geometry":{"type":"Point","coordinates":[1.4739996115296613,50.08774991837336]}},{"type":"Feature","properties":{"population":1773},"geometry":{"type":"Point","coordinates":[0.4400422610548993,49.13206527715959]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[4.330968691628891,48.47088830707133]}},{"type":"Feature","properties":{"population":1183},"geometry":{"type":"Point","coordinates":[7.083923745595522,48.22798084193902]}},{"type":"Feature","properties":{"population":875},"geometry":{"type":"Point","coordinates":[3.971372910463906,47.470237793561199]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[5.580994762573104,48.15980409627962]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[5.586829116290004,49.03988528577495]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[6.876348098076038,48.5208627954124]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[-1.03601137507407,43.453917075431508]}},{"type":"Feature","properties":{"population":3982},"geometry":{"type":"Point","coordinates":[1.523426555241261,48.63025244900657]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[-0.36462408789877379,46.684875145604198]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[3.9950724232130598,50.3256397122897]}},{"type":"Feature","properties":{"population":2999},"geometry":{"type":"Point","coordinates":[3.365243259784674,49.40754160085166]}},{"type":"Feature","properties":{"population":1210},"geometry":{"type":"Point","coordinates":[4.849683540706642,46.44501838820466]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[4.015724430367259,49.477470501383098]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[2.6231681425874067,50.145800392526]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[4.766723059929251,47.62954700168781]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[4.438448240372529,48.20092931844257]}},{"type":"Feature","properties":{"population":1383},"geometry":{"type":"Point","coordinates":[4.128245428984752,49.05277947744795]}},{"type":"Feature","properties":{"population":852},"geometry":{"type":"Point","coordinates":[4.974096982378993,46.24658946196138]}},{"type":"Feature","properties":{"population":630},"geometry":{"type":"Point","coordinates":[5.96162986841892,43.777313633788867]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[0.769074409758615,49.70850772518341]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[0.22969715062958716,47.62816372026321]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[6.5652866953664079,47.73742504488413]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[6.047150099424375,47.39619982219736]}},{"type":"Feature","properties":{"population":1445},"geometry":{"type":"Point","coordinates":[0.15645340033173345,43.38602204517174]}},{"type":"Feature","properties":{"population":5193},"geometry":{"type":"Point","coordinates":[0.19649442951981925,45.71687830153573]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[2.49062868548637,50.01750761946557]}},{"type":"Feature","properties":{"population":2477},"geometry":{"type":"Point","coordinates":[-1.6413192041576175,46.987375471681009]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[1.7607650619665559,42.799483224193547]}},{"type":"Feature","properties":{"population":988},"geometry":{"type":"Point","coordinates":[-0.8454041285014605,46.109204317307028]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[7.577059410013193,48.59980605051896]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[0.05403168859304009,49.249479566417019]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[4.701125166589287,48.54661281771235]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[2.2873672235937856,48.09801114009221]}},{"type":"Feature","properties":{"population":2284},"geometry":{"type":"Point","coordinates":[4.347657054936755,44.447279678092808]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[6.898862285248734,47.30292186439958]}},{"type":"Feature","properties":{"population":460},"geometry":{"type":"Point","coordinates":[1.3803861093963466,49.477625021078939]}},{"type":"Feature","properties":{"population":1271},"geometry":{"type":"Point","coordinates":[2.7994216779170419,50.351171301328097]}},{"type":"Feature","properties":{"population":529},"geometry":{"type":"Point","coordinates":[4.758466984673659,46.245195862081]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[4.601988225551052,46.622192743832147]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[6.706779924119238,47.64430485058817]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[-0.16693627370439746,45.25478402301861]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[3.172744049335109,49.63790780671547]}},{"type":"Feature","properties":{"population":2134},"geometry":{"type":"Point","coordinates":[2.4291242956254526,50.890639239539087]}},{"type":"Feature","properties":{"population":44539},"geometry":{"type":"Point","coordinates":[1.6942340643686478,48.99831060920417]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[-0.9414415262264382,46.385576539410688]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[3.8610842469053376,49.86296133559405]}},{"type":"Feature","properties":{"population":7346},"geometry":{"type":"Point","coordinates":[1.3571537669202277,43.7389020704536]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[1.7081114331745333,48.40201432047671]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[2.3413869688405759,42.92461501208189]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[1.7739026843365107,50.37232561932521]}},{"type":"Feature","properties":{"population":2692},"geometry":{"type":"Point","coordinates":[5.107860162032398,45.83099114133026]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[3.4661935418455069,49.400563103342658]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[2.0032554740576886,46.78033745254121]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[4.296042928418492,48.97444731004286]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[0.6652686328775391,42.94051932559552]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[2.9805572363326466,50.255216090016357]}},{"type":"Feature","properties":{"population":2333},"geometry":{"type":"Point","coordinates":[4.878300905620529,45.575475721552567]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[4.595351533571334,46.277809451228218]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[2.4329457804767666,42.78571643707123]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[0.6980898791249536,43.815114524515788]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[2.5100780545232168,48.47401855446274]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[2.6832159186143067,49.59037597063623]}},{"type":"Feature","properties":{"population":2683},"geometry":{"type":"Point","coordinates":[1.6483593071173402,48.59740613382787]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[1.073930663359893,45.39521481589182]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[3.740547955506386,49.4314896410225]}},{"type":"Feature","properties":{"population":578},"geometry":{"type":"Point","coordinates":[-0.7189707736253319,43.521111581312549]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[6.380227008976699,47.42997422080967]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[9.367807828415794,42.38421254952788]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.5496695983864481,43.8139670743736]}},{"type":"Feature","properties":{"population":1767},"geometry":{"type":"Point","coordinates":[2.869568933048026,43.14871804075506]}},{"type":"Feature","properties":{"population":1045},"geometry":{"type":"Point","coordinates":[-1.0259791193095736,44.07215525949983]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[2.042399218333344,48.83297716265775]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[3.261144558289159,50.02417775487091]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[2.782426443259716,45.10352639615982]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[4.59671055967697,46.98772640152983]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[3.4430445572615127,48.87332332697962]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[0.6206348299222015,49.793160803403029]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[5.823779581471689,48.8124136612545]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[2.047306751348563,48.72859957526427]}},{"type":"Feature","properties":{"population":3710},"geometry":{"type":"Point","coordinates":[-0.1246272119010121,47.128485407804209]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[9.425501922088172,42.4175769945548]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[2.8755404172583409,48.49536107873]}},{"type":"Feature","properties":{"population":1568},"geometry":{"type":"Point","coordinates":[1.257083174061307,45.754122929052318]}},{"type":"Feature","properties":{"population":972},"geometry":{"type":"Point","coordinates":[4.211778946398709,45.103887559927198]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[0.3947880906087338,44.71923511076785]}},{"type":"Feature","properties":{"population":1142},"geometry":{"type":"Point","coordinates":[4.193810374614538,48.20836157745989]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[3.816416843321845,48.761556860559689]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.421461126382598,49.597808012539619]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.553912119516674,44.56012187187189]}},{"type":"Feature","properties":{"population":3809},"geometry":{"type":"Point","coordinates":[-3.5178651704723218,48.78534201430732]}},{"type":"Feature","properties":{"population":2780},"geometry":{"type":"Point","coordinates":[1.5514668615111838,48.58917135104041]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[6.459392046894423,45.20691795070469]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[6.388902644796321,47.5191339964451]}},{"type":"Feature","properties":{"population":20012},"geometry":{"type":"Point","coordinates":[5.520099953647424,43.68762602177515]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[7.489553001384256,48.60648027763253]}},{"type":"Feature","properties":{"population":1282},"geometry":{"type":"Point","coordinates":[2.173878476752126,44.003748741622008]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[3.472639158892483,45.71953044067915]}},{"type":"Feature","properties":{"population":694},"geometry":{"type":"Point","coordinates":[0.8371962227146315,49.712385529443]}},{"type":"Feature","properties":{"population":2107},"geometry":{"type":"Point","coordinates":[7.198374746364944,48.492342551131518]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[6.34038387617842,48.89659023430218]}},{"type":"Feature","properties":{"population":2057},"geometry":{"type":"Point","coordinates":[6.251794239366429,49.301147086872337]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[2.621651447261147,44.10092920736152]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[6.037815999016065,45.68243917701528]}},{"type":"Feature","properties":{"population":691},"geometry":{"type":"Point","coordinates":[2.1329133189943185,47.70167680287782]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[0.5325037592720434,42.7515981300424]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[7.3726592622590279,47.61967543784629]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[2.643809225396962,50.29687298360418]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[1.1349029341509523,43.06242999308656]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.983170266459663,48.08958705509322]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[4.032431377542703,46.30738160250773]}},{"type":"Feature","properties":{"population":3372},"geometry":{"type":"Point","coordinates":[-1.3221895027296729,46.15657367908916]}},{"type":"Feature","properties":{"population":858},"geometry":{"type":"Point","coordinates":[3.1517914921036405,48.55526085557798]}},{"type":"Feature","properties":{"population":1280},"geometry":{"type":"Point","coordinates":[1.5848556448731824,43.56907951823105]}},{"type":"Feature","properties":{"population":1208},"geometry":{"type":"Point","coordinates":[2.4367886111649779,43.29354063671849]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[4.8947013978853299,47.17101022776847]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[-0.5001073567525632,43.548220343463189]}},{"type":"Feature","properties":{"population":1222},"geometry":{"type":"Point","coordinates":[6.353458622732729,48.34774659445337]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[-1.004378784598641,48.96649584104041]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[6.20216192119972,45.20162966027453]}},{"type":"Feature","properties":{"population":852},"geometry":{"type":"Point","coordinates":[1.081386978513401,46.845826655161]}},{"type":"Feature","properties":{"population":854},"geometry":{"type":"Point","coordinates":[7.70635931430508,48.79602680345763]}},{"type":"Feature","properties":{"population":6091},"geometry":{"type":"Point","coordinates":[4.642602646247562,45.729859558534567]}},{"type":"Feature","properties":{"population":565},"geometry":{"type":"Point","coordinates":[1.2342201787150764,42.860622256174369]}},{"type":"Feature","properties":{"population":1822},"geometry":{"type":"Point","coordinates":[-0.8571600251276835,46.35446237678844]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[4.24838575443839,44.237940734815769]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[-0.7249649196535508,44.08367295730466]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[-0.5094388775863243,43.27630925258767]}},{"type":"Feature","properties":{"population":2058},"geometry":{"type":"Point","coordinates":[-4.3781955920327679,48.64766445877429]}},{"type":"Feature","properties":{"population":1103},"geometry":{"type":"Point","coordinates":[6.180439459944889,46.06015550542938]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[0.052450430065466648,44.78376923083039]}},{"type":"Feature","properties":{"population":645},"geometry":{"type":"Point","coordinates":[-1.3710731617887624,43.604910686892377]}},{"type":"Feature","properties":{"population":2526},"geometry":{"type":"Point","coordinates":[1.1427390322271394,49.71464244833963]}},{"type":"Feature","properties":{"population":1896},"geometry":{"type":"Point","coordinates":[0.7750991763326268,48.43447605734779]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[1.9845274981406809,46.11555087833668]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[2.9057044047434408,50.07871782060322]}},{"type":"Feature","properties":{"population":1954},"geometry":{"type":"Point","coordinates":[0.31805326530983016,49.522364438808079]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[3.360188874262691,47.247161385995749]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[1.9373402640678579,46.46922777089826]}},{"type":"Feature","properties":{"population":4155},"geometry":{"type":"Point","coordinates":[-0.6512274480695566,48.59193710124959]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[1.3435701758248604,44.762939132133478]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[3.2156990693176987,47.28415612426588]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[-0.2133841213475439,44.15074279429224]}},{"type":"Feature","properties":{"population":0},"geometry":{"type":"Point","coordinates":[5.268886514238305,49.234329511501517]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[0.09080079872355565,44.57073545120504]}},{"type":"Feature","properties":{"population":976},"geometry":{"type":"Point","coordinates":[2.5783830401596199,44.654242296560358]}},{"type":"Feature","properties":{"population":905},"geometry":{"type":"Point","coordinates":[-1.058311723374261,47.84682254462641]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[7.579957432445329,48.916049403616309]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[1.7815198633655803,43.43108880737101]}},{"type":"Feature","properties":{"population":1112},"geometry":{"type":"Point","coordinates":[-0.2126843693329135,45.2991030184172]}},{"type":"Feature","properties":{"population":1336},"geometry":{"type":"Point","coordinates":[7.220509238700187,47.72525530829647]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[5.261124450672832,49.13940036316376]}},{"type":"Feature","properties":{"population":768},"geometry":{"type":"Point","coordinates":[1.8434967097542113,45.30450880635634]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[7.2105753160629,48.204690951695138]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[-0.006918023265778518,48.15366363385928]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[5.4767609056218868,46.582393940661869]}},{"type":"Feature","properties":{"population":755},"geometry":{"type":"Point","coordinates":[0.21394977052761397,43.19706585032898]}},{"type":"Feature","properties":{"population":907},"geometry":{"type":"Point","coordinates":[-2.082725217135597,48.39818394219228]}},{"type":"Feature","properties":{"population":1211},"geometry":{"type":"Point","coordinates":[2.399902325080833,49.326380052205248]}},{"type":"Feature","properties":{"population":1077},"geometry":{"type":"Point","coordinates":[-1.2595936777940025,48.947149969370787]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[-0.30911520578162646,45.99438852138472]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[0.2502060711210536,42.75381592446797]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[5.305690638868851,47.63817891200756]}},{"type":"Feature","properties":{"population":0},"geometry":{"type":"Point","coordinates":[5.401946530010693,49.24015659658577]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[4.6259932659927,47.2686001655502]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[2.337727966961262,45.92357662027712]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[3.5497860211393279,49.28721843395863]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[3.787504293637131,47.752982801627108]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.379459029417804,44.55355530180287]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[1.6022291377006138,49.6050824262807]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[1.8902116782055476,46.755514096990747]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[5.427303952330791,48.8266773792141]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[0.3324254683171762,44.33241912107473]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[2.471082798562819,49.44821615599399]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[0.3554717482421041,47.60381416737727]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[1.4900906598188473,43.471530108880489]}},{"type":"Feature","properties":{"population":1418},"geometry":{"type":"Point","coordinates":[0.47739333289700416,47.51310037658554]}},{"type":"Feature","properties":{"population":839},"geometry":{"type":"Point","coordinates":[3.021482869302744,50.309590051411088]}},{"type":"Feature","properties":{"population":1517},"geometry":{"type":"Point","coordinates":[3.363363989813842,48.53652203562413]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[4.10139363927256,49.38460127064651]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[4.998749239977822,46.3733623221569]}},{"type":"Feature","properties":{"population":942},"geometry":{"type":"Point","coordinates":[5.465041864602755,46.602670093372889]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[4.807206624405511,48.613078976419078]}},{"type":"Feature","properties":{"population":1565},"geometry":{"type":"Point","coordinates":[1.5630332023151985,46.727410391702168]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[6.077799909996684,43.92653679394274]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[-0.10352605834086516,49.085270460833708]}},{"type":"Feature","properties":{"population":1121},"geometry":{"type":"Point","coordinates":[2.6871334994273368,43.60183297159821]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[-3.1324162132746928,48.4896729072752]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[4.537115368129509,46.189100075417659]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[7.48105459717568,48.77603351964686]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[3.5879744974981335,44.737119186171387]}},{"type":"Feature","properties":{"population":17},"geometry":{"type":"Point","coordinates":[4.9534436412180329,48.44959682686984]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[4.686473596535659,48.691837317876728]}},{"type":"Feature","properties":{"population":2759},"geometry":{"type":"Point","coordinates":[3.707933849775851,43.79219445948228]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[2.1806477496417364,50.396209699280287]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[9.048879646897947,41.98835195785109]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[5.054479231727724,44.86702113284431]}},{"type":"Feature","properties":{"population":1257},"geometry":{"type":"Point","coordinates":[2.705384081821963,43.1257763181406]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[2.2508492565507969,50.03685622360188]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[-1.115463934175744,48.74984399868235]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[1.3887291273524254,47.77717154013294]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[2.432718345261723,50.41359343597006]}},{"type":"Feature","properties":{"population":760},"geometry":{"type":"Point","coordinates":[4.90058108513831,46.678714972624309]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[6.870585968287873,44.000256882948779]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[5.166304415286695,44.82561173525566]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[0.0007476968461664709,46.033907269796539]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[0.8010208685049594,49.8518247824434]}},{"type":"Feature","properties":{"population":986},"geometry":{"type":"Point","coordinates":[1.7031499859034874,49.2130142670747]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[1.54308155328436,45.66461077656843]}},{"type":"Feature","properties":{"population":1495},"geometry":{"type":"Point","coordinates":[0.11086498103668878,46.12221558221463]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[-0.2857207619816872,45.11105907688547]}},{"type":"Feature","properties":{"population":4631},"geometry":{"type":"Point","coordinates":[7.909893045534455,48.73253958849681]}},{"type":"Feature","properties":{"population":1482},"geometry":{"type":"Point","coordinates":[2.773897236011067,48.89474854360813]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[2.970817878843989,48.17076075569653]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[5.593874053153271,46.73217152141586]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[2.3547080622682325,44.06788066568829]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[6.111202610353108,47.08285745063935]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[6.14115160595576,44.4239138473272]}},{"type":"Feature","properties":{"population":2655},"geometry":{"type":"Point","coordinates":[2.9511512846909135,48.81858856125354]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[4.895315934725889,48.11209504790695]}},{"type":"Feature","properties":{"population":1349},"geometry":{"type":"Point","coordinates":[0.27514583249124777,44.288908567449769]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[1.7779503080969466,44.48805888946029]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[3.6261648813587756,48.1775403197731]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[6.0221043215768959,44.19590569437859]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[1.032197600931329,43.41803772491886]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[1.793293879912637,43.025244623053257]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[3.2397012706427614,47.120535852200038]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[1.7494018668659875,49.200241698925207]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[3.325543206591622,45.64645993845758]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[6.211426022391819,45.482333318746508]}},{"type":"Feature","properties":{"population":1099},"geometry":{"type":"Point","coordinates":[1.4102334384403835,48.850645418313437]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[1.954673366156323,49.59856976155019]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[0.8271537308526771,43.861777657755848]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[1.7452818248041782,43.458332897495179]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[-0.7047560792274658,43.28046670288624]}},{"type":"Feature","properties":{"population":2096},"geometry":{"type":"Point","coordinates":[3.605218042245543,44.31747279732352]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[5.742206925206866,49.21386902244917]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[6.025677984754636,49.01355691461169]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[5.708533868105835,47.731131840882557]}},{"type":"Feature","properties":{"population":10},"geometry":{"type":"Point","coordinates":[0.4870806808536742,42.860827436448698]}},{"type":"Feature","properties":{"population":559},"geometry":{"type":"Point","coordinates":[-0.36697408351231167,48.046967856560787]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.3840590534901019,46.35629042189845]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[4.599465958322021,47.319828957458899]}},{"type":"Feature","properties":{"population":644},"geometry":{"type":"Point","coordinates":[0.8404157602205509,49.16831945819245]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[3.881332166679027,49.949633147017539]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[4.290420918878446,47.29253064093706]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[6.534568600109477,47.48987423025843]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.2050896373235848,48.368918125378709]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[7.582621617254244,48.18257949329771]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[6.47002275272305,47.3636546504159]}},{"type":"Feature","properties":{"population":1178},"geometry":{"type":"Point","coordinates":[1.8889831152421915,49.425488738965238]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[3.003039785945667,43.68775208180844]}},{"type":"Feature","properties":{"population":1741},"geometry":{"type":"Point","coordinates":[3.5465095472662195,43.693962533648889]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[5.740269182900586,47.060341143459378]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[7.237947456954457,48.74347890770912]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[2.4495456641749495,49.8457443800259]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[0.03236020943916557,46.18622297737145]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[6.099025880755636,49.12606864717307]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[-0.19681006700175095,43.248189118639277]}},{"type":"Feature","properties":{"population":1684},"geometry":{"type":"Point","coordinates":[-2.8078724927653089,48.216208006097257]}},{"type":"Feature","properties":{"population":1070},"geometry":{"type":"Point","coordinates":[-0.9864823092186246,43.85111334864124]}},{"type":"Feature","properties":{"population":909},"geometry":{"type":"Point","coordinates":[7.085939738973629,47.779195128591968]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[5.612179498784513,47.609258167885879]}},{"type":"Feature","properties":{"population":3142},"geometry":{"type":"Point","coordinates":[5.996799488054397,49.35768603789617]}},{"type":"Feature","properties":{"population":2118},"geometry":{"type":"Point","coordinates":[0.26715291681232947,45.62630317449295]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[-3.2058906623133396,48.16938872187254]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[3.8412705017945356,49.26704624217427]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[5.438416617233948,49.47630260821186]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[3.8200629919813946,47.8992935883401]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[2.0390535993062515,50.33103888550697]}},{"type":"Feature","properties":{"population":3675},"geometry":{"type":"Point","coordinates":[3.164028880245148,45.673078744224238]}},{"type":"Feature","properties":{"population":1047},"geometry":{"type":"Point","coordinates":[-0.16295784359063143,44.50720972436936]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[5.272191531912182,47.60433658634746]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[6.0099517654086569,46.600469687710347]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[0.516144056000035,46.16459688772668]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[2.308060725780398,45.45267313000978]}},{"type":"Feature","properties":{"population":1031},"geometry":{"type":"Point","coordinates":[2.051691074757994,48.41669104413575]}},{"type":"Feature","properties":{"population":1379},"geometry":{"type":"Point","coordinates":[3.4566670352784829,50.15667464264387]}},{"type":"Feature","properties":{"population":592},"geometry":{"type":"Point","coordinates":[5.219896020852622,45.06230254856548]}},{"type":"Feature","properties":{"population":545},"geometry":{"type":"Point","coordinates":[2.180348778048794,49.497257452273078]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[1.146639253695134,48.36558481548596]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[2.03415273247994,44.52859352476949]}},{"type":"Feature","properties":{"population":1783},"geometry":{"type":"Point","coordinates":[7.540671583992377,48.55351707881361]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[1.7775645917640249,50.733121616965167]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[5.876082117664118,44.13680305145637]}},{"type":"Feature","properties":{"population":955},"geometry":{"type":"Point","coordinates":[3.904336902301899,46.074411087915759]}},{"type":"Feature","properties":{"population":3829},"geometry":{"type":"Point","coordinates":[-2.562005970477742,47.66038665056664]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[5.550725402795933,45.77380249380236]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[7.1325134924233029,48.06310077444626]}},{"type":"Feature","properties":{"population":868},"geometry":{"type":"Point","coordinates":[4.970306515226213,46.82096892935086]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[6.470953861736763,47.305892596259209]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[0.30955450046218815,43.08541808399474]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[4.209189501215486,47.65710427737759]}},{"type":"Feature","properties":{"population":2978},"geometry":{"type":"Point","coordinates":[2.7082452626393525,44.46738498933687]}},{"type":"Feature","properties":{"population":688},"geometry":{"type":"Point","coordinates":[-1.350998346492752,46.00763851355183]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[2.497460166426108,45.579422862400758]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[2.4649122809751704,45.197082542204309]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[5.436216803770388,48.80283525506958]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[6.761632512984998,47.54983181017931]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[9.263559374060446,42.25297620565794]}},{"type":"Feature","properties":{"population":4346},"geometry":{"type":"Point","coordinates":[5.567211374755839,43.72202067557416]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[1.3402040744134994,44.34862371221953]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[3.82021815011347,45.288577887721647]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[3.1411115519790506,49.946019541119749]}},{"type":"Feature","properties":{"population":1297},"geometry":{"type":"Point","coordinates":[7.665588393033834,48.64385037195152]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[0.46104189320228569,48.89205536860362]}},{"type":"Feature","properties":{"population":696},"geometry":{"type":"Point","coordinates":[2.1061276127260877,42.50180141091316]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[1.8920313921508796,49.19816957632388]}},{"type":"Feature","properties":{"population":2828},"geometry":{"type":"Point","coordinates":[4.770875343770313,45.87521387672249]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[1.459897930398584,48.1877881206831]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[1.032380948521985,45.20577509554323]}},{"type":"Feature","properties":{"population":705},"geometry":{"type":"Point","coordinates":[6.328774883769256,49.41440205888817]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[1.45992816084663,44.684241854806469]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[1.6823832820821215,49.77941706511485]}},{"type":"Feature","properties":{"population":905},"geometry":{"type":"Point","coordinates":[3.423344896348435,48.07806423158853]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[-0.22256528715210714,48.85232614035976]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[3.7793883068995979,45.43165392238694]}},{"type":"Feature","properties":{"population":15214},"geometry":{"type":"Point","coordinates":[4.609734126013882,45.52210615994239]}},{"type":"Feature","properties":{"population":1124},"geometry":{"type":"Point","coordinates":[2.686282242431319,50.23199309064148]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[3.623838034031201,43.88408789223704]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[7.185354923118604,49.007356171418198]}},{"type":"Feature","properties":{"population":721},"geometry":{"type":"Point","coordinates":[3.3187409538317387,45.78047097430142]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[0.9151251825629617,46.062243326067157]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[1.3148867308751869,49.00390687475391]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[6.834864253800889,44.163629973169]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[5.841153871214052,46.401273411548768]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[1.935863190020089,43.464488450935167]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[5.226288742422949,49.67648236391563]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[3.155172988146343,50.20937892278624]}},{"type":"Feature","properties":{"population":5876},"geometry":{"type":"Point","coordinates":[-0.3040799701493499,49.22886331091786]}},{"type":"Feature","properties":{"population":1341},"geometry":{"type":"Point","coordinates":[1.906923812111019,47.37577533310753]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[2.260726555116165,50.28358523975358]}},{"type":"Feature","properties":{"population":706},"geometry":{"type":"Point","coordinates":[6.4976847181243448,45.609771512321319]}},{"type":"Feature","properties":{"population":1055},"geometry":{"type":"Point","coordinates":[4.508270377783737,46.05304191190765]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[3.4753467943330524,48.680748803381259]}},{"type":"Feature","properties":{"population":3594},"geometry":{"type":"Point","coordinates":[-4.124538536784211,48.660333115503679]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[2.0587104839354488,49.95316104515998]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[4.614021632795103,48.35799912408295]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[6.444640641516683,48.99024105249911]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[0.995009817534703,43.42147216658215]}},{"type":"Feature","properties":{"population":1057},"geometry":{"type":"Point","coordinates":[-0.8211051923829031,43.23048054473991]}},{"type":"Feature","properties":{"population":1391},"geometry":{"type":"Point","coordinates":[7.325384641875744,47.69211120347256]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[2.2545369580053484,42.85971814910526]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[-0.1191950416821443,42.95965285426331]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[3.7593872396198177,45.13447043076687]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[1.090031185356589,49.15739944919901]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[0.8108471430287685,43.35224672770449]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[3.4233219976732025,49.140382832519239]}},{"type":"Feature","properties":{"population":10135},"geometry":{"type":"Point","coordinates":[1.025361020538736,49.28191949087055]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[1.9461268147368303,43.189352190293508]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[3.8857500023484365,47.80332005637093]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[9.414513688781188,42.50111881756764]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[3.0465992356275728,49.19826834634633]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.7188199206590669,44.75003735286139]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[3.9964013183479198,45.25181094474676]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[2.423185856870632,50.35883948552299]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[0.1014953509009606,43.18682763619715]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[1.560364027167581,44.7140303543951]}},{"type":"Feature","properties":{"population":8173},"geometry":{"type":"Point","coordinates":[6.3494911234659698,43.16242623379308]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[0.5173756379705242,48.312751791558188]}},{"type":"Feature","properties":{"population":1162},"geometry":{"type":"Point","coordinates":[-0.7646734129650724,48.48477559574769]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[0.003709458642195734,47.11205047514948]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[-0.3664881956850171,45.84366378557582]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[1.8948289947036095,49.69333578085624]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[5.589026117828671,44.15238904490424]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[0.5637175993521504,43.00856251632596]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[4.3598345586682198,49.6473775802017]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[2.82436401112859,49.44755354001072]}},{"type":"Feature","properties":{"population":854},"geometry":{"type":"Point","coordinates":[0.292730818911371,49.55291586585238]}},{"type":"Feature","properties":{"population":1158},"geometry":{"type":"Point","coordinates":[2.221630997949264,50.894059559951447]}},{"type":"Feature","properties":{"population":7},"geometry":{"type":"Point","coordinates":[5.636640653126356,46.55390789097127]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[7.4673485716849499,48.66030438998351]}},{"type":"Feature","properties":{"population":1372},"geometry":{"type":"Point","coordinates":[-0.9014239626092431,46.41123712271645]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[2.4149185559998735,45.26269764336383]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[6.598102512502797,44.144024139741457]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[2.0257025647210384,49.38834634728473]}},{"type":"Feature","properties":{"population":1462},"geometry":{"type":"Point","coordinates":[7.596463198502535,48.937596496777647]}},{"type":"Feature","properties":{"population":2112},"geometry":{"type":"Point","coordinates":[6.3283685501381099,48.3305324493991]}},{"type":"Feature","properties":{"population":1497},"geometry":{"type":"Point","coordinates":[4.741923322398302,45.9493690978792]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[1.5140387228347519,44.612961128982679]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[3.3355186244469356,45.75283658519945]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[1.8254927818613867,45.229811219168208]}},{"type":"Feature","properties":{"population":1304},"geometry":{"type":"Point","coordinates":[1.69703230560708,45.21344534288827]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[5.847550939990048,48.77472693798126]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[1.8430820478315349,48.34220720449883]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[3.3437324068141898,44.51597155188306]}},{"type":"Feature","properties":{"population":992},"geometry":{"type":"Point","coordinates":[-0.5053600888675391,46.76238179617965]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[4.034225846655349,45.79569493121932]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[-0.9063688921150438,43.13924287134312]}},{"type":"Feature","properties":{"population":1820},"geometry":{"type":"Point","coordinates":[5.962530364843254,46.56978657903272]}},{"type":"Feature","properties":{"population":720},"geometry":{"type":"Point","coordinates":[0.0876353594250308,43.694288641286018]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[0.005673108648233444,44.914210680550997]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[5.1138138165502149,49.62861004996199]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[5.723393231078565,47.39004397832525]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[0.486998234865669,45.69836197051983]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[3.8560521614107614,49.21279253452241]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[2.513901734758546,42.52168645291034]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[3.3966140558058557,49.72298853889534]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[5.912696960472558,46.82258585323444]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[4.859045024721526,48.16414522114578]}},{"type":"Feature","properties":{"population":862},"geometry":{"type":"Point","coordinates":[7.542231301837168,48.11429646058297]}},{"type":"Feature","properties":{"population":1283},"geometry":{"type":"Point","coordinates":[0.0975076326707346,47.39588770706873]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[2.5553913759113646,42.88935188170359]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[0.029158535599456756,43.49942382825713]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[5.033456935734389,47.83041933691924]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[2.050777474433908,49.73123325324193]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[-4.655507739691935,48.053777353611518]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[0.06002518551600478,48.68869247202852]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[5.1414058096028889,47.570077013975318]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[-0.5912083040906659,45.40042901636994]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[0.11710156410186412,45.31275548923873]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[7.222306828735942,48.68867190740506]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[3.9215746574095937,45.616170955821917]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[-0.1277552795537779,45.60714590312717]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[2.8951449488521439,48.0262010824552]}},{"type":"Feature","properties":{"population":2698},"geometry":{"type":"Point","coordinates":[4.782571435520949,45.54665074921737]}},{"type":"Feature","properties":{"population":780},"geometry":{"type":"Point","coordinates":[3.9980495431621616,45.704233865545379]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[2.323606781782067,49.762260996590168]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[2.635439314890768,49.028388985551348]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[2.7459722017114749,45.65110883478122]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[0.6467190104746923,42.99262020002091]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[9.359398239519379,42.65673880742933]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[4.810636939265576,48.64745341880389]}},{"type":"Feature","properties":{"population":829},"geometry":{"type":"Point","coordinates":[1.3552023570332237,44.47049993865444]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[6.309680145025635,48.21949528502117]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[4.559108033959006,49.67414808543237]}},{"type":"Feature","properties":{"population":655},"geometry":{"type":"Point","coordinates":[3.0974625348344126,50.14236706980176]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[0.7733735377251607,43.72377811772373]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[3.3089227627053265,45.387002955783739]}},{"type":"Feature","properties":{"population":0},"geometry":{"type":"Point","coordinates":[5.409415321095791,49.26175598826825]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[4.831606028872058,45.14181951792957]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[3.4638029849562828,45.60021774501476]}},{"type":"Feature","properties":{"population":1000},"geometry":{"type":"Point","coordinates":[0.5256843981293087,49.003593399216928]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[0.6652630852268482,43.608457834091257]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[-0.504512740376019,48.007284566394648]}},{"type":"Feature","properties":{"population":1296},"geometry":{"type":"Point","coordinates":[7.399664947373926,47.9694026690234]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[5.720907770405434,44.493343387635217]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[3.417652230102238,47.559243373107047]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[6.6946136286673669,48.9725153392434]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.862393683427159,46.66941297192949]}},{"type":"Feature","properties":{"population":1378},"geometry":{"type":"Point","coordinates":[-2.3815622833027305,48.557833612080639]}},{"type":"Feature","properties":{"population":1494},"geometry":{"type":"Point","coordinates":[6.284777919868745,43.564606506833737]}},{"type":"Feature","properties":{"population":3523},"geometry":{"type":"Point","coordinates":[1.6280785436622516,43.462373119704349]}},{"type":"Feature","properties":{"population":4658},"geometry":{"type":"Point","coordinates":[6.0554951712867119,48.834110403603919]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[-1.647361520508633,49.55353878340296]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[-0.016671728518918986,42.87701022317444]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[1.9301929085279664,45.59014566824618]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[5.178760613219231,48.92023756565575]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[2.4954835414622598,46.85714590265207]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[2.6442898137648549,49.70571716023633]}},{"type":"Feature","properties":{"population":7276},"geometry":{"type":"Point","coordinates":[7.053230622948168,43.67409661538933]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[0.2092033534677356,47.083112747980319]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[6.250451652947222,47.78524496127515]}},{"type":"Feature","properties":{"population":9472},"geometry":{"type":"Point","coordinates":[1.6098985255834213,42.96530856775341]}},{"type":"Feature","properties":{"population":460},"geometry":{"type":"Point","coordinates":[3.709645744474295,49.27199205476934]}},{"type":"Feature","properties":{"population":2156},"geometry":{"type":"Point","coordinates":[3.2916581644099245,50.02915256754364]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[1.8170561869126023,49.979081758045818]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[0.3889210738724434,49.58509166137502]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[4.505762105463623,47.46282394192676]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[0.2947975873080025,48.35398223266021]}},{"type":"Feature","properties":{"population":958},"geometry":{"type":"Point","coordinates":[4.17195737041674,49.087301754599447]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[3.760666562779439,46.294765135911557]}},{"type":"Feature","properties":{"population":6705},"geometry":{"type":"Point","coordinates":[3.173145856552687,50.53265776295461]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[6.14640410816936,48.917719536247258]}},{"type":"Feature","properties":{"population":1360},"geometry":{"type":"Point","coordinates":[0.6262119280897132,49.05975697148735]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[6.940482135174302,48.60511938779987]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[3.984820871316035,47.62513615828606]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[9.244736122499115,42.57745041683857]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[0.6458967243686787,44.32331692452326]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[1.535747127093552,48.78746748872677]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[2.494489245770529,42.925965124533707]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[2.1222256695091339,50.017402672151458]}},{"type":"Feature","properties":{"population":1316},"geometry":{"type":"Point","coordinates":[2.9083727659648188,49.462797736126969]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[6.74577187010926,48.84111235491373]}},{"type":"Feature","properties":{"population":956},"geometry":{"type":"Point","coordinates":[6.400304031292503,49.27995814495724]}},{"type":"Feature","properties":{"population":2520},"geometry":{"type":"Point","coordinates":[5.125606051880708,45.68266130372713]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[1.413482141862645,49.54030095615543]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[-0.1923641397001738,43.546725062003627]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[4.511690900788612,48.7693084249158]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[6.9031229708963519,48.60535324836474]}},{"type":"Feature","properties":{"population":2316},"geometry":{"type":"Point","coordinates":[-1.0730955093944519,46.24341448259046]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[4.309329659612193,47.80121462892087]}},{"type":"Feature","properties":{"population":905},"geometry":{"type":"Point","coordinates":[0.8057274668402256,44.18835336372736]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[1.0680014699617589,43.052727453961889]}},{"type":"Feature","properties":{"population":1304},"geometry":{"type":"Point","coordinates":[6.0755674823722149,45.8115070617119]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[5.5339555595149749,46.71639119127101]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[-1.1242170700059025,43.36255156699487]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[7.226237705406925,48.79426913566812]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[3.645342498190175,45.981226536597358]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[4.902137610569773,46.114257921131727]}},{"type":"Feature","properties":{"population":2133},"geometry":{"type":"Point","coordinates":[-0.7990631410094969,47.92822046951123]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[1.7712157502241415,44.31115639944996]}},{"type":"Feature","properties":{"population":1942},"geometry":{"type":"Point","coordinates":[4.631959845823982,44.434080343851878]}},{"type":"Feature","properties":{"population":1568},"geometry":{"type":"Point","coordinates":[-1.0987271756898598,47.00149038965556]}},{"type":"Feature","properties":{"population":3704},"geometry":{"type":"Point","coordinates":[7.28146411547271,47.784633332817]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[6.1946004074878628,44.404011803347369]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[2.3921243141431236,46.286892517530549]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[5.471703610745348,45.96510248461843]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[-0.21783527204242329,47.942220916843947]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[3.056806986999268,44.83105822985472]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[1.1942719711500494,42.89685815185881]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[1.8457801254306528,44.05103484573244]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[4.196763402577557,48.49691292796442]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[2.85167062025323,50.18365464254473]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[3.4892353081178899,49.35484501978964]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[2.7811295501022239,49.18621887774232]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[-0.46629496563011127,49.299092318914897]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[-0.13008726070007743,43.48267311277185]}},{"type":"Feature","properties":{"population":994},"geometry":{"type":"Point","coordinates":[4.040460295584328,48.22397768823442]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[2.222790283390525,50.15394347724138]}},{"type":"Feature","properties":{"population":1046},"geometry":{"type":"Point","coordinates":[3.9511820898760376,45.14285409747036]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[2.649972814552389,50.310628300892499]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[2.325723286225062,50.063839881769258]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[6.10401212090775,44.39563640350024]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[1.3998851988694632,46.44782728533912]}},{"type":"Feature","properties":{"population":687},"geometry":{"type":"Point","coordinates":[5.530777138395893,45.49149483495938]}},{"type":"Feature","properties":{"population":1070},"geometry":{"type":"Point","coordinates":[2.9266910287665359,48.53216695995963]}},{"type":"Feature","properties":{"population":867},"geometry":{"type":"Point","coordinates":[-1.5243425243695257,48.873229695332849]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[1.1502120817906055,44.46773482216727]}},{"type":"Feature","properties":{"population":2144},"geometry":{"type":"Point","coordinates":[-0.5332715123360131,44.95850704709125]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[6.044575093859733,48.032696353987379]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[7.065287817031343,48.423305271663988]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[0.4315145539651612,49.19688835816943]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[2.616341203350713,49.92079625225185]}},{"type":"Feature","properties":{"population":965},"geometry":{"type":"Point","coordinates":[7.508829717846114,48.57048407781639]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[1.077896909263565,49.68929704961294]}},{"type":"Feature","properties":{"population":2167},"geometry":{"type":"Point","coordinates":[-0.4314240030169371,45.048342891879247]}},{"type":"Feature","properties":{"population":3449},"geometry":{"type":"Point","coordinates":[2.036474513565292,43.910617789734278]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[0.1890053017631919,44.86827713077437]}},{"type":"Feature","properties":{"population":1341},"geometry":{"type":"Point","coordinates":[6.924586474256098,44.24909162059089]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[5.8066693103424,47.03354369271491]}},{"type":"Feature","properties":{"population":993},"geometry":{"type":"Point","coordinates":[6.816065635993666,47.91386006231162]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[3.098231719984784,44.959779878698899]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[2.8389757622021336,48.07376484358109]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[4.789184587517574,48.51238032816441]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[1.6472385057798274,48.97412754522032]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[4.593970332721777,45.35403485129645]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[2.6569547851343549,44.90171735154339]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[5.643506912371463,44.32108068585698]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[2.9435268395137097,47.45387585607857]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[4.686405425501441,46.56691999351214]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[3.388732845483946,49.14579889787363]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[1.6471492667215875,49.55996587596573]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[4.635685280425902,46.41311405759572]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[-1.284124675303083,49.63686121520947]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[5.3855552116556268,44.81218391119875]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[7.028258935184811,44.10786767452156]}},{"type":"Feature","properties":{"population":637},"geometry":{"type":"Point","coordinates":[0.4772682075365995,49.62195739103922]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[2.3408767047923919,50.267284356796597]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[5.41674343208612,44.47867583251525]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[4.327779064788613,44.18526516095745]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[3.370175960684402,49.64070403741623]}},{"type":"Feature","properties":{"population":10446},"geometry":{"type":"Point","coordinates":[3.5658024380100197,50.47370292176967]}},{"type":"Feature","properties":{"population":1762},"geometry":{"type":"Point","coordinates":[-1.495657897675797,48.00010042735336]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[-1.4156860305158464,48.94453977796369]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[2.5080800958678615,43.91125747828104]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[2.873534360465885,46.44571857741566]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[3.4237681141670159,46.737304343779907]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[2.9826730048728478,49.966988420494228]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[6.503557924550297,47.75524298649362]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[6.239697507942102,45.52275698671313]}},{"type":"Feature","properties":{"population":5767},"geometry":{"type":"Point","coordinates":[2.3570897680738769,49.87221560139163]}},{"type":"Feature","properties":{"population":915},"geometry":{"type":"Point","coordinates":[3.5231781370863346,50.01052151178566]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[9.034785108535122,42.323309411502147]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[5.13093874535818,43.974405753303468]}},{"type":"Feature","properties":{"population":2191},"geometry":{"type":"Point","coordinates":[-0.4429041477036337,44.566748387381888]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[1.715628394733785,43.03293998744436]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[5.743992326366278,45.811171618433288]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[-0.5988466160332323,48.7843824861884]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[1.7080423709221993,45.008403361346449]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[-0.5604150258180266,45.916033388020867]}},{"type":"Feature","properties":{"population":1083},"geometry":{"type":"Point","coordinates":[0.4734056635824289,47.62359459076492]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[3.1116057919479664,44.14855356775952]}},{"type":"Feature","properties":{"population":489},"geometry":{"type":"Point","coordinates":[7.014816259062786,47.55357688907213]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[-1.52670209065051,49.05070486414943]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[2.3397154123596679,42.96396711973958]}},{"type":"Feature","properties":{"population":1117},"geometry":{"type":"Point","coordinates":[-0.34286019328761577,46.83425281269616]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[6.6356588423259679,47.474754811664137]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[4.425288857900779,44.81482225026767]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[1.2849650221882816,49.225959053396419]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[5.497555997943719,48.892383249376987]}},{"type":"Feature","properties":{"population":552},"geometry":{"type":"Point","coordinates":[1.1466950768340254,43.24917166158299]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[1.9245598641050704,43.07678451643706]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[-0.4874648526949745,48.68948206592772]}},{"type":"Feature","properties":{"population":860},"geometry":{"type":"Point","coordinates":[1.0585359015847416,46.45445685345616]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[3.4907878339115836,47.28428396929761]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[2.8465166266839247,48.32705304385997]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[5.892642602582402,48.96702008091971]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[2.175216266053331,50.669841568864509]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[1.8851110990362546,43.05803326901506]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[1.3707070212012183,49.28312439198384]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[4.439843532712725,44.77097638174892]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[1.1133076505232245,49.07317408452754]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[4.812695899240499,48.11663677944738]}},{"type":"Feature","properties":{"population":1767},"geometry":{"type":"Point","coordinates":[1.4715541197074314,48.40725370055966]}},{"type":"Feature","properties":{"population":1145},"geometry":{"type":"Point","coordinates":[1.4861935434117278,45.605215598814179]}},{"type":"Feature","properties":{"population":1543},"geometry":{"type":"Point","coordinates":[4.83899370379878,45.84337594657211]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[3.5299024572974386,46.660026631395357]}},{"type":"Feature","properties":{"population":977},"geometry":{"type":"Point","coordinates":[2.981768967018491,49.27992844525603]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[3.7868470576219348,49.806026361618247]}},{"type":"Feature","properties":{"population":2244},"geometry":{"type":"Point","coordinates":[1.9906687151351559,43.8930338395413]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[6.2755109185456059,47.319866700249317]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[0.970692980308097,43.854699068814777]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[5.1949355513623109,48.20808881789323]}},{"type":"Feature","properties":{"population":1365},"geometry":{"type":"Point","coordinates":[3.3673039194948397,46.45085234563703]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[6.392606451164053,48.492177114904887]}},{"type":"Feature","properties":{"population":2764},"geometry":{"type":"Point","coordinates":[1.5945950997671624,43.42889562711925]}},{"type":"Feature","properties":{"population":2785},"geometry":{"type":"Point","coordinates":[-0.30550240711869117,44.64063390492376]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[0.2456968908767535,49.31229926223004]}},{"type":"Feature","properties":{"population":674},"geometry":{"type":"Point","coordinates":[-0.22888708081244348,43.2216927523479]}},{"type":"Feature","properties":{"population":7654},"geometry":{"type":"Point","coordinates":[1.972089687752339,47.881080337646618]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[3.18169955192959,49.74603429982679]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[4.692173935962306,46.72988287620358]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[3.7135056136369615,49.49211973674583]}},{"type":"Feature","properties":{"population":16845},"geometry":{"type":"Point","coordinates":[-2.529839761842183,48.48519400348029]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[0.16952986165526783,49.218435321737988]}},{"type":"Feature","properties":{"population":1022},"geometry":{"type":"Point","coordinates":[0.7736879377419328,44.34086648461414]}},{"type":"Feature","properties":{"population":970},"geometry":{"type":"Point","coordinates":[7.49821537396702,47.71483701540814]}},{"type":"Feature","properties":{"population":2342},"geometry":{"type":"Point","coordinates":[5.852935453502671,45.960028886933518]}},{"type":"Feature","properties":{"population":691},"geometry":{"type":"Point","coordinates":[0.6720461917293137,48.23446905947301]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[5.847762662539394,47.11293052797163]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[7.883833588969232,48.966508591408089]}},{"type":"Feature","properties":{"population":1111},"geometry":{"type":"Point","coordinates":[-4.143620218709985,48.118019069959199]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[6.533081215422383,49.155160303204578]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[0.029040864979644498,48.35772152788921]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[1.8073196175481546,50.01700267726599]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[2.4150356248596647,49.03615118930121]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[5.649347147866616,43.845472661840968]}},{"type":"Feature","properties":{"population":954},"geometry":{"type":"Point","coordinates":[6.45052771574556,46.21202240955738]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[6.635223954230456,47.48659726423197]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[5.930091507518598,45.40673660926173]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[0.807413143298447,43.674254760602718]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[0.05962049362338093,48.247123020796447]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[3.7538279597480415,45.85235437252764]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[2.049072581306351,48.67601335963897]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[5.938050678519197,46.7792780024657]}},{"type":"Feature","properties":{"population":6009},"geometry":{"type":"Point","coordinates":[2.5685850751474885,49.648361373269128]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[5.134927815997392,49.56313462055819]}},{"type":"Feature","properties":{"population":2021},"geometry":{"type":"Point","coordinates":[4.185165127219493,48.674833282031638]}},{"type":"Feature","properties":{"population":894},"geometry":{"type":"Point","coordinates":[6.315862492659595,45.34983270831424]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[5.270331517019559,47.77487047673968]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[0.3926962979409304,45.165709942787987]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[4.521233061613073,45.94850373309097]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[3.86198837350451,47.1440733647457]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[-0.21480545330265569,43.357512670773008]}},{"type":"Feature","properties":{"population":1741},"geometry":{"type":"Point","coordinates":[-0.4836105085825751,43.21334320111072]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.110039037577645,50.13490589500072]}},{"type":"Feature","properties":{"population":3938},"geometry":{"type":"Point","coordinates":[1.5924964196063945,48.271603590823129]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[5.5463450471299489,47.150377900526759]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[-0.4908223066806184,45.75575577021039]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[3.5394792621989907,49.46300301806334]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[6.50663676364153,47.54604505735698]}},{"type":"Feature","properties":{"population":762},"geometry":{"type":"Point","coordinates":[7.923372487806522,48.80633984702376]}},{"type":"Feature","properties":{"population":2749},"geometry":{"type":"Point","coordinates":[2.3655689354885247,48.552133204358799]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[-1.4865769984489328,49.429033402664767]}},{"type":"Feature","properties":{"population":1253},"geometry":{"type":"Point","coordinates":[-0.6726306331112814,48.7224368228513]}},{"type":"Feature","properties":{"population":2640},"geometry":{"type":"Point","coordinates":[-1.2163764275506495,48.06983648771338]}},{"type":"Feature","properties":{"population":1013},"geometry":{"type":"Point","coordinates":[0.8941602186734101,49.55727336382491]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[9.300210341686384,42.12638973622245]}},{"type":"Feature","properties":{"population":909},"geometry":{"type":"Point","coordinates":[1.5686486018108899,44.48929111691408]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[-3.5666163672165065,48.654879807577689]}},{"type":"Feature","properties":{"population":861},"geometry":{"type":"Point","coordinates":[6.465057259229523,45.70785281219832]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[1.8888590803953039,49.76702198409192]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[0.7940053331818551,43.77303734897828]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[3.004174026578018,49.674301931745279]}},{"type":"Feature","properties":{"population":4947},"geometry":{"type":"Point","coordinates":[7.495253313259623,47.60439481016824]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[1.7356459785377665,48.05639513538518]}},{"type":"Feature","properties":{"population":408},"geometry":{"type":"Point","coordinates":[3.7924030528447196,45.09423119196902]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[0.1330082431368034,43.34497517016898]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[3.0217113912108219,47.32420655416039]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[3.50807586290802,47.90516317196164]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[0.8756203198679938,49.72062665362394]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.6783613131756989,48.865615418301008]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[0.9380977016492472,44.04509182873271]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[5.638702189161931,49.047108730809]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[0.3106166446120946,48.61085664886307]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[8.896654980372177,42.569119960982778]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[5.518347823587958,49.22025812328479]}},{"type":"Feature","properties":{"population":1127},"geometry":{"type":"Point","coordinates":[2.2710223680376258,42.93408510027794]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[6.075545053842567,48.29344413927952]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[5.0557338992736728,48.97378259406928]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[2.4916420185098708,50.315339220753958]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[0.7840516478765246,49.80399493085284]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[3.251651685655279,44.886239199768699]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.0595405571661695,44.48679503190575]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[0.058349185847815798,44.412082424861399]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[0.8260334266797486,44.57546571867216]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[5.315421809158949,45.4690139072226]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[2.852499338248818,50.22834347472761]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[3.4359391502062754,48.769932352557727]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[2.076406824116188,49.72152723098573]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[-1.232125085124876,43.552054146865049]}},{"type":"Feature","properties":{"population":662},"geometry":{"type":"Point","coordinates":[4.247577597712647,49.699731299916539]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[1.20746556789778,49.0371576850985]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[3.194541616429099,45.15969960449896]}},{"type":"Feature","properties":{"population":605},"geometry":{"type":"Point","coordinates":[4.534380222795743,46.145458863629]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[1.6173494066202146,49.51450118553122]}},{"type":"Feature","properties":{"population":15980},"geometry":{"type":"Point","coordinates":[3.444236878434746,50.44030827984784]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[0.1965094652574778,43.60184186752901]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.543926408378159,46.879858461787168]}},{"type":"Feature","properties":{"population":2835},"geometry":{"type":"Point","coordinates":[-1.4491024538460229,48.75182659611435]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[-0.6699349295674931,48.46737280339369]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[4.5131826875141309,48.32895373200919]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[-0.3545827324808837,48.373512063830727]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[4.419164865053955,47.41022558170485]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[0.34687023634095057,44.46018431341683]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[4.270929229536881,46.20101727423989]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[0.03524329133422273,43.32246195311778]}},{"type":"Feature","properties":{"population":3138},"geometry":{"type":"Point","coordinates":[0.5666449889739182,44.232551219849508]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[0.1717943364523426,43.21233733727053]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[3.078504582034232,49.632965870894008]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[0.5293196892089285,43.275451004735618]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[0.34469711955121398,42.81522340352602]}},{"type":"Feature","properties":{"population":560},"geometry":{"type":"Point","coordinates":[3.031680458943115,49.28706874732694]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[2.0931130532408939,44.15878026442462]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[2.2373614965048445,50.291502165036749]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[3.5320079378733677,50.07623756285912]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[4.229919983688237,47.932261731989537]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[0.3958118393775462,48.53038363933458]}},{"type":"Feature","properties":{"population":706},"geometry":{"type":"Point","coordinates":[5.809104405260741,48.65397175043724]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[2.877855780523141,45.07699382405084]}},{"type":"Feature","properties":{"population":1480},"geometry":{"type":"Point","coordinates":[5.942679277725735,44.141672295554439]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[6.083134708077659,47.71362315510222]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[4.6779477374798479,48.77989262320566]}},{"type":"Feature","properties":{"population":5869},"geometry":{"type":"Point","coordinates":[4.323391012814876,46.048894273413939]}},{"type":"Feature","properties":{"population":3890},"geometry":{"type":"Point","coordinates":[4.525231015908269,49.12540200980108]}},{"type":"Feature","properties":{"population":1004},"geometry":{"type":"Point","coordinates":[7.255767981199639,47.96648180998629]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[-1.3541923335986277,43.27248258699495]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[6.62252754163681,48.24744027597735]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[0.38319607108244438,44.64075146672081]}},{"type":"Feature","properties":{"population":4521},"geometry":{"type":"Point","coordinates":[0.08432655062074124,44.31200297263095]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[6.103896059067205,48.161407958758449]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[3.1274034001561747,49.520649309667799]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[-0.7197400077278039,43.71771306318873]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[7.356583943746743,47.44141170561349]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[4.337675442391714,46.47273772645375]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[1.7835559508585195,48.906697302537008]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[3.184355085990945,45.50111916939289]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[9.23593516996365,42.378774159794449]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[6.888996827677103,47.26854160691728]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[0.6994151601817652,44.72100300653355]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[6.666040604888701,46.29489710989029]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[5.589776496539486,48.36460900239209]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[4.777002483868065,46.26850632152344]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[4.1854028105395939,49.42616637894248]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[4.4939014226851159,48.69222104489436]}},{"type":"Feature","properties":{"population":3400},"geometry":{"type":"Point","coordinates":[2.9804964292069497,42.552350751529768]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[5.091503169353856,45.12368550977801]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[5.96888169593521,47.98784931075185]}},{"type":"Feature","properties":{"population":10},"geometry":{"type":"Point","coordinates":[7.0874201029460359,48.55925296269057]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[5.1264825127081778,46.58334749997198]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[5.950054952151521,44.533526204573039]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[5.773442338422803,47.231286364978519]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.392225135692556,47.59214214870555]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[4.672821002100283,46.37171256056624]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[2.074342941364242,44.83699212554635]}},{"type":"Feature","properties":{"population":450},"geometry":{"type":"Point","coordinates":[3.047776658747205,49.54360373484443]}},{"type":"Feature","properties":{"population":1019},"geometry":{"type":"Point","coordinates":[6.205453758414668,46.68212645381603]}},{"type":"Feature","properties":{"population":1003},"geometry":{"type":"Point","coordinates":[1.78700123909448,44.92101955286575]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[6.007935035103075,49.13777283054955]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[0.4633521110249512,44.276557426514468]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[0.9655209785554981,45.9570601146905]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[1.6302085162902982,46.11796055146607]}},{"type":"Feature","properties":{"population":3029},"geometry":{"type":"Point","coordinates":[4.009046556369245,45.75057252854133]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[0.3027101560525795,44.68949793819411]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[5.448554466144715,47.851405704619008]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[-1.0477712578074412,43.1685011827406]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[-0.5450902552641098,43.614829298159417]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[0.9364224166327773,43.532393121996609]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[3.686941528066985,49.51417104666809]}},{"type":"Feature","properties":{"population":1048},"geometry":{"type":"Point","coordinates":[5.551922213258926,46.189684236437539]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[5.8873462291528579,48.76751359649033]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[1.7040014576078107,44.86023641778735]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[1.2970652405105497,48.38632534958499]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[5.162231597160766,46.488355774075689]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[5.386901213617201,45.27809657963499]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[5.365470188287372,47.66147969070515]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[2.3736426676360709,42.78239498594127]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[0.18764304364804297,47.389219026616199]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[0.43880454221174178,48.6663377930816]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[3.901087063587844,44.67404004864817]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[4.6666924567155239,46.52334657071799]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[2.8578465940113149,49.695901612854019]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[2.410514496819928,47.42273801224494]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[-1.4513454233392274,49.476478486331988]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.8297649266600506,44.68148064807421]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[6.218933183626118,47.67007879877824]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[-0.5914648373667393,45.5155001195416]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[2.273206513650938,45.83589867813259]}},{"type":"Feature","properties":{"population":1228},"geometry":{"type":"Point","coordinates":[4.362632073253602,45.3201961619586]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[1.9355687993476159,46.529387787563049]}},{"type":"Feature","properties":{"population":1022},"geometry":{"type":"Point","coordinates":[1.0465546507994357,46.68432480106072]}},{"type":"Feature","properties":{"population":506},"geometry":{"type":"Point","coordinates":[1.9146615268031689,49.38126179687961]}},{"type":"Feature","properties":{"population":876},"geometry":{"type":"Point","coordinates":[3.90482515174121,49.85348002597503]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[-0.5525654935071646,43.714785800577448]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[5.827510270407261,48.62522273195584]}},{"type":"Feature","properties":{"population":885},"geometry":{"type":"Point","coordinates":[5.801259517561719,43.901151402608089]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[5.808035442659829,45.83040307008818]}},{"type":"Feature","properties":{"population":2641},"geometry":{"type":"Point","coordinates":[0.23002761657754473,49.56334799140116]}},{"type":"Feature","properties":{"population":2253},"geometry":{"type":"Point","coordinates":[1.4001490241508819,45.45441547527804]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[3.305441969752574,49.42323904291308]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[5.635694644848616,44.884238325518378]}},{"type":"Feature","properties":{"population":685},"geometry":{"type":"Point","coordinates":[-0.8268607692587588,46.26907888719851]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[4.842118664041349,47.98608591928165]}},{"type":"Feature","properties":{"population":2068},"geometry":{"type":"Point","coordinates":[-0.6645281567922169,46.416332776815419]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[6.273077975953377,44.74565123424028]}},{"type":"Feature","properties":{"population":1882},"geometry":{"type":"Point","coordinates":[-0.08611843536058715,47.81258633341165]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[1.4608488901486526,48.50718050854279]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[-1.2130192303032686,49.10504848866648]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[2.3065546285960316,50.414514618428089]}},{"type":"Feature","properties":{"population":3829},"geometry":{"type":"Point","coordinates":[0.584002704274642,45.883726898004827]}},{"type":"Feature","properties":{"population":1199},"geometry":{"type":"Point","coordinates":[6.89498263630861,47.636792251384289]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.2316781032882919,48.24431595165141]}},{"type":"Feature","properties":{"population":1238},"geometry":{"type":"Point","coordinates":[1.6798811934583582,43.92011293637648]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[0.7693746409706433,44.66941657785101]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[5.422698534480493,47.88382103119993]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[1.6854486485147087,44.42987037228849]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[1.5778288486857806,44.56328694874307]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[6.313546226292975,47.37566852725121]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[5.824448031825182,46.0442351614084]}},{"type":"Feature","properties":{"population":2120},"geometry":{"type":"Point","coordinates":[-4.715581096230539,48.399657341060429]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[1.9119384979510886,50.09311248367395]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[3.873295950105327,49.228827357295887]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[5.021827161054026,46.07310302819835]}},{"type":"Feature","properties":{"population":900},"geometry":{"type":"Point","coordinates":[0.3195398015611413,45.58518086692326]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[0.9311715970269909,49.152056605274378]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[9.405059061875475,42.19656566016512]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[5.551477129527816,47.911700072989237]}},{"type":"Feature","properties":{"population":3376},"geometry":{"type":"Point","coordinates":[3.321297323762964,45.419857848316578]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[9.125508233458163,42.3679777485083]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[3.959653985284514,47.106218271957597]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[4.139838595327297,44.97311595394188]}},{"type":"Feature","properties":{"population":2504},"geometry":{"type":"Point","coordinates":[7.625597922825618,48.580446100402827]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[1.5714188985910132,45.06125294569451]}},{"type":"Feature","properties":{"population":788},"geometry":{"type":"Point","coordinates":[-0.7289193668320807,45.825572040386017]}},{"type":"Feature","properties":{"population":4},"geometry":{"type":"Point","coordinates":[0.5214720967601472,42.846783075713769]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[4.405856930342151,47.55847468647576]}},{"type":"Feature","properties":{"population":14},"geometry":{"type":"Point","coordinates":[0.5092689601092494,42.85259182386362]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[6.301946241344231,48.94157026346783]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[2.687862553456266,47.33427491676136]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[3.6231932608761334,49.487707489096418]}},{"type":"Feature","properties":{"population":2482},"geometry":{"type":"Point","coordinates":[0.30305248974462825,46.8050345374612]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[-3.410256769330998,48.33258035333471]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[2.241940295849591,46.59664966333367]}},{"type":"Feature","properties":{"population":1320},"geometry":{"type":"Point","coordinates":[6.876912258829925,47.89146542623685]}},{"type":"Feature","properties":{"population":510},"geometry":{"type":"Point","coordinates":[0.716165131667507,46.099664478332609]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.311357720087587,49.732211964139569]}},{"type":"Feature","properties":{"population":777},"geometry":{"type":"Point","coordinates":[1.8493992210583313,49.04834351260529]}},{"type":"Feature","properties":{"population":598},"geometry":{"type":"Point","coordinates":[3.9535764926310548,49.28885442399656]}},{"type":"Feature","properties":{"population":685},"geometry":{"type":"Point","coordinates":[2.235718610273202,43.03006275424635]}},{"type":"Feature","properties":{"population":2197},"geometry":{"type":"Point","coordinates":[5.382983925127069,45.54015221879175]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[2.3058238627212286,49.78732575141466]}},{"type":"Feature","properties":{"population":662},"geometry":{"type":"Point","coordinates":[5.9544457898463609,47.168040818461]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[1.7913277163726574,50.87150838621542]}},{"type":"Feature","properties":{"population":1754},"geometry":{"type":"Point","coordinates":[-0.8560084790240414,45.69164397027608]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[6.330200601876619,46.74527462506145]}},{"type":"Feature","properties":{"population":2402},"geometry":{"type":"Point","coordinates":[5.211976211126263,47.13821984870402]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[1.8832742266171137,48.35514437671162]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[2.2909077199634497,49.448596251944717]}},{"type":"Feature","properties":{"population":1209},"geometry":{"type":"Point","coordinates":[4.979103407163031,44.14535304470061]}},{"type":"Feature","properties":{"population":630},"geometry":{"type":"Point","coordinates":[-2.2511356224525609,48.17567550353191]}},{"type":"Feature","properties":{"population":2392},"geometry":{"type":"Point","coordinates":[-0.4987426649839015,45.08333409513124]}},{"type":"Feature","properties":{"population":916},"geometry":{"type":"Point","coordinates":[0.7087950491140672,48.105650556430969]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[3.7634478506794339,49.390954214952277]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[9.209887151900944,42.09060898731021]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[1.9117589613332518,44.645481422172739]}},{"type":"Feature","properties":{"population":742},"geometry":{"type":"Point","coordinates":[2.2016102489894879,43.528715510809757]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[0.6457763116958964,42.97374501609478]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[3.859278145596436,49.49457037054235]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[4.37382652526869,47.43956919177334]}},{"type":"Feature","properties":{"population":1530},"geometry":{"type":"Point","coordinates":[5.963937193737435,47.68033960864229]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[4.11413217143285,47.823020416075838]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[3.6466153482537995,47.180925916783937]}},{"type":"Feature","properties":{"population":1795},"geometry":{"type":"Point","coordinates":[4.972584304962047,48.65541290567544]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[1.3379932110195075,42.99209776824357]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[1.384847084463353,44.59350821136869]}},{"type":"Feature","properties":{"population":828},"geometry":{"type":"Point","coordinates":[0.40773293876058816,45.09068402964117]}},{"type":"Feature","properties":{"population":3612},"geometry":{"type":"Point","coordinates":[1.1145789145220567,43.41154438547841]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[2.545509817103102,49.04207487899765]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[6.323293147599464,47.33324636230918]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[3.809487027323988,44.631540758078127]}},{"type":"Feature","properties":{"population":14},"geometry":{"type":"Point","coordinates":[0.40168453511265619,43.02782957653135]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[4.210329954785409,49.79287895143729]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[-0.15086047798933173,43.33993434525131]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.4466278786281276,45.09197989647359]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[1.7924258806436182,49.86044923119839]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[5.596038548600082,47.26755672224536]}},{"type":"Feature","properties":{"population":1228},"geometry":{"type":"Point","coordinates":[2.737708387209591,50.51171642108233]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[0.1505528160012192,48.53688807374577]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[-0.5090994833570093,49.05273192306494]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[4.292853448338066,47.44899980789855]}},{"type":"Feature","properties":{"population":941},"geometry":{"type":"Point","coordinates":[1.6883801024400076,48.65391587611464]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[4.0186512412303359,44.42300569315391]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[2.30752157977185,45.96639014481782]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[2.896199070871847,48.65725492791494]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[6.143044857178487,45.60724718444895]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[6.118495276194798,45.7745350272683]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[5.979257396532646,47.840703098051509]}},{"type":"Feature","properties":{"population":718},"geometry":{"type":"Point","coordinates":[-3.616168096372868,48.570349106695477]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[4.304418453310537,49.758765636970448]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[3.8848275092386816,47.385949708438378]}},{"type":"Feature","properties":{"population":450},"geometry":{"type":"Point","coordinates":[1.2031777760190264,49.857531926496537]}},{"type":"Feature","properties":{"population":1078},"geometry":{"type":"Point","coordinates":[1.2492610123659283,47.91617327642145]}},{"type":"Feature","properties":{"population":1131},"geometry":{"type":"Point","coordinates":[6.299508374998484,48.96903535388705]}},{"type":"Feature","properties":{"population":3193},"geometry":{"type":"Point","coordinates":[-0.5579056529230988,48.164931384867568]}},{"type":"Feature","properties":{"population":5316},"geometry":{"type":"Point","coordinates":[-1.8248322104068234,46.89764218978599]}},{"type":"Feature","properties":{"population":967},"geometry":{"type":"Point","coordinates":[-0.5747040244544942,48.34908089106794]}},{"type":"Feature","properties":{"population":2943},"geometry":{"type":"Point","coordinates":[-0.9358070271081036,48.60595397275687]}},{"type":"Feature","properties":{"population":408},"geometry":{"type":"Point","coordinates":[-0.16014999436548978,43.287003043882737]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[1.0197713458303955,42.947520147453129]}},{"type":"Feature","properties":{"population":1149},"geometry":{"type":"Point","coordinates":[2.7913256029969299,46.343397121099489]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[1.7794413973065122,45.92277290161169]}},{"type":"Feature","properties":{"population":5857},"geometry":{"type":"Point","coordinates":[6.823825353974303,47.533671012778807]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[1.9850008388682204,46.03521755766214]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[1.6756677574637678,49.4730305983133]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[1.0796582608291228,43.02384149790074]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[3.990098208052078,45.457987102832287]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[1.4277671995631934,48.55553194727184]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[3.599991177113705,49.41042708645841]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.480324613280059,43.83428460130112]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[2.3565964578155067,49.07496673049383]}},{"type":"Feature","properties":{"population":8822},"geometry":{"type":"Point","coordinates":[2.6270425785833559,48.572026054325679]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[3.65826161275276,48.80143978690053]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[4.2842669133646009,48.871562525002719]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[6.139825092309974,48.8148789973463]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[4.729574410722348,47.290188612306717]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[0.14949162496057687,49.331375456000397]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[0.22287766392918829,45.129017815062869]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[2.4905333063587404,45.94946521698071]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[4.399684598306017,47.43629945877545]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[2.1500578059692247,50.38745896579073]}},{"type":"Feature","properties":{"population":1682},"geometry":{"type":"Point","coordinates":[3.1747867050699076,43.46862889222435]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[5.903368979713339,46.568373255315098]}},{"type":"Feature","properties":{"population":966},"geometry":{"type":"Point","coordinates":[3.9847688398637186,48.58524789300941]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[2.0758926265953447,48.36802777124193]}},{"type":"Feature","properties":{"population":2971},"geometry":{"type":"Point","coordinates":[4.092960021418873,45.25661143117542]}},{"type":"Feature","properties":{"population":3535},"geometry":{"type":"Point","coordinates":[3.3359330635328305,50.3688522460002]}},{"type":"Feature","properties":{"population":1995},"geometry":{"type":"Point","coordinates":[2.010347807779294,47.07961124609132]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[1.7112154365176307,50.65472773629834]}},{"type":"Feature","properties":{"population":9350},"geometry":{"type":"Point","coordinates":[-1.9180777009388946,47.35738604362395]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[0.6256689170920156,45.55201936075315]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[-1.8281282300441433,49.48183956376042]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[-1.3201476170257518,48.55905964210839]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[2.551918048134648,49.75143726714441]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[4.333346558506385,49.653265674726529]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[5.970204041636585,49.32876147304688]}},{"type":"Feature","properties":{"population":1527},"geometry":{"type":"Point","coordinates":[5.426832855279282,46.73132963722303]}},{"type":"Feature","properties":{"population":985},"geometry":{"type":"Point","coordinates":[2.2535631733560796,49.78535673997613]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[3.953105688673797,49.198032238360429]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[6.513000629490556,49.268084804533909]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[0.9395751199042874,47.14129187535645]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[0.5837439759938737,44.54352234208736]}},{"type":"Feature","properties":{"population":1651},"geometry":{"type":"Point","coordinates":[9.120066062347429,41.51598356430057]}},{"type":"Feature","properties":{"population":1318},"geometry":{"type":"Point","coordinates":[-0.5055477560215368,45.05323234756289]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[5.2745231235417899,46.38570669416992]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[1.4172008336918838,45.553534076365469]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[4.574262174469856,44.78069721520248]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[6.099278658514357,47.9465304029078]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[0.24154140567820826,49.697693534694867]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[3.347945138747473,49.310502820631928]}},{"type":"Feature","properties":{"population":597},"geometry":{"type":"Point","coordinates":[-0.026975864229351423,49.311615710126428]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[-0.8558360707171256,49.25452474030236]}},{"type":"Feature","properties":{"population":640},"geometry":{"type":"Point","coordinates":[2.7452543774294795,49.29611976188954]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[3.7915247517637846,44.15770681507317]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[6.236684502728717,47.07122517997581]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[4.8528678251537109,46.98582694708027]}},{"type":"Feature","properties":{"population":6896},"geometry":{"type":"Point","coordinates":[2.785260123069513,50.456691827802149]}},{"type":"Feature","properties":{"population":2704},"geometry":{"type":"Point","coordinates":[-0.4205332963444479,48.56662202826523]}},{"type":"Feature","properties":{"population":12854},"geometry":{"type":"Point","coordinates":[-0.436015560718719,44.99545746123872]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[6.998110347237729,48.9506434559952]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[0.35315856278146998,42.872432260309398]}},{"type":"Feature","properties":{"population":437},"geometry":{"type":"Point","coordinates":[2.9432757839957146,50.27436372970498]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[3.791232937500523,49.447636497672828]}},{"type":"Feature","properties":{"population":909},"geometry":{"type":"Point","coordinates":[0.14037641521359638,44.58021414069623]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[2.7432309107506049,50.05941875661513]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[2.766341491725632,50.03045691626551]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[3.627491140984697,48.20249620091485]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[0.12908237775811666,48.673342500861327]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[5.613069515309245,46.562289948787199]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[6.9884631185737249,47.45613400883871]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[5.846481604691521,47.29306358556191]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[5.50791464702197,48.0729638061205]}},{"type":"Feature","properties":{"population":3063},"geometry":{"type":"Point","coordinates":[5.764386172450604,45.701789156752209]}},{"type":"Feature","properties":{"population":2430},"geometry":{"type":"Point","coordinates":[5.892981414820693,49.307876995432959]}},{"type":"Feature","properties":{"population":1010},"geometry":{"type":"Point","coordinates":[-1.1699998472076128,46.50538794642611]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[0.9321822629811699,43.058774339444997]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[-0.8134897919986927,46.5477439378814]}},{"type":"Feature","properties":{"population":514},"geometry":{"type":"Point","coordinates":[3.32976058054563,46.01926698858751]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[2.3070943451225105,43.298585575106859]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[6.746498191786576,45.17751328643608]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[0.847516161022924,43.274292613447467]}},{"type":"Feature","properties":{"population":1198},"geometry":{"type":"Point","coordinates":[4.459255326175243,46.03341695175996]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[4.011396889446083,47.56016333085404]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[4.3041085436411878,48.52258312556355]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[3.0296963814318156,50.20083627545277]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[-1.3380488890659353,49.459809658395148]}},{"type":"Feature","properties":{"population":1096},"geometry":{"type":"Point","coordinates":[5.114278986740444,45.600673688646967]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[4.496801725836009,47.917587505259678]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[-0.41028087097336826,46.01632441509247]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[3.710702748919927,45.14687988773557]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[2.0836848672084047,45.99910179916623]}},{"type":"Feature","properties":{"population":852},"geometry":{"type":"Point","coordinates":[4.2999639087707079,44.26745547271598]}},{"type":"Feature","properties":{"population":2772},"geometry":{"type":"Point","coordinates":[7.089518349880142,48.94527985351079]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[4.162668950436724,49.272663901296549]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[0.8255774501940886,43.79171492499986]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[2.437177575501741,49.48559887178075]}},{"type":"Feature","properties":{"population":16594},"geometry":{"type":"Point","coordinates":[1.8709662657620428,47.91174455900695]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[-0.18671452724033159,43.72377861187857]}},{"type":"Feature","properties":{"population":1041},"geometry":{"type":"Point","coordinates":[-0.6525707745835191,46.87886284232582]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[5.652152522647071,48.22407114247733]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[1.1854071216697067,43.14224130209504]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[5.749318147773877,44.45558585654104]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[2.145458377101722,46.47577949278986]}},{"type":"Feature","properties":{"population":947},"geometry":{"type":"Point","coordinates":[4.149971827525654,48.31807217791726]}},{"type":"Feature","properties":{"population":1348},"geometry":{"type":"Point","coordinates":[0.648533185199575,47.530734283603887]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[0.6624254706249112,42.954045095318459]}},{"type":"Feature","properties":{"population":1714},"geometry":{"type":"Point","coordinates":[0.5927564328145017,46.873560357182778]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[2.4588078430121569,47.28281796286922]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[4.974429858989835,49.37079193619943]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[4.2504484995490359,45.58885571017073]}},{"type":"Feature","properties":{"population":889},"geometry":{"type":"Point","coordinates":[0.5580310756378344,45.02733734119793]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[4.7574824853466179,48.30934874836958]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[4.937727024126062,47.64946773708485]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[4.463613596889811,49.29676505508787]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[1.8173117033414988,43.617521567458677]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[0.17378052413817633,49.093117454251977]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.8835575258449399,47.08760321095068]}},{"type":"Feature","properties":{"population":31097},"geometry":{"type":"Point","coordinates":[2.385691369096492,48.76058863616984]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[4.528916171486892,47.37650277303067]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[4.683290216774891,49.701962901872807]}},{"type":"Feature","properties":{"population":5662},"geometry":{"type":"Point","coordinates":[5.709924588766345,43.280775314687037]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[2.145104026904941,50.5576245826981]}},{"type":"Feature","properties":{"population":2722},"geometry":{"type":"Point","coordinates":[2.3019217169248207,49.165084004527987]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[2.4921806471112548,49.42972343586075]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[6.152481944837064,45.50415747563255]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[4.432766153269991,47.10901935700211]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[3.5484849949006276,47.41355857222697]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[2.12682196592701,50.196510356001038]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[3.531178257564755,44.209243751531868]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[0.11521461587490661,43.2999736756367]}},{"type":"Feature","properties":{"population":1011},"geometry":{"type":"Point","coordinates":[2.1170209032167115,50.8067469534918]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[-0.1398088652023462,43.64383053552679]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[2.826866178129018,50.47596032465518]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[0.6425990988267787,48.32120480325849]}},{"type":"Feature","properties":{"population":3660},"geometry":{"type":"Point","coordinates":[0.12767657320744844,48.77665920014586]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[3.6565427216054795,49.48941077841265]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[1.8995463354268037,49.495559165083019]}},{"type":"Feature","properties":{"population":997},"geometry":{"type":"Point","coordinates":[-0.4463653512889232,43.14128752751434]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[4.354355920694355,48.213346082074227]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[2.4099452770285496,50.055067592848718]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[7.269407104090982,48.48525868199133]}},{"type":"Feature","properties":{"population":3992},"geometry":{"type":"Point","coordinates":[-1.360016312716683,47.33774650790037]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[6.515233322916694,48.269215143915278]}},{"type":"Feature","properties":{"population":2430},"geometry":{"type":"Point","coordinates":[-0.4231275827109344,43.79203689783526]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.0963453594354128,49.7921309106309]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[-0.9080049998598229,43.857964338713149]}},{"type":"Feature","properties":{"population":1110},"geometry":{"type":"Point","coordinates":[3.4483654297788357,50.484884550855827]}},{"type":"Feature","properties":{"population":5932},"geometry":{"type":"Point","coordinates":[4.9573171112804419,44.09932522376666]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[1.062071136386997,44.178886078055999]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[4.05101805584658,49.856482849184327]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[3.830364061559435,49.20207205387383]}},{"type":"Feature","properties":{"population":756},"geometry":{"type":"Point","coordinates":[4.008256824936924,43.782177143416479]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[4.481334357396148,49.557122238249828]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[0.8892654477815025,48.30837065273016]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[3.693633851535737,45.272013185890717]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[2.971561450731684,46.260315354085928]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[6.469492221812497,48.36181130132504]}},{"type":"Feature","properties":{"population":1257},"geometry":{"type":"Point","coordinates":[-3.3118348450100929,47.880573298784728]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[4.872510687277913,49.51379037438935]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[3.0999044801300559,49.63726271660304]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[2.466573319337503,43.153301099849667]}},{"type":"Feature","properties":{"population":4779},"geometry":{"type":"Point","coordinates":[2.932938042250413,48.857170384048817]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[3.506076313670541,43.844689779470197]}},{"type":"Feature","properties":{"population":1481},"geometry":{"type":"Point","coordinates":[8.893559182062342,41.9039601728387]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[2.4509003820916606,48.26177980841814]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[1.7748092158870415,46.048055551859167]}},{"type":"Feature","properties":{"population":680},"geometry":{"type":"Point","coordinates":[4.431510266803625,45.54104844871001]}},{"type":"Feature","properties":{"population":1152},"geometry":{"type":"Point","coordinates":[-1.6608110537179033,48.58022369642018]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[0.1957504884575648,49.31983488069641]}},{"type":"Feature","properties":{"population":825},"geometry":{"type":"Point","coordinates":[1.9457981274602452,48.64226241804102]}},{"type":"Feature","properties":{"population":908},"geometry":{"type":"Point","coordinates":[3.1947102081656268,48.804575407581918]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[2.9386883289428247,49.58293213852364]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[3.6749719659982036,44.99730877038915]}},{"type":"Feature","properties":{"population":3446},"geometry":{"type":"Point","coordinates":[-0.183153980558796,49.191900549249947]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[-1.4050644907325623,48.86138832123185]}},{"type":"Feature","properties":{"population":560},"geometry":{"type":"Point","coordinates":[1.8623759033612344,49.456065675691188]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[3.729502620549721,48.58200057050937]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.9061352956400134,45.77429016146013]}},{"type":"Feature","properties":{"population":1071},"geometry":{"type":"Point","coordinates":[6.342996707974534,49.310914340127279]}},{"type":"Feature","properties":{"population":882},"geometry":{"type":"Point","coordinates":[2.4992805244473406,50.426405713331799]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[1.1166958615099232,45.21043650244963]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[3.681088193229267,50.0761246632755]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[5.27023752625379,45.04514592748061]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[3.0722169131661887,47.333433195177239]}},{"type":"Feature","properties":{"population":1005},"geometry":{"type":"Point","coordinates":[2.719349951474793,49.063392050524758]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[4.719167346493678,47.408705644080978]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[0.2653834524284053,43.63241788308986]}},{"type":"Feature","properties":{"population":2035},"geometry":{"type":"Point","coordinates":[3.0766707976930935,48.76341047841562]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[2.0672506832966004,45.19955275165274]}},{"type":"Feature","properties":{"population":729},"geometry":{"type":"Point","coordinates":[3.513458791234265,46.00423128595939]}},{"type":"Feature","properties":{"population":820},"geometry":{"type":"Point","coordinates":[0.8848606486336551,49.095782191176059]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[5.376339092867908,49.319258824361408]}},{"type":"Feature","properties":{"population":2409},"geometry":{"type":"Point","coordinates":[-3.232597384579517,48.7844233602167]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[1.992493046043708,48.073877850855037]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[2.61385448133473,50.27233716992892]}},{"type":"Feature","properties":{"population":8556},"geometry":{"type":"Point","coordinates":[2.726223705676425,48.74873747977126]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[5.695008236590785,47.28065057232087]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[3.8826850022423056,47.102954535482528]}},{"type":"Feature","properties":{"population":1794},"geometry":{"type":"Point","coordinates":[6.0753877003071079,48.60915151132218]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[5.592080429899595,47.39654175621235]}},{"type":"Feature","properties":{"population":1573},"geometry":{"type":"Point","coordinates":[-2.7428607448603334,48.089678437313207]}},{"type":"Feature","properties":{"population":14},"geometry":{"type":"Point","coordinates":[4.701571262306752,47.608975903412268]}},{"type":"Feature","properties":{"population":1561},"geometry":{"type":"Point","coordinates":[6.353084502812465,48.7349520886173]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[4.701873331497051,47.692027616591747]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[0.5077104345852761,48.724240621875448]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[-0.6705998840178423,43.01049862984682]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[4.680114727926933,44.79317712055639]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[7.165467827090694,48.06163877235149]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[1.445095170549669,47.741252742529699]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[4.45638298931211,47.05735439082344]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[5.89671624767867,48.602451633751368]}},{"type":"Feature","properties":{"population":442},"geometry":{"type":"Point","coordinates":[0.6807924414043733,45.09286283093504]}},{"type":"Feature","properties":{"population":2308},"geometry":{"type":"Point","coordinates":[1.4543717111226449,47.59486870148682]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[1.9024986546333825,50.63984711870142]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[0.877642404899979,49.804317326526859]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[1.214083592774421,48.64920973241955]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[-0.347734756996168,48.992689179129758]}},{"type":"Feature","properties":{"population":3779},"geometry":{"type":"Point","coordinates":[7.682707731104992,48.9076238211452]}},{"type":"Feature","properties":{"population":659},"geometry":{"type":"Point","coordinates":[1.0470875680345906,49.721905856311057]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[3.258475950072529,45.940493249578107]}},{"type":"Feature","properties":{"population":2350},"geometry":{"type":"Point","coordinates":[-1.0519188296092113,46.10277059765225]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[5.58509021364923,48.80793288148684]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[3.6799232969015889,49.64320570124433]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[7.5560433190191669,48.8863956306629]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[-0.13882219121578588,48.985673889711389]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[5.223190858752521,44.44148779383644]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[4.727064058459831,46.93269446938939]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[6.842615522067833,48.94944662115734]}},{"type":"Feature","properties":{"population":796},"geometry":{"type":"Point","coordinates":[7.492595885394829,48.14578420544116]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[1.7222913089789325,43.37861495033294]}},{"type":"Feature","properties":{"population":720},"geometry":{"type":"Point","coordinates":[-0.4635207859985718,48.3891321341082]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[0.8933677842528066,44.568848299852358]}},{"type":"Feature","properties":{"population":1961},"geometry":{"type":"Point","coordinates":[-0.8999331337461954,48.17496877603739]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[3.4524952715940335,46.29796285520578]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[4.557640539240706,45.080006363602937]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[6.727958089655753,47.31642375555372]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[5.1027162393806899,45.94977398419346]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[5.757758740366099,47.39267209848932]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[6.591262243555281,48.91631005972925]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[3.526821050520503,49.797130191152927]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[2.14632957935156,46.02198159951817]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[2.9992259127536058,47.114417718934969]}},{"type":"Feature","properties":{"population":1879},"geometry":{"type":"Point","coordinates":[2.9180375009987395,46.7346930465359]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[3.421054634369834,47.2185230368042]}},{"type":"Feature","properties":{"population":745},"geometry":{"type":"Point","coordinates":[6.289715662397721,43.51158325059128]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[7.533045920501665,48.30309892912569]}},{"type":"Feature","properties":{"population":2576},"geometry":{"type":"Point","coordinates":[-3.182555320747406,48.544601866504077]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[-0.09677889340839469,47.20157159336974]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[2.0701554948581126,49.192471368613869]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[1.2827288793892946,48.68036452004821]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[3.197652153169904,49.76157642592159]}},{"type":"Feature","properties":{"population":1311},"geometry":{"type":"Point","coordinates":[-0.30232017631143578,47.64775228238083]}},{"type":"Feature","properties":{"population":1037},"geometry":{"type":"Point","coordinates":[4.864555386669144,50.11513600327461]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[5.651235009658225,49.411184987582739]}},{"type":"Feature","properties":{"population":21498},"geometry":{"type":"Point","coordinates":[2.5386355758381744,50.726002535050159]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[-0.3076516567003191,45.63700488129857]}},{"type":"Feature","properties":{"population":1377},"geometry":{"type":"Point","coordinates":[3.403200622160972,44.79617657728435]}},{"type":"Feature","properties":{"population":943},"geometry":{"type":"Point","coordinates":[-0.30783354136282889,43.27021171259442]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[-0.6441060989661138,49.0462274929543]}},{"type":"Feature","properties":{"population":2460},"geometry":{"type":"Point","coordinates":[0.7872240020383988,49.73028738882435]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[2.016158271223072,50.152820498995399]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[0.41321030757736779,44.7951658169018]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[1.8961978997971028,44.08393700175465]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[2.8928524617744708,46.19695258257285]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[7.27245128516255,48.01457595958581]}},{"type":"Feature","properties":{"population":785},"geometry":{"type":"Point","coordinates":[-0.7113329299905912,45.72519649013557]}},{"type":"Feature","properties":{"population":755},"geometry":{"type":"Point","coordinates":[0.9892663237540968,49.70414760949423]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[0.6004575195490002,42.99632404932785]}},{"type":"Feature","properties":{"population":1137},"geometry":{"type":"Point","coordinates":[5.7838944177214,45.26548850016679]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[0.18149421932549693,45.93872065873169]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[-0.328051316994246,43.169125860164999]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[3.623957470254176,47.42958367576029]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[4.382673245505356,49.21735669056577]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[2.6197301263493548,50.47918797655333]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[5.93104114042672,44.09556091624393]}},{"type":"Feature","properties":{"population":3448},"geometry":{"type":"Point","coordinates":[2.980794025422594,42.49988611465549]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[3.9422342964590384,47.87860156657256]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[1.9947561267670742,44.9924759563478]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[2.230192047310636,50.0359585987456]}},{"type":"Feature","properties":{"population":1162},"geometry":{"type":"Point","coordinates":[-0.5983071316502324,45.656520103590427]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[5.093421367254604,49.2994055023528]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[1.4519189184805182,49.01375411660139]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[5.642336284415834,46.603391841734609]}},{"type":"Feature","properties":{"population":8464},"geometry":{"type":"Point","coordinates":[-0.24016489820843146,47.33250806860519]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[-0.04334721211019749,42.85549348832622]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[0.014408643787976076,43.57662977870429]}},{"type":"Feature","properties":{"population":1343},"geometry":{"type":"Point","coordinates":[0.6247532217320744,49.398950736615258]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[-0.4584485486905745,45.839175731651348]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[0.3174268859388407,43.66847771438573]}},{"type":"Feature","properties":{"population":941},"geometry":{"type":"Point","coordinates":[-1.1329735918631268,47.99781123072409]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[2.580568587163817,47.090115256527329]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[-0.12608142965796757,45.20625087133408]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[0.8257218759494794,46.8386551811167]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[1.4653394513313878,44.79366487514917]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[-1.255005287551945,49.39071806749484]}},{"type":"Feature","properties":{"population":455},"geometry":{"type":"Point","coordinates":[0.8341884067795693,49.124230262555588]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[6.511073319827784,48.345883953551417]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[6.189330285864005,47.43308500861762]}},{"type":"Feature","properties":{"population":1114},"geometry":{"type":"Point","coordinates":[7.119332119905894,48.9979297795141]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[0.36249532128432296,45.10054495406004]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[5.321380736174432,44.320308484184128]}},{"type":"Feature","properties":{"population":10005},"geometry":{"type":"Point","coordinates":[-0.4307757739598924,44.92213710565482]}},{"type":"Feature","properties":{"population":2300},"geometry":{"type":"Point","coordinates":[3.708371541261552,50.26523976696762]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[0.3982503670719569,47.65631631690223]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[9.51496282784355,42.33570713970093]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[3.116379455578567,50.220012865139249]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[2.356558003633624,46.09392520157154]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[0.1626795967665227,43.17614969837476]}},{"type":"Feature","properties":{"population":12581},"geometry":{"type":"Point","coordinates":[-1.5755089796234292,48.83453846127912]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[2.023549833488913,48.04186763880571]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[5.447205912733014,49.44620087888881]}},{"type":"Feature","properties":{"population":18},"geometry":{"type":"Point","coordinates":[5.369079372346806,48.390948712024918]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[1.0038369656124793,43.51574101305808]}},{"type":"Feature","properties":{"population":1257},"geometry":{"type":"Point","coordinates":[1.0633899030603305,45.13192473164785]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[0.26920489539780198,43.7275008968566]}},{"type":"Feature","properties":{"population":1589},"geometry":{"type":"Point","coordinates":[6.958059358837318,47.915919988579187]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[7.002504681628298,48.523138973375349]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[4.421816611293263,49.38982755430202]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[1.0994305202857407,48.259690959546919]}},{"type":"Feature","properties":{"population":523},"geometry":{"type":"Point","coordinates":[3.1025026056904467,44.17568465449848]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[5.546971134839479,46.84870627061618]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[5.5850978136055569,49.403683684767049]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[3.95707346511878,45.47177527531257]}},{"type":"Feature","properties":{"population":20654},"geometry":{"type":"Point","coordinates":[4.758229410242762,45.581236851160038]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[3.9567995906879509,49.1707589486415]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[0.37031638678122477,43.45861071149177]}},{"type":"Feature","properties":{"population":1103},"geometry":{"type":"Point","coordinates":[-3.298059342395067,48.682126596548027]}},{"type":"Feature","properties":{"population":1677},"geometry":{"type":"Point","coordinates":[-0.8943655985350596,48.54471276674808]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[-3.0038112694595315,48.84938923287544]}},{"type":"Feature","properties":{"population":1187},"geometry":{"type":"Point","coordinates":[4.3327808663917459,46.00264065553049]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[-0.08929027595580218,45.47395624592155]}},{"type":"Feature","properties":{"population":1924},"geometry":{"type":"Point","coordinates":[5.150664601262716,47.33040316522807]}},{"type":"Feature","properties":{"population":1547},"geometry":{"type":"Point","coordinates":[3.3665266934783255,46.0728952752363]}},{"type":"Feature","properties":{"population":774},"geometry":{"type":"Point","coordinates":[3.323842814042219,48.842069665540417]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[0.7837418617302278,43.61590280089904]}},{"type":"Feature","properties":{"population":3468},"geometry":{"type":"Point","coordinates":[4.099937619067431,45.62210513505562]}},{"type":"Feature","properties":{"population":1430},"geometry":{"type":"Point","coordinates":[1.3251090180511485,48.67494591341246]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[1.6340404301296947,45.87131180865207]}},{"type":"Feature","properties":{"population":5808},"geometry":{"type":"Point","coordinates":[-4.0199741222636879,48.093704582609579]}},{"type":"Feature","properties":{"population":723},"geometry":{"type":"Point","coordinates":[-0.18273105876094293,43.27778203638461]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[1.229667083177981,48.53230604994321]}},{"type":"Feature","properties":{"population":21},"geometry":{"type":"Point","coordinates":[4.9501299583669919,47.74558709170141]}},{"type":"Feature","properties":{"population":1139},"geometry":{"type":"Point","coordinates":[-2.097100905789043,48.41476654285923]}},{"type":"Feature","properties":{"population":1422},"geometry":{"type":"Point","coordinates":[5.5036610411211079,44.031224646881359]}},{"type":"Feature","properties":{"population":1459},"geometry":{"type":"Point","coordinates":[2.2485954280178199,45.1303601079674]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[2.146882665273766,43.60877066897187]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[8.982732125293217,42.04725057066706]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[5.860096793607174,46.65323185809664]}},{"type":"Feature","properties":{"population":3131},"geometry":{"type":"Point","coordinates":[4.625952833436118,45.68381637282007]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[5.7765809568068999,49.1287187167706]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[1.4366510079238224,49.345465949883188]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[0.286827588049814,48.32589121762323]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[-0.6319199648315113,43.54133806884322]}},{"type":"Feature","properties":{"population":2506},"geometry":{"type":"Point","coordinates":[-1.1291626409193052,46.966249767629538]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[5.685118777387905,48.5000812301683]}},{"type":"Feature","properties":{"population":3735},"geometry":{"type":"Point","coordinates":[0.45264726917557,48.18489500979252]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[0.507848517075807,42.82313751715256]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[0.05433926349076457,46.72039111701939]}},{"type":"Feature","properties":{"population":688},"geometry":{"type":"Point","coordinates":[3.3984862936933739,50.01420248668562]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[1.0924774992910569,42.98273447282186]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[6.880861587782514,47.71825184691688]}},{"type":"Feature","properties":{"population":695},"geometry":{"type":"Point","coordinates":[-2.3028742134302448,47.51952269304349]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[1.5550457832260494,49.42701891656603]}},{"type":"Feature","properties":{"population":843},"geometry":{"type":"Point","coordinates":[-0.532494706752877,46.18726756474629]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[6.057419351612386,48.65794024182408]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[5.801289686694774,46.62361163697093]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[3.065288736887732,49.52001609830602]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[-1.0853552632337973,49.361285746350969]}},{"type":"Feature","properties":{"population":7321},"geometry":{"type":"Point","coordinates":[-4.491751637132095,48.24515784169832]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[1.0979087849223275,45.23138492170379]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[2.3328087789771736,49.96530177260394]}},{"type":"Feature","properties":{"population":1453},"geometry":{"type":"Point","coordinates":[0.6773541779501078,49.53619704397129]}},{"type":"Feature","properties":{"population":1871},"geometry":{"type":"Point","coordinates":[3.906618953879371,49.25402053287317]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[-0.011459555562329643,44.67952703761717]}},{"type":"Feature","properties":{"population":1467},"geometry":{"type":"Point","coordinates":[-3.4453664890940658,48.55125831438333]}},{"type":"Feature","properties":{"population":594},"geometry":{"type":"Point","coordinates":[2.2539436342929468,48.46655930807152]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[2.6075261763023978,50.055171430358409]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[2.1828150683175497,50.19712914467333]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[7.450812216272923,48.70694943799362]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[-0.5935160972888824,48.15037728680948]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[0.08457962554201494,43.55092024420263]}},{"type":"Feature","properties":{"population":17910},"geometry":{"type":"Point","coordinates":[-2.0519825595297527,47.12230032671462]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[3.3167040531594687,45.15030485014603]}},{"type":"Feature","properties":{"population":996},"geometry":{"type":"Point","coordinates":[3.21184737823801,49.57938291589388]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[4.763645654968944,47.39088327817753]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[1.1985090016906009,44.81724747034072]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[2.8034512835631428,45.28075030701682]}},{"type":"Feature","properties":{"population":63642},"geometry":{"type":"Point","coordinates":[-4.090928005154205,47.99661884417172]}},{"type":"Feature","properties":{"population":1111},"geometry":{"type":"Point","coordinates":[-1.603020528144486,46.806552480147498]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[-0.5881926866093559,45.891343153352128]}},{"type":"Feature","properties":{"population":1858},"geometry":{"type":"Point","coordinates":[2.8998373843984495,42.52352980780093]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[0.7407695719669077,47.537112401409448]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[4.835246106830964,49.41958852868521]}},{"type":"Feature","properties":{"population":5501},"geometry":{"type":"Point","coordinates":[0.10463326144244339,47.52430639663733]}},{"type":"Feature","properties":{"population":1477},"geometry":{"type":"Point","coordinates":[6.344211580423106,46.29364282819735]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[8.738423669172726,42.02854050861655]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[3.544986011290777,43.75680376413489]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[1.1829267966652797,43.17947410170268]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[9.009245579732829,41.908971711698878]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[1.8351259523229875,50.18699814432454]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[4.981328325620332,47.46193922904313]}},{"type":"Feature","properties":{"population":983},"geometry":{"type":"Point","coordinates":[-2.3995103300159976,47.59070424756561]}},{"type":"Feature","properties":{"population":550},"geometry":{"type":"Point","coordinates":[2.378816041502883,47.30855444323]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[5.155798737732568,45.315668112096037]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[7.5422816822625509,48.7133787908572]}},{"type":"Feature","properties":{"population":1560},"geometry":{"type":"Point","coordinates":[-0.7440719351339674,43.5933521859959]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[1.1871457523993106,44.74854153225633]}},{"type":"Feature","properties":{"population":14585},"geometry":{"type":"Point","coordinates":[2.417247955773467,48.98593518441865]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[0.7256416892357831,46.89399923823779]}},{"type":"Feature","properties":{"population":963},"geometry":{"type":"Point","coordinates":[-1.9670779253700673,48.57103269817792]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[0.46455562714290668,43.07618719003687]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[0.8980682637547216,43.56305936134817]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[1.0881659517525515,43.514964851708217]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[1.8165306456345063,42.968122247880909]}},{"type":"Feature","properties":{"population":2511},"geometry":{"type":"Point","coordinates":[-3.302137311387299,48.816208949676838]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.1564125613385114,49.66105274027868]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[-0.9502807106446668,48.684406788278369]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[6.8188016749051549,48.95744026163197]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.273277954812927,44.37112363234374]}},{"type":"Feature","properties":{"population":1595},"geometry":{"type":"Point","coordinates":[2.174613714780458,43.26506980941473]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[5.134613894336836,48.60603805616222]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[2.6214243204660034,48.18257800905226]}},{"type":"Feature","properties":{"population":1037},"geometry":{"type":"Point","coordinates":[-1.805061411760826,47.73388268935821]}},{"type":"Feature","properties":{"population":1380},"geometry":{"type":"Point","coordinates":[4.8694469816196419,46.85237511631233]}},{"type":"Feature","properties":{"population":1398},"geometry":{"type":"Point","coordinates":[-1.2141024008746063,44.27812692895032]}},{"type":"Feature","properties":{"population":1117},"geometry":{"type":"Point","coordinates":[2.5509983657782535,47.14220380628681]}},{"type":"Feature","properties":{"population":13},"geometry":{"type":"Point","coordinates":[2.6361280841634127,47.21884293434462]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[-0.9223084650454048,46.585532196716247]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[6.599765729841567,48.85165989477321]}},{"type":"Feature","properties":{"population":1526},"geometry":{"type":"Point","coordinates":[-1.6955937653604676,47.592367508942839]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[9.20939473487871,42.203023270713419]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[6.785982772304927,49.015169741007117]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[-1.0893063684482388,47.815940613142739]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[5.15026773927641,47.26295519782309]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.6288943810541101,42.96898874631164]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[-0.26172259769127106,45.350426018580517]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[6.135326134615378,47.45901292524585]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[4.808542073155243,48.81692949557066]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[-0.1220384537675118,45.95093217799336]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[2.295134732130428,43.954635229789158]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[2.2579141246018739,44.68469322844667]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[3.7023887319845,49.42726686334799]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[0.9647429622804954,44.120430150923599]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[5.098669317692847,44.39763755314809]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[6.407640731199084,49.22350707343703]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[6.948271916586096,47.705228146023859]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[4.25519899996274,47.53175716060528]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[0.849126597013513,43.83550215962089]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[3.6993737664125865,48.21416261559504]}},{"type":"Feature","properties":{"population":2568},"geometry":{"type":"Point","coordinates":[2.458408907713811,48.57335287031145]}},{"type":"Feature","properties":{"population":2469},"geometry":{"type":"Point","coordinates":[1.6388289623467949,50.64985560183316]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[-0.6549869208113786,46.03290804515209]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[6.547456132236308,48.81573892547994]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[4.158969195231365,46.815131977681989]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[6.509350113041384,48.36780270647541]}},{"type":"Feature","properties":{"population":2393},"geometry":{"type":"Point","coordinates":[1.6264371321127394,43.284019652714309]}},{"type":"Feature","properties":{"population":1162},"geometry":{"type":"Point","coordinates":[4.00148333257199,46.04166886100137]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[2.626450053510818,47.94215900754403]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[3.575574412051356,49.13844240581482]}},{"type":"Feature","properties":{"population":995},"geometry":{"type":"Point","coordinates":[6.07045480683495,46.070305035199329]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[2.246474122003119,49.32497590743621]}},{"type":"Feature","properties":{"population":2349},"geometry":{"type":"Point","coordinates":[6.456128363069982,48.0822871018653]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[3.6565218954422,49.16095896944182]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[0.45515171553585478,45.36720066705347]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[0.08225990228002282,45.466909825882577]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[5.762035552790936,49.24449359179466]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[1.0670076887721283,47.685144518467428]}},{"type":"Feature","properties":{"population":4884},"geometry":{"type":"Point","coordinates":[-0.7302618763829512,48.733286786850538]}},{"type":"Feature","properties":{"population":1456},"geometry":{"type":"Point","coordinates":[0.5629543766852192,48.37304433261918]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[2.7230633315826466,43.04003164437798]}},{"type":"Feature","properties":{"population":2153},"geometry":{"type":"Point","coordinates":[-4.764691001968927,48.44996450785109]}},{"type":"Feature","properties":{"population":6334},"geometry":{"type":"Point","coordinates":[-0.6673261099234714,47.54841693022264]}},{"type":"Feature","properties":{"population":1370},"geometry":{"type":"Point","coordinates":[-2.2850314060512977,47.81378169245841]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[2.720313202307002,45.19931268435084]}},{"type":"Feature","properties":{"population":1359},"geometry":{"type":"Point","coordinates":[5.91561587746589,49.17377354433046]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[-0.585487195829263,49.30060365731119]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[8.854651249420276,42.08994132627078]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[2.781885460890505,50.008080279841497]}},{"type":"Feature","properties":{"population":688},"geometry":{"type":"Point","coordinates":[0.8454949319292316,48.90847928308189]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[5.4111672120724469,48.165131963819018]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[2.5158364552489176,42.6041826435362]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[1.980255378296115,43.96007694859518]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[-0.8932136102316244,49.055933070975587]}},{"type":"Feature","properties":{"population":3919},"geometry":{"type":"Point","coordinates":[6.161108632781527,46.136164377224059]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[-0.22359778132563883,43.644688555765849]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[3.923172364328527,49.49871320696523]}},{"type":"Feature","properties":{"population":1478},"geometry":{"type":"Point","coordinates":[1.2696097794021786,43.88797569785358]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[2.9026625158487309,49.825718170357529]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[6.160536438493529,47.399054794626788]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[3.777664159584825,47.32385949238393]}},{"type":"Feature","properties":{"population":845},"geometry":{"type":"Point","coordinates":[3.0220506791496519,50.572859819933189]}},{"type":"Feature","properties":{"population":2266},"geometry":{"type":"Point","coordinates":[-2.013580487338194,47.69356929056891]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[4.501181471388811,46.610295199264538]}},{"type":"Feature","properties":{"population":1606},"geometry":{"type":"Point","coordinates":[1.357737973774954,44.11662269270875]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[1.7270668956457643,44.57539085763439]}},{"type":"Feature","properties":{"population":958},"geometry":{"type":"Point","coordinates":[0.3261684653702127,48.88841989394691]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[5.6936143524378839,47.86910092262527]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[8.031757344115752,48.85341296474424]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[1.5850120854577368,42.71923798094411]}},{"type":"Feature","properties":{"population":3001},"geometry":{"type":"Point","coordinates":[3.209718654195404,50.61113132097526]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[0.5939526686781483,48.910920470450147]}},{"type":"Feature","properties":{"population":2248},"geometry":{"type":"Point","coordinates":[4.298023014901382,46.59629828267387]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[-0.6570807160647283,45.93518027010212]}},{"type":"Feature","properties":{"population":780},"geometry":{"type":"Point","coordinates":[6.354519746156003,48.773803904249067]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[9.31447595138186,42.31288950907912]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[3.570754126348348,47.717136259983409]}},{"type":"Feature","properties":{"population":6373},"geometry":{"type":"Point","coordinates":[3.064799608930933,45.738003175082358]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[5.9070090187155099,48.387967094378577]}},{"type":"Feature","properties":{"population":2263},"geometry":{"type":"Point","coordinates":[-3.091399838320417,48.74142783247366]}},{"type":"Feature","properties":{"population":4405},"geometry":{"type":"Point","coordinates":[2.2076620840442806,48.440382425643388]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[1.6596352449974512,48.89583399879964]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[-0.056183509779904498,43.55212446408644]}},{"type":"Feature","properties":{"population":1446},"geometry":{"type":"Point","coordinates":[1.3288052242461102,43.88711081725119]}},{"type":"Feature","properties":{"population":1095},"geometry":{"type":"Point","coordinates":[1.1455493600364582,48.49151458829968]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[0.14160266336366177,47.164063099338957]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[-2.182661669711884,48.454609247890278]}},{"type":"Feature","properties":{"population":24543},"geometry":{"type":"Point","coordinates":[1.4848332671770988,49.0879463349406]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.7474976345961918,42.98051560743207]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[2.7471598377063457,47.30475837071015]}},{"type":"Feature","properties":{"population":1796},"geometry":{"type":"Point","coordinates":[4.020030699769486,50.28841388615497]}},{"type":"Feature","properties":{"population":10},"geometry":{"type":"Point","coordinates":[6.200947201934506,47.056789628575099]}},{"type":"Feature","properties":{"population":938},"geometry":{"type":"Point","coordinates":[2.5150343717980028,44.179350373928098]}},{"type":"Feature","properties":{"population":1143},"geometry":{"type":"Point","coordinates":[4.314282669887638,44.65233133678453]}},{"type":"Feature","properties":{"population":1410},"geometry":{"type":"Point","coordinates":[1.719991951910952,45.602728397105959]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[-0.5085944819431,45.50978724882248]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.5309514071947628,48.47110465575247]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[1.111786526000042,45.28747247675576]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[2.3358784805871606,46.96235079934008]}},{"type":"Feature","properties":{"population":823},"geometry":{"type":"Point","coordinates":[-0.31351446045013567,46.74954256061609]}},{"type":"Feature","properties":{"population":3227},"geometry":{"type":"Point","coordinates":[2.9736270892844747,42.806958536816868]}},{"type":"Feature","properties":{"population":1701},"geometry":{"type":"Point","coordinates":[6.460387853822463,45.900159980086538]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[6.405915296315734,49.19510817664159]}},{"type":"Feature","properties":{"population":2655},"geometry":{"type":"Point","coordinates":[6.5858961492566199,43.23949161400183]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[2.679432865574963,43.44895024253134]}},{"type":"Feature","properties":{"population":1247},"geometry":{"type":"Point","coordinates":[1.729767493238012,45.131483872944489]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[5.684490799006429,44.74680926007808]}},{"type":"Feature","properties":{"population":1681},"geometry":{"type":"Point","coordinates":[3.5393130658519635,44.94822100266047]}},{"type":"Feature","properties":{"population":844},"geometry":{"type":"Point","coordinates":[7.446534449361145,48.947763027661867]}},{"type":"Feature","properties":{"population":971},"geometry":{"type":"Point","coordinates":[2.120759086602765,43.577836477072469]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[5.870590765546912,47.27351814216807]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[5.579850077064451,47.57132399544474]}},{"type":"Feature","properties":{"population":6496},"geometry":{"type":"Point","coordinates":[0.6000809393345093,44.40577288753674]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[1.870952807506635,42.94377227318122]}},{"type":"Feature","properties":{"population":756},"geometry":{"type":"Point","coordinates":[6.7967476265951,47.2039261244168]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[-0.6985616200218097,48.58546313793645]}},{"type":"Feature","properties":{"population":11067},"geometry":{"type":"Point","coordinates":[6.932186002658793,49.202218634993929]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[2.4839153274307579,42.63738212518076]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[2.2982421179481338,45.91990289323299]}},{"type":"Feature","properties":{"population":1001},"geometry":{"type":"Point","coordinates":[1.3677739499852529,45.72171150636934]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[3.6132332814781824,45.66983385007333]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[2.7609720727200277,46.12166907701075]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[2.138096141530134,50.373404526869929]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[-0.5100793591275569,49.316149141359108]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[1.9303359591178498,50.23639396045069]}},{"type":"Feature","properties":{"population":1986},"geometry":{"type":"Point","coordinates":[0.028394905695752139,47.394163598266768]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[6.342425718294406,48.82620365602984]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[0.20458715380973303,49.66520930850161]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[7.6174822504837389,48.31348705473336]}},{"type":"Feature","properties":{"population":1506},"geometry":{"type":"Point","coordinates":[4.556797178038079,44.73458850721829]}},{"type":"Feature","properties":{"population":906},"geometry":{"type":"Point","coordinates":[0.03668731099454939,45.75388428800905]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[-0.371044590697596,45.57786581337535]}},{"type":"Feature","properties":{"population":550},"geometry":{"type":"Point","coordinates":[0.9064419593574127,49.05956575802541]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[-0.3757464983910028,48.8556589065089]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[2.1922457078926205,50.294017614161237]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[2.117467434684529,44.676232091357757]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.1464697060206059,45.210376969691]}},{"type":"Feature","properties":{"population":2344},"geometry":{"type":"Point","coordinates":[-1.5491759298908,43.42169037045532]}},{"type":"Feature","properties":{"population":1283},"geometry":{"type":"Point","coordinates":[3.880435479143267,44.957682018355779]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[7.341057106733349,48.15920179756762]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[2.9063631415900814,43.33523370380455]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[6.181737983518066,48.924792233641138]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.887237392752832,47.07339042663419]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[2.4687782363332366,49.97375070493622]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[-0.695346183996576,45.794088581482267]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[6.1095190259476219,48.21988581948869]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[5.155431424549418,47.71604245218506]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[4.062403207079876,48.97508070035164]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[4.044883524552676,48.19683740824197]}},{"type":"Feature","properties":{"population":953},"geometry":{"type":"Point","coordinates":[-1.2711025269544954,48.72013348796382]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[3.5739998240609185,44.44224025422363]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[3.073890172949366,49.82942504865743]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[2.377149957825122,50.296339561997779]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[5.195807468794515,48.396584100414859]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[3.946710668581948,45.59433152351883]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[0.9464293152051816,44.31653355614644]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[3.753501836929641,49.9311658363007]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[6.605248433986635,49.293321780927318]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[0.05632008099396515,46.88161195812341]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[2.738117859295856,49.34678371197347]}},{"type":"Feature","properties":{"population":1245},"geometry":{"type":"Point","coordinates":[-0.5063505790951465,43.3248358971995]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[1.9545518376336864,43.38260312026335]}},{"type":"Feature","properties":{"population":1389},"geometry":{"type":"Point","coordinates":[-0.9480967530272347,46.14081754159367]}},{"type":"Feature","properties":{"population":2704},"geometry":{"type":"Point","coordinates":[4.649726213861669,45.2192964686223]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[5.466502195529721,49.328093582401347]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[9.376882377511857,42.7666938728428]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[2.9572933655986257,49.19617441806785]}},{"type":"Feature","properties":{"population":1019},"geometry":{"type":"Point","coordinates":[4.1053681156560579,45.96158068252237]}},{"type":"Feature","properties":{"population":1115},"geometry":{"type":"Point","coordinates":[5.695979635164569,43.73740002571017]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[0.30589228334830756,48.73752504261783]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[3.6250926410863535,44.91990433130622]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[4.570110592595173,47.91545115475389]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[0.940693320377229,43.24893254036578]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[0.42514195868109658,49.09395086775626]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[7.496920768739838,48.84654242131726]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[6.173848516982942,45.500692331969009]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[2.7830622024900304,49.16039546573109]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[-1.7410688383809133,49.3685058772616]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[5.662691379564194,48.51202010805263]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.574568719127977,45.79153404045308]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[6.068546607835673,43.721277561734918]}},{"type":"Feature","properties":{"population":1948},"geometry":{"type":"Point","coordinates":[-0.46678580242478898,45.01685563335468]}},{"type":"Feature","properties":{"population":1016},"geometry":{"type":"Point","coordinates":[3.418212396189979,49.347080888390397]}},{"type":"Feature","properties":{"population":2030},"geometry":{"type":"Point","coordinates":[8.883118775130525,41.97675302286861]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.0022775953530878,44.0842254680455]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[3.5752261509418798,48.03027448026723]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[3.2684261185458025,45.67127863391147]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[6.631882477441667,46.18107127245107]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[4.539741411049212,49.81046230605102]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[2.395392773002809,45.48935520081979]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[4.416984279074726,49.08350978651982]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[3.960748677627099,49.22193563412433]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[1.90907966103364,44.70655806569292]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[0.5186071858592047,44.494929735826229]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[0.251174486211969,43.108752885476437]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[0.35040462367088157,47.125754667301837]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[6.687107967177747,48.950469658484447]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[5.557106765275142,46.067087115447879]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[-0.2854364578593836,43.95667763584151]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[4.283080142231788,45.91335658854058]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[9.061233399718363,41.66797934851062]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[0.5685477294107082,49.0277838466971]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[-3.4754906088719315,48.440505167762697]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[-0.7932105532577277,43.73228909060724]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[1.11508903926659,43.847251135946859]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.5288753934669538,46.35701430160566]}},{"type":"Feature","properties":{"population":668},"geometry":{"type":"Point","coordinates":[1.385265435719313,49.2010730694927]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[0.08299409582620246,43.406834848050689]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[5.65193555221194,44.21602404688216]}},{"type":"Feature","properties":{"population":1194},"geometry":{"type":"Point","coordinates":[2.8484008578247748,48.85230907900652]}},{"type":"Feature","properties":{"population":2420},"geometry":{"type":"Point","coordinates":[3.82060952157268,45.134909392558949]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[1.1421946833538484,44.40851710470645]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[3.796337893134044,48.974897055184829]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[2.23139237698956,49.65888832303401]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[1.51727988965493,44.20875971214237]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[2.618587641049185,49.38413688976346]}},{"type":"Feature","properties":{"population":918},"geometry":{"type":"Point","coordinates":[3.065654220543278,47.21188649546769]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[3.949846462857478,48.652572904676507]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[4.546121642367396,45.03484046577605]}},{"type":"Feature","properties":{"population":1662},"geometry":{"type":"Point","coordinates":[6.558915898931468,47.760277689703979]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[4.989931806350529,49.14551076984436]}},{"type":"Feature","properties":{"population":490},"geometry":{"type":"Point","coordinates":[7.679750013773669,48.79297600482473]}},{"type":"Feature","properties":{"population":1298},"geometry":{"type":"Point","coordinates":[3.113067596599455,45.965588617854468]}},{"type":"Feature","properties":{"population":3077},"geometry":{"type":"Point","coordinates":[-0.9000654192372933,48.7251614262964]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[2.8693681513185846,45.560984074849368]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[7.20056270420289,43.96263744076419]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[4.06168464388426,48.05692686779194]}},{"type":"Feature","properties":{"population":1187},"geometry":{"type":"Point","coordinates":[-1.6770235134905727,46.661699159025157]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[6.087619157111443,45.65057421643964]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[5.801274458115592,46.561763966382518]}},{"type":"Feature","properties":{"population":1155},"geometry":{"type":"Point","coordinates":[0.22619744072008172,46.47105265592382]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[1.7985273148004693,48.41652214331012]}},{"type":"Feature","properties":{"population":529},"geometry":{"type":"Point","coordinates":[0.20247485605456987,46.07885594443663]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[6.300662358215159,47.75233360849217]}},{"type":"Feature","properties":{"population":966},"geometry":{"type":"Point","coordinates":[3.492250726475619,46.69811508768553]}},{"type":"Feature","properties":{"population":2329},"geometry":{"type":"Point","coordinates":[2.282258283796911,49.175868610558918]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[1.78161336384552,46.312274653646678]}},{"type":"Feature","properties":{"population":3126},"geometry":{"type":"Point","coordinates":[2.735712212514376,47.57199832324052]}},{"type":"Feature","properties":{"population":1536},"geometry":{"type":"Point","coordinates":[2.1822872498525776,45.890449005813078]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[4.2097225280519059,47.05355316287887]}},{"type":"Feature","properties":{"population":1314},"geometry":{"type":"Point","coordinates":[2.0847785144781385,50.81376581111803]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[-0.02140365903087485,42.92070699975439]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[1.9601819086232245,50.05534142474292]}},{"type":"Feature","properties":{"population":2026},"geometry":{"type":"Point","coordinates":[2.707812856837657,48.64514396526786]}},{"type":"Feature","properties":{"population":2215},"geometry":{"type":"Point","coordinates":[-0.4906050826072251,44.751524197833258]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[5.374254892649144,47.3557507525084]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[0.9462186328546582,46.761315526399538]}},{"type":"Feature","properties":{"population":1202},"geometry":{"type":"Point","coordinates":[2.2046694030343247,43.20110113840413]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[6.965157048718223,47.71889833537327]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[4.312909398167248,46.41621331007354]}},{"type":"Feature","properties":{"population":1791},"geometry":{"type":"Point","coordinates":[0.03887459821629957,45.275056114349577]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[5.344687968177114,49.05885044866785]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[0.6967441874033041,49.71480206571865]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[5.5135295295574029,48.18639002138331]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[0.4672114215671145,43.54651130010977]}},{"type":"Feature","properties":{"population":8},"geometry":{"type":"Point","coordinates":[5.6287429778504329,44.568618332366259]}},{"type":"Feature","properties":{"population":978},"geometry":{"type":"Point","coordinates":[6.080953375679853,47.7664890874978]}},{"type":"Feature","properties":{"population":4236},"geometry":{"type":"Point","coordinates":[4.749731632533469,43.894727044574029]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[5.397961592437889,47.62217278938136]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[0.23244104333904773,44.78531550051368]}},{"type":"Feature","properties":{"population":789},"geometry":{"type":"Point","coordinates":[2.514423085258368,43.17515113354443]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[3.5871744660008737,50.11776157954557]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[1.7246584690214629,48.83228487425384]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[4.235040515881228,47.3598517325445]}},{"type":"Feature","properties":{"population":3843},"geometry":{"type":"Point","coordinates":[4.573606238415049,45.534592256178388]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[3.4412313137651249,44.47576338700638]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[4.883539175581656,46.385042541684807]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[2.6670252369617897,49.76267705452718]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[3.6464516360775418,45.257463764196867]}},{"type":"Feature","properties":{"population":1495},"geometry":{"type":"Point","coordinates":[4.782469163732831,46.10677013161242]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[3.3070437746684337,44.604670585224649]}},{"type":"Feature","properties":{"population":3550},"geometry":{"type":"Point","coordinates":[-0.4271839478489355,45.44208934871233]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[6.802983613386284,48.241806461818807]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[4.489605404600558,46.93109774283924]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[4.491387268072138,46.64583318726246]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[-0.180085977253376,43.340303415087017]}},{"type":"Feature","properties":{"population":2055},"geometry":{"type":"Point","coordinates":[2.7494292287188459,49.077783711662679]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[3.57524963528631,49.90254076999836]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[4.4875482913190549,45.167140854108087]}},{"type":"Feature","properties":{"population":1609},"geometry":{"type":"Point","coordinates":[2.7974976408806788,50.566459953131467]}},{"type":"Feature","properties":{"population":1498},"geometry":{"type":"Point","coordinates":[-2.765035077265043,48.03908273522293]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[4.171056910755557,47.83975817035351]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[0.1458791186946618,43.25981238081036]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[1.5790625443149098,49.377796523506528]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[2.55291080208319,50.41410512353463]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[4.422126482153568,47.38702271605336]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[0.975778508757795,44.037610422388649]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[3.6763427380932405,44.87558504069388]}},{"type":"Feature","properties":{"population":8992},"geometry":{"type":"Point","coordinates":[4.288985509995188,45.56267343474332]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[2.684393469326564,49.29084710152911]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[-1.1521547930036925,48.81707263575631]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[2.3798242949632568,49.98958587166199]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[6.626955278801206,48.84717676726096]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[6.48837830135295,47.260724197053779]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[1.8120892823948847,49.99852790388175]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[2.162200537822717,43.27721779900392]}},{"type":"Feature","properties":{"population":5220},"geometry":{"type":"Point","coordinates":[0.24382519650070479,47.91869256232676]}},{"type":"Feature","properties":{"population":1295},"geometry":{"type":"Point","coordinates":[0.6716692064404513,43.08119160211327]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[0.016898814727317428,42.89292337016425]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[-2.9469877819319407,48.451110874725269]}},{"type":"Feature","properties":{"population":1188},"geometry":{"type":"Point","coordinates":[5.6734381809711,45.80104938381989]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[5.832149847921181,49.00711055749065]}},{"type":"Feature","properties":{"population":908},"geometry":{"type":"Point","coordinates":[5.679845986904674,45.676566339555389]}},{"type":"Feature","properties":{"population":28836},"geometry":{"type":"Point","coordinates":[2.4036867638381329,49.00780392356802]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[1.602086944797672,42.92190297281581]}},{"type":"Feature","properties":{"population":918},"geometry":{"type":"Point","coordinates":[-1.2915124043817866,48.100546974662737]}},{"type":"Feature","properties":{"population":10225},"geometry":{"type":"Point","coordinates":[4.941117791264579,45.844571933176577]}},{"type":"Feature","properties":{"population":875},"geometry":{"type":"Point","coordinates":[0.11018937333888666,44.43524383059522]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[4.11113402165639,47.41736786401631]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[1.2966782714322538,48.98498091903751]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[2.0766592883777039,47.06736595426082]}},{"type":"Feature","properties":{"population":1219},"geometry":{"type":"Point","coordinates":[0.9480087727725103,49.36692429969957]}},{"type":"Feature","properties":{"population":802},"geometry":{"type":"Point","coordinates":[1.277758630655136,47.30779979509108]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[7.917941911067622,48.95057533546269]}},{"type":"Feature","properties":{"population":826},"geometry":{"type":"Point","coordinates":[7.243103265339592,48.46705829846021]}},{"type":"Feature","properties":{"population":468},"geometry":{"type":"Point","coordinates":[0.47050689693571348,49.649137035186878]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[2.890042183381499,44.032122906272707]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[1.3276592414429254,49.422132854711389]}},{"type":"Feature","properties":{"population":1148},"geometry":{"type":"Point","coordinates":[-0.6043519632047085,49.204756017011707]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[4.503719040262197,45.83247529358054]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[0.7517045914975697,49.25898570179789]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[-0.10736536530808433,43.50366852271844]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[1.870715782897787,49.065735896803598]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[2.4707082181377344,50.29140002112841]}},{"type":"Feature","properties":{"population":741},"geometry":{"type":"Point","coordinates":[-4.158681593287379,47.856035372965198]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[4.420690485099883,48.84695092763204]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[-1.3713999141191274,43.10008713607872]}},{"type":"Feature","properties":{"population":874},"geometry":{"type":"Point","coordinates":[0.7014478582543768,43.08859111511112]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[4.5973713850245769,45.02633045565225]}},{"type":"Feature","properties":{"population":1266},"geometry":{"type":"Point","coordinates":[3.71174052038436,47.68290023650777]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.244455681632159,49.54806207575084]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[-0.08535326757646178,45.71795801863346]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[5.66053945516869,45.64222657816663]}},{"type":"Feature","properties":{"population":1953},"geometry":{"type":"Point","coordinates":[4.8581864267533,45.52531552368554]}},{"type":"Feature","properties":{"population":5422},"geometry":{"type":"Point","coordinates":[6.084076239992637,43.3062917410095]}},{"type":"Feature","properties":{"population":12066},"geometry":{"type":"Point","coordinates":[4.332087904233753,45.38915923895929]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[4.411365964127492,49.19746812888334]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[7.299115502681967,43.86606583252486]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[2.167598240455386,45.82442168306947]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[3.7327457589616346,45.30707747090503]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[5.962665052263835,47.930909635596929]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[2.2559594626966308,50.53862123340526]}},{"type":"Feature","properties":{"population":1075},"geometry":{"type":"Point","coordinates":[6.231033198748752,44.6744880987781]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[1.823644453304627,48.36356560169391]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[0.8364346566499855,49.77416925402633]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[-1.491903973020694,49.337503081054517]}},{"type":"Feature","properties":{"population":1797},"geometry":{"type":"Point","coordinates":[5.9003135290555,47.1995077029038]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[2.825893258793329,49.79912446582849]}},{"type":"Feature","properties":{"population":971},"geometry":{"type":"Point","coordinates":[5.074158796219533,48.15179149198913]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[3.1222491618220564,43.53447744733294]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[1.9302825838842786,46.93281654439615]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[5.354269365862059,47.4797820834576]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[4.026652686471169,46.4374615499731]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[2.229782673068548,49.64204405831458]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[6.565440600293822,47.56863429158464]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[-0.5434319317455709,46.042908367280109]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[0.18477449516767079,44.59338875887607]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[2.0030551115056416,45.21482282164034]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[6.64610926544257,48.6227390803842]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[2.3868290621118639,50.32028067526081]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[5.907690021923164,47.256735122834687]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[8.80432557334324,42.096630184146309]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[3.5158506950549417,48.57623974335381]}},{"type":"Feature","properties":{"population":6158},"geometry":{"type":"Point","coordinates":[0.22707483583018182,49.00345225347487]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[-1.0459271457692634,49.14070712262134]}},{"type":"Feature","properties":{"population":522250},"geometry":{"type":"Point","coordinates":[4.836409154048524,45.75509522487671]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[3.5851128695999217,50.22912696936626]}},{"type":"Feature","properties":{"population":1832},"geometry":{"type":"Point","coordinates":[3.1398774975186298,46.79135424060919]}},{"type":"Feature","properties":{"population":488},"geometry":{"type":"Point","coordinates":[5.577843549920852,46.720656354725537]}},{"type":"Feature","properties":{"population":815},"geometry":{"type":"Point","coordinates":[-0.06340779449694464,44.932297173207938]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[0.5540177856969405,48.08572451852858]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[2.1595371662349605,49.835582451277009]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[-0.9880563166519261,48.99408802763465]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[1.8213502045841186,42.9907585884734]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[3.1651709867055675,46.39930660988776]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[0.6575656703705263,43.16602334241669]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[-1.1097767369700556,48.88254408976802]}},{"type":"Feature","properties":{"population":2799},"geometry":{"type":"Point","coordinates":[-4.768667455323349,48.35465136907495]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[5.521807132640993,46.34851849274551]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[-0.5073088975064303,48.49119454749006]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[3.071269637227608,48.594375283735249]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[6.300984354224645,47.796419579505677]}},{"type":"Feature","properties":{"population":2600},"geometry":{"type":"Point","coordinates":[2.4816529480475326,46.37732675990535]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[6.9677632905344499,44.77483486602013]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[2.5128568928465095,47.45287481210282]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[0.580358524298219,49.76727362561111]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[5.958444719373613,47.10108226045039]}},{"type":"Feature","properties":{"population":55103},"geometry":{"type":"Point","coordinates":[6.187899730028916,43.102875113133759]}},{"type":"Feature","properties":{"population":996},"geometry":{"type":"Point","coordinates":[-1.0356594488102496,48.99122037994313]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[5.7054996142516709,48.84460217714894]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[-0.3260061776726016,48.49113520714182]}},{"type":"Feature","properties":{"population":4808},"geometry":{"type":"Point","coordinates":[3.324165714061841,45.72504015634222]}},{"type":"Feature","properties":{"population":2566},"geometry":{"type":"Point","coordinates":[8.804323768038339,42.47823367282827]}},{"type":"Feature","properties":{"population":1459},"geometry":{"type":"Point","coordinates":[0.23382059882969645,49.53633042291186]}},{"type":"Feature","properties":{"population":818},"geometry":{"type":"Point","coordinates":[1.1359812215312187,45.25910680016682]}},{"type":"Feature","properties":{"population":1375},"geometry":{"type":"Point","coordinates":[-1.080759124641405,43.644354066680417]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[-0.09532112290669584,46.43249202366565]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[-0.2542961174194953,45.465781518634319]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[0.13288410366456228,48.34596000361565]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[0.9170416870623565,42.91112469947609]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[0.5651268970580127,43.9689214014789]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[0.00843567863376148,42.7543117880508]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[0.6659508446661767,42.89500498184692]}},{"type":"Feature","properties":{"population":746},"geometry":{"type":"Point","coordinates":[4.076797315218914,49.01059456173537]}},{"type":"Feature","properties":{"population":3338},"geometry":{"type":"Point","coordinates":[1.6218556174956949,50.69525225514488]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[3.082433932468123,44.869805233524129]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[-0.4168560636535771,44.07944976735819]}},{"type":"Feature","properties":{"population":882},"geometry":{"type":"Point","coordinates":[4.652496637011537,49.64427325216395]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[-0.6509745264865325,45.37542926578623]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[0.6029026364175009,42.95705989802386]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[3.7402138586222759,50.32192571325262]}},{"type":"Feature","properties":{"population":1086},"geometry":{"type":"Point","coordinates":[5.12968825682251,45.359109054187438]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[2.3635225835782096,50.27991154138249]}},{"type":"Feature","properties":{"population":840},"geometry":{"type":"Point","coordinates":[-0.9144543802961995,46.710671392182209]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[1.8028100793953206,49.74453320273983]}},{"type":"Feature","properties":{"population":6121},"geometry":{"type":"Point","coordinates":[0.9460554804619538,49.57582897833864]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[6.957170420260698,48.708326727908389]}},{"type":"Feature","properties":{"population":7102},"geometry":{"type":"Point","coordinates":[2.61613198332435,48.74898057052231]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[-1.5287284247865539,49.59812791771428]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[1.106967940487117,49.095035603732998]}},{"type":"Feature","properties":{"population":885},"geometry":{"type":"Point","coordinates":[6.472137051508322,46.29557763330949]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[5.511062910281305,46.00128101074302]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[0.07619101964731191,43.4496844205613]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[1.7524256789481679,44.883541659959629]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[-1.1735156489341455,49.04182791596368]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[4.035375481350557,48.1455247500398]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[0.4378468622776795,46.07208075305394]}},{"type":"Feature","properties":{"population":3387},"geometry":{"type":"Point","coordinates":[-1.006464644639924,45.673395117856859]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[5.256890448587484,48.29692542611452]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[5.693224570970853,48.66508211059236]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[3.6996116531157394,45.386505915602679]}},{"type":"Feature","properties":{"population":841},"geometry":{"type":"Point","coordinates":[6.353643273082557,46.03749457320067]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[0.35627567171378957,49.59216785893759]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[6.60012977299041,49.16421044035671]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[0.26140185253676487,48.930916125590439]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[-0.6849073207759981,44.37266408516317]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[7.71157173779358,48.75881008340632]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[0.9119447039165146,43.645152944984889]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[1.6364297598245663,47.22432068305771]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[5.644834496621383,47.555616551034088]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[5.649181675959824,47.39959724067576]}},{"type":"Feature","properties":{"population":3324},"geometry":{"type":"Point","coordinates":[3.9745845664943828,44.05100309340811]}},{"type":"Feature","properties":{"population":1885},"geometry":{"type":"Point","coordinates":[2.6201452492212007,44.971043039141559]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[6.5133228034565369,49.095697999671639]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[6.267161731818205,44.48482274401197]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[6.173506655449525,47.98093857638217]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[2.1678886085273505,49.85448996711719]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[3.4033400539469595,47.27806362753589]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[2.169977216139451,43.09670296374692]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[3.2312652738007148,47.74880482330868]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[1.0805514535103463,49.18403904471697]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[5.784844712587519,46.25344560301283]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[1.755345549425708,49.61438056076103]}},{"type":"Feature","properties":{"population":1945},"geometry":{"type":"Point","coordinates":[1.8678318425272087,50.400862586405718]}},{"type":"Feature","properties":{"population":2260},"geometry":{"type":"Point","coordinates":[3.309330346744838,43.51020998811732]}},{"type":"Feature","properties":{"population":1332},"geometry":{"type":"Point","coordinates":[0.18620586893048453,49.35115241402467]}},{"type":"Feature","properties":{"population":1164},"geometry":{"type":"Point","coordinates":[-1.793179728865407,49.453588047504577]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[2.7233324259361075,44.950316113740317]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[6.138873120395567,48.3516950914609]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[1.9278112854546073,44.02983909422625]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[5.5557125767722399,46.72531584516834]}},{"type":"Feature","properties":{"population":1050},"geometry":{"type":"Point","coordinates":[-1.6245769402835307,46.7875593673275]}},{"type":"Feature","properties":{"population":802},"geometry":{"type":"Point","coordinates":[7.561063172433979,48.59048428421092]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[-3.0648853708808825,48.434761918281058]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[2.1195245391006134,49.57371789594233]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[5.292153964044801,46.77699340682805]}},{"type":"Feature","properties":{"population":933},"geometry":{"type":"Point","coordinates":[3.2998303862028908,45.602292678797478]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[3.63418176296857,44.39813993514235]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[5.158914596834747,45.11356949890468]}},{"type":"Feature","properties":{"population":768},"geometry":{"type":"Point","coordinates":[2.2993906405210495,46.97117298608703]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[1.990897686975017,50.347486226788678]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[4.463012873371984,46.84827697930111]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[5.3324118873046049,46.719331017426579]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.471947824410488,45.15877262294987]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[-0.16402977575495776,43.628436242688419]}},{"type":"Feature","properties":{"population":1468},"geometry":{"type":"Point","coordinates":[-0.7806914314745324,44.29571105818723]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[2.0806373355148168,43.75181866620882]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[5.099297971841163,48.580405899266029]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[4.669094072036,49.812667275338139]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[-0.03256605540829249,44.455525678762629]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[4.610589656017038,46.91742960904788]}},{"type":"Feature","properties":{"population":578},"geometry":{"type":"Point","coordinates":[4.224741736489575,48.268645121391639]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[1.3489183097827096,48.34604969943817]}},{"type":"Feature","properties":{"population":636},"geometry":{"type":"Point","coordinates":[5.464154922955481,47.30506392254309]}},{"type":"Feature","properties":{"population":42998},"geometry":{"type":"Point","coordinates":[-1.549908708303418,47.17674717009209]}},{"type":"Feature","properties":{"population":919},"geometry":{"type":"Point","coordinates":[1.1760284101783128,49.54686982905159]}},{"type":"Feature","properties":{"population":2575},"geometry":{"type":"Point","coordinates":[-0.4553070133731141,44.68603681582618]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[-0.1384379545721093,44.64067941662898]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[6.751974232584003,47.36181369829437]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[-0.6681955155994572,43.62503094913225]}},{"type":"Feature","properties":{"population":3983},"geometry":{"type":"Point","coordinates":[-1.0649970663963684,45.180860559223017]}},{"type":"Feature","properties":{"population":2113},"geometry":{"type":"Point","coordinates":[0.21842689094720969,46.605181588651578]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[1.455108804784,45.44304930715008]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[3.1287166336901937,45.48064150131843]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[1.438364784934608,47.768857934458399]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[5.632370453068063,47.68920745725346]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[4.341934085457591,44.8072998440418]}},{"type":"Feature","properties":{"population":1139},"geometry":{"type":"Point","coordinates":[7.518175667908203,48.22709892699237]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[7.66472546031784,48.710438866853397]}},{"type":"Feature","properties":{"population":529},"geometry":{"type":"Point","coordinates":[2.5524059480138807,49.233015400881438]}},{"type":"Feature","properties":{"population":1474},"geometry":{"type":"Point","coordinates":[1.5786152304522934,48.451835059471147]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[1.4290501292904868,49.57473706269006]}},{"type":"Feature","properties":{"population":958},"geometry":{"type":"Point","coordinates":[0.05919733380109681,44.9558769263683]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[1.5301205228846782,46.39371560703116]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[3.451950168425572,49.22852519210245]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[2.156845899347428,50.713909969945927]}},{"type":"Feature","properties":{"population":1428},"geometry":{"type":"Point","coordinates":[6.021177936055715,43.6005637520145]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[0.6262084623847666,43.058258559905407]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.789924082221679,48.43372455948182]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[1.1045395896964916,48.33001518328832]}},{"type":"Feature","properties":{"population":2986},"geometry":{"type":"Point","coordinates":[6.399844340136347,49.11851615588805]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[1.9267675412780463,42.95579345829325]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[4.46466363495926,47.401947038433579]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[4.315765037743488,46.76919648862739]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[4.457009199002323,44.787946732071237]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[5.069008491004935,44.444362095734557]}},{"type":"Feature","properties":{"population":706},"geometry":{"type":"Point","coordinates":[0.6726128922359311,43.033728774597559]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[6.927743500442037,47.88024456969245]}},{"type":"Feature","properties":{"population":1178},"geometry":{"type":"Point","coordinates":[3.9504716089881577,43.77578012231887]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[5.368257837470309,46.21986065185901]}},{"type":"Feature","properties":{"population":1038},"geometry":{"type":"Point","coordinates":[3.644070538246502,43.65428934803227]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[2.347329769838237,50.3249486448198]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[5.354433861526384,44.617058678654128]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[-3.5519685490018317,48.418585604355119]}},{"type":"Feature","properties":{"population":2723},"geometry":{"type":"Point","coordinates":[1.136608949474935,47.308782568313969]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[5.4709455269959179,48.65568146976664]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[0.36655037619922539,49.3903715053763]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[-0.2024646970183004,42.98618615092516]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[4.2426796231231329,48.375068547418177]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[1.4917769491022153,50.08604625088835]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[2.5735103117291815,46.24342432985175]}},{"type":"Feature","properties":{"population":2542},"geometry":{"type":"Point","coordinates":[6.139309165842729,46.1224925230979]}},{"type":"Feature","properties":{"population":3620},"geometry":{"type":"Point","coordinates":[2.3393531821088069,49.91036027220221]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.5629814301498838,47.336450301879519]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[4.246344652917205,44.57294102130983]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[0.08493855320688529,48.87338280411721]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[2.5757982312778489,43.03669106839689]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[6.16257607107385,46.72123603345729]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[4.761340239269555,48.600808798665649]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[1.6535308830538463,45.06663001319363]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[3.9658724215234915,48.1144033319182]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[3.4909461694879826,45.2917453251503]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[1.1659543933753239,48.84819254047797]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[5.815156137622837,48.327897777605787]}},{"type":"Feature","properties":{"population":4689},"geometry":{"type":"Point","coordinates":[2.5551379100280759,48.739429401722258]}},{"type":"Feature","properties":{"population":1395},"geometry":{"type":"Point","coordinates":[3.1883530943234388,50.61700852075572]}},{"type":"Feature","properties":{"population":741},"geometry":{"type":"Point","coordinates":[4.751080828119627,46.65137957053902]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[4.137208614772073,48.89127639858895]}},{"type":"Feature","properties":{"population":922},"geometry":{"type":"Point","coordinates":[-0.9682206483732827,47.57753957997288]}},{"type":"Feature","properties":{"population":1325},"geometry":{"type":"Point","coordinates":[4.889076537819205,45.12312387832171]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[4.933236348439152,47.393919648995709]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[3.25317080639572,45.61018735042463]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[4.1841809338493969,48.28977990908294]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[-0.11507421363298985,43.10892094539644]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[3.0916098817712616,43.809574235333]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[0.8070115803669047,45.734122183258758]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[2.485524213851431,48.43879564236509]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[4.276380319113267,46.072249049841598]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[-0.19486243312391059,48.015621042441207]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[4.107624204324295,44.56330733240262]}},{"type":"Feature","properties":{"population":4245},"geometry":{"type":"Point","coordinates":[-1.3457404228068997,46.59165182579669]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[0.28846659740590965,45.93162974055293]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[6.289087879979446,48.45105589954135]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[6.221708131305315,47.70248950589375]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[2.245677841412674,49.94085643987295]}},{"type":"Feature","properties":{"population":1459},"geometry":{"type":"Point","coordinates":[5.358196428328041,45.66863587604079]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[0.14993557186876622,43.18159113813825]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[5.200342340118322,45.14181243268047]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[2.385015850443622,44.01561871792681]}},{"type":"Feature","properties":{"population":1945},"geometry":{"type":"Point","coordinates":[0.8903445728844609,44.82054570196911]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[2.013048804810101,49.569493426936038]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[0.37438850383290986,44.78000162646199]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[4.635701692911704,48.37896926153075]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[4.75947465543584,49.16723980185242]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[6.249638052499366,48.396617332463197]}},{"type":"Feature","properties":{"population":1471},"geometry":{"type":"Point","coordinates":[-0.3450828031251096,47.90418968513395]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[3.7525531153441786,46.02445497792158]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[3.9360133948965494,48.99701988281237]}},{"type":"Feature","properties":{"population":7601},"geometry":{"type":"Point","coordinates":[2.608926124324049,48.81975129189645]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[0.3144840110097417,49.09808478437751]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[3.8444238700532544,49.55329177404351]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[1.327301761634812,44.66931552343188]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[0.6685171850689553,44.83396344145693]}},{"type":"Feature","properties":{"population":890},"geometry":{"type":"Point","coordinates":[6.30724749600365,45.78368345278301]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[1.469297878276784,44.18878683251338]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.8980215529953262,49.1995893200905]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[6.973977447257775,49.16245748959114]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[5.108007386174131,49.47973491292888]}},{"type":"Feature","properties":{"population":474},"geometry":{"type":"Point","coordinates":[-0.08767964678995057,48.354044098689168]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[-0.1885857294171548,44.377864529266009]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[-0.44541344442581146,48.94582861771142]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[2.201880715136447,44.77394464552682]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.164738167819044,47.40504750774108]}},{"type":"Feature","properties":{"population":2981},"geometry":{"type":"Point","coordinates":[4.692043896710094,44.05535040482961]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[5.687606166882596,46.5720127708289]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[7.419271065639068,47.57992012881899]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[7.112870593777859,48.5848550808237]}},{"type":"Feature","properties":{"population":1211},"geometry":{"type":"Point","coordinates":[6.031827532827791,47.19035570624627]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[2.154553892541885,46.40167369885021]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[4.896333915760912,47.18848198739727]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[5.529371148838382,47.45807780340847]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[1.5494220917571658,43.128479685576767]}},{"type":"Feature","properties":{"population":1456},"geometry":{"type":"Point","coordinates":[0.5458231330451239,49.36075741100895]}},{"type":"Feature","properties":{"population":712},"geometry":{"type":"Point","coordinates":[1.9419262593176035,50.70140537221893]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[1.4229475064959286,49.65834863752891]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[1.1288133792621323,48.291166216163187]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[4.775207872556375,47.31042789679177]}},{"type":"Feature","properties":{"population":1765},"geometry":{"type":"Point","coordinates":[0.7587511382244877,48.22509105501206]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[5.131388668601454,43.92225273924255]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[6.044340083823906,45.598585875413899]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[-1.1951558742018696,48.875842130529488]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[2.4079872807004349,50.449231862451487]}},{"type":"Feature","properties":{"population":1188},"geometry":{"type":"Point","coordinates":[4.818848808795328,45.02854503231456]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[3.272532717687206,45.05278240235157]}},{"type":"Feature","properties":{"population":1036},"geometry":{"type":"Point","coordinates":[-1.9667196131232659,47.72785655029414]}},{"type":"Feature","properties":{"population":594},"geometry":{"type":"Point","coordinates":[2.4421030539838228,46.3328455630466]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[5.723385066743107,43.98695969061658]}},{"type":"Feature","properties":{"population":1266},"geometry":{"type":"Point","coordinates":[-1.5154361281310188,48.918209931839459]}},{"type":"Feature","properties":{"population":3081},"geometry":{"type":"Point","coordinates":[-0.6502509677020608,45.29825118282435]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[1.7412294558150566,46.38375862259531]}},{"type":"Feature","properties":{"population":1818},"geometry":{"type":"Point","coordinates":[2.013628307952133,47.95871550031003]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[2.8230258617820924,47.86713510908253]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[-0.3811164270829257,46.54875326157729]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[0.7169062796205659,46.8580001823997]}},{"type":"Feature","properties":{"population":916},"geometry":{"type":"Point","coordinates":[7.207504069567811,48.07071250704498]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[7.013775806040093,48.871873833093747]}},{"type":"Feature","properties":{"population":550},"geometry":{"type":"Point","coordinates":[-3.047890996703479,48.63745233674328]}},{"type":"Feature","properties":{"population":1077},"geometry":{"type":"Point","coordinates":[-0.6832752283599497,47.92524815832176]}},{"type":"Feature","properties":{"population":1038},"geometry":{"type":"Point","coordinates":[4.748034047733743,45.16086481686173]}},{"type":"Feature","properties":{"population":2779},"geometry":{"type":"Point","coordinates":[6.330239290464294,46.073275780395707]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[4.4785158879079,44.885081791865697]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[5.935774516364403,48.382964204154699]}},{"type":"Feature","properties":{"population":982},"geometry":{"type":"Point","coordinates":[0.08179654262948844,48.323382334043859]}},{"type":"Feature","properties":{"population":874},"geometry":{"type":"Point","coordinates":[0.4774966200637212,43.683414639660139]}},{"type":"Feature","properties":{"population":729},"geometry":{"type":"Point","coordinates":[2.420431533505914,48.49129247979015]}},{"type":"Feature","properties":{"population":1827},"geometry":{"type":"Point","coordinates":[-1.9893664660458637,47.06145451103308]}},{"type":"Feature","properties":{"population":1625},"geometry":{"type":"Point","coordinates":[0.5197869147241793,48.02923750117667]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[1.6301714566005033,49.609412526652217]}},{"type":"Feature","properties":{"population":736},"geometry":{"type":"Point","coordinates":[-1.8242011117939579,49.53761603537937]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[4.422330311432537,45.87425721541736]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[3.3649611492387656,45.51225148058587]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[5.037224707562414,48.503905945268879]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[3.0393625691752486,50.174598535726548]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[1.9345551178584202,50.61278666021097]}},{"type":"Feature","properties":{"population":2348},"geometry":{"type":"Point","coordinates":[4.546974541456861,45.77410603193053]}},{"type":"Feature","properties":{"population":954},"geometry":{"type":"Point","coordinates":[1.9592653516808499,47.40198272234811]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[5.981055726166429,46.85418485779498]}},{"type":"Feature","properties":{"population":2879},"geometry":{"type":"Point","coordinates":[7.824400736377396,48.751625877209487]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[3.4210304489903415,47.94654799313557]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[0.5959481500925028,44.05519224119656]}},{"type":"Feature","properties":{"population":1033},"geometry":{"type":"Point","coordinates":[-1.2074543296050587,43.5099936545454]}},{"type":"Feature","properties":{"population":1242},"geometry":{"type":"Point","coordinates":[-0.8460699578182084,46.91670821159144]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[3.417076511564396,44.667472711394378]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[0.13501424051613396,43.88889534389018]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[5.915979927788527,48.32096395968609]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[5.339598849353301,48.300758472490787]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[3.5941032344675567,47.490983229681457]}},{"type":"Feature","properties":{"population":687},"geometry":{"type":"Point","coordinates":[6.519061668501905,45.727682671932658]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[0.041739840551069318,43.07007710046955]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[5.546426975044533,46.16802634269573]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[0.8038810528340664,49.23585136911724]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[5.075963188276136,44.120652570525368]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[1.2725096196453556,49.74145357036211]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[0.8222105197371048,43.720152472663837]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[3.5663840160014015,48.98348245195513]}},{"type":"Feature","properties":{"population":649},"geometry":{"type":"Point","coordinates":[-2.054416552679489,48.36190219601627]}},{"type":"Feature","properties":{"population":591},"geometry":{"type":"Point","coordinates":[-0.6836278892363531,46.38446113881312]}},{"type":"Feature","properties":{"population":825},"geometry":{"type":"Point","coordinates":[7.216450907867427,47.99264872963887]}},{"type":"Feature","properties":{"population":1229},"geometry":{"type":"Point","coordinates":[-0.25376314126124796,45.37454757743353]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[2.868536833007905,46.09799631553935]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[2.7937278922942649,45.23339861057074]}},{"type":"Feature","properties":{"population":1563},"geometry":{"type":"Point","coordinates":[0.36545516589964746,45.645335410924079]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[8.936965750700315,42.030480273312019]}},{"type":"Feature","properties":{"population":1},"geometry":{"type":"Point","coordinates":[5.241640491156857,44.605203480908418]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[-0.607922370341785,49.08893714276984]}},{"type":"Feature","properties":{"population":1281},"geometry":{"type":"Point","coordinates":[6.923039090344049,47.53150915110176]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[2.82279525365758,50.11788884740836]}},{"type":"Feature","properties":{"population":1023},"geometry":{"type":"Point","coordinates":[5.954724255467209,45.69203521400382]}},{"type":"Feature","properties":{"population":1086},"geometry":{"type":"Point","coordinates":[-1.0563320358852023,45.26107501050957]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[7.201187893786674,48.90596880269215]}},{"type":"Feature","properties":{"population":1108},"geometry":{"type":"Point","coordinates":[2.3202506344535629,49.21073904823108]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[6.49772295524335,47.84595566590699]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.773649491431404,47.03855478778459]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[2.4063223350010736,50.50510549399464]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[0.4427370408513197,49.2232139752624]}},{"type":"Feature","properties":{"population":796},"geometry":{"type":"Point","coordinates":[5.844144666465859,45.56483380755486]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[0.0866530026820759,44.11257262467499]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[3.6833303632500637,50.31638268880697]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[5.397267760358759,49.367159919441167]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[3.3431200865047328,48.452095573545509]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[-0.05290547484113848,45.4479477795408]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[6.0453879403360359,46.90176791069688]}},{"type":"Feature","properties":{"population":1169},"geometry":{"type":"Point","coordinates":[5.632055510263578,45.52673494767392]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[0.45279551188310648,46.038973426193148]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[5.125976513721858,49.697968174917019]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[3.172754897712913,50.316371524820507]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[3.557045642616882,49.2110521590672]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[2.3305669209464385,50.616614361588769]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[6.159622470028392,46.044308890302009]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[6.367144211749735,47.41290059332371]}},{"type":"Feature","properties":{"population":2535},"geometry":{"type":"Point","coordinates":[3.3174484935572967,43.33001646412702]}},{"type":"Feature","properties":{"population":1065},"geometry":{"type":"Point","coordinates":[4.571319479970499,44.075796380190897]}},{"type":"Feature","properties":{"population":769},"geometry":{"type":"Point","coordinates":[2.997516129090147,45.59183653036226]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[5.509470585920037,48.636759937807017]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[3.023508720798418,48.33879816726254]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[5.355700932811284,49.32740098580968]}},{"type":"Feature","properties":{"population":823},"geometry":{"type":"Point","coordinates":[0.5911338211767253,48.27226387011163]}},{"type":"Feature","properties":{"population":1423},"geometry":{"type":"Point","coordinates":[2.3412252035022229,50.865352144795149]}},{"type":"Feature","properties":{"population":1261},"geometry":{"type":"Point","coordinates":[-0.28713479419970136,43.29199160380966]}},{"type":"Feature","properties":{"population":436},"geometry":{"type":"Point","coordinates":[4.796008450647377,46.94528347746548]}},{"type":"Feature","properties":{"population":1342},"geometry":{"type":"Point","coordinates":[3.6786561447523,43.61470225876707]}},{"type":"Feature","properties":{"population":3899},"geometry":{"type":"Point","coordinates":[4.875014694493515,46.30757211672501]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[3.197352837396964,46.24382201040268]}},{"type":"Feature","properties":{"population":469},"geometry":{"type":"Point","coordinates":[1.9715017377312905,49.441905874167328]}},{"type":"Feature","properties":{"population":1387},"geometry":{"type":"Point","coordinates":[6.011635924823781,44.43104816526287]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[2.314808947015993,46.511268760195559]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[6.245338977377343,47.33430605457615]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[-2.620817562960377,48.05927696965836]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[0.1707674209274698,46.051617528050858]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[1.5023815282623235,43.013908527879]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[2.7748253056909015,46.747322872638]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[5.403744670147852,49.02298188537636]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[3.0135727068630384,49.79639585553345]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[2.2537513924833134,44.44732487042796]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[2.3845941066750826,42.984278338287307]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[1.763460289707084,48.15912568898914]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[2.104077616217308,49.133643369572407]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[2.9648562584896998,46.9848373243622]}},{"type":"Feature","properties":{"population":5170},"geometry":{"type":"Point","coordinates":[-0.979743423113796,45.603539582472119]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[2.3630596154563574,50.31459818666124]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[4.430672259445439,47.23145196679814]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[6.268127376351751,47.360961001653638]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[4.333170094177271,47.120673072457389]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[-4.2561440844481839,48.50918084676175]}},{"type":"Feature","properties":{"population":595},"geometry":{"type":"Point","coordinates":[5.291683575459235,45.04959850250152]}},{"type":"Feature","properties":{"population":2873},"geometry":{"type":"Point","coordinates":[6.723647020360567,43.61371608392553]}},{"type":"Feature","properties":{"population":3674},"geometry":{"type":"Point","coordinates":[4.669966274084902,44.48313540734194]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[-1.6103409995459706,49.33546006724946]}},{"type":"Feature","properties":{"population":9870},"geometry":{"type":"Point","coordinates":[2.929776960859731,50.428577513053657]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[1.110064633177326,44.83900933498302]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[9.360789916876593,42.40135749158844]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[0.9979019548768432,49.458533007744758]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[6.575744198512599,48.90141802662824]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[3.5697453801834606,50.14027238153244]}},{"type":"Feature","properties":{"population":1706},"geometry":{"type":"Point","coordinates":[5.202863694307942,45.305153618963377]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[2.700758328961399,49.54894156568671]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[6.903761819685175,47.25939051205306]}},{"type":"Feature","properties":{"population":2914},"geometry":{"type":"Point","coordinates":[-1.350260546394084,43.48495799363981]}},{"type":"Feature","properties":{"population":561},"geometry":{"type":"Point","coordinates":[7.320203337484364,49.10499310537635]}},{"type":"Feature","properties":{"population":1445},"geometry":{"type":"Point","coordinates":[-0.8497252424412486,45.92777107184225]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[5.953059247556224,44.05910498234472]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[6.478256703297624,49.09027362997401]}},{"type":"Feature","properties":{"population":1951},"geometry":{"type":"Point","coordinates":[4.8621953569531659,45.23880652989476]}},{"type":"Feature","properties":{"population":3134},"geometry":{"type":"Point","coordinates":[4.95028540762762,46.72403168611759]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[-0.7119799242201924,45.07620227211417]}},{"type":"Feature","properties":{"population":5608},"geometry":{"type":"Point","coordinates":[2.109875104773836,48.879859116684439]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[6.3097795405547789,47.25155891548585]}},{"type":"Feature","properties":{"population":780},"geometry":{"type":"Point","coordinates":[1.5638536061578208,47.243020250730939]}},{"type":"Feature","properties":{"population":2111},"geometry":{"type":"Point","coordinates":[7.265519276331362,43.752757786656719]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[2.7626456021859306,46.90271264337858]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[-3.227852270902602,48.64922518270234]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[-0.08540240700944524,46.7513802544123]}},{"type":"Feature","properties":{"population":940},"geometry":{"type":"Point","coordinates":[-0.08939192166974507,44.74999728709965]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[0.840262321531319,46.58359200408334]}},{"type":"Feature","properties":{"population":710},"geometry":{"type":"Point","coordinates":[3.0325070379962879,48.167935129793189]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[1.4304761718521804,49.30690192826351]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[6.6919338541599819,47.30033760102822]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[2.0475516640071516,46.32296689744964]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[0.3119184063777698,48.592016611986057]}},{"type":"Feature","properties":{"population":2638},"geometry":{"type":"Point","coordinates":[5.944050107206208,49.32222872972948]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[6.164468775050332,48.20949885766903]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[2.923479319567347,49.0915366327886]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[6.339714226847977,45.18889803304726]}},{"type":"Feature","properties":{"population":1225},"geometry":{"type":"Point","coordinates":[1.9402364381654834,50.861000620454827]}},{"type":"Feature","properties":{"population":460},"geometry":{"type":"Point","coordinates":[-0.9362684847648336,47.88227749443716]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[-1.199946087134111,48.74739239176418]}},{"type":"Feature","properties":{"population":1273},"geometry":{"type":"Point","coordinates":[-3.4381404212281878,48.61387878366064]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[0.6602180053367762,49.6914565453283]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[9.354652615986469,42.23384586860487]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[2.1003534123616478,50.47926039891992]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[0.12626177924724914,43.42851300180699]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[5.557706730542693,46.499293577203697]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[1.4022724922042223,48.11300239357312]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[3.5389189664071707,49.907939331762829]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[-1.2511112288456512,43.881519019087388]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[6.238377637550216,46.725372285840489]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[3.3481194396526878,45.404790948682279]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[1.8640503326091243,49.89327973016518]}},{"type":"Feature","properties":{"population":4589},"geometry":{"type":"Point","coordinates":[2.181984230391307,43.96563357510064]}},{"type":"Feature","properties":{"population":1207},"geometry":{"type":"Point","coordinates":[-0.83720948107307,43.70482971026111]}},{"type":"Feature","properties":{"population":1539},"geometry":{"type":"Point","coordinates":[1.45198751903423,44.739608494321]}},{"type":"Feature","properties":{"population":2619},"geometry":{"type":"Point","coordinates":[6.209035420005195,46.17012726271034]}},{"type":"Feature","properties":{"population":3162},"geometry":{"type":"Point","coordinates":[1.7683018842226124,48.97614309014155]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[0.40732781365483258,42.911119453958367]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[4.7870078327183169,49.55068194048718]}},{"type":"Feature","properties":{"population":992},"geometry":{"type":"Point","coordinates":[3.095057030426855,50.204698863367429]}},{"type":"Feature","properties":{"population":4780},"geometry":{"type":"Point","coordinates":[0.8187386332688766,49.48396047115277]}},{"type":"Feature","properties":{"population":1080},"geometry":{"type":"Point","coordinates":[-0.0769958372687345,49.128810336071669]}},{"type":"Feature","properties":{"population":2210},"geometry":{"type":"Point","coordinates":[6.10727528851855,47.28121229205312]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[0.8565665727985414,43.587854712834417]}},{"type":"Feature","properties":{"population":814},"geometry":{"type":"Point","coordinates":[0.9708067494270237,47.78607785090484]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[4.802819006381278,49.28783302039573]}},{"type":"Feature","properties":{"population":1698},"geometry":{"type":"Point","coordinates":[-1.7713879692262769,48.50477478133606]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[3.206130593934092,49.493937854530098]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[0.4746856570978104,43.44968686481469]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[6.664047107245952,48.808276419972859]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[4.207692422306837,44.5682524024094]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[4.457221955775108,46.441224806021327]}},{"type":"Feature","properties":{"population":1111},"geometry":{"type":"Point","coordinates":[1.1877398202118117,48.82708453713526]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[-1.9198135924585325,48.370810404130157]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[1.023854025808186,45.54088803275946]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[1.558250019203368,44.84050121430269]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[4.5408118002632069,48.8790434086551]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[-0.5712216507930058,49.194578050409848]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[2.0440154717345888,43.040696742733]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[2.4235214775772375,50.791460111868278]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[3.5614469381164248,49.241656218340207]}},{"type":"Feature","properties":{"population":973},"geometry":{"type":"Point","coordinates":[4.962876109893665,46.38259235836456]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[6.326952775775335,48.8622032744647]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[1.0694067808917403,43.90556895641954]}},{"type":"Feature","properties":{"population":4335},"geometry":{"type":"Point","coordinates":[0.3629623604208645,47.34964095881892]}},{"type":"Feature","properties":{"population":5322},"geometry":{"type":"Point","coordinates":[6.040396753155614,43.340285958686269]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[3.2016849274054137,48.48165053078606]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[5.39076652933307,49.56656880734762]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[4.4607722596869,45.96264399855865]}},{"type":"Feature","properties":{"population":3220},"geometry":{"type":"Point","coordinates":[3.4624161815899208,46.89149740764713]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[3.2771144839728354,49.28690984308333]}},{"type":"Feature","properties":{"population":1397},"geometry":{"type":"Point","coordinates":[4.25026437133826,46.579693301551717]}},{"type":"Feature","properties":{"population":807},"geometry":{"type":"Point","coordinates":[-3.244280960599937,47.89302894440423]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[-1.3207296711855206,49.026532651584577]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[5.56906161117996,46.59819509414326]}},{"type":"Feature","properties":{"population":3253},"geometry":{"type":"Point","coordinates":[-1.8213797186615824,49.51019888261638]}},{"type":"Feature","properties":{"population":3173},"geometry":{"type":"Point","coordinates":[0.10328245749558422,44.53036617661023]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[6.1663272903294559,49.49781249889526]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[2.980031428028998,49.631339328368088]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[5.250822064561919,48.63175664274406]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[3.0760618897432976,47.73780056388132]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[3.998234548674821,43.96687622858153]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.490843255200053,47.92290838150957]}},{"type":"Feature","properties":{"population":1561},"geometry":{"type":"Point","coordinates":[2.418395925712223,50.84098447548625]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[3.3130189678128469,48.97517006908349]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[1.9248789753124616,49.337289323352347]}},{"type":"Feature","properties":{"population":3500},"geometry":{"type":"Point","coordinates":[0.1296152965915467,43.20180818463298]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[1.5659630329613046,47.74868290014055]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[4.100364052590714,46.83267564390126]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[5.976701909767161,45.38413255824421]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[2.864128386160371,46.95758981780468]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[0.5256589069346395,46.02030016876699]}},{"type":"Feature","properties":{"population":807},"geometry":{"type":"Point","coordinates":[4.57863396645972,48.7662165685455]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[4.079528538583356,49.12240947860353]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[6.246698932703272,49.17647250676797]}},{"type":"Feature","properties":{"population":4247},"geometry":{"type":"Point","coordinates":[-4.164150044236722,47.887160711757378]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[-0.06464795907101417,46.04413293205183]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[2.7034007296597539,45.21954264066862]}},{"type":"Feature","properties":{"population":4815},"geometry":{"type":"Point","coordinates":[1.5734968088775228,43.226508148835879]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[2.717368993149695,45.90727248337606]}},{"type":"Feature","properties":{"population":1270},"geometry":{"type":"Point","coordinates":[1.4508622289763178,50.073514669850997]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[1.6899844430096656,43.06453860003924]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[4.551825275128107,47.12543842276945]}},{"type":"Feature","properties":{"population":1376},"geometry":{"type":"Point","coordinates":[4.63359515683215,43.857247121632948]}},{"type":"Feature","properties":{"population":1536},"geometry":{"type":"Point","coordinates":[1.960424333357617,48.66992474465957]}},{"type":"Feature","properties":{"population":1792},"geometry":{"type":"Point","coordinates":[6.3937711455217,48.173436605045257]}},{"type":"Feature","properties":{"population":3194},"geometry":{"type":"Point","coordinates":[-1.1338146426098064,46.2285382436367]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[4.828562760829305,48.238400407716998]}},{"type":"Feature","properties":{"population":1147},"geometry":{"type":"Point","coordinates":[2.203100280626787,50.79148444876929]}},{"type":"Feature","properties":{"population":1124},"geometry":{"type":"Point","coordinates":[2.8101798539260587,47.67550821467798]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[3.585039955611327,50.15223752551377]}},{"type":"Feature","properties":{"population":1708},"geometry":{"type":"Point","coordinates":[0.41458518020861659,46.37031477328539]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[5.627621126937441,49.38663372477979]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.2623357718318488,49.259390884988949]}},{"type":"Feature","properties":{"population":841},"geometry":{"type":"Point","coordinates":[5.826772864592942,45.6950589159496]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[2.7251053475577424,45.41519187929666]}},{"type":"Feature","properties":{"population":3600},"geometry":{"type":"Point","coordinates":[6.14779518258141,45.946828572615597]}},{"type":"Feature","properties":{"population":3595},"geometry":{"type":"Point","coordinates":[-4.107788837609264,48.27442276911542]}},{"type":"Feature","properties":{"population":1625},"geometry":{"type":"Point","coordinates":[1.4444139492895305,48.935006847437957]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.0979454781607009,50.19883861710348]}},{"type":"Feature","properties":{"population":784},"geometry":{"type":"Point","coordinates":[-1.3304577967115424,48.9833512095347]}},{"type":"Feature","properties":{"population":1113},"geometry":{"type":"Point","coordinates":[-2.170561029299189,48.34916737041215]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[-1.729016621529088,49.363544180807057]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[0.20222510749345233,49.6010366244685]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[3.1882656009488787,49.51001334115103]}},{"type":"Feature","properties":{"population":1136},"geometry":{"type":"Point","coordinates":[4.730483495156166,44.77923383617333]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.2321988106406309,44.9221084451647]}},{"type":"Feature","properties":{"population":1262},"geometry":{"type":"Point","coordinates":[6.966910946317704,49.013254819708979]}},{"type":"Feature","properties":{"population":726},"geometry":{"type":"Point","coordinates":[4.203931879823733,44.212844424989409]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[0.396117311726719,48.60331933134348]}},{"type":"Feature","properties":{"population":1740},"geometry":{"type":"Point","coordinates":[3.352485561328958,50.49214369563512]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[1.4976491967439214,46.89582117683286]}},{"type":"Feature","properties":{"population":597},"geometry":{"type":"Point","coordinates":[-3.7711518511323018,48.291388728149929]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[6.1262685016894349,48.531624997187339]}},{"type":"Feature","properties":{"population":2679},"geometry":{"type":"Point","coordinates":[-3.349723651638135,47.709130959374217]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[2.037076268819377,48.347405254899239]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[0.8244881140401238,43.907196521365118]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[-0.27829501546519089,45.41562006933885]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[3.2784608602175164,43.791280985302318]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[3.743059012131888,49.58725723938604]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[2.901635124878456,42.92934156818102]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[3.1618329153490047,45.48408903631683]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[2.3025140210265739,44.4605343798057]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[4.033824628751724,43.78650725328695]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[0.2468366592437553,43.126402663845798]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[2.622324741729215,49.68897192523058]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[-3.255345484701509,48.66948124756218]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[-2.4417115709432859,48.58371766309006]}},{"type":"Feature","properties":{"population":1034},"geometry":{"type":"Point","coordinates":[4.287782583573651,44.503863786067118]}},{"type":"Feature","properties":{"population":1707},"geometry":{"type":"Point","coordinates":[3.0038316542199476,49.46893633471095]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[4.998009004855704,45.18338045363748]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[2.9854491793065689,49.563170959583867]}},{"type":"Feature","properties":{"population":1777},"geometry":{"type":"Point","coordinates":[-0.28537739362819605,44.50564028957236]}},{"type":"Feature","properties":{"population":442},"geometry":{"type":"Point","coordinates":[6.311072474286032,49.434677145668469]}},{"type":"Feature","properties":{"population":13129},"geometry":{"type":"Point","coordinates":[4.9848866095104988,44.03394251373017]}},{"type":"Feature","properties":{"population":869},"geometry":{"type":"Point","coordinates":[4.403829795353423,44.66003712456694]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[1.967203696698712,49.24672409583073]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[0.683846922133307,49.762434417037237]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[2.488728208489951,50.17720695476791]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[2.744767926359474,49.6421092575494]}},{"type":"Feature","properties":{"population":1588},"geometry":{"type":"Point","coordinates":[-1.3978736685657927,48.3734750062136]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[6.539228879653748,47.32805159880398]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[0.30302534596111965,48.766816906968468]}},{"type":"Feature","properties":{"population":1157},"geometry":{"type":"Point","coordinates":[5.964189092739228,45.95005155328473]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[4.485053788057999,44.754693444134939]}},{"type":"Feature","properties":{"population":2047},"geometry":{"type":"Point","coordinates":[3.8070813970071848,43.7278500141842]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[2.0323728427519129,50.088826345916427]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[3.7110943952105619,44.1784128272136]}},{"type":"Feature","properties":{"population":1844},"geometry":{"type":"Point","coordinates":[4.9681438771134049,46.275637537952778]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[3.2410395462224814,50.001804759793618]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[5.137477478822715,44.54901976357561]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[1.6293270370932529,50.15368249236653]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[4.512628059424868,48.13761081725452]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[3.5416261032226079,45.377129373968177]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[3.396979014497831,46.93490434906128]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[0.7053091932044683,46.19563338084204]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[2.162737983335958,46.50090064161008]}},{"type":"Feature","properties":{"population":4540},"geometry":{"type":"Point","coordinates":[-1.343832246260354,47.90576108811084]}},{"type":"Feature","properties":{"population":1805},"geometry":{"type":"Point","coordinates":[1.0642458239175379,48.688458366764198]}},{"type":"Feature","properties":{"population":10},"geometry":{"type":"Point","coordinates":[2.4265408952945739,43.027874326958187]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[2.20923572494979,44.89340199240924]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[2.255917664521509,44.483644090281348]}},{"type":"Feature","properties":{"population":20},"geometry":{"type":"Point","coordinates":[5.958883715230936,44.78688061866015]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[6.351926174313762,47.58099897594137]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[-0.3694143834091143,43.746458294923417]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[6.270897901283427,47.34211366749624]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[4.374647191290558,47.31154096617322]}},{"type":"Feature","properties":{"population":562},"geometry":{"type":"Point","coordinates":[6.778947612393347,48.672119810000157]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[1.8719005209853792,44.09573544170167]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[4.13968031145376,44.47898965009272]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[3.446012308621711,47.39709807621165]}},{"type":"Feature","properties":{"population":469},"geometry":{"type":"Point","coordinates":[-0.6293448741363875,43.11775727230418]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[2.5879978013199635,44.19399556422871]}},{"type":"Feature","properties":{"population":637},"geometry":{"type":"Point","coordinates":[1.5386907888748847,43.894856582387429]}},{"type":"Feature","properties":{"population":1330},"geometry":{"type":"Point","coordinates":[4.535027254810758,49.83891080963149]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[1.0284730219293819,44.83021213601168]}},{"type":"Feature","properties":{"population":1839},"geometry":{"type":"Point","coordinates":[7.5957362018748599,48.53343667136163]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[0.12635950010347603,48.245032846878398]}},{"type":"Feature","properties":{"population":859},"geometry":{"type":"Point","coordinates":[-0.17081218256809489,46.35918487998026]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[2.9631244239046037,43.44140929586601]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[5.8338733571999239,44.463805973948598]}},{"type":"Feature","properties":{"population":1163},"geometry":{"type":"Point","coordinates":[5.45254596684178,45.52655214864757]}},{"type":"Feature","properties":{"population":899},"geometry":{"type":"Point","coordinates":[6.461879456574186,45.6664686664704]}},{"type":"Feature","properties":{"population":954},"geometry":{"type":"Point","coordinates":[3.2699101588811909,49.3708727303271]}},{"type":"Feature","properties":{"population":1287},"geometry":{"type":"Point","coordinates":[1.2761697940564696,47.63042078588431]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[3.420442444027865,45.56554651329534]}},{"type":"Feature","properties":{"population":1257},"geometry":{"type":"Point","coordinates":[3.148067519176905,42.44430047526437]}},{"type":"Feature","properties":{"population":1109},"geometry":{"type":"Point","coordinates":[-0.39552007421573245,44.65248411752284]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[4.4988837920852069,46.42685077980329]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[-0.38295194350582947,45.37824855196832]}},{"type":"Feature","properties":{"population":1430},"geometry":{"type":"Point","coordinates":[4.798675877033996,46.03390251597563]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[2.7923084731029927,49.76886339310377]}},{"type":"Feature","properties":{"population":1027},"geometry":{"type":"Point","coordinates":[-3.2311832258692858,47.353846723723709]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[4.082520261575314,45.423593040191388]}},{"type":"Feature","properties":{"population":1950},"geometry":{"type":"Point","coordinates":[5.702579655106309,45.53715930857112]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[4.981821355236815,47.97728089909252]}},{"type":"Feature","properties":{"population":978},"geometry":{"type":"Point","coordinates":[1.7433487041908318,46.53588815401642]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[4.095287422540682,49.669923473609177]}},{"type":"Feature","properties":{"population":4603},"geometry":{"type":"Point","coordinates":[2.4641658308585607,48.40287927589211]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[5.669964764899555,47.74706551866044]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[3.3610871552912946,49.62815765836277]}},{"type":"Feature","properties":{"population":1119},"geometry":{"type":"Point","coordinates":[0.28345316941425127,49.69765653168528]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[6.720333282890026,48.42687215989863]}},{"type":"Feature","properties":{"population":1898},"geometry":{"type":"Point","coordinates":[-0.35317404684140238,46.421293955844848]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[5.912004712457118,48.867576922067]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[-0.8189704412171311,43.87164869875307]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[6.420002478061444,48.28736452691608]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[5.991754568165054,46.72275981060605]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[3.1122547518163308,43.68920450670593]}},{"type":"Feature","properties":{"population":480},"geometry":{"type":"Point","coordinates":[0.005332910801994478,46.129947192027469]}},{"type":"Feature","properties":{"population":721},"geometry":{"type":"Point","coordinates":[1.1237189820952174,43.326002420185179]}},{"type":"Feature","properties":{"population":1328},"geometry":{"type":"Point","coordinates":[1.9959279357820806,49.28723656647678]}},{"type":"Feature","properties":{"population":1648},"geometry":{"type":"Point","coordinates":[0.33185215577420537,45.02227973896579]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[1.8302245746465884,44.42916899289802]}},{"type":"Feature","properties":{"population":1477},"geometry":{"type":"Point","coordinates":[7.1641329849667418,47.95291213121207]}},{"type":"Feature","properties":{"population":1385},"geometry":{"type":"Point","coordinates":[2.9539670269710704,48.6431303134603]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[0.1777148208524711,49.67826190153048]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[6.340970854220102,48.98112265386883]}},{"type":"Feature","properties":{"population":1546},"geometry":{"type":"Point","coordinates":[3.080095834498871,50.57292357580609]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[-1.0943961869040123,46.4219569123342]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[4.562238725882248,46.398541481295058]}},{"type":"Feature","properties":{"population":913},"geometry":{"type":"Point","coordinates":[-1.2357703942011678,43.26069746172898]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[0.2622382607073538,43.252020925077847]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[3.555721255786346,49.323525468507657]}},{"type":"Feature","properties":{"population":1151},"geometry":{"type":"Point","coordinates":[2.949319832211001,47.70342113991768]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[6.830531763140997,48.50587135516731]}},{"type":"Feature","properties":{"population":1053},"geometry":{"type":"Point","coordinates":[3.390003790288668,43.54213890322219]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[6.688836228417808,47.16063269439039]}},{"type":"Feature","properties":{"population":608},"geometry":{"type":"Point","coordinates":[4.956996724101482,46.17291411552041]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[0.5515026151348651,45.774123082019077]}},{"type":"Feature","properties":{"population":752},"geometry":{"type":"Point","coordinates":[-0.7876357728895788,46.34198997629048]}},{"type":"Feature","properties":{"population":4655},"geometry":{"type":"Point","coordinates":[4.319554492841948,45.5011667686214]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[1.6225655594256346,49.03700704945322]}},{"type":"Feature","properties":{"population":687},"geometry":{"type":"Point","coordinates":[7.171994560557534,48.02944114947749]}},{"type":"Feature","properties":{"population":4179},"geometry":{"type":"Point","coordinates":[-2.9231976200959508,47.727786571437629]}},{"type":"Feature","properties":{"population":755},"geometry":{"type":"Point","coordinates":[1.1422084413389842,48.75773683167964]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[1.8925529919556024,45.732883587764138]}},{"type":"Feature","properties":{"population":1394},"geometry":{"type":"Point","coordinates":[7.350237116564517,48.53574376168794]}},{"type":"Feature","properties":{"population":3520},"geometry":{"type":"Point","coordinates":[-1.4129179492742766,43.667749075606149]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[1.1396812445885585,49.79864560094129]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[1.8155147305464635,46.15096595847016]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[1.5441598553979088,48.97780022635194]}},{"type":"Feature","properties":{"population":860},"geometry":{"type":"Point","coordinates":[-0.3982245852598264,43.90295501762495]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[1.9358759515321449,48.298226193105779]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[0.2649730098851713,45.961835245009897]}},{"type":"Feature","properties":{"population":2179},"geometry":{"type":"Point","coordinates":[2.698276744975948,50.79929356124069]}},{"type":"Feature","properties":{"population":1427},"geometry":{"type":"Point","coordinates":[1.1081250301612769,43.01618040522541]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[1.4883095665455773,49.79025298352851]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[2.738865692121538,49.577554370737299]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[-0.13451468239536125,46.39218689601494]}},{"type":"Feature","properties":{"population":550},"geometry":{"type":"Point","coordinates":[5.390356757606888,48.60496821545186]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[5.2127345961894229,44.30074113318059]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[1.8118022103790082,50.84382122729747]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[5.223417368815946,47.20624867715076]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[1.694187686707077,47.21850803966999]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[4.205917712658357,48.33615676144068]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[2.272507851226478,43.8781482339865]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[5.274507993290912,47.37702014702086]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[3.64179228968309,47.71021612696478]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[7.372334268694581,43.99566661721161]}},{"type":"Feature","properties":{"population":1193},"geometry":{"type":"Point","coordinates":[0.6080849476772826,44.13966956111141]}},{"type":"Feature","properties":{"population":816},"geometry":{"type":"Point","coordinates":[5.2442022311951119,45.05696391913302]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[2.125082732965578,43.06151851196279]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[2.704502264202289,45.462930932758627]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[0.19281146703179975,45.08045491245971]}},{"type":"Feature","properties":{"population":729},"geometry":{"type":"Point","coordinates":[1.816959338828691,44.896660577460178]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[-1.358983647378877,49.517299597469939]}},{"type":"Feature","properties":{"population":67380},"geometry":{"type":"Point","coordinates":[1.8744473456607045,50.95221669651137]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[6.690081484326092,48.176776766811759]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[5.326069871047671,48.60190349124006]}},{"type":"Feature","properties":{"population":2226},"geometry":{"type":"Point","coordinates":[4.797616253500507,49.70891315345652]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[2.4344967338272696,49.63506596923923]}},{"type":"Feature","properties":{"population":756},"geometry":{"type":"Point","coordinates":[-0.36638639708253209,43.63272553059685]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[7.22301589363695,49.11352007341348]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[6.890226752849091,44.68430857361779]}},{"type":"Feature","properties":{"population":5472},"geometry":{"type":"Point","coordinates":[4.37414199068622,45.62918124700815]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[4.953019210730531,47.53440157995583]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[6.062061416258768,44.232738692262397]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[0.329983191601668,42.810586718038]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[5.760206483170481,45.28532334692458]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[1.1046719095200204,48.769880479759247]}},{"type":"Feature","properties":{"population":578},"geometry":{"type":"Point","coordinates":[-0.1253313208593509,48.88788587093939]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[5.097747218820912,49.00405265289737]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[0.6853259782783394,49.79799925477161]}},{"type":"Feature","properties":{"population":1512},"geometry":{"type":"Point","coordinates":[-4.63455785050832,48.46676114870631]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[0.8602749543109542,43.50845549144128]}},{"type":"Feature","properties":{"population":807},"geometry":{"type":"Point","coordinates":[1.3042564193662807,43.78652718800039]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[-1.0240284508245006,48.0811943727292]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[2.075817516376152,49.918608047922059]}},{"type":"Feature","properties":{"population":2947},"geometry":{"type":"Point","coordinates":[5.3730144132617279,43.959042808208149]}},{"type":"Feature","properties":{"population":1012},"geometry":{"type":"Point","coordinates":[-0.7419419640478361,49.00317229649365]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[0.20132330006132083,44.041131992046917]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[-0.7300198390112618,43.43994590444436]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[3.5070098635228437,48.45814638171935]}},{"type":"Feature","properties":{"population":1115},"geometry":{"type":"Point","coordinates":[1.436260697281098,45.6013289961594]}},{"type":"Feature","properties":{"population":997},"geometry":{"type":"Point","coordinates":[-0.481579483215525,44.97340427316822]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[4.693029057721041,46.917041654398527]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[2.2607481967970886,43.95518552040775]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[0.18791197733638199,48.1853081642205]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[3.8424620500163,45.81967130061057]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[-0.31627681446556285,45.90036768292066]}},{"type":"Feature","properties":{"population":1434},"geometry":{"type":"Point","coordinates":[2.049579046807279,47.64318147571891]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[1.8077878242962076,47.20097657849522]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[0.17844398984907046,46.86989018791477]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[3.656456588686011,50.20703773320865]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[2.621519034291847,42.77445302351201]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[3.667387955692528,49.768862533787899]}},{"type":"Feature","properties":{"population":1760},"geometry":{"type":"Point","coordinates":[0.8717211503083566,47.486564402783518]}},{"type":"Feature","properties":{"population":1911},"geometry":{"type":"Point","coordinates":[2.275654718407317,49.2744407001702]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[2.4912304755100944,45.99561676284086]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[4.722258056101902,46.687343125161877]}},{"type":"Feature","properties":{"population":589},"geometry":{"type":"Point","coordinates":[3.4191539282770337,47.657241623517339]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[0.5061235429410048,48.67970566480681]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[6.814905098950751,45.510393291406888]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[-1.1435397260649909,48.96168155932492]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[6.108137275611807,47.46418007150224]}},{"type":"Feature","properties":{"population":5073},"geometry":{"type":"Point","coordinates":[2.6786247774735676,50.61242726295633]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[6.441387859700386,49.368592663451668]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[7.170799791410208,48.80694088836165]}},{"type":"Feature","properties":{"population":1046},"geometry":{"type":"Point","coordinates":[2.440433388296629,50.77444619954948]}},{"type":"Feature","properties":{"population":1161},"geometry":{"type":"Point","coordinates":[-1.8256360982396729,46.73316048123192]}},{"type":"Feature","properties":{"population":762},"geometry":{"type":"Point","coordinates":[2.0377777396732528,49.978950310124847]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[5.281415819075474,48.97045145878199]}},{"type":"Feature","properties":{"population":2035},"geometry":{"type":"Point","coordinates":[-1.3582761059810318,48.09333342633612]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[5.450656889785628,46.20043161629411]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[2.0103040045723845,43.39646916074628]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[5.039039125206734,48.454537091750847]}},{"type":"Feature","properties":{"population":1032},"geometry":{"type":"Point","coordinates":[1.9961659456105368,46.21087097440995]}},{"type":"Feature","properties":{"population":1255},"geometry":{"type":"Point","coordinates":[2.6392232816784735,48.73384958822039]}},{"type":"Feature","properties":{"population":437},"geometry":{"type":"Point","coordinates":[2.1001366584186327,44.240413149414838]}},{"type":"Feature","properties":{"population":953},"geometry":{"type":"Point","coordinates":[2.9348768149486488,43.35195798586921]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[6.822991643728441,47.60491670670454]}},{"type":"Feature","properties":{"population":618},"geometry":{"type":"Point","coordinates":[3.765980703903304,49.102747981234369]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[2.311785146270546,50.47309578625319]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[7.929561466260999,48.97092968062302]}},{"type":"Feature","properties":{"population":2005},"geometry":{"type":"Point","coordinates":[6.202621266356054,49.0079045544846]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[4.010036799863322,43.79861709390442]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[2.945775046260834,43.71893351971109]}},{"type":"Feature","properties":{"population":767},"geometry":{"type":"Point","coordinates":[0.4562323954101303,49.75239966746263]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[1.7876916134688157,44.44888551955285]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[5.032507237423715,46.96626433205677]}},{"type":"Feature","properties":{"population":1074},"geometry":{"type":"Point","coordinates":[3.155220531486705,50.29104644245144]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[1.9810680107450119,44.85040042108231]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.5485300035973268,46.98950751317344]}},{"type":"Feature","properties":{"population":7753},"geometry":{"type":"Point","coordinates":[0.10949573117312893,45.609801021132387]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[2.033463294718256,43.23210039212583]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[2.515452594214911,47.17989026758372]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[1.5095824963907876,49.76532145106772]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[4.031543485598757,49.11924051098898]}},{"type":"Feature","properties":{"population":1649},"geometry":{"type":"Point","coordinates":[7.1649430968687108,47.829628994356898]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[-0.3546896945055501,44.05793216824548]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[6.75148127994188,48.239077264673678]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[0.8393750147803613,48.6665655818902]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[4.103861331220194,50.12155925500809]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[3.217187467596045,46.32884687525237]}},{"type":"Feature","properties":{"population":1550},"geometry":{"type":"Point","coordinates":[5.832872414735384,49.46939825835141]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[4.705172842736541,48.794289514612099]}},{"type":"Feature","properties":{"population":1050},"geometry":{"type":"Point","coordinates":[6.4223861680286229,46.271895290212778]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[5.641943673325996,47.94867763626909]}},{"type":"Feature","properties":{"population":2736},"geometry":{"type":"Point","coordinates":[3.2270602551942657,43.2582882724646]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[1.0726939509524126,44.47305031611442]}},{"type":"Feature","properties":{"population":1138},"geometry":{"type":"Point","coordinates":[5.319760123007748,45.841773861433917]}},{"type":"Feature","properties":{"population":585},"geometry":{"type":"Point","coordinates":[0.34585081869766418,47.7182290644282]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[2.4391714650709295,43.591079466630549]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[2.338671813631857,43.05636643331715]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[4.546917420284793,49.78416441488156]}},{"type":"Feature","properties":{"population":713},"geometry":{"type":"Point","coordinates":[5.7353141622645549,45.915961416494]}},{"type":"Feature","properties":{"population":1211},"geometry":{"type":"Point","coordinates":[0.2015294090820151,44.67625333788474]}},{"type":"Feature","properties":{"population":1624},"geometry":{"type":"Point","coordinates":[3.384957819047578,49.65104607625892]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[1.933596777711818,43.49287030150923]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[0.18321161749453652,48.25543443048555]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[4.984557182628921,49.129664525579]}},{"type":"Feature","properties":{"population":1976},"geometry":{"type":"Point","coordinates":[6.1177309865813209,47.60988052030837]}},{"type":"Feature","properties":{"population":794},"geometry":{"type":"Point","coordinates":[-0.03659587458618748,48.07593209475069]}},{"type":"Feature","properties":{"population":5402},"geometry":{"type":"Point","coordinates":[2.8726045582319199,42.63764733060027]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[0.41122234420083866,43.08732020845434]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[6.97216983861561,48.67981565381166]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[0.3599794689615554,43.80170380460516]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[3.1438523934653159,45.177007989941099]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[7.266520809995363,48.83371906762336]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[6.849644307892824,47.596176949813038]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[3.7948915492148589,49.85741663581716]}},{"type":"Feature","properties":{"population":757},"geometry":{"type":"Point","coordinates":[1.8589039835626309,46.046114333879689]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[2.3775275844279015,45.01749728928007]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[5.932517439614587,47.07852534911592]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[3.526900627291358,48.69048289718]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[-0.035835104585348668,44.673730504844659]}},{"type":"Feature","properties":{"population":1840},"geometry":{"type":"Point","coordinates":[2.0135133459493428,49.50935822716094]}},{"type":"Feature","properties":{"population":2223},"geometry":{"type":"Point","coordinates":[-2.1659558476819305,48.48321435242417]}},{"type":"Feature","properties":{"population":1081},"geometry":{"type":"Point","coordinates":[2.578100971695228,49.15393407889723]}},{"type":"Feature","properties":{"population":1583},"geometry":{"type":"Point","coordinates":[3.1384538763734395,48.35467111992844]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[0.2219863832453064,45.94443207957097]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[4.648221510619406,44.959540533927]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[2.800340916004097,46.96218206824781]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[1.9164909206982753,50.56852553069119]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[4.38001490994236,46.318251106540277]}},{"type":"Feature","properties":{"population":1440},"geometry":{"type":"Point","coordinates":[3.3258767394571917,50.25938629925484]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[0.9239446136537585,43.8034921523654]}},{"type":"Feature","properties":{"population":797},"geometry":{"type":"Point","coordinates":[3.6281595972467235,49.93187942080602]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[0.32560546812614118,42.9100615738961]}},{"type":"Feature","properties":{"population":1090},"geometry":{"type":"Point","coordinates":[1.4409933501571466,50.01158113508502]}},{"type":"Feature","properties":{"population":2236},"geometry":{"type":"Point","coordinates":[5.85013860026724,45.53832650856147]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[7.223412800165844,48.435895481044678]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[4.31463504903766,45.92606478825805]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[2.559629526734926,43.24787781506271]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[0.8513978014264466,48.75321538253357]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[3.9381737556997749,46.22903653465315]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[4.704417055966089,48.865839168319748]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[3.060533415993264,49.033382786584187]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[4.287006600724294,44.844287983989357]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[1.9235255469593816,48.23534810273045]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[0.7878299419047788,43.94267640462414]}},{"type":"Feature","properties":{"population":1085},"geometry":{"type":"Point","coordinates":[3.749541266338565,44.513612804852559]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[-0.06646331370558603,45.39102621805167]}},{"type":"Feature","properties":{"population":782},"geometry":{"type":"Point","coordinates":[-1.772656747162698,49.489119971500489]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[1.0083801575343814,47.56421684380517]}},{"type":"Feature","properties":{"population":7289},"geometry":{"type":"Point","coordinates":[3.306098645202741,43.73043520987885]}},{"type":"Feature","properties":{"population":1436},"geometry":{"type":"Point","coordinates":[1.0083946164701503,47.0928183374239]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[1.557042392045763,46.316275836963139]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[1.0705110488722783,47.34072264499376]}},{"type":"Feature","properties":{"population":77066},"geometry":{"type":"Point","coordinates":[-0.3498836270498105,43.31990722938872]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[-0.3563121397654458,44.97642836359116]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[6.592820393496518,48.1146953435647]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[3.9976916098719688,49.94770432917133]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[2.8224393304012236,46.31592517260772]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[1.0873677514001046,48.0100622617503]}},{"type":"Feature","properties":{"population":2772},"geometry":{"type":"Point","coordinates":[-1.286443195280428,46.31251120619617]}},{"type":"Feature","properties":{"population":2794},"geometry":{"type":"Point","coordinates":[2.6256266553367508,42.449575083019059]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[3.270958619074636,44.147645661294557]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[0.048191759433523589,44.53931214055652]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[0.8936751207413007,44.31133870139211]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[1.0865918087503932,45.34763988608076]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[4.795593949207063,47.01296565461916]}},{"type":"Feature","properties":{"population":1043},"geometry":{"type":"Point","coordinates":[3.7593290103262975,50.07803144793626]}},{"type":"Feature","properties":{"population":1091},"geometry":{"type":"Point","coordinates":[2.0668305662366639,44.584672261279909]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[1.421558443252925,43.06549970496298]}},{"type":"Feature","properties":{"population":12938},"geometry":{"type":"Point","coordinates":[1.0003881066734933,47.3916591499297]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[3.1589694311530387,44.678058731989157]}},{"type":"Feature","properties":{"population":3224},"geometry":{"type":"Point","coordinates":[3.173025603657132,43.382689471977169]}},{"type":"Feature","properties":{"population":3521},"geometry":{"type":"Point","coordinates":[4.722399882871851,43.72320551069285]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[2.1949934096930678,49.830784172278587]}},{"type":"Feature","properties":{"population":1992},"geometry":{"type":"Point","coordinates":[2.5448134506770909,50.93572813294416]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[5.500713681635071,46.4961950893085]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[5.540480519632657,44.093694942348019]}},{"type":"Feature","properties":{"population":887},"geometry":{"type":"Point","coordinates":[5.753646270246706,43.68544923006458]}},{"type":"Feature","properties":{"population":565},"geometry":{"type":"Point","coordinates":[4.695601152698447,46.53520349531523]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[2.962897631467738,44.79401325608935]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[2.6187809610228744,42.51422750613679]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[6.388825201420204,47.48313186133533]}},{"type":"Feature","properties":{"population":1204},"geometry":{"type":"Point","coordinates":[1.3925725282863573,46.315654434831348]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[6.677817127250545,47.39794246907172]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[4.796727865794905,46.53179419849132]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[2.69963199476772,48.90444633401997]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[2.042043564941289,50.20712469649975]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[2.5501652707039157,49.9008251090167]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[6.287995969094141,49.43326301785657]}},{"type":"Feature","properties":{"population":1035},"geometry":{"type":"Point","coordinates":[0.8140684940847199,44.102737491801089]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[4.743101540406472,47.31211625262295]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[1.714303728561149,43.52975034506781]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[-0.166599603733802,43.86884020529662]}},{"type":"Feature","properties":{"population":1427},"geometry":{"type":"Point","coordinates":[7.010273728934801,47.53257144610076]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[-2.9216208752896875,48.325706565879297]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[-1.19650819089722,47.8071462604295]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[2.211318647277644,49.49405366710948]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[2.941076186250875,48.090338130553359]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[5.765420510022627,47.53401901549202]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[4.287189647158951,44.0159422668956]}},{"type":"Feature","properties":{"population":1319},"geometry":{"type":"Point","coordinates":[4.828225638971381,45.918386708496928]}},{"type":"Feature","properties":{"population":2213},"geometry":{"type":"Point","coordinates":[1.139505754717701,45.90959003051411]}},{"type":"Feature","properties":{"population":1262},"geometry":{"type":"Point","coordinates":[6.134951062103888,49.46650286622132]}},{"type":"Feature","properties":{"population":965},"geometry":{"type":"Point","coordinates":[0.0557803464531658,47.75836790857182]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[2.097457234242766,43.136892245308008]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[2.5696526785608504,50.14913590499847]}},{"type":"Feature","properties":{"population":774},"geometry":{"type":"Point","coordinates":[4.27301018381337,49.41017054756835]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[0.7958934126152246,47.8310927664135]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[2.897557006042875,48.824776249295258]}},{"type":"Feature","properties":{"population":1543},"geometry":{"type":"Point","coordinates":[2.3054515146539606,44.85607433656641]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[1.5725396334876405,46.15755108371382]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[1.0380737747109357,44.275640413382848]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[1.879583013931098,48.14878191763218]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[5.082910109285577,46.600528756697297]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[5.16881986181226,47.05838002426452]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[3.7137781373834026,49.32492813811824]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[6.516946636553688,47.81017042539253]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[6.1262176845242399,47.38592981547314]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[2.2440871555572445,48.37096532334427]}},{"type":"Feature","properties":{"population":978},"geometry":{"type":"Point","coordinates":[6.30648950566853,49.295479090078007]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[6.4448018744465529,49.2075565832062]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[6.7268633892343339,47.501305553234377]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[6.687541198398806,48.71819547965337]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[1.0140067210440165,43.64478706846298]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[2.4808381672657959,47.14295029368397]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[6.336338512838475,49.02574932859983]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[3.35393457637103,49.103067292081]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[4.651721262176769,47.21909598139203]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[0.28483327232275215,43.37580206210521]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[0.1334222793222275,43.307404220993038]}},{"type":"Feature","properties":{"population":4129},"geometry":{"type":"Point","coordinates":[3.448324895340905,50.35908391083318]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[5.0746315027965649,48.89185418716656]}},{"type":"Feature","properties":{"population":605},"geometry":{"type":"Point","coordinates":[7.437937911140247,47.5632616262812]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[1.1357882565970359,47.90415741051162]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[3.336699405596094,47.21425375950826]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[2.244301071068418,42.951813643261619]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[2.5774215949690286,48.03681523384938]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[4.9439377122807459,48.53464561508655]}},{"type":"Feature","properties":{"population":2869},"geometry":{"type":"Point","coordinates":[1.9394334882977185,45.113379990328088]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[6.265201442246446,45.240101131798578]}},{"type":"Feature","properties":{"population":659},"geometry":{"type":"Point","coordinates":[2.6091676891372019,50.1660512816925]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[0.5246344927441812,49.182954932860969]}},{"type":"Feature","properties":{"population":1508},"geometry":{"type":"Point","coordinates":[6.634797975609958,46.39351044254901]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.2224968932335078,45.86412050357329]}},{"type":"Feature","properties":{"population":1130},"geometry":{"type":"Point","coordinates":[1.7600502269848722,49.95586776725065]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[1.427368837256278,49.52197707698746]}},{"type":"Feature","properties":{"population":1134},"geometry":{"type":"Point","coordinates":[2.6355322083933157,50.40775863445066]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[5.800676738340901,45.00991976683132]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[3.4975420358727806,48.76496693459865]}},{"type":"Feature","properties":{"population":2120},"geometry":{"type":"Point","coordinates":[7.251979230483422,47.58879716268629]}},{"type":"Feature","properties":{"population":3512},"geometry":{"type":"Point","coordinates":[0.9469879288435325,47.432162127109588]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[1.749756942425759,43.648832981860078]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[2.750896813675659,49.898279571673047]}},{"type":"Feature","properties":{"population":1494},"geometry":{"type":"Point","coordinates":[6.884705678739394,48.16746414907703]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[1.7387975632438518,48.33773340799716]}},{"type":"Feature","properties":{"population":1320},"geometry":{"type":"Point","coordinates":[4.692440420607438,46.195530334543608]}},{"type":"Feature","properties":{"population":1749},"geometry":{"type":"Point","coordinates":[2.8318970959663445,49.00984206022356]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[1.106400780179731,47.11281032874964]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[-0.7379613239686672,45.502253803421947]}},{"type":"Feature","properties":{"population":1524},"geometry":{"type":"Point","coordinates":[2.494132441070264,46.30904195804653]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[3.871997262119154,44.76548646680357]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[5.452702176666388,49.5336714926243]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[2.6419359698296,43.75770600521697]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[6.708109289797444,48.65426039827391]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[2.2837677573471097,45.76454493337508]}},{"type":"Feature","properties":{"population":2257},"geometry":{"type":"Point","coordinates":[2.819757332042304,42.606370974716437]}},{"type":"Feature","properties":{"population":8421},"geometry":{"type":"Point","coordinates":[-1.328297379376302,43.749731449156239]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[5.592799116707926,48.17591705509233]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[6.193141970010683,43.89887280634166]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[2.029096621171579,43.15552786662004]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[6.909699582654125,48.97515157867347]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[5.9652151707865379,47.06531987858229]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[-0.0048998688908203778,43.794053064127819]}},{"type":"Feature","properties":{"population":1401},"geometry":{"type":"Point","coordinates":[3.15386563898546,46.88952918578724]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.46812363513407,50.23076231031958]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[4.363172376583294,48.14171415530226]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[3.68563427954394,44.147706028883437]}},{"type":"Feature","properties":{"population":1286},"geometry":{"type":"Point","coordinates":[-2.6910300629659078,47.9942880860491]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[2.620778910138004,46.105777156343659]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[3.394454266879551,49.98060890904913]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[4.478419090430643,49.463934699362358]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[-0.7656914593211106,49.03384380345736]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[5.168321849607654,44.27279304126058]}},{"type":"Feature","properties":{"population":4359},"geometry":{"type":"Point","coordinates":[4.150921464528458,44.197124526287037]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[7.645231376889159,48.89361221156157]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[1.6011936221294028,49.0196177560518]}},{"type":"Feature","properties":{"population":853},"geometry":{"type":"Point","coordinates":[3.273129907104569,48.256675158216967]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[1.7383934568772797,43.080212306626147]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[3.440278256693048,45.158210555100868]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[3.445621313192304,49.90173304962353]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[3.7268016523175566,44.75794790033386]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[4.84169684668078,47.727626542886408]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.749256993585735,48.45807509203767]}},{"type":"Feature","properties":{"population":666},"geometry":{"type":"Point","coordinates":[3.1982411790126008,49.66058611184759]}},{"type":"Feature","properties":{"population":1005},"geometry":{"type":"Point","coordinates":[2.541810132347043,47.53498086468997]}},{"type":"Feature","properties":{"population":2990},"geometry":{"type":"Point","coordinates":[3.676782542929,46.531101083195228]}},{"type":"Feature","properties":{"population":5867},"geometry":{"type":"Point","coordinates":[-1.6679243331351706,49.46507263549088]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[4.359034715924046,47.38037930560662]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[0.0988853361846226,48.55839128129102]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[6.002024474182942,48.403640844171999]}},{"type":"Feature","properties":{"population":3009},"geometry":{"type":"Point","coordinates":[4.756111101363225,44.65659828709052]}},{"type":"Feature","properties":{"population":859},"geometry":{"type":"Point","coordinates":[3.514922963522759,45.21826955278888]}},{"type":"Feature","properties":{"population":2647},"geometry":{"type":"Point","coordinates":[3.7285983362798067,43.66359930718132]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[2.738341715138018,44.232673668943]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[2.778958378938663,48.95125002989405]}},{"type":"Feature","properties":{"population":1691},"geometry":{"type":"Point","coordinates":[6.805415586900518,47.87171521537874]}},{"type":"Feature","properties":{"population":1165},"geometry":{"type":"Point","coordinates":[-0.24329333098745019,44.96203928547457]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[0.9407602912269664,49.6729114784756]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[1.3692557134574635,48.13272730688724]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[3.986140378849721,49.70062301732042]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[5.7146287041899479,47.58449245953307]}},{"type":"Feature","properties":{"population":888},"geometry":{"type":"Point","coordinates":[2.022128585930088,50.00335822080727]}},{"type":"Feature","properties":{"population":2796},"geometry":{"type":"Point","coordinates":[-2.887387781525943,47.882361833350277]}},{"type":"Feature","properties":{"population":2459},"geometry":{"type":"Point","coordinates":[2.816947178333677,49.070346474462237]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[6.580534767404765,48.346968084023448]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[-1.5018821885938719,48.807047791030608]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[4.4034531300973349,47.61765429831536]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[5.653551500012581,49.07385542137349]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[0.16013618261939137,47.127120958156798]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[3.188557970140148,49.949331211917698]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[4.5884934970094,49.11921075695955]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[6.707955194708152,43.7938057628584]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[6.283390554874509,47.644351656252108]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[-0.8544978672640415,49.32838374810142]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[6.405208289192624,47.34267701318943]}},{"type":"Feature","properties":{"population":756},"geometry":{"type":"Point","coordinates":[5.26986845243997,45.95281382877259]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[1.6441804047891314,50.09943837017895]}},{"type":"Feature","properties":{"population":2658},"geometry":{"type":"Point","coordinates":[2.743102223290089,50.389016265700139]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[5.7761079487680269,44.881244845380027]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[5.0437455898008098,49.48195923029799]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[4.632333136047535,46.70600544789908]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[0.48550697005073037,49.158448764213009]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[2.640148171887335,43.10729805151072]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[1.7288858570781325,50.38535973385288]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[5.434243463740345,47.70578519894471]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[5.641936824707266,46.345891577845808]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[0.33285506241191328,43.873972972789108]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[9.340844744799972,42.26520188128314]}},{"type":"Feature","properties":{"population":1640},"geometry":{"type":"Point","coordinates":[2.669655166152602,49.85091357428372]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[-0.5701509650190475,45.401023018326]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[3.803554462286581,45.527183089332357]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[5.701142352563282,49.10534491314726]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[4.391693948206328,47.46632737839701]}},{"type":"Feature","properties":{"population":6},"geometry":{"type":"Point","coordinates":[4.997434741267904,48.35917254547333]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[4.2433976661843959,48.8248505925849]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[4.339608154728034,49.72854365654978]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[1.469341830155617,50.04904727544947]}},{"type":"Feature","properties":{"population":5169},"geometry":{"type":"Point","coordinates":[3.0194592530850725,50.33874090862258]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[5.3499539594663318,47.37208046440362]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[4.072335483933603,48.56754319080212]}},{"type":"Feature","properties":{"population":614},"geometry":{"type":"Point","coordinates":[5.684444008274736,46.3364582292665]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.9275428232175015,48.49333445092631]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[1.2550304237506578,49.4527074698379]}},{"type":"Feature","properties":{"population":3590},"geometry":{"type":"Point","coordinates":[-1.5068482043515308,46.992596070252428]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[4.22560413917887,43.898621067505938]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[4.0930246316005489,47.39477080432588]}},{"type":"Feature","properties":{"population":795},"geometry":{"type":"Point","coordinates":[-1.577832540596311,47.91923664549261]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[4.593573181980003,47.462798619605987]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[-0.28694021006049166,48.89050610911331]}},{"type":"Feature","properties":{"population":2567},"geometry":{"type":"Point","coordinates":[-3.9803160612546129,48.62095106949392]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[2.519178811801249,46.10680809372425]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[4.776385351524229,45.129085733808128]}},{"type":"Feature","properties":{"population":1911},"geometry":{"type":"Point","coordinates":[3.75964807043367,43.900561169665397]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[4.919947298676786,49.40609380816232]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[1.65134506711706,44.589672977859517]}},{"type":"Feature","properties":{"population":849},"geometry":{"type":"Point","coordinates":[-3.271525841237606,48.02712769189144]}},{"type":"Feature","properties":{"population":2127},"geometry":{"type":"Point","coordinates":[6.019667754538794,46.31651905007717]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[4.382129147618399,45.65425068393152]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[1.7262050030115322,46.29797224345686]}},{"type":"Feature","properties":{"population":1248},"geometry":{"type":"Point","coordinates":[3.250941880102783,48.34549127106386]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[6.20878529404201,45.10463962104525]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[1.6576491832008589,49.609774125888858]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[4.5727248335376,47.71293880643389]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[5.805518065837208,49.20260578177482]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[1.8891772576868773,49.64629059077456]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[2.3976923510547345,50.39474658623103]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[0.29723085055552009,43.841993780779329]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[4.3470429850776199,44.58141317279376]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[0.530498248550172,45.51474474617555]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[6.079004986496717,47.92236719803474]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[6.642767527321162,49.083053656830859]}},{"type":"Feature","properties":{"population":687},"geometry":{"type":"Point","coordinates":[0.9495185709919412,49.81709879811714]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[1.5813415665572788,47.83367249120544]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[-0.0729216320786803,43.42683088670844]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[2.783017017692848,49.8453352590283]}},{"type":"Feature","properties":{"population":1480},"geometry":{"type":"Point","coordinates":[2.696671211700321,50.14588304247258]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[0.5492920556789362,44.01115503916208]}},{"type":"Feature","properties":{"population":1760},"geometry":{"type":"Point","coordinates":[7.124383695940825,47.77455360301895]}},{"type":"Feature","properties":{"population":2043},"geometry":{"type":"Point","coordinates":[-1.4935714538450285,47.55597455744094]}},{"type":"Feature","properties":{"population":688},"geometry":{"type":"Point","coordinates":[4.024908272982082,50.25895044998815]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[-0.37622414954879776,48.29337722758606]}},{"type":"Feature","properties":{"population":474},"geometry":{"type":"Point","coordinates":[2.7354248821780935,47.91258581170412]}},{"type":"Feature","properties":{"population":920},"geometry":{"type":"Point","coordinates":[0.9754426503265814,43.71727714402663]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[1.8346369275067923,42.628032372385039]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[0.7247173309317198,49.71822244631905]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[3.925572847263835,48.79237384638979]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[6.135522518728632,47.36159742863413]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[-0.2550336015791173,44.777436160573248]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[3.3856934085771814,44.94353824669734]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[1.2735123084715184,49.24329162191669]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[-2.1283126353061307,48.26829198928315]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[6.974722963174747,43.99327381557723]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[-1.5327024641508625,48.62195400643789]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[0.5750791096974518,43.242105437843097]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[6.091902400521929,47.365927300175339]}},{"type":"Feature","properties":{"population":881},"geometry":{"type":"Point","coordinates":[5.051368135451756,46.87171708422874]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[5.346563280344611,49.25858209172476]}},{"type":"Feature","properties":{"population":631},"geometry":{"type":"Point","coordinates":[5.1121278521876329,45.09515441966621]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[4.782059454846521,46.40573954848176]}},{"type":"Feature","properties":{"population":1116},"geometry":{"type":"Point","coordinates":[3.0760055265014376,50.297660554395438]}},{"type":"Feature","properties":{"population":2029},"geometry":{"type":"Point","coordinates":[8.9617151437113,42.62189450632837]}},{"type":"Feature","properties":{"population":2440},"geometry":{"type":"Point","coordinates":[-1.2621774207795065,48.34438610349323]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[4.047029150244915,50.196629287891209]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[4.135473381674401,49.78624300527293]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[6.648338421145624,43.860395214396557]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[4.821912116195836,50.121106644191439]}},{"type":"Feature","properties":{"population":957},"geometry":{"type":"Point","coordinates":[-3.871349583450679,48.10601473996896]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[0.2502667665876838,45.78087945083806]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[2.80184634496356,49.57041734126445]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[2.271042560324167,49.71204621964638]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[2.6531452353346585,48.164784778371089]}},{"type":"Feature","properties":{"population":753},"geometry":{"type":"Point","coordinates":[0.2807348308699216,48.70096977103322]}},{"type":"Feature","properties":{"population":1667},"geometry":{"type":"Point","coordinates":[4.837295925083875,44.25582007396092]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[2.6897395689840128,49.67992227182409]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[-1.6855310612619699,49.41792133942911]}},{"type":"Feature","properties":{"population":3841},"geometry":{"type":"Point","coordinates":[2.707405284284423,48.820189721274989]}},{"type":"Feature","properties":{"population":1632},"geometry":{"type":"Point","coordinates":[2.9695621652877297,48.284693234432747]}},{"type":"Feature","properties":{"population":1127},"geometry":{"type":"Point","coordinates":[4.864664431143508,46.39690604918439]}},{"type":"Feature","properties":{"population":1359},"geometry":{"type":"Point","coordinates":[1.8452597778705625,50.24037738479998]}},{"type":"Feature","properties":{"population":1612},"geometry":{"type":"Point","coordinates":[2.400529451548872,49.350178263432749]}},{"type":"Feature","properties":{"population":955},"geometry":{"type":"Point","coordinates":[5.745702391639663,45.731218492694718]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[6.170618861808966,48.36212031263698]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[3.5059600319107409,46.1835830145584]}},{"type":"Feature","properties":{"population":1081},"geometry":{"type":"Point","coordinates":[6.478592350421504,48.655633284763379]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[4.050441432037365,48.17220850957239]}},{"type":"Feature","properties":{"population":1207},"geometry":{"type":"Point","coordinates":[2.481988988422288,48.47906670168189]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[-0.6054562558813731,48.91956146688261]}},{"type":"Feature","properties":{"population":1655},"geometry":{"type":"Point","coordinates":[3.461985626089219,49.488564580268448]}},{"type":"Feature","properties":{"population":770},"geometry":{"type":"Point","coordinates":[2.64902853632423,49.59386498535792]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[4.638065806251771,49.51901841783144]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[-0.44655832279572907,48.086150322752278]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[-1.3902288710657265,48.89598423023262]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[4.582688802178763,47.18363431595731]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[5.497459625894081,45.1904860092521]}},{"type":"Feature","properties":{"population":1626},"geometry":{"type":"Point","coordinates":[3.6575666751731337,43.44518359546821]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[3.663012298609351,49.84700348186794]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[1.9871237537540803,46.13804862244318]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[3.6834639410979657,49.186653635420729]}},{"type":"Feature","properties":{"population":3358},"geometry":{"type":"Point","coordinates":[3.2852220973171675,45.77541444555503]}},{"type":"Feature","properties":{"population":1101},"geometry":{"type":"Point","coordinates":[6.061522667265255,46.659326382001157]}},{"type":"Feature","properties":{"population":1818},"geometry":{"type":"Point","coordinates":[0.8462626440243926,47.259134658789637]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[-1.1674038308227275,48.8078106034303]}},{"type":"Feature","properties":{"population":862},"geometry":{"type":"Point","coordinates":[2.378879648887896,44.22968428018723]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[-0.48093089520277379,43.5069428197092]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[4.298877998917588,44.82967649990971]}},{"type":"Feature","properties":{"population":1489},"geometry":{"type":"Point","coordinates":[-2.013445428834189,48.57572361284]}},{"type":"Feature","properties":{"population":685},"geometry":{"type":"Point","coordinates":[4.082867383549123,49.15874602576486]}},{"type":"Feature","properties":{"population":751},"geometry":{"type":"Point","coordinates":[2.7060448953818625,49.88926576575787]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[2.4341171433926105,43.97818700168665]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[4.999456445856828,47.74441132635429]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[7.465303951469128,43.83619375117253]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[2.296022896934804,49.69625785205659]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[5.4141714186923,46.68502639454608]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[2.7637717185894759,49.37079279174669]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[4.011884702324669,49.91830343334041]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[-0.24966234090331258,48.700139059555777]}},{"type":"Feature","properties":{"population":1087},"geometry":{"type":"Point","coordinates":[2.231408307096797,50.66109630721276]}},{"type":"Feature","properties":{"population":982},"geometry":{"type":"Point","coordinates":[-0.39706075941085108,45.7246646202526]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[3.990122496286963,45.88002557067778]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[0.14964239033145847,44.68214719309027]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[-0.335727956264979,47.72548599253053]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[1.5356148879586996,43.62230088783873]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[0.42083770282986207,45.9242377988444]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[0.0012657600844162914,43.05262263790294]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[3.8929063680390576,50.07930636675047]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[4.875522236276425,44.395252928601419]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[5.059530843588651,47.47660739248622]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[1.8317492616824798,43.43966975942962]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[1.5566301236088172,49.329295140242368]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[-0.016913982738564188,43.074356637764548]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[1.6937207520896065,45.50567759979585]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[1.8483737134418135,49.13151488949672]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[5.470522342382526,44.56392320713599]}},{"type":"Feature","properties":{"population":1497},"geometry":{"type":"Point","coordinates":[2.491851287184294,51.024020382715239]}},{"type":"Feature","properties":{"population":7218},"geometry":{"type":"Point","coordinates":[-1.8181299789974793,47.08433691069148]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[0.856582951526243,44.31802576962621]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[3.650143818274047,45.596483979252507]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[2.9001019822436078,49.14060334067901]}},{"type":"Feature","properties":{"population":1488},"geometry":{"type":"Point","coordinates":[-1.9400608394989623,47.461637941330838]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[2.9793449987195554,44.095965323302767]}},{"type":"Feature","properties":{"population":1266},"geometry":{"type":"Point","coordinates":[2.735790620721956,50.54416501374108]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[2.048493414139363,49.13323496715975]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[0.8845099490572854,49.632960956894368]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[0.9536693795664603,45.18776043664696]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[6.072763351221956,45.44948481725597]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[2.5902170042819274,50.375255021939]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[0.5625347656014188,48.480976493548897]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[5.1730080943800609,46.98456308349609]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[3.208134085865584,50.237138943956718]}},{"type":"Feature","properties":{"population":1162},"geometry":{"type":"Point","coordinates":[-0.6346553687753526,48.49366036659751]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[3.76094298236063,47.596708633186157]}},{"type":"Feature","properties":{"population":1557},"geometry":{"type":"Point","coordinates":[3.334758500448476,49.84135366269877]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[-0.7297509157779001,45.67239485261274]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[4.587719051279513,49.534772333438628]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[1.337972678517065,48.39432996270826]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[6.495089663755007,48.43586819156466]}},{"type":"Feature","properties":{"population":2239},"geometry":{"type":"Point","coordinates":[-0.4990574370180338,48.442071835602728]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[5.3796261900635999,47.15994075036377]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[6.193793645883835,43.943242213859978]}},{"type":"Feature","properties":{"population":1347},"geometry":{"type":"Point","coordinates":[3.605752437393995,50.32571306228487]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.858243012441852,46.870378321914497]}},{"type":"Feature","properties":{"population":3120},"geometry":{"type":"Point","coordinates":[1.8689249025961495,43.10889758652336]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[2.0318092241037428,44.79381434565097]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[1.4341546147134293,45.058082101511079]}},{"type":"Feature","properties":{"population":1139},"geometry":{"type":"Point","coordinates":[2.183697337086766,49.34791315945703]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[2.222014656490095,45.64881259978588]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[1.3036801461646779,43.30529645585664]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[4.501221119721256,48.70548386333572]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[1.2983938211729583,46.385261682506449]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[-0.318917066165531,48.84984722709013]}},{"type":"Feature","properties":{"population":2993},"geometry":{"type":"Point","coordinates":[0.4885972909338451,48.8523492242037]}},{"type":"Feature","properties":{"population":488},"geometry":{"type":"Point","coordinates":[1.9102803556749489,49.472683725479068]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[6.333470157581971,46.78276390598333]}},{"type":"Feature","properties":{"population":10187},"geometry":{"type":"Point","coordinates":[-1.767891406439451,47.46325044301782]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[4.571072367071609,48.24437521751666]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[0.9019537974067615,43.118641270876278]}},{"type":"Feature","properties":{"population":2039},"geometry":{"type":"Point","coordinates":[-0.26006248357576935,49.15428067395232]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[-0.5023174853896747,43.59227450578203]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[-1.0805396747763708,48.63082253163117]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[-1.5534872327700876,48.50145985674735]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[2.5783010613770727,50.02750302752765]}},{"type":"Feature","properties":{"population":1806},"geometry":{"type":"Point","coordinates":[2.312764303257787,49.08404390604202]}},{"type":"Feature","properties":{"population":3318},"geometry":{"type":"Point","coordinates":[2.2930883073002694,50.26984782168065]}},{"type":"Feature","properties":{"population":1054},"geometry":{"type":"Point","coordinates":[2.4980305596001797,49.51451130635489]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[6.234416476038832,46.79924882978122]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[4.0213404309154969,47.10551700085855]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[0.5451098155417982,43.35138605383619]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[6.197023896016443,46.80903152126234]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[5.837830339771473,46.62397095170264]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[5.666424962829574,46.555867842865527]}},{"type":"Feature","properties":{"population":2383},"geometry":{"type":"Point","coordinates":[2.1095995767873165,49.07812460238702]}},{"type":"Feature","properties":{"population":1219},"geometry":{"type":"Point","coordinates":[3.4037848157273515,45.2504575357003]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[3.609129523745324,45.32973274565848]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[1.6621803017422732,49.431926168843059]}},{"type":"Feature","properties":{"population":777},"geometry":{"type":"Point","coordinates":[-3.0038744376506187,48.3906975194884]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[-0.7787628102806313,49.237394232070787]}},{"type":"Feature","properties":{"population":1360},"geometry":{"type":"Point","coordinates":[0.06578948303041332,43.3162598738309]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[5.663930369963134,46.66684135172799]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[0.5538464774202098,48.26342308485507]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[6.32036828793271,48.2777172859893]}},{"type":"Feature","properties":{"population":3542},"geometry":{"type":"Point","coordinates":[-4.5000653154154028,48.496012720853808]}},{"type":"Feature","properties":{"population":1426},"geometry":{"type":"Point","coordinates":[4.9757893457763739,44.758043391908348]}},{"type":"Feature","properties":{"population":2107},"geometry":{"type":"Point","coordinates":[4.059766563306252,43.671963903758847]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[3.6801398812791654,47.63627918989016]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[1.1650023576132629,45.76772624867243]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[5.453116332490011,47.26809585651465]}},{"type":"Feature","properties":{"population":5292},"geometry":{"type":"Point","coordinates":[7.944992597995255,48.761032376982559]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[4.262779111706018,46.0210557757513]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[5.055599911053653,48.27733871088971]}},{"type":"Feature","properties":{"population":4807},"geometry":{"type":"Point","coordinates":[5.583793400135107,45.93964353379355]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[4.802600530053196,49.00753900947773]}},{"type":"Feature","properties":{"population":3540},"geometry":{"type":"Point","coordinates":[2.1803262334494466,43.88149235504897]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[3.8460264632897704,47.07165062434723]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[1.743813375341235,45.88469243036105]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[2.7016495831162206,48.6182815558299]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[1.9483909449403905,43.07145636118763]}},{"type":"Feature","properties":{"population":2251},"geometry":{"type":"Point","coordinates":[3.135370757423121,50.45329566061305]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[6.4912292310281309,47.560224352587599]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[-1.4743586990100493,49.41108097036597]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[3.4846631593559205,49.661318614960958]}},{"type":"Feature","properties":{"population":2543},"geometry":{"type":"Point","coordinates":[2.71332188338927,48.49433225170739]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[3.0789551138580997,49.41370804297767]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[6.276449292467797,47.0339605876395]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[2.392343906026842,47.79456324325105]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[-0.090135705631363,44.094876425991717]}},{"type":"Feature","properties":{"population":1228},"geometry":{"type":"Point","coordinates":[4.374825409238515,43.96644031890328]}},{"type":"Feature","properties":{"population":975},"geometry":{"type":"Point","coordinates":[4.50648248249881,47.98458599639528]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[0.5309059683086441,43.391209857380697]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.07077326522483,49.859625820528048]}},{"type":"Feature","properties":{"population":1047},"geometry":{"type":"Point","coordinates":[-2.478683672088433,47.52283276914013]}},{"type":"Feature","properties":{"population":1286},"geometry":{"type":"Point","coordinates":[6.2058403820197018,49.03753175857184]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.350267343600491,45.11758584513712]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[2.9390108119125615,45.61635322669979]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.6015218709091334,45.26393947517774]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[6.076295105264819,47.031233565756497]}},{"type":"Feature","properties":{"population":2687},"geometry":{"type":"Point","coordinates":[-0.5580776542710801,46.3099631925142]}},{"type":"Feature","properties":{"population":1461},"geometry":{"type":"Point","coordinates":[5.420036676182199,47.10194378659795]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[5.5394980887958209,46.256615263019487]}},{"type":"Feature","properties":{"population":984},"geometry":{"type":"Point","coordinates":[5.911049765335172,45.52428161853459]}},{"type":"Feature","properties":{"population":733},"geometry":{"type":"Point","coordinates":[7.414075672894055,47.60410773640085]}},{"type":"Feature","properties":{"population":851},"geometry":{"type":"Point","coordinates":[1.7170740988261673,43.091419725178948]}},{"type":"Feature","properties":{"population":2076},"geometry":{"type":"Point","coordinates":[7.590782040681277,48.26256871913562]}},{"type":"Feature","properties":{"population":4565},"geometry":{"type":"Point","coordinates":[7.78460395376494,48.69077977468402]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[3.1391338546196496,48.85087320897463]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[0.5396056491086245,46.39064800479026]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[5.8051191091713989,47.22711933044769]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[0.5454138489253709,42.965574279654727]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[2.1137433050205844,44.612734422763207]}},{"type":"Feature","properties":{"population":844},"geometry":{"type":"Point","coordinates":[-0.573410943830059,45.25913361638921]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[-3.435973057500518,48.3650268512082]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[6.327953730559353,47.80009339250608]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[2.3230802242734649,47.38703491225579]}},{"type":"Feature","properties":{"population":3683},"geometry":{"type":"Point","coordinates":[0.33490113139399127,48.01671051692089]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[1.6431282307534075,50.865265754306957]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[3.158938962959218,50.23082063102446]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[6.073212973076748,47.19753589295118]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[3.074538955702883,48.98687183798715]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[1.6034022891676767,43.18733789489323]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[6.965638823098225,47.85868456835343]}},{"type":"Feature","properties":{"population":630},"geometry":{"type":"Point","coordinates":[-0.7420136282121294,43.901984145354898]}},{"type":"Feature","properties":{"population":1969},"geometry":{"type":"Point","coordinates":[5.741766366182591,47.944232448864479]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[3.017368850485413,49.228925829570687]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[0.38595797093946679,49.30311214902025]}},{"type":"Feature","properties":{"population":1151},"geometry":{"type":"Point","coordinates":[2.2013959105565625,49.429692582480978]}},{"type":"Feature","properties":{"population":2732},"geometry":{"type":"Point","coordinates":[-0.9396071039726764,48.0590746034926]}},{"type":"Feature","properties":{"population":3860},"geometry":{"type":"Point","coordinates":[-1.1627260431071263,46.870257154629708]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[-0.8532343407640675,43.44178909281577]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[-0.2663771711118308,43.589772227291778]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[0.6656210940924836,45.424155482231579]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[0.29816783717882308,47.71986152361907]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[8.965433675922219,42.49524706432122]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[4.189340334336752,46.28520720709274]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[2.489475019466274,42.73536546849265]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[2.2301443597053067,43.67642151867589]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[0.7400076097431639,43.03477701848725]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[3.645019160315459,49.67024718130423]}},{"type":"Feature","properties":{"population":2833},"geometry":{"type":"Point","coordinates":[2.665694464038494,47.03198476822726]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[6.255398152169299,49.21285641291601]}},{"type":"Feature","properties":{"population":1500},"geometry":{"type":"Point","coordinates":[-0.33553022722775419,44.66833728228181]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[-0.2921700904652014,45.316006369217159]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[4.6734096667571809,46.510692985477827]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[1.058713099207047,49.11354638579059]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[-0.2341614470018479,45.22107152385344]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[3.373253120444306,49.778431980470127]}},{"type":"Feature","properties":{"population":1131},"geometry":{"type":"Point","coordinates":[-0.6672143359141819,43.38264533160407]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[6.205564786903078,48.31345691476337]}},{"type":"Feature","properties":{"population":1247},"geometry":{"type":"Point","coordinates":[5.522359016389282,43.556618278050027]}},{"type":"Feature","properties":{"population":940},"geometry":{"type":"Point","coordinates":[7.501695076751617,48.63950995026218]}},{"type":"Feature","properties":{"population":605},"geometry":{"type":"Point","coordinates":[2.9781069160445554,49.856902255492048]}},{"type":"Feature","properties":{"population":1464},"geometry":{"type":"Point","coordinates":[1.9144601124769059,50.06212839519483]}},{"type":"Feature","properties":{"population":4940},"geometry":{"type":"Point","coordinates":[-0.8623558809428391,45.14054518636171]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[5.331509521219513,49.461042325815117]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[5.71170076276899,44.88685568812191]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[7.663234010474322,48.72198638032508]}},{"type":"Feature","properties":{"population":1181},"geometry":{"type":"Point","coordinates":[-0.4334571686564756,46.78250317629946]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[6.755513193782891,48.819622583857867]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[3.2209008428766099,46.18682415870853]}},{"type":"Feature","properties":{"population":6261},"geometry":{"type":"Point","coordinates":[1.2984318414718117,45.117915440255227]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[3.024259033547923,49.970366704854097]}},{"type":"Feature","properties":{"population":828},"geometry":{"type":"Point","coordinates":[2.897930968108832,48.34440255442873]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[3.8826337873885627,49.91335145607724]}},{"type":"Feature","properties":{"population":2649},"geometry":{"type":"Point","coordinates":[2.6195060827754697,50.69354403838069]}},{"type":"Feature","properties":{"population":553},"geometry":{"type":"Point","coordinates":[0.3516935378856293,47.02362911536585]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[0.9259674503309417,49.63690989649437]}},{"type":"Feature","properties":{"population":7},"geometry":{"type":"Point","coordinates":[5.474278791654076,49.257155697063499]}},{"type":"Feature","properties":{"population":1555},"geometry":{"type":"Point","coordinates":[3.601681490075957,47.75138923153488]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[1.956623220669231,49.9172311441034]}},{"type":"Feature","properties":{"population":918},"geometry":{"type":"Point","coordinates":[1.0426345847069772,43.241504284912178]}},{"type":"Feature","properties":{"population":2008},"geometry":{"type":"Point","coordinates":[1.526104557556964,43.663703096630218]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[-3.5647975114414804,48.096791316826067]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[5.752686663805937,44.85470589348012]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[5.151414826353014,47.364644900937978]}},{"type":"Feature","properties":{"population":923},"geometry":{"type":"Point","coordinates":[5.693132563990652,47.49858612929921]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.1952253688805718,45.037250685313818]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[1.743534854986885,50.871232108894329]}},{"type":"Feature","properties":{"population":2196},"geometry":{"type":"Point","coordinates":[2.5242302072445317,44.25877692632916]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[0.17554442981516606,43.62779432031853]}},{"type":"Feature","properties":{"population":1038},"geometry":{"type":"Point","coordinates":[4.051744569050736,49.96448328390777]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[-0.3760884013662765,43.46183941905497]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[4.61154830779211,48.283265145931448]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[5.801606858503238,49.417328585899927]}},{"type":"Feature","properties":{"population":890},"geometry":{"type":"Point","coordinates":[1.6395054472924465,45.73686344313614]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[3.761775263473613,45.75556269915473]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[6.21139331259912,47.27095733224112]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[5.596033928925181,46.606823893165309]}},{"type":"Feature","properties":{"population":1938},"geometry":{"type":"Point","coordinates":[0.18726595016989723,47.22439698215099]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[1.4421124599430917,44.70555336203488]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[5.443337427125542,47.82880967152405]}},{"type":"Feature","properties":{"population":2870},"geometry":{"type":"Point","coordinates":[1.8084895296322224,48.771582244489859]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[4.264946106620075,46.124685086558667]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[3.6447963200193316,45.17743804251991]}},{"type":"Feature","properties":{"population":5721},"geometry":{"type":"Point","coordinates":[3.4652074397244405,49.98871746212835]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[9.508004183898596,42.35044219025437]}},{"type":"Feature","properties":{"population":2351},"geometry":{"type":"Point","coordinates":[-0.04275024815463634,43.178270089543897]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[4.792399988936261,49.60346679829877]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[5.579155541838746,49.37164192312012]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[0.15682101158335633,43.43262828973352]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[2.2160676333352806,49.789034888363399]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[6.096843572831499,47.49578785485383]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[3.8781675251256897,50.179612265861198]}},{"type":"Feature","properties":{"population":2500},"geometry":{"type":"Point","coordinates":[1.0231640452165119,45.9316658829613]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[0.1731576457188686,45.80825434183901]}},{"type":"Feature","properties":{"population":2155},"geometry":{"type":"Point","coordinates":[2.8317488175152469,44.362369453590208]}},{"type":"Feature","properties":{"population":801},"geometry":{"type":"Point","coordinates":[3.059018789248443,48.11703785488484]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[2.7320335901344086,50.169396519433018]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[3.4188666794297086,47.26532321936669]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[5.45751215551907,46.12243057049021]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[-3.372982642753902,48.06140376158275]}},{"type":"Feature","properties":{"population":1337},"geometry":{"type":"Point","coordinates":[-0.9980908933868316,46.10329545859822]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[3.8560905245835745,49.897241788733548]}},{"type":"Feature","properties":{"population":836},"geometry":{"type":"Point","coordinates":[2.236656220121586,49.269064931839427]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[3.8093729803638518,49.09454977315537]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[6.649626220846576,47.45964581604921]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[7.015609036873216,47.71374850894994]}},{"type":"Feature","properties":{"population":3818},"geometry":{"type":"Point","coordinates":[1.2234362633066829,43.42944363749618]}},{"type":"Feature","properties":{"population":904},"geometry":{"type":"Point","coordinates":[6.650101219744485,47.43185365549741]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[3.978145853390485,46.628908401817529]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[4.740588465608179,48.6154737147778]}},{"type":"Feature","properties":{"population":668},"geometry":{"type":"Point","coordinates":[3.5637177885472517,49.62328150138993]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[0.40542967572348828,48.203454676827927]}},{"type":"Feature","properties":{"population":3198},"geometry":{"type":"Point","coordinates":[1.4629103521154559,44.907317524068208]}},{"type":"Feature","properties":{"population":836},"geometry":{"type":"Point","coordinates":[1.588336094503456,50.09477760226283]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[-0.9635116505321992,48.76961315483382]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[1.4777131150325294,48.74526740318453]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[-1.3714053066223353,49.6512567705657]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[0.18618024024858419,45.279556919558597]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[4.304601132030432,47.82895921908658]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[2.773846189119776,48.28900199108769]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[2.363300712841426,50.257919550813138]}},{"type":"Feature","properties":{"population":7570},"geometry":{"type":"Point","coordinates":[-1.676087044378255,47.830256995478979]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[7.239531190338348,48.996500579652728]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[2.5588585726082999,45.08199388859314]}},{"type":"Feature","properties":{"population":1493},"geometry":{"type":"Point","coordinates":[0.24432647972513572,44.15875050472588]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[6.2685612718293479,44.038149855033719]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[1.9041076611893209,50.127027151454608]}},{"type":"Feature","properties":{"population":1900},"geometry":{"type":"Point","coordinates":[1.0103098419570945,49.79581442251745]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[2.4344194936553555,42.98421156108391]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[1.8087587785893589,43.17121526629649]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[3.516241384397635,46.29074346344041]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[3.38697697880857,49.57010947340725]}},{"type":"Feature","properties":{"population":4409},"geometry":{"type":"Point","coordinates":[0.23324110400136389,44.824225343048279]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[1.8358503136214173,43.3118650578224]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[1.1578054527545665,49.78298627749231]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[4.008329759088194,48.87324004207584]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[7.05171288758921,48.32198217613419]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[5.966101285097439,46.87330333297352]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[1.8301798988401068,49.59365289905156]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[5.6658437507138,47.305385170308799]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[1.7678365927029132,50.43785924584143]}},{"type":"Feature","properties":{"population":886},"geometry":{"type":"Point","coordinates":[6.563484851171364,49.072486695994417]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[5.569832451763436,46.70865841864621]}},{"type":"Feature","properties":{"population":717},"geometry":{"type":"Point","coordinates":[0.8236747017429338,45.77317294119433]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[5.445806369164907,46.33408788114993]}},{"type":"Feature","properties":{"population":1961},"geometry":{"type":"Point","coordinates":[-0.18917183357230858,43.19463086702258]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[5.778293852615572,44.78303074185925]}},{"type":"Feature","properties":{"population":2369},"geometry":{"type":"Point","coordinates":[0.614815232640901,45.16059333699251]}},{"type":"Feature","properties":{"population":1438},"geometry":{"type":"Point","coordinates":[5.081412787260223,49.1088237549726]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[5.348133150167251,48.9067475198755]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[9.383592524627876,42.375132814208857]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[4.85620414440885,49.24610453810988]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[4.701009561791149,44.12685701103632]}},{"type":"Feature","properties":{"population":2867},"geometry":{"type":"Point","coordinates":[3.8333392478706087,44.723989228747019]}},{"type":"Feature","properties":{"population":1390},"geometry":{"type":"Point","coordinates":[2.89964499348046,50.30188745740917]}},{"type":"Feature","properties":{"population":2981},"geometry":{"type":"Point","coordinates":[4.82526782946482,45.62766401019235]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[0.6814887144872033,43.39170840421189]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[6.101790835837168,47.81023910517162]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[0.5821492276664021,43.315091033247757]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[6.497937361727768,46.99960221317376]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[7.5664257489569499,48.78111663654154]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[9.071908823101296,41.721514719427819]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[2.035751524600811,48.64867658206582]}},{"type":"Feature","properties":{"population":1102},"geometry":{"type":"Point","coordinates":[2.8361834418709814,43.177476852077017]}},{"type":"Feature","properties":{"population":631},"geometry":{"type":"Point","coordinates":[-1.0419081135661599,48.197526160316538]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[6.561109540039141,44.39014405077223]}},{"type":"Feature","properties":{"population":1127},"geometry":{"type":"Point","coordinates":[6.234670537034642,43.51116967183912]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[2.8007919949684196,50.126888708818679]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[5.449911537587606,44.34202384775052]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[0.9214780818094176,44.871918593905778]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[0.26160031080101828,43.52625593662059]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[3.870409113186356,44.067683964144148]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[3.5215882804891769,47.32158748652012]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[2.515254090988825,45.35622978807169]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[0.3996167251357298,45.5810640661545]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[3.8216569366219157,45.70745820900009]}},{"type":"Feature","properties":{"population":1462},"geometry":{"type":"Point","coordinates":[-1.1069480146536764,45.68576137818321]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[4.828059142794349,49.672673799267837]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[3.473119583350783,50.10221885569533]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[0.059662486064112969,43.038572362609]}},{"type":"Feature","properties":{"population":1034},"geometry":{"type":"Point","coordinates":[7.3202476726398919,48.96195490239094]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[2.929280790117308,44.39997592362679]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[6.930385139519085,48.347311474871158]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[1.9731549919941649,50.64485047583193]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[1.1631193027740579,45.13356345535835]}},{"type":"Feature","properties":{"population":3333},"geometry":{"type":"Point","coordinates":[3.1931549128951799,48.27871210814566]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[-0.6751053819633514,48.833923726131057]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[6.722256929868549,48.17120738408846]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[4.062865862008815,49.66757833986239]}},{"type":"Feature","properties":{"population":651},"geometry":{"type":"Point","coordinates":[-0.12539693755244098,45.71299496797538]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[4.368985043173099,49.6701558021542]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[3.3291084272459434,47.342134468059757]}},{"type":"Feature","properties":{"population":1382},"geometry":{"type":"Point","coordinates":[3.46068027229896,43.649927284751317]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[3.292645796665647,47.651942113964057]}},{"type":"Feature","properties":{"population":1849},"geometry":{"type":"Point","coordinates":[6.033134425099548,45.75874515501513]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[3.3326158192796808,49.767537057307077]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[4.303394155473729,46.120704267440149]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[-0.1776685447502465,44.943646886626329]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[3.460695484740375,49.618747582017487]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[6.38804063177135,48.72987922842862]}},{"type":"Feature","properties":{"population":1050},"geometry":{"type":"Point","coordinates":[5.165087218986668,43.98529936983494]}},{"type":"Feature","properties":{"population":1862},"geometry":{"type":"Point","coordinates":[7.159315281340092,48.15991398436125]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[0.3055911713421134,44.33281240516573]}},{"type":"Feature","properties":{"population":1155},"geometry":{"type":"Point","coordinates":[3.985835019166213,45.957512847637229]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[4.409304213534127,46.1607739185698]}},{"type":"Feature","properties":{"population":1074},"geometry":{"type":"Point","coordinates":[0.5331707457666451,48.06697795365404]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[6.020077025708373,47.12697817031182]}},{"type":"Feature","properties":{"population":441},"geometry":{"type":"Point","coordinates":[4.2658535931551759,44.71041423281004]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[7.568373192775206,48.83700684028059]}},{"type":"Feature","properties":{"population":2161},"geometry":{"type":"Point","coordinates":[-0.0308947077786791,43.76114554242752]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[6.271190501786988,47.83335056316435]}},{"type":"Feature","properties":{"population":2727},"geometry":{"type":"Point","coordinates":[2.805556937136601,42.745644495232109]}},{"type":"Feature","properties":{"population":770},"geometry":{"type":"Point","coordinates":[-0.10486206757237154,43.45179429806718]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[-1.1307976892357766,43.195896570799607]}},{"type":"Feature","properties":{"population":671},"geometry":{"type":"Point","coordinates":[1.0138181132876534,47.90768426604276]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.8089608178110745,49.62297416076524]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[-0.07277075569190593,47.0599640751869]}},{"type":"Feature","properties":{"population":1126},"geometry":{"type":"Point","coordinates":[2.4978051152888405,44.969557027780627]}},{"type":"Feature","properties":{"population":1818},"geometry":{"type":"Point","coordinates":[-0.35514301636182168,43.27310422701293]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[-0.8356607557635686,49.28043759596579]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[5.464898269890979,48.78317675607006]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[5.769671097986651,46.30163154803517]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[0.9236830492689493,49.43321988830925]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[0.4532287017920178,48.320406194468457]}},{"type":"Feature","properties":{"population":608},"geometry":{"type":"Point","coordinates":[1.9885707631756547,50.041624533510418]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[3.062781483486561,50.06234594901471]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[5.628572348437354,48.39790585648336]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[2.5554441944643968,46.2187470549235]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[6.688248633809688,48.537381472863369]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[0.47003903119960357,43.19785700467224]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[3.489993897792286,48.71289598367197]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[2.5511862298940004,49.62640647693554]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[1.16203612308421,48.38035654966724]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[-0.20074418570816963,45.3980623483209]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[4.740323801714544,45.928668073466699]}},{"type":"Feature","properties":{"population":1051},"geometry":{"type":"Point","coordinates":[-3.766467546582106,48.60378096600129]}},{"type":"Feature","properties":{"population":1941},"geometry":{"type":"Point","coordinates":[6.145991548059365,46.851756400520269]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[2.4201860247061459,49.57353290905735]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[2.0934114059495885,46.074732799234187]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[0.5464241097331846,44.56592626068147]}},{"type":"Feature","properties":{"population":2578},"geometry":{"type":"Point","coordinates":[2.429425885485906,49.39987393955391]}},{"type":"Feature","properties":{"population":802},"geometry":{"type":"Point","coordinates":[0.5598252181741614,47.034354587806927]}},{"type":"Feature","properties":{"population":1939},"geometry":{"type":"Point","coordinates":[-2.0163779903737266,46.88187628797388]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[1.3786218109462314,43.20577222108083]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[6.4468303771221679,48.29096725843084]}},{"type":"Feature","properties":{"population":1547},"geometry":{"type":"Point","coordinates":[4.226532920360688,46.62199766118062]}},{"type":"Feature","properties":{"population":1211},"geometry":{"type":"Point","coordinates":[4.541284914969686,45.565273714467689]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[2.272176748003073,47.04343409466315]}},{"type":"Feature","properties":{"population":900},"geometry":{"type":"Point","coordinates":[1.7540606389337373,48.68321097608324]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[4.037154124902851,49.33883788045412]}},{"type":"Feature","properties":{"population":1268},"geometry":{"type":"Point","coordinates":[2.8409618994822316,46.39629772809522]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[6.2311723746369,48.26606416337625]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[-0.6948907046851355,48.42183866282346]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[5.215825515966635,48.423836370679008]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[6.149760046229897,47.66686787524595]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[6.595713424350561,49.256996359308057]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[2.523336686886267,46.6988272333937]}},{"type":"Feature","properties":{"population":3148},"geometry":{"type":"Point","coordinates":[6.11364294758973,47.21414190964947]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[6.258072369179966,45.45326829024852]}},{"type":"Feature","properties":{"population":4187},"geometry":{"type":"Point","coordinates":[-4.150068344459765,47.93568650009481]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[1.8248881484169848,44.92745103923002]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[-0.35702018223067108,45.52225444786102]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[0.19708416486802997,43.09164812605124]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[4.415970207752968,48.478901716211179]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[0.4801569997963622,47.09190116250767]}},{"type":"Feature","properties":{"population":1231},"geometry":{"type":"Point","coordinates":[1.341234046136923,48.86060779835735]}},{"type":"Feature","properties":{"population":748},"geometry":{"type":"Point","coordinates":[5.412420904534077,44.972553778324819]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[6.629790727865123,48.5794990415126]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[3.5898473996191546,46.96303148225361]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[2.99904030565885,45.47436635936865]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[2.3944103682858137,49.893573169902598]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[-0.6479234374072013,45.99975166086841]}},{"type":"Feature","properties":{"population":1937},"geometry":{"type":"Point","coordinates":[-0.7746326500425665,45.82282046285088]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[2.5514812186521804,49.78129488988176]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[1.828252682602049,46.39965259638347]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[4.500594350285921,46.54044368759551]}},{"type":"Feature","properties":{"population":6105},"geometry":{"type":"Point","coordinates":[4.1889863856942128,43.787991007264619]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[5.51698613702553,47.1622778869009]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[4.482831352938404,44.48405011301754]}},{"type":"Feature","properties":{"population":923},"geometry":{"type":"Point","coordinates":[3.261610055632522,45.97418316942492]}},{"type":"Feature","properties":{"population":3974},"geometry":{"type":"Point","coordinates":[6.113530299375765,45.38038007807175]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[0.548528251977091,43.221827274432197]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[4.641387844730705,48.66040026441498]}},{"type":"Feature","properties":{"population":2696},"geometry":{"type":"Point","coordinates":[1.4431373427831793,48.85253854970068]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[2.0903652883171994,44.44569573750404]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[6.825727882762925,47.16603333476082]}},{"type":"Feature","properties":{"population":931},"geometry":{"type":"Point","coordinates":[1.4881865230112597,47.3581585817169]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[6.582422168271613,47.66529004111672]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[6.49101610562532,48.95756155133682]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[0.5427513005368397,48.716080197703849]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[0.4144653450564271,43.58479325195468]}},{"type":"Feature","properties":{"population":1101},"geometry":{"type":"Point","coordinates":[2.2712925167131075,47.32205001560506]}},{"type":"Feature","properties":{"population":1558},"geometry":{"type":"Point","coordinates":[0.4539127478655971,49.27309889634193]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[3.5443721710761846,45.462827307125859]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[1.7167604612425163,50.139838804128938]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[1.2785378676350999,48.40601686069493]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[0.5910946241395302,43.005606442528549]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[1.9067674270177307,46.395537580973698]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[4.1130554396333018,48.555655263681668]}},{"type":"Feature","properties":{"population":578},"geometry":{"type":"Point","coordinates":[-0.8723099190914158,45.84924615812795]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[3.1057133150246805,45.56435111359502]}},{"type":"Feature","properties":{"population":720},"geometry":{"type":"Point","coordinates":[6.339014399553065,46.85184227116481]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[1.7188636971860439,50.47873280263825]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[5.872612556484344,46.32682486490522]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[0.4903626650241882,48.81601154989317]}},{"type":"Feature","properties":{"population":739},"geometry":{"type":"Point","coordinates":[4.924069498798374,45.103631626695818]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[9.272828778963677,42.42820387653165]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[1.1842144654546743,44.662122390759979]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[5.757415622970806,48.75544658346635]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[4.069863494125262,47.804301197745967]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[6.379701035001304,48.70837059050727]}},{"type":"Feature","properties":{"population":1064},"geometry":{"type":"Point","coordinates":[4.604100784253795,43.93308798245917]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[4.091160950964103,48.02338376208457]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[7.1962520449546,48.373736733861267]}},{"type":"Feature","properties":{"population":561},"geometry":{"type":"Point","coordinates":[3.4578636904517516,50.28365786101439]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[6.197221572794228,47.476159120370187]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[0.5641350852546134,49.72311684363824]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[0.5363280857674451,43.94090106505345]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[4.870526225670901,48.86901944299659]}},{"type":"Feature","properties":{"population":529},"geometry":{"type":"Point","coordinates":[2.844665011120158,43.27393366448933]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[3.1658117664665235,45.54330243986156]}},{"type":"Feature","properties":{"population":2338},"geometry":{"type":"Point","coordinates":[7.622983147085773,48.72092393411578]}},{"type":"Feature","properties":{"population":927},"geometry":{"type":"Point","coordinates":[5.925342210305684,48.62361247598101]}},{"type":"Feature","properties":{"population":1504},"geometry":{"type":"Point","coordinates":[0.5175399931031919,47.45341235801907]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[5.981267688356526,46.622997473439529]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[-0.40888516641145708,46.14159647741396]}},{"type":"Feature","properties":{"population":948},"geometry":{"type":"Point","coordinates":[1.7540466806398277,49.02828787967239]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[5.737640253135586,47.23202300475575]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[3.367238443351466,49.8961369345109]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[1.2832427533081963,48.734696001604309]}},{"type":"Feature","properties":{"population":425},"geometry":{"type":"Point","coordinates":[0.35450538845272835,45.308633061071997]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[1.6794701241096984,49.225128636267239]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[2.6310156884669997,46.13445654330889]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[9.32076374828173,41.879692842196778]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[2.4454100502296205,43.08130786514509]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[-0.6085470927786002,46.257174619520259]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[-0.7154315606489353,44.223516424567737]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[0.8774257965219297,49.36464148608314]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[-3.3510234786029589,48.03260885949567]}},{"type":"Feature","properties":{"population":1489},"geometry":{"type":"Point","coordinates":[-2.454042418918132,48.13166581376105]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[0.45310868977728815,43.16529042817387]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[0.15819623346324816,43.547155905020179]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[3.2680497940232975,46.14203060078268]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[2.047930637878804,48.4751855206077]}},{"type":"Feature","properties":{"population":1279},"geometry":{"type":"Point","coordinates":[2.4397475195616655,48.437282815901408]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[2.855947483522317,45.31628266494682]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[2.7120410208979157,49.7679830850765]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[3.88159168947847,47.87330055070335]}},{"type":"Feature","properties":{"population":973},"geometry":{"type":"Point","coordinates":[-0.3584632804722173,43.200950657829618]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[5.339084473358233,46.473398695962838]}},{"type":"Feature","properties":{"population":1145},"geometry":{"type":"Point","coordinates":[7.277878626748481,47.88484943705847]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[0.49976989461402546,42.92101523360509]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[1.9350334553522176,45.743352014272549]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[-0.792922179697678,43.687664713503327]}},{"type":"Feature","properties":{"population":1972},"geometry":{"type":"Point","coordinates":[4.619316685099668,45.5551431330027]}},{"type":"Feature","properties":{"population":1017},"geometry":{"type":"Point","coordinates":[4.052231542217631,44.967034695575069]}},{"type":"Feature","properties":{"population":825},"geometry":{"type":"Point","coordinates":[6.679339229351863,47.59092547558914]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[6.840062460701432,48.82838117218623]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[5.28126318644738,44.620618994363159]}},{"type":"Feature","properties":{"population":469},"geometry":{"type":"Point","coordinates":[4.677067908545993,44.985142216122429]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[2.2555463148242884,50.39873347819107]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[2.7137834523597195,45.80835988471199]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[4.850008935655742,47.08073287087707]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[2.4096420733085326,43.35715009620695]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.451847957307357,49.504767749751639]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[3.553251736448818,48.664956292162397]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[-0.24742931066365712,43.89068893245751]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[5.499039874295891,45.889991107119829]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[-0.22516374297432993,45.807988550666888]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[1.9563449736809198,46.64011062235302]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[2.8203301532056876,47.40059038248102]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[2.3545440063496176,50.43644176801371]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[6.367637645648177,47.16457993219132]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[1.9069664294635347,46.59771381152221]}},{"type":"Feature","properties":{"population":1657},"geometry":{"type":"Point","coordinates":[6.269663116543508,46.16066375635733]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[0.0709453626662367,48.57533627257264]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[-0.44120625360252527,44.42946929458409]}},{"type":"Feature","properties":{"population":3581},"geometry":{"type":"Point","coordinates":[0.29821563983815316,43.76183265755921]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[-2.4945900311598305,48.39631667745262]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[1.9854527923862862,48.253709121589007]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[5.918476477865682,45.19805377013178]}},{"type":"Feature","properties":{"population":896},"geometry":{"type":"Point","coordinates":[5.213525991767611,47.4182928941316]}},{"type":"Feature","properties":{"population":469},"geometry":{"type":"Point","coordinates":[3.9145215136000508,48.26317536722304]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[0.6126216035616492,43.52829401124412]}},{"type":"Feature","properties":{"population":1090},"geometry":{"type":"Point","coordinates":[5.029944334614111,45.13167027927976]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[4.003815266513754,44.53345010531657]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[3.348257118788589,49.08227016436524]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[5.915186764052989,48.25941803797626]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[-0.8759565179127777,49.3580805475071]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[0.5245616672028999,49.44907510459045]}},{"type":"Feature","properties":{"population":949},"geometry":{"type":"Point","coordinates":[4.131091073709547,49.706220100566948]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[2.1393250647439157,45.20008156949237]}},{"type":"Feature","properties":{"population":1538},"geometry":{"type":"Point","coordinates":[5.4652394434008519,45.74424294283442]}},{"type":"Feature","properties":{"population":864},"geometry":{"type":"Point","coordinates":[5.256902102946738,43.769351568761219]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[1.8079249692744775,49.876897845899929]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[1.266636640646145,44.312742015179178]}},{"type":"Feature","properties":{"population":2941},"geometry":{"type":"Point","coordinates":[6.268102299366962,46.310531918695449]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[5.909608774172732,47.170101077025908]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[6.1080005337618099,43.69365150467972]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[2.064389608528377,47.13454241326616]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[5.590261268796553,44.86481361645751]}},{"type":"Feature","properties":{"population":3774},"geometry":{"type":"Point","coordinates":[-1.1230535541150917,45.74704185638576]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[-0.5537723779727626,43.187158327778629]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[6.327031982329087,47.26921257291746]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[4.111772660668761,44.59468227709275]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[4.917335163277904,48.37082907343623]}},{"type":"Feature","properties":{"population":1044},"geometry":{"type":"Point","coordinates":[5.031407809282369,45.37128313778728]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[1.6914233030788693,49.51010344136473]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[-1.1997615573987826,48.95468118047964]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[5.35928644418205,49.55232253697635]}},{"type":"Feature","properties":{"population":579},"geometry":{"type":"Point","coordinates":[1.2983656823475199,46.5244577532576]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[4.038274391286034,45.76884598517329]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.305477887438915,46.43997426432454]}},{"type":"Feature","properties":{"population":740},"geometry":{"type":"Point","coordinates":[-0.70687616390665,46.45141357465068]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[6.742122905691867,48.5988615081708]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[4.746321230615848,46.27880582600177]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[4.162605778961245,44.6275933552153]}},{"type":"Feature","properties":{"population":887},"geometry":{"type":"Point","coordinates":[0.5033821769811884,48.239880631225307]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[5.5020974015434709,47.16791660813154]}},{"type":"Feature","properties":{"population":959},"geometry":{"type":"Point","coordinates":[2.9843314263796127,44.00967043862359]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[0.8265836784279247,43.475050581769128]}},{"type":"Feature","properties":{"population":1158},"geometry":{"type":"Point","coordinates":[4.918063314759811,45.05735751954111]}},{"type":"Feature","properties":{"population":5919},"geometry":{"type":"Point","coordinates":[0.8954703015207234,46.426394276872667]}},{"type":"Feature","properties":{"population":968},"geometry":{"type":"Point","coordinates":[5.895107659140773,45.87155229103203]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[5.049980989928184,44.155579851319547]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.955320881029412,46.72978652351392]}},{"type":"Feature","properties":{"population":1599},"geometry":{"type":"Point","coordinates":[3.0734398931622315,49.13892607722755]}},{"type":"Feature","properties":{"population":1403},"geometry":{"type":"Point","coordinates":[0.5383854605692988,47.23661103145628]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[0.5334423364321391,49.04395770382198]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[0.1348679930072104,43.11935448140938]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[3.5647499301284535,49.79484276848332]}},{"type":"Feature","properties":{"population":2125},"geometry":{"type":"Point","coordinates":[-0.2921546490818351,48.7727773441588]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[-0.28766033755045719,43.781148093430648]}},{"type":"Feature","properties":{"population":1376},"geometry":{"type":"Point","coordinates":[4.5181337694435979,45.7471871185856]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[0.6409492532384713,44.02138767168175]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[0.7915987204691634,44.02132359418283]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[3.603244056704358,49.33028939607166]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[5.284622793311662,47.92090142997861]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[4.812057203098114,47.41517437009741]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[4.123032477612448,48.58613401006024]}},{"type":"Feature","properties":{"population":1299},"geometry":{"type":"Point","coordinates":[-0.44452291696938536,45.46334814626532]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[4.139334760780038,50.20334618621713]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[3.877287310223355,49.244291558509079]}},{"type":"Feature","properties":{"population":734},"geometry":{"type":"Point","coordinates":[-0.5261698969986206,46.568111723443099]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[5.103938205558569,44.55203768064408]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[1.38333498009563,44.806678604999799]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[7.466201095769339,48.38411697265687]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[6.720040757509657,47.91129421826574]}},{"type":"Feature","properties":{"population":1306},"geometry":{"type":"Point","coordinates":[-0.8452206877354483,45.25429231093855]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[5.669216184659487,44.41497425820277]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[3.3697879809147106,49.50515396812145]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[2.7931330246112986,44.24967575812674]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[3.011769269480848,48.24498427735796]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.547796020763697,48.80203574991977]}},{"type":"Feature","properties":{"population":2289},"geometry":{"type":"Point","coordinates":[0.06263980259433059,45.625648477249317]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[6.411846469460389,47.4478854175455]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[3.606762405356465,47.931183159196788]}},{"type":"Feature","properties":{"population":695},"geometry":{"type":"Point","coordinates":[3.760484302940353,49.52575556131917]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[4.69804151191412,48.34027711910537]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[6.639926822056717,47.32049579552723]}},{"type":"Feature","properties":{"population":2312},"geometry":{"type":"Point","coordinates":[-1.0179854969370548,46.26340920763343]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[-0.03367714706307668,48.96962987294209]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[6.6333116096424,47.79608979664883]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[2.039377827181345,50.55484480749916]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[-0.29793538130594429,48.91646864348218]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[5.250774141704921,44.78578563653846]}},{"type":"Feature","properties":{"population":734},"geometry":{"type":"Point","coordinates":[2.5755982420941105,48.433732645230069]}},{"type":"Feature","properties":{"population":797},"geometry":{"type":"Point","coordinates":[1.965855491727163,50.81620173660943]}},{"type":"Feature","properties":{"population":1619},"geometry":{"type":"Point","coordinates":[5.971564370844975,46.17680731989558]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[-0.5280581286144206,43.4247133123067]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[1.8430343705361179,49.538509120693827]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[1.3076792488966068,49.33308326514785]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[5.012291852595819,48.05830384194123]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[3.1560900623287706,43.54887585413754]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[6.482466868889663,49.41274446382217]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[5.591372575918814,44.94509690223289]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[6.24973788232277,45.46913017354593]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[4.1565091908234399,46.34119030414239]}},{"type":"Feature","properties":{"population":3712},"geometry":{"type":"Point","coordinates":[7.465359256335848,48.81724551647409]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[-3.1374657892460866,48.66978881064295]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[4.719194320958976,46.27846180123922]}},{"type":"Feature","properties":{"population":818},"geometry":{"type":"Point","coordinates":[0.34236143147763206,49.27312554901421]}},{"type":"Feature","properties":{"population":954},"geometry":{"type":"Point","coordinates":[-0.17038018900569647,46.282594003087698]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.858351698054946,48.071624052654858]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[5.442291322795012,48.12627764927492]}},{"type":"Feature","properties":{"population":1178},"geometry":{"type":"Point","coordinates":[6.2937312979534589,45.36671573381332]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[1.0789669202284563,46.17337288761832]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[1.0252061566383038,49.7390858367865]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[-0.08961905720501995,45.74194859482227]}},{"type":"Feature","properties":{"population":766},"geometry":{"type":"Point","coordinates":[5.023856959835495,48.733320806967778]}},{"type":"Feature","properties":{"population":574},"geometry":{"type":"Point","coordinates":[7.604393433016616,48.42491056933438]}},{"type":"Feature","properties":{"population":1339},"geometry":{"type":"Point","coordinates":[0.710122415059595,49.82365950382357]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[5.925546942848343,49.12326670809075]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[5.775776099404383,49.06542949342404]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[4.987840230077662,47.03845315126015]}},{"type":"Feature","properties":{"population":2048},"geometry":{"type":"Point","coordinates":[2.868640672171532,48.84932231933438]}},{"type":"Feature","properties":{"population":2234},"geometry":{"type":"Point","coordinates":[5.074030894750101,49.59656517735556]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[3.8908888850107825,47.7179523874038]}},{"type":"Feature","properties":{"population":1208},"geometry":{"type":"Point","coordinates":[4.633634128628882,45.63727463589935]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[4.6688276960927459,48.16696678990065]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[5.763258101626377,45.75703778103548]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[6.2929053970149309,47.138623586340589]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[-0.9018989709047206,45.64097969478208]}},{"type":"Feature","properties":{"population":5144},"geometry":{"type":"Point","coordinates":[6.265446263744217,48.70206315197381]}},{"type":"Feature","properties":{"population":68009},"geometry":{"type":"Point","coordinates":[2.2868822339704599,48.89507277409501]}},{"type":"Feature","properties":{"population":1323},"geometry":{"type":"Point","coordinates":[-1.6097932099437494,43.420925115250437]}},{"type":"Feature","properties":{"population":4508},"geometry":{"type":"Point","coordinates":[7.401817368537626,43.72567334948984]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[2.575185961779636,44.543771348738307]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[3.6898698516603276,48.3170222577082]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[3.2798041501187229,47.025564891113408]}},{"type":"Feature","properties":{"population":2638},"geometry":{"type":"Point","coordinates":[2.129359984262447,43.5505475449444]}},{"type":"Feature","properties":{"population":1918},"geometry":{"type":"Point","coordinates":[5.4710269698185709,45.58944737389]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[-0.42908666654819607,48.5306745158636]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[3.905649024124775,43.93838860573991]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.663661135754855,48.649371026252428]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[5.217625203536022,47.48819040310677]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[1.2669672741409746,42.89416880299621]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[4.00177018891819,44.33484446813544]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[2.450997526761739,42.58413388637509]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[1.7685965855744903,50.68526410148909]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[0.6190437136885293,44.768412549807667]}},{"type":"Feature","properties":{"population":5550},"geometry":{"type":"Point","coordinates":[4.240304913380758,45.63604098627697]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[6.432690144506485,48.71644703703278]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[0.10395633952350086,44.677970388653708]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[2.2225344608383934,42.5761558634186]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[3.595959707496158,46.79824919975499]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[6.0068262423891529,48.820207974549109]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[1.0785868288030499,47.03672208726784]}},{"type":"Feature","properties":{"population":3072},"geometry":{"type":"Point","coordinates":[1.5998871101776946,49.10112987111395]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[1.5296922810549008,45.7797009465909]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[3.0501843306299887,49.30999081460946]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[5.830218070156919,46.64717356806868]}},{"type":"Feature","properties":{"population":1274},"geometry":{"type":"Point","coordinates":[-0.7949006106050495,47.06013947609566]}},{"type":"Feature","properties":{"population":713},"geometry":{"type":"Point","coordinates":[0.2826024729738776,45.47823808355753]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[0.6764887008833883,48.8714406127573]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[5.803968854751631,46.4632819080775]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[5.506461246053645,48.36356478533023]}},{"type":"Feature","properties":{"population":1444},"geometry":{"type":"Point","coordinates":[3.437020464875979,46.46670141667196]}},{"type":"Feature","properties":{"population":1977},"geometry":{"type":"Point","coordinates":[4.64435260140298,44.905616602698248]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[0.6086662847324107,44.29986264355714]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[6.064323736816108,47.33164062045047]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[1.3807845052650443,49.538553788871578]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[4.704367304648877,46.620446692224728]}},{"type":"Feature","properties":{"population":4056},"geometry":{"type":"Point","coordinates":[3.1954934424931,50.34071172302486]}},{"type":"Feature","properties":{"population":990},"geometry":{"type":"Point","coordinates":[5.981589774858177,45.23617138437492]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[4.938442839260948,46.65371963742521]}},{"type":"Feature","properties":{"population":545},"geometry":{"type":"Point","coordinates":[-2.4208012051521088,48.44265003199157]}},{"type":"Feature","properties":{"population":2339},"geometry":{"type":"Point","coordinates":[-0.36660453990463717,49.256230795373]}},{"type":"Feature","properties":{"population":4730},"geometry":{"type":"Point","coordinates":[6.253959373527423,43.29670303788267]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[0.5668654816432897,44.94230380849049]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[4.529815138085058,48.81045580412266]}},{"type":"Feature","properties":{"population":1036},"geometry":{"type":"Point","coordinates":[4.842674032739443,45.425450753358429]}},{"type":"Feature","properties":{"population":1028},"geometry":{"type":"Point","coordinates":[2.1706058737801485,47.457115524282539]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[5.88018289194079,43.96977169939238]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[1.9329083424386103,45.37279638164035]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[4.4845342161215619,44.04280639280073]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[8.105298153755795,48.932235065671338]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[0.8379959876037288,43.0644026847441]}},{"type":"Feature","properties":{"population":839},"geometry":{"type":"Point","coordinates":[0.28752567921987856,42.75788960352652]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[1.3540778420664653,42.959192067565847]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[4.663116435544699,49.70442005786683]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[3.3269675911896106,45.106259815677059]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[0.7165981621337944,49.26364764811218]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[6.002639218008674,47.51825163483576]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[-1.306014472371382,49.51097265098295]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[4.473270703269301,47.99705728415047]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[7.45348037811775,48.68541676730935]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[4.649703317859352,46.46457012754976]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[6.926441282908931,48.657805940847548]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[0.07842228619146392,44.58807588896936]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[3.3269276146542574,48.64244340539839]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[1.360786424827697,49.646138299750408]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[3.0100903992997449,46.81644523491062]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[-0.6495665783923038,44.04882548080428]}},{"type":"Feature","properties":{"population":1424},"geometry":{"type":"Point","coordinates":[1.2307396203069359,44.095431054253349]}},{"type":"Feature","properties":{"population":405},"geometry":{"type":"Point","coordinates":[2.8003673749902124,49.602502340997]}},{"type":"Feature","properties":{"population":611},"geometry":{"type":"Point","coordinates":[5.121349255192511,47.01147920715445]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[5.226527217703897,47.649776070690638]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[5.519925704390594,47.92803398211161]}},{"type":"Feature","properties":{"population":832},"geometry":{"type":"Point","coordinates":[3.671097725490084,49.598777492944957]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[-0.38269097701416168,43.69443414047051]}},{"type":"Feature","properties":{"population":3642},"geometry":{"type":"Point","coordinates":[-1.4847210210446893,46.85305738091804]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.418671788372573,48.25315611282766]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[2.4711835576508016,43.06534578460208]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[8.069872518173959,48.975959190054158]}},{"type":"Feature","properties":{"population":1330},"geometry":{"type":"Point","coordinates":[6.210785384045275,49.198783972264269]}},{"type":"Feature","properties":{"population":10098},"geometry":{"type":"Point","coordinates":[-4.017378399773868,47.876931949433998]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[1.2534432821507034,49.26439734338631]}},{"type":"Feature","properties":{"population":686},"geometry":{"type":"Point","coordinates":[-0.2420463891991913,46.48014685973978]}},{"type":"Feature","properties":{"population":1153},"geometry":{"type":"Point","coordinates":[0.8489873652421626,45.690924807534177]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[3.689118035095191,49.22452602647431]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[2.405380294859575,43.01193735383592]}},{"type":"Feature","properties":{"population":1028},"geometry":{"type":"Point","coordinates":[3.7996782102613237,46.34495307288192]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[4.186604527555378,49.31076538741478]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[5.373927227930399,48.99847728440944]}},{"type":"Feature","properties":{"population":710},"geometry":{"type":"Point","coordinates":[7.654312285886487,48.77983171258104]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[9.39694815505977,42.4414331121968]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[0.9339228434769555,47.93100889012631]}},{"type":"Feature","properties":{"population":480},"geometry":{"type":"Point","coordinates":[6.802482413568973,47.274650002555748]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.7802384165198479,49.48009119465]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[-2.336952761817475,48.51539530931963]}},{"type":"Feature","properties":{"population":4740},"geometry":{"type":"Point","coordinates":[3.0187672270763068,45.86837602876929]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[5.417668903514414,47.767511818635139]}},{"type":"Feature","properties":{"population":602},"geometry":{"type":"Point","coordinates":[3.9754760183367487,49.29731746214845]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[5.879581622362152,46.88438920408981]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[1.8878726950365484,45.180769011021428]}},{"type":"Feature","properties":{"population":1146},"geometry":{"type":"Point","coordinates":[5.085509040937525,47.1887666471431]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[3.5176054291928708,49.324464025585317]}},{"type":"Feature","properties":{"population":1021},"geometry":{"type":"Point","coordinates":[0.6632471868454578,45.879966800718509]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[-0.38845775405040119,48.90424902432519]}},{"type":"Feature","properties":{"population":1365},"geometry":{"type":"Point","coordinates":[-0.017530324161275144,45.50728883630157]}},{"type":"Feature","properties":{"population":1441},"geometry":{"type":"Point","coordinates":[3.757793246865446,50.132136824798198]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[-0.24182388905643979,45.97722326347762]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[1.3443314433335115,49.260884737155979]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[6.004515139202678,47.5809768267561]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[3.1662671414332577,46.05417853151981]}},{"type":"Feature","properties":{"population":1609},"geometry":{"type":"Point","coordinates":[4.524513078444834,46.756025610342287]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[0.014930822411698923,43.09640855111763]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[-1.5149715945961336,48.502485284161178]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[4.083465787785395,47.70251731746602]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[4.8450506698754289,44.68858292941679]}},{"type":"Feature","properties":{"population":720},"geometry":{"type":"Point","coordinates":[7.018158641027137,48.71129551462362]}},{"type":"Feature","properties":{"population":3130},"geometry":{"type":"Point","coordinates":[-0.6523879274000005,49.07857262632063]}},{"type":"Feature","properties":{"population":1230},"geometry":{"type":"Point","coordinates":[0.247645986979817,43.1857495487053]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[0.011736775912395376,42.871195197449797]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[-0.7565236524097253,43.42097296914078]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[-1.9747344422310409,48.16648395685925]}},{"type":"Feature","properties":{"population":506},"geometry":{"type":"Point","coordinates":[1.4654103373233867,46.44079887372296]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[0.6031561456881309,42.89883857162929]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[4.401336992881037,44.103487889431537]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[2.608643788052188,43.62080488390402]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[2.991730126824275,43.627754089021049]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[7.803974092532476,48.94670388847406]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[4.267276691871851,48.31521857014001]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[4.5798377483601329,49.6765214990313]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[0.013979406355820873,46.772154260373749]}},{"type":"Feature","properties":{"population":1139},"geometry":{"type":"Point","coordinates":[5.285202199840466,47.66653490398734]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[-0.857245631503211,43.7843684876188]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[2.6676653340251454,49.658611188273258]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[2.732239460012263,45.12565142966887]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[6.61657935876027,49.07726433935744]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[2.937371510998011,50.093050695016959]}},{"type":"Feature","properties":{"population":1219},"geometry":{"type":"Point","coordinates":[2.7218180828728677,49.9555024406539]}},{"type":"Feature","properties":{"population":1567},"geometry":{"type":"Point","coordinates":[0.15831243361287607,45.59313100301468]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.7589133069772515,47.43730098091497]}},{"type":"Feature","properties":{"population":2962},"geometry":{"type":"Point","coordinates":[5.676026074419437,45.606330963120267]}},{"type":"Feature","properties":{"population":831},"geometry":{"type":"Point","coordinates":[-0.3087251933673927,49.03620426062279]}},{"type":"Feature","properties":{"population":3297},"geometry":{"type":"Point","coordinates":[2.6112348885489049,44.423406295617208]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[4.455267616981483,48.449250420314118]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[2.4494060568496129,45.566568418817407]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[6.2803770085128589,47.48604509130059]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[1.5677783535669119,42.879594254561549]}},{"type":"Feature","properties":{"population":1363},"geometry":{"type":"Point","coordinates":[0.21265164106377705,49.63114382432095]}},{"type":"Feature","properties":{"population":1367},"geometry":{"type":"Point","coordinates":[0.8211661665108304,47.1357818760995]}},{"type":"Feature","properties":{"population":780},"geometry":{"type":"Point","coordinates":[3.6839758417150496,50.29873712823802]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[3.3602930620236259,47.06275634828952]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[2.3666759659943548,50.49211767847661]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[4.432918013849048,45.14341291284884]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[-0.1114042128974467,43.66760279359771]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[1.6734301717196883,50.342975967583608]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[5.952782987121948,45.62124261804022]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[0.6668314955978923,49.20507959145428]}},{"type":"Feature","properties":{"population":2734},"geometry":{"type":"Point","coordinates":[0.5939779051445007,47.27641344819007]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[1.4337221472991533,43.20324115479787]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[4.560453923194359,47.894755910667118]}},{"type":"Feature","properties":{"population":488},"geometry":{"type":"Point","coordinates":[6.736739212036034,48.30844990400166]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[0.042643412454510459,43.427177774205478]}},{"type":"Feature","properties":{"population":674},"geometry":{"type":"Point","coordinates":[1.8996849894144692,42.9512162266467]}},{"type":"Feature","properties":{"population":1607},"geometry":{"type":"Point","coordinates":[1.323503226008067,48.35955449495339]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[2.157502059378285,42.864904851376099]}},{"type":"Feature","properties":{"population":861},"geometry":{"type":"Point","coordinates":[3.6904921893604665,45.189043347189677]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[2.7906372243184029,42.857801127433599]}},{"type":"Feature","properties":{"population":1199},"geometry":{"type":"Point","coordinates":[-2.5563587158424236,47.61148858305296]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[5.578037843814331,46.62753388840332]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[3.3453455109770258,49.00793090265117]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[5.4305138091569529,47.462594815642059]}},{"type":"Feature","properties":{"population":5097},"geometry":{"type":"Point","coordinates":[-1.3456593129011512,48.40053000370516]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[1.188429102495305,49.76615823175965]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[6.720239835920719,48.51598859886445]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[-0.7972393800719472,46.15216746006957]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[6.055974765053386,47.94744191949146]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[2.09616513578085,45.2483698022348]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[3.8269430927790868,47.59324332281691]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[0.4432776932132914,42.820569373874779]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.4537024631597954,48.28420657236538]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[2.9526889772368127,43.82483655370905]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[4.717219888863655,48.71876518913331]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[1.6809887063076,45.94721814631523]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[6.603536267308362,48.885100525375147]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[-0.8271527807341833,48.5682269580017]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[3.079901331463838,43.517510578651528]}},{"type":"Feature","properties":{"population":2669},"geometry":{"type":"Point","coordinates":[2.655541964947392,49.05100133344103]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[4.861372139502796,47.067782640531579]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[6.565751664309491,48.287450650654339]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[5.645707868765732,47.59247742450448]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[5.2078532164081,49.55888053729189]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[5.527766418444,44.72760059809927]}},{"type":"Feature","properties":{"population":1213},"geometry":{"type":"Point","coordinates":[2.702119252521396,48.967053874651]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[-0.5576450813387424,43.524683990347799]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[3.8776908915905849,44.295731647334267]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[3.650875901749722,48.26840880322781]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[3.5577049634119839,47.607413478858159]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[-3.628919323367177,48.5065276733693]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[1.8172922543923623,50.337345406982318]}},{"type":"Feature","properties":{"population":951},"geometry":{"type":"Point","coordinates":[-0.12979730636731516,47.181865496369578]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[4.575365322009707,49.76832990187331]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[7.35392673181493,48.778737186733419]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[6.822715551571797,44.002396371842049]}},{"type":"Feature","properties":{"population":2409},"geometry":{"type":"Point","coordinates":[-1.3833089439877063,46.83300282541069]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[4.392769153381496,44.920478464596978]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[-0.869043935736096,45.529237569755007]}},{"type":"Feature","properties":{"population":2591},"geometry":{"type":"Point","coordinates":[4.027133167764814,44.04776852605959]}},{"type":"Feature","properties":{"population":2034},"geometry":{"type":"Point","coordinates":[6.270530291179254,46.061142824295739]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[6.921461142347856,48.52278349527853]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[0.5092183723051048,48.89255129939459]}},{"type":"Feature","properties":{"population":924},"geometry":{"type":"Point","coordinates":[2.077738902599955,43.562795203776]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[-2.088366499488036,47.87258076199289]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[6.43043426760652,49.263602695850988]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[0.010664587683423387,44.71505052540567]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[-0.42610736707445936,46.0545482317734]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[4.514897874413576,46.457032702090589]}},{"type":"Feature","properties":{"population":1204},"geometry":{"type":"Point","coordinates":[1.9605638816111413,42.438500106784939]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[5.315995677379636,49.25229789875232]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[-0.2710192215105638,43.60528816002871]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[2.448447829445213,50.27416772043942]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[6.285061538852759,48.98007664356355]}},{"type":"Feature","properties":{"population":1049},"geometry":{"type":"Point","coordinates":[-0.8985535598741395,47.61492455334483]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[6.558896456687955,48.99170366555948]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[-1.201981394612316,48.79967724341055]}},{"type":"Feature","properties":{"population":2061},"geometry":{"type":"Point","coordinates":[0.3170734636742175,48.25134156918785]}},{"type":"Feature","properties":{"population":5367},"geometry":{"type":"Point","coordinates":[-0.856954684701932,44.702695975205418]}},{"type":"Feature","properties":{"population":3151},"geometry":{"type":"Point","coordinates":[-0.49771250960638988,47.57645135258583]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[0.46196145224583509,43.48453545216164]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[1.404491108165457,48.98443985169815]}},{"type":"Feature","properties":{"population":2135},"geometry":{"type":"Point","coordinates":[5.934192039012065,45.636924868124797]}},{"type":"Feature","properties":{"population":994},"geometry":{"type":"Point","coordinates":[1.3836306104012568,47.2541445576983]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[-3.618008301233698,48.605396823163008]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[1.295305961830135,49.56571731970925]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[1.0024020245935724,47.522941937573467]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[3.3430965755366155,50.10718360144858]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[5.654628739243138,47.177736723027638]}},{"type":"Feature","properties":{"population":2268},"geometry":{"type":"Point","coordinates":[0.7301826311479409,46.40545273114746]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[2.1882385907594967,49.473507323852818]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[3.273589986096447,49.01606592467654]}},{"type":"Feature","properties":{"population":441},"geometry":{"type":"Point","coordinates":[2.143650265730945,43.658659366985968]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[1.0308575455703735,43.1540573606969]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[5.843875461409333,48.54560221869412]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[1.6543667599039845,44.456174303765319]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[-0.2072705256147244,46.92685878949714]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[6.058479932091001,47.8367331839649]}},{"type":"Feature","properties":{"population":2694},"geometry":{"type":"Point","coordinates":[-0.2913633249650706,48.34025232507318]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[0.3476958194721925,43.624802254214987]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[-3.2848079471334818,48.47450704965266]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[2.4067985360333519,50.91345772779125]}},{"type":"Feature","properties":{"population":1186},"geometry":{"type":"Point","coordinates":[3.439069311208946,46.077277782322038]}},{"type":"Feature","properties":{"population":1184},"geometry":{"type":"Point","coordinates":[-0.09316802648006863,44.96620271300521]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[1.6494270203644406,45.39290837951003]}},{"type":"Feature","properties":{"population":1753},"geometry":{"type":"Point","coordinates":[5.166647135351069,45.688030990087018]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[5.757718565780575,47.780591886616807]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[2.4794447304992506,47.989361212885757]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[0.5038186519475508,49.788864769586947]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[6.547700483499745,48.631824418105519]}},{"type":"Feature","properties":{"population":1673},"geometry":{"type":"Point","coordinates":[-2.066886558257142,47.554265331439577]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[0.5651043619196829,45.407444883993459]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[-1.0218985891733293,45.707483145809849]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[3.6308216036147527,45.7369712372466]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[1.5029334937405224,48.59614892714277]}},{"type":"Feature","properties":{"population":1084},"geometry":{"type":"Point","coordinates":[3.4934710158287269,49.96236608122777]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[1.7295252140998146,43.173405091150637]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[-0.07257731800422224,46.33877302987462]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[2.2266847738568638,45.063097887182319]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[0.1381624077256731,48.74656037409075]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[5.96610763438215,47.08247521220946]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[1.2383932934443288,46.28823045864547]}},{"type":"Feature","properties":{"population":645},"geometry":{"type":"Point","coordinates":[2.936036562729383,50.245593494474388]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[2.4269048797435066,46.675654902299907]}},{"type":"Feature","properties":{"population":1751},"geometry":{"type":"Point","coordinates":[0.4463787789230523,47.45209420366308]}},{"type":"Feature","properties":{"population":1707},"geometry":{"type":"Point","coordinates":[4.927950408098483,44.85590010238424]}},{"type":"Feature","properties":{"population":926},"geometry":{"type":"Point","coordinates":[3.49267220451545,44.57100068539969]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[2.63627405909024,44.824741970218628]}},{"type":"Feature","properties":{"population":752},"geometry":{"type":"Point","coordinates":[0.19239064872508239,46.25036645306712]}},{"type":"Feature","properties":{"population":2554},"geometry":{"type":"Point","coordinates":[3.0521701722770806,46.583658549053549]}},{"type":"Feature","properties":{"population":2885},"geometry":{"type":"Point","coordinates":[-0.27317626068627046,43.24352985649117]}},{"type":"Feature","properties":{"population":3690},"geometry":{"type":"Point","coordinates":[0.6509017310567818,43.94033854146257]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[3.9014851382483819,49.16999395302424]}},{"type":"Feature","properties":{"population":6866},"geometry":{"type":"Point","coordinates":[2.179968775721652,48.49231189333215]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[-0.13538855230959669,44.46905032398827]}},{"type":"Feature","properties":{"population":1628},"geometry":{"type":"Point","coordinates":[0.8332524371787232,43.38123783343753]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[3.257881422839888,48.62884513404712]}},{"type":"Feature","properties":{"population":2022},"geometry":{"type":"Point","coordinates":[2.5030992479842419,50.976785647046998]}},{"type":"Feature","properties":{"population":1962},"geometry":{"type":"Point","coordinates":[-1.3741755092436634,47.62223280581362]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[3.036921056181518,44.69292685369203]}},{"type":"Feature","properties":{"population":2936},"geometry":{"type":"Point","coordinates":[9.4318872163357,42.73256143478116]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.9438866954145528,42.91810219591124]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[-0.5251418750057234,48.09749881417207]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[1.684861806797649,48.13895208988581]}},{"type":"Feature","properties":{"population":602},"geometry":{"type":"Point","coordinates":[0.41272922209229498,45.292703121653357]}},{"type":"Feature","properties":{"population":5767},"geometry":{"type":"Point","coordinates":[-1.7418335201515838,48.53648331318402]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[0.7903657746034083,47.766524558894968]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.234998404532413,49.10883114742838]}},{"type":"Feature","properties":{"population":7},"geometry":{"type":"Point","coordinates":[6.82248389594326,48.88931105337164]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[3.3917802532228968,44.07031660624599]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[6.236345061886247,45.31459970698949]}},{"type":"Feature","properties":{"population":2203},"geometry":{"type":"Point","coordinates":[0.22826479925296315,48.43683198055189]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[-3.0314559490556265,48.67076389048863]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[-0.8627208178474078,49.271761831376959]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[0.8635452476175158,49.746862496586548]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[-0.828555670017141,43.26551077972957]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[5.213046264686857,44.182534874666078]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[1.3597957996970942,45.29383850022503]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[3.916135126808962,48.99805606184873]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[4.052750884400277,47.42787536459879]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[4.319097238377651,44.95486125669683]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[0.21013585173877195,45.29353364198657]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[1.3901071636727154,48.37093111918032]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[3.496891561560947,47.35094771098641]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[4.5138490521567748,44.26621654281866]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[2.9851567935490705,45.02621134745205]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[5.87670286748062,46.108842334212969]}},{"type":"Feature","properties":{"population":6881},"geometry":{"type":"Point","coordinates":[0.34347320752530688,44.13190944852631]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[6.017957822060963,47.64167717902488]}},{"type":"Feature","properties":{"population":1976},"geometry":{"type":"Point","coordinates":[8.006691067564463,48.81666959353118]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[3.7854254318000275,47.913853560862168]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[1.7329675576174162,45.0979789744506]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[-0.39473014788337376,45.84791260606302]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[3.7505660683145689,44.22329354913298]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[2.598435142926387,50.00083797914601]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[6.313490289360441,48.303511744544049]}},{"type":"Feature","properties":{"population":788},"geometry":{"type":"Point","coordinates":[6.103061412830057,45.707253228676197]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[1.8041985293322518,49.94370695193915]}},{"type":"Feature","properties":{"population":2059},"geometry":{"type":"Point","coordinates":[2.129106898428282,44.054120495317039]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[4.008109777835478,50.21976131495508]}},{"type":"Feature","properties":{"population":1280},"geometry":{"type":"Point","coordinates":[4.3498323018606659,44.626305191622197]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[5.964207339396036,48.64000573213959]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[-0.8477165549850184,48.38743240448827]}},{"type":"Feature","properties":{"population":3828},"geometry":{"type":"Point","coordinates":[0.335677494872718,45.24548530364419]}},{"type":"Feature","properties":{"population":1057},"geometry":{"type":"Point","coordinates":[-3.1090705274419387,48.70003518806733]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[1.4623653749088839,48.152486052308677]}},{"type":"Feature","properties":{"population":1570},"geometry":{"type":"Point","coordinates":[-1.384081023056027,46.504273870980998]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[0.05514547046642573,45.20162293322119]}},{"type":"Feature","properties":{"population":589},"geometry":{"type":"Point","coordinates":[1.460780572411608,46.94115852387089]}},{"type":"Feature","properties":{"population":1442},"geometry":{"type":"Point","coordinates":[-2.5418704899515238,48.42219549839784]}},{"type":"Feature","properties":{"population":1248},"geometry":{"type":"Point","coordinates":[0.9049937991128935,47.80999880150882]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[0.4353692474375544,43.2003470531068]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[8.01544696887882,48.917116283006347]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[3.50497273661551,45.24596447612249]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[-1.335616935536486,49.671007208142899]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[5.230995597414279,49.65398759947167]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.7545854035094194,45.67710592117744]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[2.652453631712698,47.54641414775623]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[-0.8631921473757273,49.12896118301403]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[-1.3009215338762255,43.14627902195908]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[7.585125789425903,48.01052162631949]}},{"type":"Feature","properties":{"population":1004},"geometry":{"type":"Point","coordinates":[8.931622828427642,42.60141088719352]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[6.123069986384083,48.185518570242859]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[6.758878744906716,48.18601851712191]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[1.9705159160396376,49.2127182724303]}},{"type":"Feature","properties":{"population":745},"geometry":{"type":"Point","coordinates":[0.49844428354779077,45.94327578851548]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[3.017599798060327,48.09617221331121]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[3.139123753861753,48.50775652378242]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[6.72979175357364,46.38278607253972]}},{"type":"Feature","properties":{"population":2350},"geometry":{"type":"Point","coordinates":[6.043063566521478,48.70498038118402]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[4.734771093263336,47.5526973558063]}},{"type":"Feature","properties":{"population":3361},"geometry":{"type":"Point","coordinates":[4.19508065010542,44.25302398729498]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[0.24830616031648174,45.86395337189903]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[-3.0869816536808427,48.37952188490143]}},{"type":"Feature","properties":{"population":1854},"geometry":{"type":"Point","coordinates":[4.154666065361965,48.23394490892026]}},{"type":"Feature","properties":{"population":711},"geometry":{"type":"Point","coordinates":[4.653501322634826,45.13628827910493]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[6.486775725662755,47.79334572729731]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[2.8824658150018624,44.946557939306568]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[1.9813167685420319,49.69898920347995]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[1.2362773280586852,49.71787106810881]}},{"type":"Feature","properties":{"population":1236},"geometry":{"type":"Point","coordinates":[5.027747352933906,46.75350846426773]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[-0.6016495624414077,45.92136482224107]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[8.925780281009964,41.76004529586333]}},{"type":"Feature","properties":{"population":4022},"geometry":{"type":"Point","coordinates":[0.022056378579635499,43.19956620903361]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[5.088313915832233,48.22546514809281]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[3.1972033968323139,46.159751272198587]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[2.035055743864397,43.82289984726917]}},{"type":"Feature","properties":{"population":717},"geometry":{"type":"Point","coordinates":[6.205021882792967,49.01464419881216]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[7.290733481390164,47.62782090795633]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[-3.3325082135598889,48.43435239050511]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[2.3099636431524046,49.543639027691]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[1.3996211710481906,43.097603545683089]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[8.735166624163162,42.112390995032438]}},{"type":"Feature","properties":{"population":1155},"geometry":{"type":"Point","coordinates":[2.4923453551245426,48.14069983444266]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[0.37299775144892308,48.29565605630206]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[0.18381282120234536,48.509197919723899]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[4.266893796391104,47.94079951204301]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.924871834797193,48.937149517266899]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[0.42036924733419575,48.293227258446808]}},{"type":"Feature","properties":{"population":2029},"geometry":{"type":"Point","coordinates":[4.808663795437315,44.01602104679345]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[0.2953816744783303,43.145891570321577]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[0.6106958131782933,44.70533779433923]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[3.355468170228315,44.066103948218778]}},{"type":"Feature","properties":{"population":1129},"geometry":{"type":"Point","coordinates":[-3.663601162255421,48.24338518398842]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[0.9855734041003572,47.64481791032075]}},{"type":"Feature","properties":{"population":1254},"geometry":{"type":"Point","coordinates":[0.7756580537969063,49.11929257422338]}},{"type":"Feature","properties":{"population":4047},"geometry":{"type":"Point","coordinates":[1.7732358933448876,47.89112250333523]}},{"type":"Feature","properties":{"population":425},"geometry":{"type":"Point","coordinates":[7.118771526316933,48.26132367890791]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[-0.21054624123752684,45.75679795164404]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[0.23445893824201806,43.061410894201319]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[2.6064096876157896,42.959268027925308]}},{"type":"Feature","properties":{"population":751},"geometry":{"type":"Point","coordinates":[8.017177575382432,48.79444105426335]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[-3.173235359739058,48.14481429061417]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.299586416863662,43.554454221213337]}},{"type":"Feature","properties":{"population":2772},"geometry":{"type":"Point","coordinates":[3.324704326649506,47.894786906184808]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[6.126663223115005,43.92663832387446]}},{"type":"Feature","properties":{"population":1004},"geometry":{"type":"Point","coordinates":[6.016190104318024,48.865065225777978]}},{"type":"Feature","properties":{"population":3693},"geometry":{"type":"Point","coordinates":[2.628519330577007,49.42709909576844]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[3.9244822389461184,45.30578708519577]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[6.768782242959758,48.2217862956532]}},{"type":"Feature","properties":{"population":1336},"geometry":{"type":"Point","coordinates":[1.0412984054408193,47.43141076312935]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[4.045586580399227,47.698912938808238]}},{"type":"Feature","properties":{"population":14558},"geometry":{"type":"Point","coordinates":[6.036006321186255,46.25390719077946]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[-0.15430819642488623,43.35944835653788]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[2.390081678710428,50.59449707374161]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[-0.17610273338568364,45.70733251189736]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[1.7845300727197942,42.79858937212032]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.418145565298383,48.93480518581019]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[5.78046777847424,47.20135995098408]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[4.411074645192472,44.55763605141837]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[6.54843218782534,47.62813261465111]}},{"type":"Feature","properties":{"population":450},"geometry":{"type":"Point","coordinates":[6.292165931644529,48.40805864733277]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[4.107147444834086,45.91970739721461]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[4.649594879358939,48.81878968017018]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[1.7521706439303893,47.6229169471393]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[6.256398714199772,47.46020975133134]}},{"type":"Feature","properties":{"population":2290},"geometry":{"type":"Point","coordinates":[4.785045371519208,45.3214847125204]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[0.21279362713165993,48.21086598219078]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[-0.06344844455698572,44.879564593076448]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[6.69883885857238,43.99302411070489]}},{"type":"Feature","properties":{"population":1790},"geometry":{"type":"Point","coordinates":[3.0852585461441848,48.33062025970037]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[3.5260673101822399,47.15371868320568]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[-0.010806876146788934,45.396876064923]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[1.7934394852510612,43.446928373586718]}},{"type":"Feature","properties":{"population":3318},"geometry":{"type":"Point","coordinates":[3.0480373899842978,43.32193051624611]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[1.0264151760253917,48.62892607712745]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[2.1088124030221877,43.46322739616645]}},{"type":"Feature","properties":{"population":811},"geometry":{"type":"Point","coordinates":[3.134630094658283,48.73517400204206]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[7.153061878548016,47.99710898139446]}},{"type":"Feature","properties":{"population":1036},"geometry":{"type":"Point","coordinates":[-1.4304109806645955,47.94800570615315]}},{"type":"Feature","properties":{"population":1019},"geometry":{"type":"Point","coordinates":[1.4007621863156903,45.80887771708627]}},{"type":"Feature","properties":{"population":662},"geometry":{"type":"Point","coordinates":[2.6469265932044876,49.33786648808343]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[1.9673184967656324,43.0988393494948]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[0.33540045034180068,42.79751632668458]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[5.468042442694432,49.29355040080209]}},{"type":"Feature","properties":{"population":726},"geometry":{"type":"Point","coordinates":[0.6244576132072486,49.13766417504028]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[6.4477975730598529,47.29218805159662]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[-0.28947397771434699,43.398801886650428]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[6.342338468938932,49.053611615519738]}},{"type":"Feature","properties":{"population":450},"geometry":{"type":"Point","coordinates":[-0.26416764451097948,46.81816666489395]}},{"type":"Feature","properties":{"population":752},"geometry":{"type":"Point","coordinates":[-0.022159203616203824,48.525914292139677]}},{"type":"Feature","properties":{"population":1529},"geometry":{"type":"Point","coordinates":[-1.0447213668055389,49.37519284164623]}},{"type":"Feature","properties":{"population":688},"geometry":{"type":"Point","coordinates":[1.3984556074361483,43.242163714192347]}},{"type":"Feature","properties":{"population":3063},"geometry":{"type":"Point","coordinates":[6.032725191390601,45.03418417631655]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[5.877252859736364,48.55738612802829]}},{"type":"Feature","properties":{"population":1535},"geometry":{"type":"Point","coordinates":[5.471974958411359,45.47816740382979]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[2.573527178983371,43.97906787248092]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[1.7088055162940664,47.93882149091814]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[-0.44490286827691685,45.97013448896679]}},{"type":"Feature","properties":{"population":3317},"geometry":{"type":"Point","coordinates":[2.7086526173363207,48.922943619115859]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[6.439782140694321,49.079157412022087]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[3.9292460504412838,49.93182787066791]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[2.2712577278317216,48.21303283218005]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[2.3963612711584316,48.04919043188942]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[2.0550568885251687,50.247553029344469]}},{"type":"Feature","properties":{"population":1137},"geometry":{"type":"Point","coordinates":[4.61854131240597,45.3220165533717]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[4.637799193578551,46.79091837547376]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[2.601200633494057,48.20469242141932]}},{"type":"Feature","properties":{"population":1315},"geometry":{"type":"Point","coordinates":[3.974572031817327,44.22839099479861]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[4.61190647755171,49.76547595327928]}},{"type":"Feature","properties":{"population":755},"geometry":{"type":"Point","coordinates":[2.667187553923179,44.19098519283092]}},{"type":"Feature","properties":{"population":1080},"geometry":{"type":"Point","coordinates":[6.423640365285332,45.12308718200309]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[2.8887895023955387,45.35583856832127]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[2.38508443083361,50.10092221819215]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[0.9553372310433871,49.05581175029878]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[2.105494507140261,43.88778516818048]}},{"type":"Feature","properties":{"population":2452},"geometry":{"type":"Point","coordinates":[4.883755541604918,46.8169737093973]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.021312962494742,46.955957353892568]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[1.932041201636026,49.293548431408137]}},{"type":"Feature","properties":{"population":4392},"geometry":{"type":"Point","coordinates":[5.546855848632578,43.42649935318192]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[3.404243885796389,46.681003170362249]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[5.269601902862183,48.925896590426258]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[0.6882455247836632,49.088467804266439]}},{"type":"Feature","properties":{"population":1330},"geometry":{"type":"Point","coordinates":[0.10965633040092224,47.80217621836847]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[0.5320917443751493,48.50972643833125]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[0.48678511578087227,43.21008890688814]}},{"type":"Feature","properties":{"population":4295},"geometry":{"type":"Point","coordinates":[4.280093236960293,46.66825208766223]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[5.826235778293841,48.397871243688317]}},{"type":"Feature","properties":{"population":750},"geometry":{"type":"Point","coordinates":[2.934035976798118,49.55693807183843]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[4.375713644984015,46.53400115071888]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[5.251306906849297,44.990261157036517]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[2.1685042461986505,48.50754881214187]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[1.4566801141372335,46.305360666869649]}},{"type":"Feature","properties":{"population":1024},"geometry":{"type":"Point","coordinates":[-0.14230402886201705,45.64477488319708]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[0.05033359053091172,46.9204075385027]}},{"type":"Feature","properties":{"population":1112},"geometry":{"type":"Point","coordinates":[6.2225748562580149,48.75174621986735]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[3.5809284780013215,48.39311490175359]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[0.342575382147378,44.62514085498622]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[9.189121527625823,41.9918197600331]}},{"type":"Feature","properties":{"population":1513},"geometry":{"type":"Point","coordinates":[1.5985362944302367,47.41762938097159]}},{"type":"Feature","properties":{"population":15250},"geometry":{"type":"Point","coordinates":[3.0909813937241399,48.81247157039983]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[4.446231725955092,49.6467553040486]}},{"type":"Feature","properties":{"population":1716},"geometry":{"type":"Point","coordinates":[5.4494419205068029,45.39432076911275]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[-0.44228134762912327,48.74122571908116]}},{"type":"Feature","properties":{"population":780},"geometry":{"type":"Point","coordinates":[0.5810158688570432,45.31843891864947]}},{"type":"Feature","properties":{"population":5609},"geometry":{"type":"Point","coordinates":[1.2899942461647476,48.000805401482008]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[1.8540338867786353,44.69183445990783]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[4.168922353351842,47.57232622897746]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[3.091013742557386,49.77910184764972]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[2.5194897179430657,46.933215307787829]}},{"type":"Feature","properties":{"population":786},"geometry":{"type":"Point","coordinates":[1.991357123643959,49.306068660832888]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[3.0824841390752808,45.471310729574579]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[2.334207555216935,46.778395776514887]}},{"type":"Feature","properties":{"population":1661},"geometry":{"type":"Point","coordinates":[3.1946414968769085,49.70554249714818]}},{"type":"Feature","properties":{"population":891},"geometry":{"type":"Point","coordinates":[6.792655090497508,46.300989834825539]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[2.06329244568204,49.66792787698804]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[6.394183386014911,48.83448239414339]}},{"type":"Feature","properties":{"population":1410},"geometry":{"type":"Point","coordinates":[2.8899771029604119,47.53218052557675]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[6.981361652011075,48.9580211483636]}},{"type":"Feature","properties":{"population":1403},"geometry":{"type":"Point","coordinates":[5.535407068698368,48.77823283643265]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[1.4641471933953634,44.607539765723007]}},{"type":"Feature","properties":{"population":3383},"geometry":{"type":"Point","coordinates":[-1.7570018378365476,46.70771332392299]}},{"type":"Feature","properties":{"population":2907},"geometry":{"type":"Point","coordinates":[-4.022377386875308,48.576838383938468]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[5.7172701859746939,46.187216032371107]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[1.729774607621789,50.74427423820556]}},{"type":"Feature","properties":{"population":1168},"geometry":{"type":"Point","coordinates":[0.891637935071028,49.44990901354332]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[2.520408564251672,45.755251652919408]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[0.5987051462708152,49.21176554441224]}},{"type":"Feature","properties":{"population":1188},"geometry":{"type":"Point","coordinates":[6.970708099191589,49.128588554772587]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[5.362311842654936,45.80507648864319]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[3.095933863251785,43.63343229541073]}},{"type":"Feature","properties":{"population":1097},"geometry":{"type":"Point","coordinates":[6.272441111193887,49.1330321961571]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[4.1122777889146289,49.1542460382923]}},{"type":"Feature","properties":{"population":889},"geometry":{"type":"Point","coordinates":[-0.3497367797401481,43.98733058935138]}},{"type":"Feature","properties":{"population":635},"geometry":{"type":"Point","coordinates":[1.6227445537789192,45.312710855353419]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[6.4605294582645789,48.44181541673925]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[4.714742473344317,46.73969802883675]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[1.7029341077922316,47.962806768739209]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.7730221580539686,44.990672757434179]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[2.473664292906426,46.93905147397461]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[4.5897058911433918,47.39558622344448]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[2.2503406300742068,46.0039477392222]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[3.6267779514451989,48.24051945113128]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[-0.015202504082430849,48.9138262524109]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[4.636488471593638,47.10897602049597]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[0.29523880735990867,49.2272640731256]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.6409001873886766,45.215529525795698]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[6.924695563431581,47.818989131121288]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[5.305878026779922,48.91275432631483]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[-0.6726778195323633,46.32974585953548]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[-1.0237096913390276,43.47313093704588]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[1.849701132073867,46.25365179070694]}},{"type":"Feature","properties":{"population":735},"geometry":{"type":"Point","coordinates":[6.399362377234966,47.0520724179002]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[2.1468339913595795,49.503922056075769]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[2.5606768938910817,50.16988603142195]}},{"type":"Feature","properties":{"population":1374},"geometry":{"type":"Point","coordinates":[-1.172567358988208,43.69882879334393]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[1.769330119681245,46.35297795409203]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[3.2353652099811884,47.18341354160221]}},{"type":"Feature","properties":{"population":1329},"geometry":{"type":"Point","coordinates":[2.211279721820776,49.94789922259268]}},{"type":"Feature","properties":{"population":1416},"geometry":{"type":"Point","coordinates":[2.9037140187702956,48.78252832146483]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[4.158117333382095,48.14904968822396]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[4.287126003107925,46.13454270575667]}},{"type":"Feature","properties":{"population":1983},"geometry":{"type":"Point","coordinates":[5.837122468580396,43.658900135547799]}},{"type":"Feature","properties":{"population":2751},"geometry":{"type":"Point","coordinates":[4.803398623320856,45.50330974777693]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[5.30076941530223,49.02906702143445]}},{"type":"Feature","properties":{"population":1393},"geometry":{"type":"Point","coordinates":[2.8977809571705976,50.62866209147721]}},{"type":"Feature","properties":{"population":3147},"geometry":{"type":"Point","coordinates":[7.872952305541674,48.946637433110577]}},{"type":"Feature","properties":{"population":3903},"geometry":{"type":"Point","coordinates":[5.746587375029354,45.11109731578577]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[4.531921013561165,48.10806033761196]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[2.0030506882094576,49.6746667272269]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[2.4206932985475708,48.46876777726509]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[2.399701492127467,50.81924798127088]}},{"type":"Feature","properties":{"population":784},"geometry":{"type":"Point","coordinates":[4.462209078445036,46.08335396879879]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[0.30063788046111469,48.33932540828597]}},{"type":"Feature","properties":{"population":2785},"geometry":{"type":"Point","coordinates":[-0.2561720007798152,47.554280759615298]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[7.450561847843341,48.57682101445851]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[-0.015272445767833159,45.95709803759482]}},{"type":"Feature","properties":{"population":647},"geometry":{"type":"Point","coordinates":[7.423717494150737,48.50834352084775]}},{"type":"Feature","properties":{"population":645},"geometry":{"type":"Point","coordinates":[1.4898993215374339,43.91681108197943]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[-0.8277668877146813,43.920541489332617]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[-1.0014223641967908,49.3786888566035]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[2.3288570692602588,50.44983700759626]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[1.9992988389768894,50.58627085943217]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[4.4557653201807,44.8987485048834]}},{"type":"Feature","properties":{"population":7654},"geometry":{"type":"Point","coordinates":[9.082755733930116,42.270163402364868]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[-0.3999027894958711,44.5349439583348]}},{"type":"Feature","properties":{"population":812},"geometry":{"type":"Point","coordinates":[-1.4522504091048124,48.376390942238497]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[2.178971120012955,44.303479732824118]}},{"type":"Feature","properties":{"population":1667},"geometry":{"type":"Point","coordinates":[5.085675626463882,48.61722596761662]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[4.822602132926817,47.474596919621507]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[-0.3035361606313834,44.9246693987322]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[7.537277418860038,43.99399939021462]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[4.314734318623378,49.52551017235327]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[0.350091923727784,49.67091981669093]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[-1.5485068347919629,49.336499123148978]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[3.453206847310548,49.46241529678851]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[0.1636614481444656,43.20418431499317]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[6.565704600251825,47.48348059477466]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[4.519790108588192,47.687435142674498]}},{"type":"Feature","properties":{"population":1336},"geometry":{"type":"Point","coordinates":[-0.2502287776563797,43.228052765765529]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[4.226652989705535,45.60735515692621]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[0.8956454857470546,45.117519964233768]}},{"type":"Feature","properties":{"population":3464},"geometry":{"type":"Point","coordinates":[-0.6594279487559932,47.31135481681093]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[5.37518157017416,48.84980336758537]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[-4.099185500212943,48.626887292007527]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[4.795071045722487,48.06243426116787]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[3.9071387382721824,50.10376964714062]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[3.357684136097188,47.91368646258024]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[-1.0713241501509443,47.94826482124156]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[0.7371651380150522,49.1084632169903]}},{"type":"Feature","properties":{"population":887},"geometry":{"type":"Point","coordinates":[3.0886774490159425,46.41881366684317]}},{"type":"Feature","properties":{"population":1006},"geometry":{"type":"Point","coordinates":[7.67963197186859,48.46552592233575]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[4.0948644961988329,49.41959020232505]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[7.595815663171852,48.411730535909317]}},{"type":"Feature","properties":{"population":1508},"geometry":{"type":"Point","coordinates":[-1.4695646862279855,49.6188057262124]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[0.9474398591710096,43.911125696713288]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[4.939757372557953,47.77201061631853]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[1.5502597107839123,49.72786327728988]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[0.13582702149669388,49.203512730596177]}},{"type":"Feature","properties":{"population":3792},"geometry":{"type":"Point","coordinates":[2.7584902011092695,49.099015756451397]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[-2.2956483662334357,48.003870239604378]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[4.72910123622147,46.26473311277817]}},{"type":"Feature","properties":{"population":1365},"geometry":{"type":"Point","coordinates":[-0.931875485686304,43.4116087758317]}},{"type":"Feature","properties":{"population":1515},"geometry":{"type":"Point","coordinates":[1.2304885118051284,47.39674542020308]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[1.2603983336718956,46.632504756459578]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[8.983911741897531,42.178305507328449]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[5.423161900020581,46.748720018532228]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[-1.699725796840715,49.39493752336207]}},{"type":"Feature","properties":{"population":1385},"geometry":{"type":"Point","coordinates":[7.302577714120412,44.10231524715486]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[-0.12074819811628533,44.31724808308987]}},{"type":"Feature","properties":{"population":1230},"geometry":{"type":"Point","coordinates":[1.4420883528146256,45.75256187889062]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[0.0033313212325235895,43.378464501572349]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[7.077766108070814,48.34135414734196]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[3.3333808176378287,48.78826019814126]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[2.695945947949296,49.46644326251227]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[8.733281737347884,42.25491190208493]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[2.522625539654651,49.74324732087987]}},{"type":"Feature","properties":{"population":2744},"geometry":{"type":"Point","coordinates":[1.4165716236056443,43.3762456303282]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[4.24443427694808,49.087665686235009]}},{"type":"Feature","properties":{"population":2637},"geometry":{"type":"Point","coordinates":[4.889652045950424,44.23593893956901]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[-0.04899049283529639,43.330587491350708]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[6.410594297641723,48.78822821046682]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[8.818978628547244,42.50308442023893]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[5.48630743026179,46.860605346398717]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[3.2545549453683049,44.58827013800024]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[3.380901716368653,50.27844573436796]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[0.8049157819006447,44.90916732671126]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[2.884355950675188,49.061633464125169]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[3.2242530618674687,45.00450061968391]}},{"type":"Feature","properties":{"population":1165},"geometry":{"type":"Point","coordinates":[-1.550311641363321,48.84441412918207]}},{"type":"Feature","properties":{"population":1541},"geometry":{"type":"Point","coordinates":[-0.4523804489412488,47.659689939712468]}},{"type":"Feature","properties":{"population":1726},"geometry":{"type":"Point","coordinates":[1.3055548424087036,45.1564586733218]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[1.5560042601131268,42.80414443884462]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[5.380566385530059,48.29276215467728]}},{"type":"Feature","properties":{"population":666},"geometry":{"type":"Point","coordinates":[4.8234993174186109,46.12256334046173]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[5.115922137510249,49.36966294375415]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[5.675461863804755,45.56540092655995]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[0.13040243793912996,43.23152015115677]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[5.059055134863832,47.20917554948795]}},{"type":"Feature","properties":{"population":526},"geometry":{"type":"Point","coordinates":[4.674904177113968,45.56314466630167]}},{"type":"Feature","properties":{"population":1709},"geometry":{"type":"Point","coordinates":[3.0834360546996066,45.6951742228084]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[1.5738299085551074,48.705177652152958]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[2.3173745438607544,45.49331159827694]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[3.4796805851481138,45.31641981521771]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[4.373104905552562,46.26251744106584]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[3.730467374871396,49.92106753176744]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[2.6234905474201226,42.720374698358948]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[1.6600889945926006,43.406821262495387]}},{"type":"Feature","properties":{"population":3151},"geometry":{"type":"Point","coordinates":[-0.001234034820700509,45.010903439064147]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[2.0934699497588906,49.95999515960071]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[4.615788378699279,47.03226465244127]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[0.5816332300346291,46.04995233542756]}},{"type":"Feature","properties":{"population":478},"geometry":{"type":"Point","coordinates":[4.220913037614303,46.37281248531064]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[0.4688878079711133,49.20126971905139]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[-0.1852364139215852,43.52851414283766]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[0.962387694115529,43.81567080679924]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[2.497403752828848,49.69359582702333]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[2.5564361449753756,46.70020505145074]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[-1.1871290146731056,43.59012881945506]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[4.4112132859519079,47.285613257623449]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[6.085413658731858,48.23830502945783]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[3.9202252881341028,49.285531605003999]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[-1.8253695736274285,48.26784556643388]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[4.2358269788071019,44.10044457089937]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[0.4865859977395117,45.272307436330738]}},{"type":"Feature","properties":{"population":2443},"geometry":{"type":"Point","coordinates":[-0.4593016364228482,44.7037866297406]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[6.615950230041673,45.224153515254737]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[6.5925251980540839,43.76350038324598]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[3.3662156591005596,45.453017505056418]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[-0.5156388729402452,48.036366704488909]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[5.660668816331521,49.357624322832858]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[1.9701015839748933,47.102370925928159]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[1.0060920079616596,49.1071128940087]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[4.536876229637074,47.90730966232838]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[3.5565631406009055,47.33474914125219]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.45813376457472529,45.39461197887077]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[0.1471496924726955,47.381107312568989]}},{"type":"Feature","properties":{"population":1437},"geometry":{"type":"Point","coordinates":[2.8227065749345154,44.53190006118096]}},{"type":"Feature","properties":{"population":770},"geometry":{"type":"Point","coordinates":[-0.06795707121605262,46.79150637268534]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[1.0840765868604776,47.39839576409463]}},{"type":"Feature","properties":{"population":804},"geometry":{"type":"Point","coordinates":[4.003830063230885,46.14197002234151]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[0.056782992253400107,43.07902706569568]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[2.9696487071312318,46.347301245465477]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[5.841365749372488,48.85108666746503]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[2.732492601964532,45.370447694549969]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[6.192195223700488,48.4091731976084]}},{"type":"Feature","properties":{"population":2839},"geometry":{"type":"Point","coordinates":[-0.906788059753687,44.21983867632898]}},{"type":"Feature","properties":{"population":589},"geometry":{"type":"Point","coordinates":[0.6575848165746225,45.609828749364229]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.43738658915584818,43.456971347434187]}},{"type":"Feature","properties":{"population":1061},"geometry":{"type":"Point","coordinates":[5.471970279103659,43.736441946189199]}},{"type":"Feature","properties":{"population":1178},"geometry":{"type":"Point","coordinates":[6.301080072155666,46.91157536599398]}},{"type":"Feature","properties":{"population":4606},"geometry":{"type":"Point","coordinates":[4.790047361931281,45.651183452861747]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[4.538752926518697,49.95355676081317]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[6.157189507925279,48.228688255548799]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[1.1121038690999133,43.64847962117355]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[7.436668304873816,47.471217457626689]}},{"type":"Feature","properties":{"population":59856},"geometry":{"type":"Point","coordinates":[5.909205399984819,45.58339405052124]}},{"type":"Feature","properties":{"population":2480},"geometry":{"type":"Point","coordinates":[1.6963633697729002,48.83709072672776]}},{"type":"Feature","properties":{"population":2408},"geometry":{"type":"Point","coordinates":[-1.0603603859383726,46.145356713110789]}},{"type":"Feature","properties":{"population":1398},"geometry":{"type":"Point","coordinates":[3.914472692463202,49.33171319414012]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[3.7286601674589034,48.80957384360151]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[5.74836773163595,45.797097599688068]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[5.660909067587115,44.90265387196628]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[3.926659675201549,49.12709780391034]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[7.530605583995084,48.89127037968561]}},{"type":"Feature","properties":{"population":1300},"geometry":{"type":"Point","coordinates":[1.8321394816010808,45.000137192311509]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[2.5107728925762267,42.684925069136877]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[6.579360736430258,48.862035751932477]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[1.1227524253626047,48.574025172004798]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[1.332403447129926,43.216339159212498]}},{"type":"Feature","properties":{"population":1208},"geometry":{"type":"Point","coordinates":[-0.3251829272450619,44.64945372648856]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[0.27789835888519789,48.647181459340078]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[2.1965393378878,49.64189467611834]}},{"type":"Feature","properties":{"population":906},"geometry":{"type":"Point","coordinates":[3.0690137006676516,44.16108353491902]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[6.20603363729657,47.7191540010209]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[-0.25377158739206337,43.49166016494211]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.3627865221182118,47.83379586636764]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[2.9905134331035718,48.74384866666519]}},{"type":"Feature","properties":{"population":1645},"geometry":{"type":"Point","coordinates":[3.361080050215277,43.41936276173286]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[5.6467833878057,49.257240726291637]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[5.161560372235728,46.83094081591107]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.6321340557512668,43.42655311063378]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[0.9994477529516183,49.24191981972434]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[1.8936832157135016,43.49376448089886]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[0.5680160041309615,49.1914832427165]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[5.030667158761221,47.5870925291647]}},{"type":"Feature","properties":{"population":552},"geometry":{"type":"Point","coordinates":[1.5328201719484396,43.93290237668637]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[-1.0562908039842596,48.909475719539639]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[0.22878982799162488,48.237956214171948]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[0.10602313361105673,43.58669820505644]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[5.342183939565803,49.34175920682318]}},{"type":"Feature","properties":{"population":1501},"geometry":{"type":"Point","coordinates":[2.4771505657790287,43.464681896523178]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[-2.965118394956848,48.423936161639108]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[5.163402209799352,46.899115475062789]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[6.567651424868801,49.230464031615728]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[2.0192363200326848,45.98873731337517]}},{"type":"Feature","properties":{"population":1122},"geometry":{"type":"Point","coordinates":[1.6707239688633715,45.263774754490629]}},{"type":"Feature","properties":{"population":2302},"geometry":{"type":"Point","coordinates":[2.5253232588568759,44.44422708668496]}},{"type":"Feature","properties":{"population":1162},"geometry":{"type":"Point","coordinates":[2.423782865112172,49.44500846874868]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[5.509632987792254,46.63790490013282]}},{"type":"Feature","properties":{"population":1071},"geometry":{"type":"Point","coordinates":[-0.7360538901061926,43.03995718088685]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.655555002156058,48.440863052047969]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[3.322191875689845,49.30027535198797]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[6.313820584199151,49.244667023253487]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[0.42332634864141108,44.099920766525027]}},{"type":"Feature","properties":{"population":1550},"geometry":{"type":"Point","coordinates":[0.24078359223686408,49.61002745081432]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[4.520119863875548,47.88950792505467]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[6.448471586951535,49.16990259527556]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[3.590546095286183,48.360657916337377]}},{"type":"Feature","properties":{"population":1887},"geometry":{"type":"Point","coordinates":[-1.3386448133597222,48.05220693188852]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[3.5598928620867356,49.308567284299787]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[2.5555388030481618,50.065836385725109]}},{"type":"Feature","properties":{"population":2827},"geometry":{"type":"Point","coordinates":[-2.9526867123696425,47.7000011655645]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[-0.5741460874281575,45.659440921110128]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[4.555994758930462,49.583946310368087]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[2.51267914334077,49.99130728999133]}},{"type":"Feature","properties":{"population":2118},"geometry":{"type":"Point","coordinates":[5.574462999460632,48.31918362812222]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[3.0073724003668755,46.70491774379153]}},{"type":"Feature","properties":{"population":442},"geometry":{"type":"Point","coordinates":[-0.31933075470747648,48.156286312148157]}},{"type":"Feature","properties":{"population":1051},"geometry":{"type":"Point","coordinates":[5.991033543486455,46.05549925671623]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[4.95045686466279,47.910105664251179]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[2.5507033944850359,42.65566620510035]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[0.1478974117504872,45.34004825642082]}},{"type":"Feature","properties":{"population":3065},"geometry":{"type":"Point","coordinates":[6.006533774601473,49.43747174072547]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[5.089553062249639,48.27587804888371]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[4.236784668156691,47.497020883725657]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[0.41088239210566177,45.95192900823578]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[1.5980878669975243,49.99162058263539]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[2.044019737540172,50.3582215421097]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[4.129991867498374,47.169328921643117]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[0.8452414171269712,44.67941641493656]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[6.059381196234576,48.994079775732178]}},{"type":"Feature","properties":{"population":1928},"geometry":{"type":"Point","coordinates":[7.154310953588795,47.71645673475145]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[-0.22279816844441242,43.58071031437652]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[5.900321245819433,46.16683217876648]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[-0.4712563660225013,43.47369553241902]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[0.5242813469081263,43.476476962423479]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[-0.31399138927227757,45.5614830789592]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[4.526831683746792,49.6647091185832]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[0.8158231319730321,46.474115636030067]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[-0.42343486576353137,43.129996269473377]}},{"type":"Feature","properties":{"population":3254},"geometry":{"type":"Point","coordinates":[-1.5461460305137818,49.10154801822465]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[-3.9877659843484309,48.34908813751214]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[6.096487533085129,49.10638475776286]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[0.08127694299262725,45.95821018678267]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[2.5580485296533754,45.13689783998223]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[-0.6518258687629754,43.818885972902609]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[4.89881416921721,49.52947009608284]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[1.7707080959206459,42.8655745659013]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[6.414242824305745,45.702129984693609]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[0.20396184486244843,44.446398508060678]}},{"type":"Feature","properties":{"population":888},"geometry":{"type":"Point","coordinates":[4.03980473585128,49.00754958129827]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[7.073382858517091,48.408703109363717]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[5.529358933411487,47.39234350844324]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[3.6494979474223414,46.482260722989227]}},{"type":"Feature","properties":{"population":2315},"geometry":{"type":"Point","coordinates":[3.3934451603860946,49.595184070231699]}},{"type":"Feature","properties":{"population":1063},"geometry":{"type":"Point","coordinates":[1.9895452941879928,43.63526677587102]}},{"type":"Feature","properties":{"population":1071},"geometry":{"type":"Point","coordinates":[1.8249778531151764,43.51933202133978]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[5.345508880640736,48.570020158660458]}},{"type":"Feature","properties":{"population":529},"geometry":{"type":"Point","coordinates":[5.751783210694105,45.01711953981464]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[1.638944082239091,49.99981127874344]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[2.836352353636687,50.1318118900811]}},{"type":"Feature","properties":{"population":2191},"geometry":{"type":"Point","coordinates":[-0.374496827585266,44.70785225395015]}},{"type":"Feature","properties":{"population":851},"geometry":{"type":"Point","coordinates":[4.7800136177154999,45.25867737363583]}},{"type":"Feature","properties":{"population":8855},"geometry":{"type":"Point","coordinates":[3.3972755631992448,46.12149220695058]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[3.062357556394517,49.97174681715354]}},{"type":"Feature","properties":{"population":780},"geometry":{"type":"Point","coordinates":[-0.6594026817857832,48.75245087858675]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[3.6896576798537,47.530645775809229]}},{"type":"Feature","properties":{"population":460},"geometry":{"type":"Point","coordinates":[1.4872693568147034,49.61508921889598]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[2.5855562684024058,45.93895402913547]}},{"type":"Feature","properties":{"population":3137},"geometry":{"type":"Point","coordinates":[3.638200872095031,46.26460604451561]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[3.381748934677554,44.49136539436269]}},{"type":"Feature","properties":{"population":1163},"geometry":{"type":"Point","coordinates":[4.955104140615655,46.799162837703729]}},{"type":"Feature","properties":{"population":1087},"geometry":{"type":"Point","coordinates":[6.208516475058058,48.225939894503017]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[-0.01247967745562412,43.4349477438791]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[0.9784773354557935,43.545818326533908]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[0.007810393247542322,43.86008986409028]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[0.9177342203409078,46.73434171768062]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[-4.289098782000223,48.54916146296057]}},{"type":"Feature","properties":{"population":785},"geometry":{"type":"Point","coordinates":[3.481429704703508,49.55792703197698]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[3.3832317180930584,48.45658549010164]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[-0.024524931917069297,44.746582772257358]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[1.3019425361646924,45.402641858653499]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[2.544363527624742,50.38222356700793]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[2.2414782381217228,49.48671867269279]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[3.2639195623780794,49.998248119762667]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[3.4585345692825837,47.36217333513575]}},{"type":"Feature","properties":{"population":1046},"geometry":{"type":"Point","coordinates":[-1.0030296884520638,48.349323867511667]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[1.0140797527872135,48.05512905152041]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[4.69976548857605,47.22658126746565]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[-0.5571136723709856,43.680690300733449]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[1.0663271143692788,44.68521621862854]}},{"type":"Feature","properties":{"population":692},"geometry":{"type":"Point","coordinates":[-0.44266272797874187,49.112827920575579]}},{"type":"Feature","properties":{"population":754},"geometry":{"type":"Point","coordinates":[-0.27618778754761078,48.03090738850821]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[3.7555524398103277,49.780527025976379]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[4.621542053451862,47.99353022162049]}},{"type":"Feature","properties":{"population":6060},"geometry":{"type":"Point","coordinates":[2.417353775236116,49.51169540147493]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[5.7058279035787919,49.074829891807407]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[1.890441806866009,43.381673465292497]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[-0.4007233653483509,46.72484186828488]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[6.962792962067186,48.94036130373271]}},{"type":"Feature","properties":{"population":1159},"geometry":{"type":"Point","coordinates":[1.3037345230217335,47.27538444766509]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[3.3971592118343216,49.90157816121126]}},{"type":"Feature","properties":{"population":1207},"geometry":{"type":"Point","coordinates":[0.036528901979089079,43.28599422075241]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[3.349500894474916,49.51200459323467]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[-1.18575304422357,47.83842070806077]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[5.628510457081515,44.82474394231831]}},{"type":"Feature","properties":{"population":2},"geometry":{"type":"Point","coordinates":[6.254896055073434,48.453139248923509]}},{"type":"Feature","properties":{"population":1508},"geometry":{"type":"Point","coordinates":[-0.9196919665317478,46.333406262993509]}},{"type":"Feature","properties":{"population":1045},"geometry":{"type":"Point","coordinates":[-0.5339054768452517,45.99951991225547]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[-0.652019879657844,43.494075776645747]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[2.210302815948521,46.715893224219069]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[3.0727060662342895,50.10063102756062]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[4.294301879008842,47.86564851533585]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[7.197400228182721,47.859396831962]}},{"type":"Feature","properties":{"population":705},"geometry":{"type":"Point","coordinates":[-0.8169782258681105,46.13396561861946]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[6.336735924245328,48.94715770504923]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[3.569480024550747,49.01482398379327]}},{"type":"Feature","properties":{"population":1118},"geometry":{"type":"Point","coordinates":[6.438953003658162,46.194273908460029]}},{"type":"Feature","properties":{"population":1536},"geometry":{"type":"Point","coordinates":[1.9831868750019795,50.012387978304968]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[3.233634381403773,45.3023592638265]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[5.57131911825715,49.229898488559289]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[0.9024588663995109,43.87177457369829]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[-1.484861283164329,43.29735017740663]}},{"type":"Feature","properties":{"population":1564},"geometry":{"type":"Point","coordinates":[2.4000309329926154,48.54712675670191]}},{"type":"Feature","properties":{"population":859},"geometry":{"type":"Point","coordinates":[2.003909222905902,49.019116352615828]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[3.6540068159980856,49.736842970207629]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[6.442679228416002,47.46556020555712]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[1.6172977615931162,43.82308011335851]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[-0.03288832068794396,46.99921294717096]}},{"type":"Feature","properties":{"population":3519},"geometry":{"type":"Point","coordinates":[3.0189992585881826,49.03523585368595]}},{"type":"Feature","properties":{"population":995},"geometry":{"type":"Point","coordinates":[0.36617930289463748,43.31788081761904]}},{"type":"Feature","properties":{"population":887},"geometry":{"type":"Point","coordinates":[3.9300507435959508,45.087782035531549]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[-0.2987141235788779,45.35870883353242]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[0.18711226483456798,43.57253373914127]}},{"type":"Feature","properties":{"population":585},"geometry":{"type":"Point","coordinates":[5.1367760255779919,44.285119297178329]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[1.8867468268525918,43.965138799004417]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[0.4381071199021959,45.167625107331037]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[-2.2232350258314885,48.36522754851512]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[7.325601856784995,48.31434070289835]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[3.5742729199002425,49.922883843472039]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[4.547023515674105,48.37333278823128]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[5.0724092981940409,44.61647349990379]}},{"type":"Feature","properties":{"population":2023},"geometry":{"type":"Point","coordinates":[7.370711048898989,47.89164492847556]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[4.091244053081325,49.54560427219563]}},{"type":"Feature","properties":{"population":1735},"geometry":{"type":"Point","coordinates":[-0.4211739558244628,48.61220547831224]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[-1.1227541685469838,49.1907464634341]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[3.7768118436453865,49.96029629792469]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[8.86590486710646,41.8027159885992]}},{"type":"Feature","properties":{"population":4166},"geometry":{"type":"Point","coordinates":[4.942767122913221,49.087079194920459]}},{"type":"Feature","properties":{"population":2706},"geometry":{"type":"Point","coordinates":[0.1724081622529722,48.05945762577833]}},{"type":"Feature","properties":{"population":1072},"geometry":{"type":"Point","coordinates":[3.1697576135955938,44.43064493233591]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[3.0922233141124528,45.93474745095101]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[2.2746466415276345,42.501552992091429]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[-0.35652321183127547,48.25263674649773]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[1.5248976435682405,49.404453859398667]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[4.888919490083765,49.66290337938062]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[2.020000930328824,49.1131189777293]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[5.500332527649537,46.826682210080608]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.501203297579843,49.43991610562849]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[0.9024051397470693,43.35302317221758]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[3.6875961817844757,46.41025443916361]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[5.711246030696465,49.208662083075328]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[2.53573675174656,42.77670587839264]}},{"type":"Feature","properties":{"population":2102},"geometry":{"type":"Point","coordinates":[0.5571114731532998,44.1759546943958]}},{"type":"Feature","properties":{"population":3135},"geometry":{"type":"Point","coordinates":[2.9582188752896236,42.56839140648832]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[2.4722189842310477,50.42087702934482]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[5.5526212564242469,49.46294997076711]}},{"type":"Feature","properties":{"population":980},"geometry":{"type":"Point","coordinates":[-0.408968561305825,48.87674696473745]}},{"type":"Feature","properties":{"population":766},"geometry":{"type":"Point","coordinates":[1.621500186271465,43.498313938715359]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[4.5034927304088889,47.81022496512159]}},{"type":"Feature","properties":{"population":1479},"geometry":{"type":"Point","coordinates":[3.0832612741771414,45.87338751235482]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[-0.10966391396238468,43.060571990462658]}},{"type":"Feature","properties":{"population":728},"geometry":{"type":"Point","coordinates":[-2.288240169244429,47.723006508022098]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[-2.032979077101357,48.166645908546019]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[5.538334296718856,49.05422573888204]}},{"type":"Feature","properties":{"population":1571},"geometry":{"type":"Point","coordinates":[6.428334208293022,47.970021827908947]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[1.8647602762326372,45.15920306742348]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[1.29010113463124,44.07996678345356]}},{"type":"Feature","properties":{"population":1203},"geometry":{"type":"Point","coordinates":[3.515662227692366,50.052921424018389]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[2.979652689748722,44.70560939267328]}},{"type":"Feature","properties":{"population":3269},"geometry":{"type":"Point","coordinates":[6.0909629378567369,43.33640238597229]}},{"type":"Feature","properties":{"population":1560},"geometry":{"type":"Point","coordinates":[5.92565134505854,47.277911160157319]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[0.4797760315747636,46.21018730604328]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[2.397209387429477,49.59397814401477]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[6.4710521776658169,48.423924682077608]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[0.4665352856352263,48.743287542271968]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[1.0133897970983359,49.215778224226678]}},{"type":"Feature","properties":{"population":1987},"geometry":{"type":"Point","coordinates":[0.15827789085047309,48.13858898571978]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[8.897997715691036,41.791704543394178]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[5.871301404792036,48.32200248025318]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[0.9716141456310633,43.80200713081403]}},{"type":"Feature","properties":{"population":1562},"geometry":{"type":"Point","coordinates":[-3.3739204791231387,47.98494461899576]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[2.361639793089871,50.22312502227994]}},{"type":"Feature","properties":{"population":715},"geometry":{"type":"Point","coordinates":[2.748848742682118,45.9715296748964]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[4.69116684931941,49.246020654429617]}},{"type":"Feature","properties":{"population":597},"geometry":{"type":"Point","coordinates":[7.7104802206547549,48.89598443624584]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[5.339007532113894,46.904179644053389]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[1.2946836964526174,49.10078743544441]}},{"type":"Feature","properties":{"population":3227},"geometry":{"type":"Point","coordinates":[3.132347026247753,50.56601439228945]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[1.7329515131663862,48.01704035367762]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[5.394842254959273,44.248406271336097]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[3.160869669853385,44.38263864969795]}},{"type":"Feature","properties":{"population":756},"geometry":{"type":"Point","coordinates":[4.738063583047052,45.51246980663743]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[-0.6795761491463679,48.800573094099359]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[3.0405861079071325,46.374787620802639]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[2.0731987851835527,46.16018087627503]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[2.3277835929417685,43.95966549525138]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[3.0450478679083714,49.7704022824459]}},{"type":"Feature","properties":{"population":799},"geometry":{"type":"Point","coordinates":[3.012723806413886,48.99784777883627]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[2.8287006601381687,49.0989957062048]}},{"type":"Feature","properties":{"population":783},"geometry":{"type":"Point","coordinates":[1.5881818324951549,43.17249890924711]}},{"type":"Feature","properties":{"population":831},"geometry":{"type":"Point","coordinates":[2.81406234558545,48.1903820210089]}},{"type":"Feature","properties":{"population":1119},"geometry":{"type":"Point","coordinates":[5.066598285327198,46.46117696469672]}},{"type":"Feature","properties":{"population":3275},"geometry":{"type":"Point","coordinates":[2.994154937780322,50.57005388185299]}},{"type":"Feature","properties":{"population":1190},"geometry":{"type":"Point","coordinates":[3.27378715482963,43.47910608366651]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[7.311425559041604,48.51241615176736]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[4.584437290585671,48.897410297609187]}},{"type":"Feature","properties":{"population":6204},"geometry":{"type":"Point","coordinates":[1.1002738759369053,46.63480735493336]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[1.303774032121216,43.144786223145519]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[0.8496689663875559,46.00448509627511]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[-0.3981310129665731,48.66104318121072]}},{"type":"Feature","properties":{"population":584},"geometry":{"type":"Point","coordinates":[-1.299788870124366,49.09817763432317]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[5.3836265513462699,48.78981716066123]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[4.836610941496242,47.171498364587638]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[2.089158057805772,50.79617149516935]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[2.559348235106227,50.19928342447413]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[2.089857014550599,43.227737849659799]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[1.529016031632447,42.95844446414071]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[-0.6058415479645816,43.212706077630539]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[4.149197260421998,48.26495739125403]}},{"type":"Feature","properties":{"population":3587},"geometry":{"type":"Point","coordinates":[8.731376675265086,41.973823977537367]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[2.812334434761081,43.284854420192619]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[3.9531269606834429,48.538239399056049]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[3.0111698133948416,43.50571483794327]}},{"type":"Feature","properties":{"population":1158},"geometry":{"type":"Point","coordinates":[-2.1177735216887227,48.39427442078627]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[6.811978838266124,48.32435231401973]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[2.8607748262937755,47.633403473869687]}},{"type":"Feature","properties":{"population":3404},"geometry":{"type":"Point","coordinates":[-0.44020754779848617,44.81958194083411]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[6.922680258607512,47.25680214613994]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[-1.7352417970991836,49.555197616180759]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[5.6684767312209989,44.28925472343525]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[-0.25225573968896206,48.43368853113452]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[-0.890290226873857,46.050354620514017]}},{"type":"Feature","properties":{"population":888},"geometry":{"type":"Point","coordinates":[-0.8385310888709336,49.0562973220821]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[2.1770164909762257,49.158478932917919]}},{"type":"Feature","properties":{"population":2278},"geometry":{"type":"Point","coordinates":[-1.7776555441882965,48.30239043921845]}},{"type":"Feature","properties":{"population":1121},"geometry":{"type":"Point","coordinates":[-1.4759316623697457,46.51363785709885]}},{"type":"Feature","properties":{"population":3151},"geometry":{"type":"Point","coordinates":[4.660116958064192,49.97265055334625]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[0.42822984241308539,44.06810039524888]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[4.711007921801538,46.950463455289689]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[5.724102246293093,49.147977652903268]}},{"type":"Feature","properties":{"population":2943},"geometry":{"type":"Point","coordinates":[1.23708331247973,43.457292845363358]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[4.212245839960972,44.98630548234796]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[3.2494913063798336,46.354130928278859]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[5.3497519203485199,44.56793909902906]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[1.635658662128973,44.874110791494768]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[-0.3876590248461984,46.07320937379683]}},{"type":"Feature","properties":{"population":1557},"geometry":{"type":"Point","coordinates":[7.448168934120492,47.856988150155867]}},{"type":"Feature","properties":{"population":631},"geometry":{"type":"Point","coordinates":[1.889406340254858,45.071797211019177]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[0.9692753816122318,47.70907220434843]}},{"type":"Feature","properties":{"population":3661},"geometry":{"type":"Point","coordinates":[1.7466133214672846,47.8654712533475]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[2.043246883958719,42.75808377667121]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[0.9841399927013255,43.564420474149887]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[4.581367572883687,44.038934488826658]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[4.407913538643631,48.26963037065615]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[3.8134252528904306,47.41047442806394]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[4.44068606710756,46.23713873459359]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[-0.4245284591601636,45.97849109841502]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[5.54680124591504,49.138365459627099]}},{"type":"Feature","properties":{"population":2007},"geometry":{"type":"Point","coordinates":[4.764560002243402,45.4531859825963]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[7.256421253252863,48.91913555525648]}},{"type":"Feature","properties":{"population":1051},"geometry":{"type":"Point","coordinates":[0.12442749695204927,47.85615379760643]}},{"type":"Feature","properties":{"population":3848},"geometry":{"type":"Point","coordinates":[-0.15826531758347574,49.13399561976017]}},{"type":"Feature","properties":{"population":1883},"geometry":{"type":"Point","coordinates":[-1.748895116964393,46.605557788066679]}},{"type":"Feature","properties":{"population":5814},"geometry":{"type":"Point","coordinates":[1.9077604054787794,48.79067846367423]}},{"type":"Feature","properties":{"population":1662},"geometry":{"type":"Point","coordinates":[-0.3598561015248865,44.47997494189938]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[0.8532693512824588,47.98354533255764]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[7.125695276915361,43.82536277647452]}},{"type":"Feature","properties":{"population":1023},"geometry":{"type":"Point","coordinates":[3.3331076503485419,43.539936649309058]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[6.051096142386132,48.54363835049962]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[2.6875213703045608,49.99611126068112]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[3.5429865580069488,50.196930902558268]}},{"type":"Feature","properties":{"population":2317},"geometry":{"type":"Point","coordinates":[6.221401125988395,43.62495311341177]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[2.0974996250086597,49.30247335182789]}},{"type":"Feature","properties":{"population":1412},"geometry":{"type":"Point","coordinates":[3.721609484946675,45.48042857821637]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[2.9756219148534579,49.60735999490572]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[6.863723039494928,48.865288657546958]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[2.6866415108990826,44.56903112962156]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[3.2464954348853358,46.082541490099888]}},{"type":"Feature","properties":{"population":1714},"geometry":{"type":"Point","coordinates":[2.9913094335099519,50.5108875051343]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[9.181320529500994,42.44663082273073]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[2.1796150882449396,50.49366762002388]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[0.6322978486945651,43.757019172641047]}},{"type":"Feature","properties":{"population":1127},"geometry":{"type":"Point","coordinates":[-0.5010112264978632,49.13662875005863]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[0.9602442214310574,49.74804121495886]}},{"type":"Feature","properties":{"population":694},"geometry":{"type":"Point","coordinates":[0.7477387532363948,48.816422211147948]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[4.530079251840417,44.759519905457619]}},{"type":"Feature","properties":{"population":717},"geometry":{"type":"Point","coordinates":[0.12513668582682589,45.8953007747044]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.24169070588796874,49.093480802978209]}},{"type":"Feature","properties":{"population":13},"geometry":{"type":"Point","coordinates":[5.962746145755051,45.07428934154926]}},{"type":"Feature","properties":{"population":2366},"geometry":{"type":"Point","coordinates":[7.239887606075362,48.64210313196651]}},{"type":"Feature","properties":{"population":1442},"geometry":{"type":"Point","coordinates":[4.085637523508873,49.34748507813382]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[3.528112655140523,45.27186400904881]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[2.4814019064059686,43.02249612073786]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[0.33542812081493436,49.29743256064999]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.9132613077974218,49.096568939102507]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[6.200069736326772,47.41388657560788]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[4.228096068548313,47.43579238190178]}},{"type":"Feature","properties":{"population":965},"geometry":{"type":"Point","coordinates":[1.8375916007002867,48.84576107449095]}},{"type":"Feature","properties":{"population":1751},"geometry":{"type":"Point","coordinates":[2.0337117548341916,50.87822466288738]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[6.118787807533131,48.493835519639628]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[1.1468141019022416,45.016868268200848]}},{"type":"Feature","properties":{"population":1772},"geometry":{"type":"Point","coordinates":[6.359003625256169,49.43565373291117]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[1.8520585124381353,44.825269262568287]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[-0.09237314985818038,43.02286309612643]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[0.5627038402564782,48.9926854748736]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[3.4659875424544248,43.7027652618272]}},{"type":"Feature","properties":{"population":1061},"geometry":{"type":"Point","coordinates":[2.031524057913509,50.36617965389302]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[2.405531134806229,47.91584425460508]}},{"type":"Feature","properties":{"population":2958},"geometry":{"type":"Point","coordinates":[4.14578271359793,43.74961627908147]}},{"type":"Feature","properties":{"population":1226},"geometry":{"type":"Point","coordinates":[4.852814456112391,46.7239265446581]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[0.21565802816790956,43.3196870438805]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[4.523173788599974,47.57617327443352]}},{"type":"Feature","properties":{"population":2137},"geometry":{"type":"Point","coordinates":[-1.8252767092928564,46.67094032439447]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[1.6814542441502838,43.45575123801512]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[4.940648350748202,45.14328320567625]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[3.360243912133004,49.004652483740517]}},{"type":"Feature","properties":{"population":1331},"geometry":{"type":"Point","coordinates":[2.6332236982525538,46.277932042017329]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[5.172918652133502,47.73917404334868]}},{"type":"Feature","properties":{"population":1456},"geometry":{"type":"Point","coordinates":[4.836670672094081,46.836821907402747]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.225820619533062,48.67671159446271]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[1.6996272535845325,49.56690201122811]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[4.703420693372273,49.30933060649786]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[0.9056128771803216,42.992378582048889]}},{"type":"Feature","properties":{"population":1793},"geometry":{"type":"Point","coordinates":[-0.5084963283228674,45.27603588583171]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[5.349300883237077,48.24748429875771]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[6.334773510042008,45.33298007031371]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[0.10073867700756589,44.76933988259604]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[6.178470544335351,47.41189233053426]}},{"type":"Feature","properties":{"population":3993},"geometry":{"type":"Point","coordinates":[-2.140804713498302,47.763699750327798]}},{"type":"Feature","properties":{"population":1201},"geometry":{"type":"Point","coordinates":[-1.147478678555745,48.413052920895797]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[2.87256756121969,47.300828586445877]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[2.0841847417631325,43.19907230436911]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.1549410913901054,46.07680127902191]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[1.7836215376370704,49.96990414874847]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[6.658245251782907,48.50309171336957]}},{"type":"Feature","properties":{"population":2586},"geometry":{"type":"Point","coordinates":[5.532151646326192,45.47188513075624]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[4.90951837992858,44.79242100269717]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[0.9415528783800344,43.166826238748]}},{"type":"Feature","properties":{"population":1011},"geometry":{"type":"Point","coordinates":[-1.2991308082832423,46.756532856520468]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[4.940246693838194,49.01885064053958]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[0.6051636383117302,43.334563151421367]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[0.5274040356755813,46.93871954595881]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[0.0283136247801439,43.05564929615286]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[6.322448547926043,48.52834456369021]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[2.442608608888598,42.55902031810512]}},{"type":"Feature","properties":{"population":2152},"geometry":{"type":"Point","coordinates":[0.6269015452237854,42.73507024139127]}},{"type":"Feature","properties":{"population":726},"geometry":{"type":"Point","coordinates":[1.0374617482502775,49.218276000142818]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[1.8380990974044636,50.27255520067771]}},{"type":"Feature","properties":{"population":851},"geometry":{"type":"Point","coordinates":[1.682648448370477,48.94035171728288]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[7.455689265045842,49.13924767992162]}},{"type":"Feature","properties":{"population":1481},"geometry":{"type":"Point","coordinates":[6.473371908639044,46.25548765036627]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[5.9724145230333429,48.5755246366349]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[4.500825825671961,44.94739805026106]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[7.162152085481724,48.85880472624859]}},{"type":"Feature","properties":{"population":1123},"geometry":{"type":"Point","coordinates":[5.759696691126303,46.05009267539315]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[1.0669736749904662,49.831943002374]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[1.870210535961704,47.23545484672828]}},{"type":"Feature","properties":{"population":969},"geometry":{"type":"Point","coordinates":[2.7780620878363795,42.78743398745552]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[3.0519996092769716,49.9959602741993]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[5.391185963174555,46.908736456006817]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[3.5829038639025407,46.86008598895288]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[0.9634259373769282,49.1536410987052]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[4.250725189450247,48.802816271612638]}},{"type":"Feature","properties":{"population":1337},"geometry":{"type":"Point","coordinates":[-0.4283966960537083,45.77768448138557]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[1.3205656160195656,44.59964180996627]}},{"type":"Feature","properties":{"population":4689},"geometry":{"type":"Point","coordinates":[0.34279881617169469,49.33777999764005]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[-1.4259317769420553,49.01161925080985]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[2.2064538112207217,42.99352365668819]}},{"type":"Feature","properties":{"population":1671},"geometry":{"type":"Point","coordinates":[5.613636530194398,46.20274498957577]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[6.341099233782738,48.911365238311237]}},{"type":"Feature","properties":{"population":3543},"geometry":{"type":"Point","coordinates":[4.672650273259331,45.69903642008783]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[2.2126582035157056,45.60742808869198]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[1.282244799819234,43.2022957595555]}},{"type":"Feature","properties":{"population":4565},"geometry":{"type":"Point","coordinates":[2.0233828821072894,47.60345371064683]}},{"type":"Feature","properties":{"population":2170},"geometry":{"type":"Point","coordinates":[0.9185281509531171,49.82239432856237]}},{"type":"Feature","properties":{"population":2623},"geometry":{"type":"Point","coordinates":[-0.6241401583100017,48.4230154502265]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[1.9352135892970524,44.94426935220088]}},{"type":"Feature","properties":{"population":784},"geometry":{"type":"Point","coordinates":[3.862280282122369,43.80194353552566]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[-1.8967253124323225,48.31320047872568]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[-0.3223122218511389,46.06532880639216]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[2.5167014873044608,46.26249995314514]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[6.874962878288218,48.13245845010545]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[3.9503474405777907,48.8830780852201]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[2.89912804659465,49.79829908440123]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[0.13721847391045503,42.993361890866037]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[5.244167764176365,44.03717752419045]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[6.207632981893992,48.830241686126807]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[3.836388174150188,49.91985021276719]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[-0.14600964062733938,43.67522191412786]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[4.4112317911453069,49.316131732769658]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[1.6881413876803793,47.427874467641597]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[4.090508652150968,47.32311157847818]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[4.322851479067778,44.24180011567996]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[3.0990307668895915,46.024895536660647]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[4.972335711514903,44.68347469319256]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[5.611530458777307,46.35815641578583]}},{"type":"Feature","properties":{"population":1119},"geometry":{"type":"Point","coordinates":[1.8385748300833563,44.49412336715029]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[3.121417749682887,43.61882304898032]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[1.2666753707693733,49.002047924708168]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[1.2030662610731518,49.69258091037297]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[2.1842388012912394,48.13690364431668]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[3.2021386014102628,48.083161736170008]}},{"type":"Feature","properties":{"population":1329},"geometry":{"type":"Point","coordinates":[0.2924570324609411,45.84357620250485]}},{"type":"Feature","properties":{"population":1531},"geometry":{"type":"Point","coordinates":[1.984159772124669,43.84308724623663]}},{"type":"Feature","properties":{"population":2629},"geometry":{"type":"Point","coordinates":[-1.0693616319896556,48.60345418034727]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[2.507554674918763,48.2532907608276]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[0.3869862098570535,43.03167468060175]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[5.382805463523879,47.71811056101911]}},{"type":"Feature","properties":{"population":564},"geometry":{"type":"Point","coordinates":[3.3479493967020725,45.43441704548844]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[2.1508771979336624,46.14229747022793]}},{"type":"Feature","properties":{"population":1558},"geometry":{"type":"Point","coordinates":[3.1136490072418554,47.38000116046195]}},{"type":"Feature","properties":{"population":918},"geometry":{"type":"Point","coordinates":[0.7249556583264848,46.81313006714223]}},{"type":"Feature","properties":{"population":1594},"geometry":{"type":"Point","coordinates":[2.088472845750732,48.530993845751108]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[1.9041053278715139,49.80358166572645]}},{"type":"Feature","properties":{"population":812},"geometry":{"type":"Point","coordinates":[5.995372893638001,45.640555382520087]}},{"type":"Feature","properties":{"population":1601},"geometry":{"type":"Point","coordinates":[-0.26882269751451479,45.657490429739528]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[-1.1703976279930413,47.942511408182479]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[1.552543171746669,48.012897129975787]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[3.654449148209344,48.69474800202315]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[0.9920780823527309,47.22245478331425]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[3.261843075708062,48.89723470418231]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[0.3583304874078494,42.83248277933873]}},{"type":"Feature","properties":{"population":665},"geometry":{"type":"Point","coordinates":[0.9190777156177329,45.62941184901631]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[5.711188537601197,49.39642760354006]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[1.8097513047670478,42.92813632895683]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[-0.5848708821649608,49.003708772762347]}},{"type":"Feature","properties":{"population":649},"geometry":{"type":"Point","coordinates":[1.7203039882048584,50.18737379918162]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[0.3281046196011897,42.935664368657]}},{"type":"Feature","properties":{"population":1363},"geometry":{"type":"Point","coordinates":[1.5721559783153774,48.62096151768302]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[6.191690561694666,44.53384635587185]}},{"type":"Feature","properties":{"population":43699},"geometry":{"type":"Point","coordinates":[2.3101525541519245,48.79847648087472]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[2.958133064228864,49.07551929410908]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[6.8441577202850649,47.27150034390404]}},{"type":"Feature","properties":{"population":1065},"geometry":{"type":"Point","coordinates":[-1.1100086764364177,48.44411992383757]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[4.243020407603431,46.176219969822508]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.6733528268780848,49.5686989264415]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[3.016675655548496,43.72765295548518]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[4.639515744901604,46.91230828407148]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[1.9368397287060833,42.65832352955358]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.8060143855860839,44.684392756823267]}},{"type":"Feature","properties":{"population":2006},"geometry":{"type":"Point","coordinates":[6.013540086083527,45.29753234382432]}},{"type":"Feature","properties":{"population":2140},"geometry":{"type":"Point","coordinates":[5.958696993510528,45.3113128723009]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[-0.19379061751975849,47.859943473104909]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[2.27722991151239,48.35851684309869]}},{"type":"Feature","properties":{"population":1331},"geometry":{"type":"Point","coordinates":[-0.04495833743065922,47.39110640578884]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[3.004710371228698,46.12604955652526]}},{"type":"Feature","properties":{"population":3550},"geometry":{"type":"Point","coordinates":[3.7026259962923855,43.54040249580345]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[-0.13626135818333899,43.39673469564116]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[-0.701975712505675,43.63156170369941]}},{"type":"Feature","properties":{"population":826},"geometry":{"type":"Point","coordinates":[5.692986001698191,45.93198495844013]}},{"type":"Feature","properties":{"population":662},"geometry":{"type":"Point","coordinates":[5.0048724657420708,44.593510317360848]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[2.5287646055060004,43.045941030145268]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[1.228044854221063,49.911277006748949]}},{"type":"Feature","properties":{"population":1140},"geometry":{"type":"Point","coordinates":[1.0810871514107444,45.505359386588299]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[4.064330191480842,45.50590629365883]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[4.86863474886353,48.27440456190226]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[5.334845298225693,46.14664872926981]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[7.46515926081389,48.5941550155608]}},{"type":"Feature","properties":{"population":1129},"geometry":{"type":"Point","coordinates":[5.391236932097402,46.63396443543021]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[3.717611163210638,47.907816804291339]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[-0.288653927853552,44.6967554883891]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[-1.1502674481204443,48.32060414041874]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[1.7975471276144369,48.821146315137827]}},{"type":"Feature","properties":{"population":1662},"geometry":{"type":"Point","coordinates":[-0.028805308052188187,43.924910211378577]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[2.384045761040836,44.0784031344459]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[4.631012704860547,49.02921706203115]}},{"type":"Feature","properties":{"population":4068},"geometry":{"type":"Point","coordinates":[2.3041249152985885,49.071444076135318]}},{"type":"Feature","properties":{"population":935},"geometry":{"type":"Point","coordinates":[3.2463567987635515,48.70745740684719]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[2.804690026561779,44.46215625907219]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[4.733730879870211,50.0987567243279]}},{"type":"Feature","properties":{"population":2288},"geometry":{"type":"Point","coordinates":[-2.6870377280180866,48.06988574071534]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[-0.1333042909976738,44.710548724812607]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[5.107265205032778,48.9423404158195]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[5.361292988026372,49.61688922103486]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[1.010357274483344,43.48570364812189]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[0.2633415738419586,45.26698685127469]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[2.914117745757488,49.687572346357388]}},{"type":"Feature","properties":{"population":5622},"geometry":{"type":"Point","coordinates":[-0.4103344580186255,43.209007515162017]}},{"type":"Feature","properties":{"population":869},"geometry":{"type":"Point","coordinates":[5.114771688254035,44.97898798449676]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[5.77589351160923,47.33934112774531]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[7.138780774303029,48.91215545194559]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[5.355059691650914,45.84569042417697]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[6.085483074577255,48.41794672539379]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[-0.5692080899658385,47.91941505850822]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[0.8036896904970667,43.12199035220959]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[5.277737314360096,47.413774422014999]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[-0.34908817818981138,46.86918591626258]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[2.483155703931849,48.0606711080208]}},{"type":"Feature","properties":{"population":2436},"geometry":{"type":"Point","coordinates":[0.8506877612720416,47.28567927183474]}},{"type":"Feature","properties":{"population":1536},"geometry":{"type":"Point","coordinates":[-0.34162882047046419,43.41465684126626]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[4.698098252849874,49.33879723369915]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[1.4470430384003668,43.142916830966758]}},{"type":"Feature","properties":{"population":1003},"geometry":{"type":"Point","coordinates":[4.253703146704925,44.19739816963592]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[6.510328596878307,48.843613274585219]}},{"type":"Feature","properties":{"population":1394},"geometry":{"type":"Point","coordinates":[4.159316987911106,43.85405898451518]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[4.344168236809296,44.49142370574963]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[5.25829856468535,49.48300727017253]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[0.3153622147427043,44.776498274651469]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[-3.374241856850824,48.38665315215604]}},{"type":"Feature","properties":{"population":1095},"geometry":{"type":"Point","coordinates":[1.845837881214577,49.02590915242306]}},{"type":"Feature","properties":{"population":1025},"geometry":{"type":"Point","coordinates":[-0.8223467725641369,45.94302212298848]}},{"type":"Feature","properties":{"population":2025},"geometry":{"type":"Point","coordinates":[1.6681089269983336,47.81050334398096]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[7.371647571958364,47.649031738682399]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[1.8737862722506913,49.30237201669415]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[4.136826315945021,50.17796949315632]}},{"type":"Feature","properties":{"population":935},"geometry":{"type":"Point","coordinates":[4.0183291731183738,49.162732814770567]}},{"type":"Feature","properties":{"population":1241},"geometry":{"type":"Point","coordinates":[-3.123497620842997,48.224024562009599]}},{"type":"Feature","properties":{"population":468},"geometry":{"type":"Point","coordinates":[-1.3844028749481193,46.43578458397503]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[7.5747472179403909,48.23519580469628]}},{"type":"Feature","properties":{"population":2002},"geometry":{"type":"Point","coordinates":[6.050584630905802,44.033958209701797]}},{"type":"Feature","properties":{"population":712},"geometry":{"type":"Point","coordinates":[3.8715034170751214,48.28230804058782]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[4.6303635622945669,46.583112611827719]}},{"type":"Feature","properties":{"population":1213},"geometry":{"type":"Point","coordinates":[2.5755399885095486,44.952624428340119]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[2.663507135463754,48.22722027141015]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[2.3406886545336169,50.2151434508242]}},{"type":"Feature","properties":{"population":2308},"geometry":{"type":"Point","coordinates":[2.9108733011036458,49.759599873318837]}},{"type":"Feature","properties":{"population":1297},"geometry":{"type":"Point","coordinates":[5.715067415054648,44.42130242745151]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[2.0424149660300725,49.81045385554312]}},{"type":"Feature","properties":{"population":2115},"geometry":{"type":"Point","coordinates":[0.5522285505044566,47.96771076583067]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[2.2215078570019726,44.50582477777013]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[4.042580603532143,48.43451685822953]}},{"type":"Feature","properties":{"population":3851},"geometry":{"type":"Point","coordinates":[-1.2322000652535468,48.823241946540168]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[2.8145449553453965,49.94099325636052]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[3.986447389991241,49.36585164639044]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[0.4697798124734121,44.367567284758987]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[5.070193003491812,45.21658571967512]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[0.8807527119577572,43.53593167491202]}},{"type":"Feature","properties":{"population":1152},"geometry":{"type":"Point","coordinates":[6.389381144038617,48.27586544793894]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[2.9759977813329554,48.454725511439679]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[4.1406973922927758,44.23429946981884]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[-2.0765188599259818,48.113220903393159]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[0.907690594500441,43.417667041173057]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[3.7358364330403774,49.31696256452389]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[4.769857467032934,46.25818213972951]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[4.294290955285976,44.1123338042285]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[1.8446014163974836,42.9806252586576]}},{"type":"Feature","properties":{"population":885},"geometry":{"type":"Point","coordinates":[1.9492973439274455,46.783836935224218]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[6.706255749708635,47.34461497028387]}},{"type":"Feature","properties":{"population":1231},"geometry":{"type":"Point","coordinates":[0.20123894693128159,48.11880510742601]}},{"type":"Feature","properties":{"population":514},"geometry":{"type":"Point","coordinates":[3.4102105002600409,48.2543978594548]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[2.6623450045070458,42.60032450636238]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[5.803631418594443,47.2828966003353]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[1.900848915235749,48.30326652113376]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[4.848336624265144,46.953914570118]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[4.298182686339554,44.61003752826517]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[1.7123424489364306,47.187239667674749]}},{"type":"Feature","properties":{"population":816},"geometry":{"type":"Point","coordinates":[6.137468230325784,48.95598521631783]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[2.3587428898067515,49.65030098149748]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[2.3969189278056759,50.56769533418133]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[5.836483993880496,49.09856295461604]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[3.077829439445817,49.556655730217197]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[5.129113374543424,48.03808214734108]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[5.919302280132677,49.38687774016961]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[-0.8864982674066406,45.32077170231525]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[6.941677790098536,47.57976828791957]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[-0.2216061391942068,48.70101944806573]}},{"type":"Feature","properties":{"population":2587},"geometry":{"type":"Point","coordinates":[4.616612808647943,45.7813364500481]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[4.587707313464613,49.79473486979472]}},{"type":"Feature","properties":{"population":1308},"geometry":{"type":"Point","coordinates":[4.247403973163795,49.53435057894693]}},{"type":"Feature","properties":{"population":832},"geometry":{"type":"Point","coordinates":[3.2998588599140006,48.50876164884875]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[0.5559782661301567,47.90289729685979]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[-0.06539795718714152,49.213018814967309]}},{"type":"Feature","properties":{"population":841},"geometry":{"type":"Point","coordinates":[-1.1331917973793884,44.087065540891448]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[5.2291224849300639,49.61621951288151]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[2.5861850965749797,45.18408132715441]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[6.171017186563624,48.090195771448879]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[4.419150388839895,46.07662448689534]}},{"type":"Feature","properties":{"population":1277},"geometry":{"type":"Point","coordinates":[5.068448551338401,48.5501095328332]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[0.31609526121069406,46.92737580277117]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[5.780268494730242,48.41517687226402]}},{"type":"Feature","properties":{"population":905},"geometry":{"type":"Point","coordinates":[8.05194834410937,48.912754398983519]}},{"type":"Feature","properties":{"population":1197},"geometry":{"type":"Point","coordinates":[4.148463173131316,44.26127829511295]}},{"type":"Feature","properties":{"population":2266},"geometry":{"type":"Point","coordinates":[0.25288137964345427,48.1714422116037]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[4.522894528883145,46.5650802060006]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[-0.13863747278582604,43.60032687605807]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[5.467995721140706,48.488114174634009]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[-1.5711588310221543,49.47174815893795]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[4.740305753842119,47.5254075034256]}},{"type":"Feature","properties":{"population":1059},"geometry":{"type":"Point","coordinates":[5.1940777025030739,44.23397574089516]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[-3.098927127610606,48.84519451294591]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[4.787243846328256,46.55586418239278]}},{"type":"Feature","properties":{"population":3779},"geometry":{"type":"Point","coordinates":[3.3294811929500027,50.312555031418209]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[-0.04104665393060793,48.388340081422658]}},{"type":"Feature","properties":{"population":1203},"geometry":{"type":"Point","coordinates":[6.245970826706784,45.60104765851422]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[5.553146092651529,47.2529157181928]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[6.870673415699973,48.886270989139919]}},{"type":"Feature","properties":{"population":1039},"geometry":{"type":"Point","coordinates":[2.8046901118254135,42.565271524260008]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[4.681703142865129,46.98938496089876]}},{"type":"Feature","properties":{"population":1658},"geometry":{"type":"Point","coordinates":[7.372074402474042,48.15648036634422]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[3.4386751825390546,49.38604751525123]}},{"type":"Feature","properties":{"population":594},"geometry":{"type":"Point","coordinates":[1.7692614523624682,49.69281662632846]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[9.371613144416875,42.446858985725999]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[-0.26233758342631199,45.56372704753622]}},{"type":"Feature","properties":{"population":888},"geometry":{"type":"Point","coordinates":[-0.6411388866339586,47.00592225935142]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[1.752736646057724,43.55831591723955]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[2.879921163140337,46.58720760754123]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[3.683192350789759,47.31110084884205]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[5.425659798094785,48.52548580305443]}},{"type":"Feature","properties":{"population":1275},"geometry":{"type":"Point","coordinates":[1.2726485794669178,43.98798430677527]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[0.9433871034211695,49.862947675191147]}},{"type":"Feature","properties":{"population":1272},"geometry":{"type":"Point","coordinates":[-0.5039652577777395,43.15565725843459]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[6.536036218404032,48.25638120339711]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[4.594656930531371,49.41945379322213]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[6.066211672333774,48.4413672758853]}},{"type":"Feature","properties":{"population":1660},"geometry":{"type":"Point","coordinates":[1.9020661428953219,49.847513280965518]}},{"type":"Feature","properties":{"population":4065},"geometry":{"type":"Point","coordinates":[4.966851620048099,46.32745373064577]}},{"type":"Feature","properties":{"population":1139},"geometry":{"type":"Point","coordinates":[2.3295972138195659,49.33483632875241]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[5.7377531558675909,45.60747067217688]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[2.4903079033126875,49.41213337940006]}},{"type":"Feature","properties":{"population":2399},"geometry":{"type":"Point","coordinates":[5.9960206744841149,43.239817760707349]}},{"type":"Feature","properties":{"population":1486},"geometry":{"type":"Point","coordinates":[6.410294984405343,45.92431409102158]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[0.019113960598847514,48.18221052601098]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[5.605028988463002,48.577881838935308]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[-1.583231119029859,49.32046257702579]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[3.95133654956085,44.34422034099332]}},{"type":"Feature","properties":{"population":4940},"geometry":{"type":"Point","coordinates":[4.111621715703444,49.29719371083665]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.9811985732291257,49.662419331520769]}},{"type":"Feature","properties":{"population":2963},"geometry":{"type":"Point","coordinates":[3.4011730343278105,43.39246815274574]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[1.6203235193145438,44.516566591564359]}},{"type":"Feature","properties":{"population":5254},"geometry":{"type":"Point","coordinates":[-0.7550433378970872,47.63587747144385]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[3.4979345307587419,44.19452791536118]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[5.262347290135671,44.80807056164678]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[2.762260214442343,49.67170021630139]}},{"type":"Feature","properties":{"population":1057},"geometry":{"type":"Point","coordinates":[4.810171369968193,49.686274154711487]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[2.8021122329682845,49.88643989970483]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[4.812793692856947,48.213314689455568]}},{"type":"Feature","properties":{"population":602},"geometry":{"type":"Point","coordinates":[0.13393069652843624,46.66422032645868]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[5.148226597918094,48.65738604366584]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[1.9488987334380679,49.9345711482242]}},{"type":"Feature","properties":{"population":884},"geometry":{"type":"Point","coordinates":[6.77347432166273,47.41280273443706]}},{"type":"Feature","properties":{"population":896},"geometry":{"type":"Point","coordinates":[0.7709478671450794,47.58455379602242]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[2.9674755871296965,43.9485787233158]}},{"type":"Feature","properties":{"population":571},"geometry":{"type":"Point","coordinates":[5.384880387922303,47.23595465389797]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[1.4872515280516546,44.55643901965545]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[4.874474863160817,48.80384667737903]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[4.841561756687505,46.62007260427413]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[7.1006195301907539,48.78067306758357]}},{"type":"Feature","properties":{"population":1118},"geometry":{"type":"Point","coordinates":[-0.21850479294667769,48.216068611131579]}},{"type":"Feature","properties":{"population":1283},"geometry":{"type":"Point","coordinates":[7.469548304949056,48.1006097564826]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[2.1969658914436067,46.820951283059347]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[-0.07149848073660133,45.19165603795827]}},{"type":"Feature","properties":{"population":1179},"geometry":{"type":"Point","coordinates":[6.838692229021949,47.712216048244339]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[1.603579790765163,48.6969072415203]}},{"type":"Feature","properties":{"population":1125},"geometry":{"type":"Point","coordinates":[6.236048403311177,47.317568476517028]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[3.6038407913568597,46.65980189514392]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[-0.20739358387482977,45.99770082806585]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[9.403173346755232,42.36235411313389]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[3.204637254764805,46.645372626881947]}},{"type":"Feature","properties":{"population":2645},"geometry":{"type":"Point","coordinates":[-1.752359267866184,47.08029075694412]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[1.4653396509256105,47.90660809815988]}},{"type":"Feature","properties":{"population":2443},"geometry":{"type":"Point","coordinates":[1.556269424433845,49.99499980285949]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[6.217532665581728,48.41018433402847]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[-0.8808661356254921,43.309197044982479]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[0.6199900468139008,48.88195265724056]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[4.355767029912208,49.44856245563569]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[0.7724600434652383,46.83655937612021]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[-0.5140201087518511,45.62224021712915]}},{"type":"Feature","properties":{"population":1363},"geometry":{"type":"Point","coordinates":[0.2837727869185649,45.55439265033303]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[3.7402074790076309,49.493841521455568]}},{"type":"Feature","properties":{"population":1151},"geometry":{"type":"Point","coordinates":[3.8698819135192559,47.61945340514704]}},{"type":"Feature","properties":{"population":1541},"geometry":{"type":"Point","coordinates":[1.226392448230237,43.79591540220813]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[-0.689471195547622,49.073464745823269]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[6.158576078479689,49.01003059602531]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[0.554457667775625,43.90266207586774]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[3.394363838150554,47.40277600336316]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[0.10454509996092799,45.91581373593542]}},{"type":"Feature","properties":{"population":3437},"geometry":{"type":"Point","coordinates":[3.724524718558822,48.23950868732142]}},{"type":"Feature","properties":{"population":596},"geometry":{"type":"Point","coordinates":[4.919537659888808,48.743901752494497]}},{"type":"Feature","properties":{"population":47657},"geometry":{"type":"Point","coordinates":[2.3169768564516675,48.815060082472999]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[0.17209131011213159,48.89178609434557]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[2.1906313327042117,43.67915526606265]}},{"type":"Feature","properties":{"population":1337},"geometry":{"type":"Point","coordinates":[-0.7146610578797493,45.09285867232705]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[1.4728633810179992,43.050060278129979]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.7223652956353851,43.23886046658039]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[-2.0805112309122637,48.313644407891668]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[3.6308595779100258,49.46652978569904]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[6.614856714644748,48.938214257131857]}},{"type":"Feature","properties":{"population":717},"geometry":{"type":"Point","coordinates":[5.915106654155858,49.05197314524621]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[-1.0393301503099602,43.490425342358289]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[3.0504888591942107,47.11740279267613]}},{"type":"Feature","properties":{"population":2298},"geometry":{"type":"Point","coordinates":[7.276826924169021,49.041131272349918]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[-1.2847396757102133,48.69070060576924]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[-0.8556908079936518,43.82916963743692]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[0.5047652509028087,45.03715203331793]}},{"type":"Feature","properties":{"population":1167},"geometry":{"type":"Point","coordinates":[1.5301740465678009,50.04246831297138]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[5.247632540771672,47.38137665953018]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[-1.3678747523510038,49.30992679471231]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[0.6871513349497881,44.741239757562599]}},{"type":"Feature","properties":{"population":1418},"geometry":{"type":"Point","coordinates":[-1.0204822521663067,46.16815875320604]}},{"type":"Feature","properties":{"population":864},"geometry":{"type":"Point","coordinates":[2.5996465556430996,48.34094521072308]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.850879554253526,49.4265343544239]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[0.26129503799560979,43.36560225835082]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[2.569611629446717,50.375828279706919]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[2.565668886894316,42.69983562188614]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[3.1298455710572017,47.50688609166371]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[-0.5618168019529723,47.61539249374717]}},{"type":"Feature","properties":{"population":782},"geometry":{"type":"Point","coordinates":[5.442800340934797,46.38603362476523]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[6.6337484707238689,48.26498870064046]}},{"type":"Feature","properties":{"population":917},"geometry":{"type":"Point","coordinates":[-2.008201567578287,48.247539622577168]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[5.925103568852574,47.03717847761719]}},{"type":"Feature","properties":{"population":437},"geometry":{"type":"Point","coordinates":[0.8137629013079624,48.094875121590799]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[5.739381955401007,47.833182089260848]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[2.249715149105072,44.056735728903017]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[1.7713469104898144,45.02545002398185]}},{"type":"Feature","properties":{"population":4681},"geometry":{"type":"Point","coordinates":[2.9453089962201566,42.76367526545547]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[1.0645190321676857,45.8509523221406]}},{"type":"Feature","properties":{"population":4595},"geometry":{"type":"Point","coordinates":[4.958164052468692,43.85841529499278]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[0.3256948930310495,44.97660816685961]}},{"type":"Feature","properties":{"population":1336},"geometry":{"type":"Point","coordinates":[0.5952356232344745,47.469104026175667]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[-0.8778833595049982,43.557857416577579]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[0.8341534930860323,44.874211119427688]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[5.4507506173984379,45.2849427748258]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[0.477313946123629,42.78089148286317]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[5.955025436828634,46.95836150449885]}},{"type":"Feature","properties":{"population":595},"geometry":{"type":"Point","coordinates":[2.456964899269868,49.414000457151889]}},{"type":"Feature","properties":{"population":1880},"geometry":{"type":"Point","coordinates":[6.648967451923604,47.991361889586837]}},{"type":"Feature","properties":{"population":976},"geometry":{"type":"Point","coordinates":[1.648994612383453,47.84187307926171]}},{"type":"Feature","properties":{"population":1280},"geometry":{"type":"Point","coordinates":[7.490066534438209,48.589323787955347]}},{"type":"Feature","properties":{"population":1127},"geometry":{"type":"Point","coordinates":[0.8803236258885575,47.449869717135587]}},{"type":"Feature","properties":{"population":1183},"geometry":{"type":"Point","coordinates":[3.137398118115069,45.01941489999495]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[1.6497175244623264,43.84963852505917]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[-0.0458956373556199,46.45995032189119]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[6.450986581095448,47.496221119592409]}},{"type":"Feature","properties":{"population":863},"geometry":{"type":"Point","coordinates":[-0.6425785678077235,46.30085227973009]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[-0.10498722190785387,44.65236296352336]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[-0.4157891088053575,49.00012137319321]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[5.557716987808959,44.410286802054617]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[2.1998259994376565,42.739153038076057]}},{"type":"Feature","properties":{"population":801},"geometry":{"type":"Point","coordinates":[5.02851242744892,44.21642559287149]}},{"type":"Feature","properties":{"population":645},"geometry":{"type":"Point","coordinates":[7.595520777451912,48.861157881771109]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[2.5952434572236156,48.01880630316904]}},{"type":"Feature","properties":{"population":998},"geometry":{"type":"Point","coordinates":[3.239427275297006,49.8871935527089]}},{"type":"Feature","properties":{"population":1629},"geometry":{"type":"Point","coordinates":[0.47970646427452259,44.93892388252792]}},{"type":"Feature","properties":{"population":1371},"geometry":{"type":"Point","coordinates":[-0.5198413821563644,47.35875569987682]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[-0.9995097839303316,48.73632064325482]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[4.589632405267751,44.008262322938559]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[0.9472918808246118,44.883059876847848]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[5.64254370296892,47.42736581993515]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[3.4053908738439677,45.08614332772699]}},{"type":"Feature","properties":{"population":1324},"geometry":{"type":"Point","coordinates":[-1.6706916481961117,48.27279079263679]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[-1.4085436577826065,49.44980831461226]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[-0.2293739122725022,43.4521511182175]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[1.843939791444092,49.52210348456486]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[4.889275866997017,45.38980226531889]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[-1.4840146759003517,49.657242764779237]}},{"type":"Feature","properties":{"population":1597},"geometry":{"type":"Point","coordinates":[0.02367792766154557,45.9021335520605]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[-0.9152187389991193,43.35465707920283]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[-0.03689231302576227,44.021380514082469]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[4.248548700774307,46.30047004455283]}},{"type":"Feature","properties":{"population":929},"geometry":{"type":"Point","coordinates":[2.293386288389685,46.62833952183049]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[6.203944102105352,47.77129900453635]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[6.464376301897321,49.121775919759119]}},{"type":"Feature","properties":{"population":485},"geometry":{"type":"Point","coordinates":[-0.5109331197793724,45.44251720125776]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[2.6865128557322435,49.64094762361388]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[2.481044939915193,45.16078430587123]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[-0.5527076733914123,43.30929417617934]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[9.364930329439466,42.53868444687791]}},{"type":"Feature","properties":{"population":680},"geometry":{"type":"Point","coordinates":[1.2625170294493784,48.97954738326512]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[4.263202502511073,48.93868824778208]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[6.08028554122072,48.30810397336663]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[-0.5415279390548093,47.089824028371058]}},{"type":"Feature","properties":{"population":3993},"geometry":{"type":"Point","coordinates":[2.2505750508940887,49.41396497454567]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[9.44292155008658,42.24394901118049]}},{"type":"Feature","properties":{"population":4186},"geometry":{"type":"Point","coordinates":[7.272547951874214,47.96893328754219]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[4.0137704970587759,45.168195939327279]}},{"type":"Feature","properties":{"population":1062},"geometry":{"type":"Point","coordinates":[0.10833629237961115,45.72125565507897]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[3.4809177564041149,45.517589269504949]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[-0.3974903663873366,43.62564184960708]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[6.090576517637245,46.06650555320118]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[4.093226485819625,48.218926390381678]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[7.2437486948096929,48.90204534836684]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[2.020927915721994,44.178552358554757]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[0.900397725550869,47.10411472584523]}},{"type":"Feature","properties":{"population":1084},"geometry":{"type":"Point","coordinates":[4.898140718717688,44.58374597911842]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[0.3634536222081523,45.86994158764969]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[2.287117209349651,46.0200307770958]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[1.5222054263593228,49.82407171166777]}},{"type":"Feature","properties":{"population":945},"geometry":{"type":"Point","coordinates":[7.204464931325371,43.83320578882608]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[1.746375676511746,43.47533918667736]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[3.279228874947492,48.366732127819037]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[-0.2176408668152098,44.62400446213488]}},{"type":"Feature","properties":{"population":902},"geometry":{"type":"Point","coordinates":[4.650958561308073,46.0229820945778]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[3.1168614952458459,46.17581023647973]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[4.244937775579743,49.033807431790837]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[3.4587718025399685,49.83204141052136]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[1.626880527474195,48.89167724811394]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[3.8204569095957998,50.33510584461224]}},{"type":"Feature","properties":{"population":811},"geometry":{"type":"Point","coordinates":[4.196884039171678,48.24796598871727]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[3.295688028687294,43.65756287088949]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[4.307880240075952,47.55353945092838]}},{"type":"Feature","properties":{"population":867},"geometry":{"type":"Point","coordinates":[5.825636263666728,45.188748547244077]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[5.7648498624621979,49.32886905888476]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[3.5967140764910945,46.31951804438072]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[2.6534984054090309,49.509724413145537]}},{"type":"Feature","properties":{"population":776},"geometry":{"type":"Point","coordinates":[2.611728845903521,43.17997273061542]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[1.8744108559286899,44.0200609987806]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[-0.7234769245129387,43.18596458621114]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[5.2366093725747249,48.5966274851072]}},{"type":"Feature","properties":{"population":936},"geometry":{"type":"Point","coordinates":[1.6632599429093316,49.06860225812662]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[5.59474201458996,46.69834457548455]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[0.3372430453555099,43.705748726676308]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[1.7372740160001106,45.03302767256673]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[0.2861639935585794,46.11316677184656]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[5.127888274137147,47.91349409912867]}},{"type":"Feature","properties":{"population":1102},"geometry":{"type":"Point","coordinates":[0.997544012389092,47.80886685650721]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[5.91149969158702,46.11182670057239]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[4.810452338834373,44.42060327926173]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[2.0838707164531127,42.82549735478661]}},{"type":"Feature","properties":{"population":1924},"geometry":{"type":"Point","coordinates":[-1.1960529495918158,46.84075758263695]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[6.1126296793520489,47.34969418190258]}},{"type":"Feature","properties":{"population":1183},"geometry":{"type":"Point","coordinates":[0.4283851606043787,47.934816078622]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[0.23302948777354214,48.31294553733424]}},{"type":"Feature","properties":{"population":3020},"geometry":{"type":"Point","coordinates":[1.979114175623283,48.880507247807987]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[6.448841715793451,49.187896080216159]}},{"type":"Feature","properties":{"population":1466},"geometry":{"type":"Point","coordinates":[6.125607447457039,43.481299371073287]}},{"type":"Feature","properties":{"population":1148},"geometry":{"type":"Point","coordinates":[5.246944805426696,47.211957628825889]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[4.865909978301586,49.191160515952969]}},{"type":"Feature","properties":{"population":858},"geometry":{"type":"Point","coordinates":[4.02022750221206,45.66052842049456]}},{"type":"Feature","properties":{"population":1427},"geometry":{"type":"Point","coordinates":[6.658570178812148,47.49298112219786]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[-3.329451179236422,48.00884676742569]}},{"type":"Feature","properties":{"population":1223},"geometry":{"type":"Point","coordinates":[0.4779221776573798,46.529006815245718]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[1.0378489684500004,46.74669285079357]}},{"type":"Feature","properties":{"population":3883},"geometry":{"type":"Point","coordinates":[2.7925004002327085,50.65352108387222]}},{"type":"Feature","properties":{"population":1707},"geometry":{"type":"Point","coordinates":[-2.588726073247572,48.39343108750847]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[1.7177906467964617,47.55050308479134]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[5.714344731859469,47.29475290165433]}},{"type":"Feature","properties":{"population":1594},"geometry":{"type":"Point","coordinates":[1.174184670074339,46.01190053794638]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[1.674894945775329,43.71989882251372]}},{"type":"Feature","properties":{"population":1116},"geometry":{"type":"Point","coordinates":[2.6242367789663088,46.42507776535645]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[5.719759501648866,48.11492300478713]}},{"type":"Feature","properties":{"population":937},"geometry":{"type":"Point","coordinates":[5.5144045102594119,45.525576480172279]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[0.5030002508441765,48.912371767624708]}},{"type":"Feature","properties":{"population":4335},"geometry":{"type":"Point","coordinates":[-1.6965491328031737,48.01104969629287]}},{"type":"Feature","properties":{"population":1305},"geometry":{"type":"Point","coordinates":[2.9062193042058617,43.051904914856418]}},{"type":"Feature","properties":{"population":1548},"geometry":{"type":"Point","coordinates":[0.5572376978055199,44.83645783210059]}},{"type":"Feature","properties":{"population":1079},"geometry":{"type":"Point","coordinates":[5.816288820633656,49.443609579314827]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[4.004634963529966,43.744226611750018]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[5.6902762234193349,46.889606144046229]}},{"type":"Feature","properties":{"population":2628},"geometry":{"type":"Point","coordinates":[5.245573315400993,43.721327801073368]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[2.0693790235442006,46.36218318617057]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[5.716561935917198,47.11105183415704]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[0.6118888958079426,43.98926496154028]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[5.305741438348618,46.6394761754097]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[6.18101246142055,45.77590967247336]}},{"type":"Feature","properties":{"population":3277},"geometry":{"type":"Point","coordinates":[1.3933452494633998,43.41463486302818]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[0.7454609161732352,49.24152285486782]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[-1.9415942456925637,48.30930716486738]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[-0.5747511231923745,43.044431713276]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[-2.7982402027889998,47.5899490372636]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[0.40325763842111886,43.694757756291327]}},{"type":"Feature","properties":{"population":637},"geometry":{"type":"Point","coordinates":[2.482258773487577,50.40371436476808]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.917120162378483,46.94598200503144]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[1.175551685016543,44.6953440450875]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[1.9315006440570855,45.412031466653548]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[2.1935669830401895,49.38101002618066]}},{"type":"Feature","properties":{"population":1955},"geometry":{"type":"Point","coordinates":[4.902633088522829,46.36427624922619]}},{"type":"Feature","properties":{"population":985},"geometry":{"type":"Point","coordinates":[-0.02589948889548656,45.62661978116642]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[3.3149789366464326,46.346586193504958]}},{"type":"Feature","properties":{"population":992},"geometry":{"type":"Point","coordinates":[1.388142048616653,49.34137671640137]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[-1.283611647790149,43.13590944063215]}},{"type":"Feature","properties":{"population":1262},"geometry":{"type":"Point","coordinates":[3.614841379804672,50.28959193714427]}},{"type":"Feature","properties":{"population":595},"geometry":{"type":"Point","coordinates":[-2.3352719970139494,48.56221671829836]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[2.0812068745671636,45.17411485384626]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[1.7827825209910476,47.05457444006192]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[4.741583307298601,49.38450783496005]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[2.3891979471259359,46.58337855578511]}},{"type":"Feature","properties":{"population":811},"geometry":{"type":"Point","coordinates":[4.961166172944032,46.576766811061919]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[-0.3850650107403324,45.946045472835567]}},{"type":"Feature","properties":{"population":3022},"geometry":{"type":"Point","coordinates":[2.5255759263726316,50.62246795654429]}},{"type":"Feature","properties":{"population":795},"geometry":{"type":"Point","coordinates":[5.973423098831646,47.17825875558434]}},{"type":"Feature","properties":{"population":1307},"geometry":{"type":"Point","coordinates":[3.281069746423901,45.379374309904758]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[2.215983769479327,48.25489737274193]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[3.0673570135487329,43.959708394892818]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[4.484185289405682,49.80517811744025]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[4.2786196801084019,48.109446666119819]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[4.838000590367421,47.140326129289928]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[-0.33686159303347315,45.805891401441659]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[3.4442609114254538,45.68134295896104]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[6.128904910939252,44.66828518501616]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[3.83980761947549,48.088865965540538]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[1.1012220034497738,47.84485540268558]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[5.361230721956037,47.58030761351064]}},{"type":"Feature","properties":{"population":4877},"geometry":{"type":"Point","coordinates":[4.997759955307867,45.83942784279424]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[3.7207832229242219,47.55136691763528]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[3.524800107299,49.67914539266274]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[7.794770764664445,48.93070967082172]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[1.6823556882438578,48.16572274456424]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[4.982358967957676,45.98560793939129]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[7.349020989762126,48.326014724399147]}},{"type":"Feature","properties":{"population":1169},"geometry":{"type":"Point","coordinates":[4.622159511022531,45.82469855818841]}},{"type":"Feature","properties":{"population":1177},"geometry":{"type":"Point","coordinates":[0.9339350630284843,44.467476838648817]}},{"type":"Feature","properties":{"population":1799},"geometry":{"type":"Point","coordinates":[5.374377885917454,46.09124900579435]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[1.7055346977760207,45.82230686187939]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[1.5240537944098312,43.24853469285793]}},{"type":"Feature","properties":{"population":1822},"geometry":{"type":"Point","coordinates":[-1.39817490891883,49.66968413311013]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[0.5213905081237489,49.252519706769998]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[1.4582837778775855,45.03058396571086]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[-0.11898548622628613,44.85499563238415]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[6.288197006880984,46.82700552946602]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[5.6260473557868029,47.38309914038992]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[4.7020616190299819,45.390558187829707]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[3.27702348337186,49.420354688046888]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[4.87944854832266,47.933876962688497]}},{"type":"Feature","properties":{"population":2498},"geometry":{"type":"Point","coordinates":[-2.9580194342480534,48.20148899124365]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[7.226327898122416,48.76559038880998]}},{"type":"Feature","properties":{"population":2746},"geometry":{"type":"Point","coordinates":[-1.2609759655677857,49.12384424645888]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.85012015683823,47.05855907583694]}},{"type":"Feature","properties":{"population":1427},"geometry":{"type":"Point","coordinates":[0.5625702378546761,48.75566273452806]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[2.109628389456841,49.27688634944471]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[4.023341776493666,49.43696574240133]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[2.9632954440830607,50.06355124975857]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[6.479963938935783,47.37992838942846]}},{"type":"Feature","properties":{"population":2017},"geometry":{"type":"Point","coordinates":[4.0792096370807668,45.029986785195827]}},{"type":"Feature","properties":{"population":8793},"geometry":{"type":"Point","coordinates":[4.932647207286557,43.99513391615619]}},{"type":"Feature","properties":{"population":1329},"geometry":{"type":"Point","coordinates":[2.8206365445999466,47.32572708405385]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[3.883175511765587,49.67824630645941]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.5837736390826409,49.82886939985721]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[4.687201161783134,49.02842718609372]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[1.355376697727033,45.25120540252803]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[5.154109611044037,47.099197221176577]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[0.2837985787691215,42.89923263682114]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[-1.1973042972415542,43.1340714289462]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[0.13714710837182238,48.64765627548121]}},{"type":"Feature","properties":{"population":2576},"geometry":{"type":"Point","coordinates":[4.132619594603272,46.13504383639239]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[2.699914094123471,45.150184047793619]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[1.582532096678361,42.85986911116985]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[-1.0480598849531822,43.80778001817499]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[5.7418340885292349,49.173599848284208]}},{"type":"Feature","properties":{"population":1982},"geometry":{"type":"Point","coordinates":[5.517082374972823,45.42794974631769]}},{"type":"Feature","properties":{"population":1535},"geometry":{"type":"Point","coordinates":[6.320428699651313,48.479759601423619]}},{"type":"Feature","properties":{"population":2306},"geometry":{"type":"Point","coordinates":[1.3965958370510153,48.90199378210626]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[-0.284987538108593,44.84298062240047]}},{"type":"Feature","properties":{"population":1974},"geometry":{"type":"Point","coordinates":[2.258687663697924,50.003328262460779]}},{"type":"Feature","properties":{"population":1987},"geometry":{"type":"Point","coordinates":[-1.5170609997626488,48.25456868247517]}},{"type":"Feature","properties":{"population":1297},"geometry":{"type":"Point","coordinates":[1.9555087087822847,50.84737278723614]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[2.0262723014223056,46.170235503596639]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[1.6545797257234428,50.70120704382726]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[-0.6896141340952002,43.599038132880618]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[0.08804011201809134,45.30096108070208]}},{"type":"Feature","properties":{"population":957},"geometry":{"type":"Point","coordinates":[3.0592158751410438,48.301111999724287]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[-0.4407127721398059,47.90853128907455]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[7.3073301619465049,48.91598822882848]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[5.453974129008691,47.94925851258071]}},{"type":"Feature","properties":{"population":1241},"geometry":{"type":"Point","coordinates":[2.600790962104311,48.44823614465761]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[2.6649181723007109,45.07781972035964]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[0.9920808189612347,43.68248309957291]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.6001492471042759,47.28896585248544]}},{"type":"Feature","properties":{"population":1503},"geometry":{"type":"Point","coordinates":[-1.7855317394280395,46.64421582246544]}},{"type":"Feature","properties":{"population":1425},"geometry":{"type":"Point","coordinates":[0.6677461908935919,44.44637418598549]}},{"type":"Feature","properties":{"population":728},"geometry":{"type":"Point","coordinates":[-0.12749521218948763,46.19169216058844]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[-0.9618448093085527,48.74308795807193]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[2.3758771783570795,45.88895775971641]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[0.6083152738223934,49.42697515186906]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[6.391554703547983,47.16256299850118]}},{"type":"Feature","properties":{"population":1612},"geometry":{"type":"Point","coordinates":[0.8451790224929032,45.2941201052154]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[0.8083608455525846,49.643377478509169]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[6.351572512676898,46.79290469385546]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[-0.1206251341789179,43.35600234586326]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[3.3875743980689525,45.421466085359849]}},{"type":"Feature","properties":{"population":5167},"geometry":{"type":"Point","coordinates":[6.043681819968137,45.96979754176345]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[-0.9992054106134198,43.22541338592848]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[1.478392026476811,42.782587658286818]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[1.3636741550239733,48.98176449086472]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[6.869188033606783,45.557682232373498]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[1.9524898413601287,48.084415335188449]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[-0.7766983732415047,49.163632906306087]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[1.381700520891075,49.623132049649438]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[-0.296961054971229,48.50434846533326]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[7.071019032411269,47.582002530816897]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[1.5278104516949094,46.48437837011457]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[-0.1499763040186539,44.849427846005777]}},{"type":"Feature","properties":{"population":5177},"geometry":{"type":"Point","coordinates":[3.2419413815042694,50.61083207443653]}},{"type":"Feature","properties":{"population":1913},"geometry":{"type":"Point","coordinates":[3.4755530590131964,46.106428441041938]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[2.196353734534572,44.08872367160895]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.5628143410098365,43.930076946300527]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[-1.5023586358967685,49.39054189860501]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[-1.0585176266425647,45.478624924224209]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[2.9528957835044564,45.07383916402018]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[4.495563237620239,47.75519363924044]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[5.307021122741465,48.864528876140749]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[5.282955919125744,47.7986464659573]}},{"type":"Feature","properties":{"population":1192},"geometry":{"type":"Point","coordinates":[1.3539989473497667,47.077164632020039]}},{"type":"Feature","properties":{"population":2891},"geometry":{"type":"Point","coordinates":[5.027139313665444,45.60786065347096]}},{"type":"Feature","properties":{"population":480},"geometry":{"type":"Point","coordinates":[4.344360318822658,48.89524785404453]}},{"type":"Feature","properties":{"population":693},"geometry":{"type":"Point","coordinates":[1.5577888621504419,47.10036359675138]}},{"type":"Feature","properties":{"population":1359},"geometry":{"type":"Point","coordinates":[0.08543142548461667,47.92783970055279]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[-0.014091262977068045,43.45656103247717]}},{"type":"Feature","properties":{"population":2329},"geometry":{"type":"Point","coordinates":[0.7142778291496506,49.14222337819514]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[9.434842440357024,42.32827320502282]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[5.908780420810954,47.1225762622093]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[-0.5373666162222232,48.47095740322742]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[5.454961782767068,48.85197404166696]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[4.531514052694169,44.047259649874359]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[6.146227137874,47.74432849442508]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[5.885648588283397,44.933726108429528]}},{"type":"Feature","properties":{"population":2315},"geometry":{"type":"Point","coordinates":[-0.045361196173110709,49.22908006994274]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[-0.30119451514150089,48.45919324311409]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[5.716217730773348,46.46896714297797]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[5.318504361420603,45.210944827981538]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[2.9351430988469429,47.173316313450907]}},{"type":"Feature","properties":{"population":1030},"geometry":{"type":"Point","coordinates":[-3.38195364839956,48.531273079586139]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[1.6198771328524393,42.863224744801268]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[0.17809184905794288,42.78452961323054]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[5.726456857365843,46.614128756118727]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[2.249967492258512,49.6045249090649]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[0.204718622689301,48.31345129209342]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[-0.34726058838719056,43.448694932296678]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[0.2657406239790158,43.656380239467328]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[6.000982533332486,48.54669224288224]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[6.231933986338558,48.33109224834327]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[1.3359805852219334,49.4726769333619]}},{"type":"Feature","properties":{"population":529},"geometry":{"type":"Point","coordinates":[5.803198902899814,45.58588621243319]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[-1.2728305764773576,43.55694766922806]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[1.726523242526982,42.94518057834705]}},{"type":"Feature","properties":{"population":1281},"geometry":{"type":"Point","coordinates":[0.04055549604963068,45.667664809609579]}},{"type":"Feature","properties":{"population":2272},"geometry":{"type":"Point","coordinates":[1.684282272635394,48.88786697989846]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[4.695536010789265,46.34928010943303]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[1.4193378154018242,49.9464306524588]}},{"type":"Feature","properties":{"population":961},"geometry":{"type":"Point","coordinates":[3.10304057452042,49.53436293329771]}},{"type":"Feature","properties":{"population":5830},"geometry":{"type":"Point","coordinates":[5.439602105372204,43.65153051763267]}},{"type":"Feature","properties":{"population":3290},"geometry":{"type":"Point","coordinates":[1.409435619845631,49.10789290138625]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[-0.43472800394129887,48.82750720185994]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[7.301174925007793,47.466419081250709]}},{"type":"Feature","properties":{"population":749},"geometry":{"type":"Point","coordinates":[7.098554885436045,48.16321021846347]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[2.1147477009200328,45.32323088135496]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[7.067283640036905,48.388550589829318]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[1.9216272293528749,49.616501257036208]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[-0.6757155063805533,45.609266923953239]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[0.8554130308285287,49.384354707527]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[5.548542879878334,48.59565260665428]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[1.5452411326588716,48.54340485324398]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[-3.325904664816828,48.76356840676142]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[4.108407527204224,48.91717758501855]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[1.1468778390382216,49.73750651264935]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[-0.3023017717070174,44.13564143554206]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[-0.14354587751334126,48.626174632246698]}},{"type":"Feature","properties":{"population":437},"geometry":{"type":"Point","coordinates":[4.901410467698137,46.141340141305338]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[-0.5364567781794059,48.38598838377679]}},{"type":"Feature","properties":{"population":1068},"geometry":{"type":"Point","coordinates":[5.991060715989516,45.25909614654087]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[2.017420755562637,50.06257850770912]}},{"type":"Feature","properties":{"population":849},"geometry":{"type":"Point","coordinates":[0.9488700811325775,44.54705065108437]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[2.119489839835128,42.5101457676201]}},{"type":"Feature","properties":{"population":798},"geometry":{"type":"Point","coordinates":[-1.200875427319242,49.23858107978346]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[1.6700242222593789,46.3476339190147]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[-0.30742781541126609,48.70733305559512]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.458978285855212,50.8319127658268]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[1.8392831053926869,44.03270585021922]}},{"type":"Feature","properties":{"population":1739},"geometry":{"type":"Point","coordinates":[1.7003652556042704,47.89363166422143]}},{"type":"Feature","properties":{"population":2299},"geometry":{"type":"Point","coordinates":[2.186686250701807,50.00857717619843]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[2.123976963369195,42.70769026888809]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[6.663728592364401,48.89141144611508]}},{"type":"Feature","properties":{"population":4961},"geometry":{"type":"Point","coordinates":[-1.0160747806212863,46.19286508631529]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[5.3925391158303699,48.714018573898837]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[5.949418668817668,48.41353902778765]}},{"type":"Feature","properties":{"population":1523},"geometry":{"type":"Point","coordinates":[2.952244109670889,46.3204623747379]}},{"type":"Feature","properties":{"population":1105},"geometry":{"type":"Point","coordinates":[0.0894513055440025,49.330952225189708]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[1.0429068251419019,49.81252019522622]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[5.116040692272576,49.54089203155269]}},{"type":"Feature","properties":{"population":2925},"geometry":{"type":"Point","coordinates":[-0.07467329600285813,45.79385772156268]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[0.9922585523850981,46.19015763083714]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[4.705060329400082,49.267480742333628]}},{"type":"Feature","properties":{"population":811},"geometry":{"type":"Point","coordinates":[6.137752882508818,49.02558112094228]}},{"type":"Feature","properties":{"population":1589},"geometry":{"type":"Point","coordinates":[5.27406257895508,47.357804882503369]}},{"type":"Feature","properties":{"population":1198},"geometry":{"type":"Point","coordinates":[4.803763560356931,46.09624280315519]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[3.324720518978677,50.035970355983007]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[-0.0924945960248085,42.974716066227717]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[5.225362031919489,49.13526140725797]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[5.333459299326726,48.99100706036044]}},{"type":"Feature","properties":{"population":1323},"geometry":{"type":"Point","coordinates":[1.6062997564668143,50.592917510532739]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[5.304513605849835,44.935434281687438]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[-0.8637115860215225,43.368604357399089]}},{"type":"Feature","properties":{"population":3606},"geometry":{"type":"Point","coordinates":[3.377416678817529,50.1910833356217]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[0.5500587325213386,43.750365926584127]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[1.9651197980851885,49.883395530170059]}},{"type":"Feature","properties":{"population":5049},"geometry":{"type":"Point","coordinates":[7.168955802729126,48.22868599145456]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[5.17879036498545,48.64308140086791]}},{"type":"Feature","properties":{"population":1007},"geometry":{"type":"Point","coordinates":[5.0880959820459499,46.99594752963587]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[1.7897875444755814,46.164700448210229]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[5.413165474919054,48.74178467864334]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[2.941763625390413,49.878808001607747]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[2.5723147325026,49.6991713855303]}},{"type":"Feature","properties":{"population":1656},"geometry":{"type":"Point","coordinates":[5.1952700568505529,45.576931204529987]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[6.219455558918811,48.967299503879157]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[-4.1868075458571429,48.54467579492076]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[1.5299531238136973,44.96216687904208]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[1.364519633183873,46.50267774926996]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[2.6142024982474845,42.52777480782749]}},{"type":"Feature","properties":{"population":920},"geometry":{"type":"Point","coordinates":[5.255079766197283,45.75639971248963]}},{"type":"Feature","properties":{"population":3478},"geometry":{"type":"Point","coordinates":[4.856922161956492,45.01834374442944]}},{"type":"Feature","properties":{"population":860},"geometry":{"type":"Point","coordinates":[2.4500111578439105,45.431581987220379]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[1.1782098339578307,45.281152981714679]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[4.862537392041185,46.35924682568654]}},{"type":"Feature","properties":{"population":1386},"geometry":{"type":"Point","coordinates":[3.5028096222156948,43.71133081256883]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[6.288618927664866,48.18972816194578]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[-0.7809426538560154,48.99854988091882]}},{"type":"Feature","properties":{"population":1551},"geometry":{"type":"Point","coordinates":[7.317019469729694,47.54830993476203]}},{"type":"Feature","properties":{"population":1332},"geometry":{"type":"Point","coordinates":[2.022086788339139,48.2145584028439]}},{"type":"Feature","properties":{"population":1503},"geometry":{"type":"Point","coordinates":[3.62249191318669,49.69873565361764]}},{"type":"Feature","properties":{"population":537},"geometry":{"type":"Point","coordinates":[0.8387266615493646,46.53602738259528]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[0.761968424137483,49.0063046616015]}},{"type":"Feature","properties":{"population":1445},"geometry":{"type":"Point","coordinates":[0.5953596547728327,45.18329269846496]}},{"type":"Feature","properties":{"population":1109},"geometry":{"type":"Point","coordinates":[1.2122826061401904,45.73239541729269]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[6.299040881676376,48.812420558754258]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[0.33119255473520478,43.324285240709418]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[1.582221679343356,49.92476864063967]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[3.5896280278294698,48.33188314457007]}},{"type":"Feature","properties":{"population":837},"geometry":{"type":"Point","coordinates":[0.7642436355027839,49.58441938876958]}},{"type":"Feature","properties":{"population":906},"geometry":{"type":"Point","coordinates":[1.6895033753375437,50.562131687851209]}},{"type":"Feature","properties":{"population":894},"geometry":{"type":"Point","coordinates":[2.6020265119980658,47.59534429206708]}},{"type":"Feature","properties":{"population":1030},"geometry":{"type":"Point","coordinates":[7.61312778746709,48.332141397962249]}},{"type":"Feature","properties":{"population":2354},"geometry":{"type":"Point","coordinates":[3.224894862656807,45.691116105105347]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[1.1249575987591574,45.55475319144128]}},{"type":"Feature","properties":{"population":736},"geometry":{"type":"Point","coordinates":[3.3042073330583827,43.48571074177248]}},{"type":"Feature","properties":{"population":1918},"geometry":{"type":"Point","coordinates":[4.796104308489533,46.34315093843513]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.9543276598868184,47.54145972489312]}},{"type":"Feature","properties":{"population":735},"geometry":{"type":"Point","coordinates":[7.298816028196259,47.92857187920163]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.693508242977811,48.195430397813009]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[-0.05251986628188901,45.22119236565623]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[6.2945924812327489,47.841046523516187]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[0.49023133904350066,44.73018800754888]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[2.119054808349386,49.9015475499545]}},{"type":"Feature","properties":{"population":2143},"geometry":{"type":"Point","coordinates":[2.8840356989241817,48.18204442791772]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[2.1207247196838949,49.51592728579338]}},{"type":"Feature","properties":{"population":1573},"geometry":{"type":"Point","coordinates":[4.084327124056626,50.25982018361767]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[2.756843136950886,48.91440403782898]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[0.4399035559955591,44.40798723422134]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[4.7551669840506209,49.040506875888819]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[4.454439656301088,49.58262597284348]}},{"type":"Feature","properties":{"population":1371},"geometry":{"type":"Point","coordinates":[-1.0427007330659755,46.99558228368035]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[0.4646495830744855,49.43755932065957]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[7.46211171900738,49.12125929581149]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[4.656573394147192,44.634962093636719]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[1.8571647412317845,44.78827147943207]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[2.567584806919045,42.8659690756143]}},{"type":"Feature","properties":{"population":1884},"geometry":{"type":"Point","coordinates":[1.4634261971046397,45.2109244082709]}},{"type":"Feature","properties":{"population":1780},"geometry":{"type":"Point","coordinates":[2.026866677222919,42.51320682382136]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[-1.4438032411279665,48.58523732217566]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[1.5942483660937792,43.95242952006597]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[-3.074965363204611,48.412338841531269]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[5.62786459675497,46.87437264768718]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[4.156395434729658,49.42395112055637]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[6.162105066458474,45.117279199549937]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[3.695502163481249,49.79622786913508]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[2.3819388815665847,45.395566702547409]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[3.3231232242549129,45.53548616409653]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[0.40236432764156596,49.32943071654024]}},{"type":"Feature","properties":{"population":606},"geometry":{"type":"Point","coordinates":[3.316986043317579,44.76457705620603]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[5.775181140902834,49.093078124139427]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[9.32390902166656,42.076037491086768]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[5.962789688529323,47.60592459278212]}},{"type":"Feature","properties":{"population":2306},"geometry":{"type":"Point","coordinates":[-1.0234327824566732,48.108893247464717]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[4.396828281702477,48.65777748253856]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[8.825688605017645,42.57979947933843]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[5.757191180526849,46.09545967908164]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[-0.17409748246989047,44.42427358148462]}},{"type":"Feature","properties":{"population":1463},"geometry":{"type":"Point","coordinates":[-0.93290820627389,43.561246947091408]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[6.07908154549746,46.884372724982998]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[3.7634902420233464,49.807535751005499]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.9519773353439794,43.31955108209681]}},{"type":"Feature","properties":{"population":1980},"geometry":{"type":"Point","coordinates":[1.9232519138270952,43.747513828757409]}},{"type":"Feature","properties":{"population":695},"geometry":{"type":"Point","coordinates":[6.869988720293184,47.589166888704777]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[-0.3211588369631672,43.242773851919739]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[1.9065296563218273,49.23272848814242]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[0.8707771917188837,43.42917030927109]}},{"type":"Feature","properties":{"population":1169},"geometry":{"type":"Point","coordinates":[0.7483392839146491,45.50255209203859]}},{"type":"Feature","properties":{"population":2103},"geometry":{"type":"Point","coordinates":[0.8162356011657609,47.04203216078087]}},{"type":"Feature","properties":{"population":4062},"geometry":{"type":"Point","coordinates":[1.1877183548848767,48.751559021655157]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[-0.42340429293672718,49.06429624801849]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[6.480009776647882,48.501640552117077]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[8.95243973486384,42.123748380499907]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[1.828952221334151,44.70045279182155]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[3.5140168992599478,47.6483699402347]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[-1.220095794843697,43.148609099624319]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[0.3946193123468751,46.97521464464617]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[1.913905242834054,49.760879727045338]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[3.093664653210919,44.52056200120726]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[3.2741369396617614,44.484942070084837]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[5.637450339638381,46.135123267109637]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[2.8249749362101395,49.47364651938464]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[1.5171003761237978,43.20680500883892]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[1.8031870193880598,46.001693587799319]}},{"type":"Feature","properties":{"population":596},"geometry":{"type":"Point","coordinates":[-0.8522176921271104,43.658415336256897]}},{"type":"Feature","properties":{"population":755},"geometry":{"type":"Point","coordinates":[-1.5593684614467794,48.748426621360938]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[6.387692861336237,48.863256584737467]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[6.303970200073123,47.50722087649501]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[5.639584482718149,45.65547488213133]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[6.272311590888475,45.16592893482009]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[-0.3054966419027899,43.83110920607794]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[6.589887002233135,47.53480091137509]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[3.1041985471306186,46.263138303212759]}},{"type":"Feature","properties":{"population":3080},"geometry":{"type":"Point","coordinates":[7.299383119614181,47.841904278161759]}},{"type":"Feature","properties":{"population":2345},"geometry":{"type":"Point","coordinates":[-0.5995972715238991,46.48286359503581]}},{"type":"Feature","properties":{"population":687},"geometry":{"type":"Point","coordinates":[-0.4765471189281752,48.82480231732794]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[3.1417607300549217,46.12276528732117]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[3.845867302398828,49.378541061955178]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[0.9181042025271629,43.35078099457836]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[8.957443997445747,41.58652359911427]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[1.4280650764460184,46.689178912408177]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[4.212231444194204,44.315479501943148]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[6.4143813831622868,48.60251910432766]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[-0.26329092308674897,46.7781427536636]}},{"type":"Feature","properties":{"population":5907},"geometry":{"type":"Point","coordinates":[6.36090935287952,46.26319888755645]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[3.350153773113937,48.760775226838969]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[7.22059736282304,47.53872173731377]}},{"type":"Feature","properties":{"population":825},"geometry":{"type":"Point","coordinates":[-4.648206661156734,48.55405001885991]}},{"type":"Feature","properties":{"population":9},"geometry":{"type":"Point","coordinates":[6.276874438009648,43.662374104756668]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[5.806767714514377,48.36991874877048]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[1.180509944483959,49.81463780231797]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[5.261492326284035,46.09709367988392]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[3.9789595171992659,49.14849203767615]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[-0.7162142699175202,43.39071646878687]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[0.27922003936510877,44.37145177507099]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[-0.10205889381828472,43.418941997615878]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[2.8865427007803494,46.06169171504003]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[3.505407967642741,48.83710984648095]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[0.04965623447502675,44.05641919759189]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[5.814253266400469,46.72428890393659]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[0.8438580040931006,43.03390954746919]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.487793362430002,48.042654479759018]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[3.670778592257343,44.254114431667698]}},{"type":"Feature","properties":{"population":3089},"geometry":{"type":"Point","coordinates":[-3.940445203247857,48.50238950535123]}},{"type":"Feature","properties":{"population":2589},"geometry":{"type":"Point","coordinates":[0.11421997649019258,46.436913947872117]}},{"type":"Feature","properties":{"population":955},"geometry":{"type":"Point","coordinates":[5.615996880099591,45.40726654251249]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[3.5391641462774667,49.39027054489039]}},{"type":"Feature","properties":{"population":15663},"geometry":{"type":"Point","coordinates":[1.8864650600186795,43.91676413957107]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[1.0804464894527953,44.982100458302827]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[1.5358587176443915,48.202945644005]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[1.7501931792624964,48.250537663511128]}},{"type":"Feature","properties":{"population":1457},"geometry":{"type":"Point","coordinates":[3.6588951410285146,49.99985698959057]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[0.7218901287255999,43.84149801071061]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[6.4563949583885649,47.18359238504756]}},{"type":"Feature","properties":{"population":2281},"geometry":{"type":"Point","coordinates":[0.5410193233489444,46.7195615274944]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[0.6734530177001112,44.97560052553708]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[2.0733369607208389,44.0040441767777]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[-3.292890649346977,48.71060731642138]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[-2.7124325045190247,47.56419158728478]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[0.20615009648140884,44.64929599005197]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[6.85895728246539,47.42772412231713]}},{"type":"Feature","properties":{"population":3528},"geometry":{"type":"Point","coordinates":[-4.179620569481035,48.66567128871077]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[5.230277951117262,44.864300746032409]}},{"type":"Feature","properties":{"population":4699},"geometry":{"type":"Point","coordinates":[1.4348515691651398,43.7202690699568]}},{"type":"Feature","properties":{"population":1427},"geometry":{"type":"Point","coordinates":[-0.6093928944428625,47.37724465206256]}},{"type":"Feature","properties":{"population":1616},"geometry":{"type":"Point","coordinates":[7.037331196048074,48.14298719194741]}},{"type":"Feature","properties":{"population":1070},"geometry":{"type":"Point","coordinates":[2.2007494724690499,50.772204481069717]}},{"type":"Feature","properties":{"population":1911},"geometry":{"type":"Point","coordinates":[-0.3255312256366172,49.05045166926951]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[-0.5580875305184672,43.41717430102153]}},{"type":"Feature","properties":{"population":4752},"geometry":{"type":"Point","coordinates":[2.2884191292332476,48.671434474497157]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[1.727831044578677,43.282134917179799]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[3.521811961720791,50.21224598206262]}},{"type":"Feature","properties":{"population":481},"geometry":{"type":"Point","coordinates":[4.208793367589756,46.50112367368782]}},{"type":"Feature","properties":{"population":721},"geometry":{"type":"Point","coordinates":[-3.765743688009134,48.15166561040944]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[4.774552163017718,48.09409732473886]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[4.501303960538096,48.43556225019595]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[1.6500179850273722,49.05114003920731]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[5.482282573704796,49.415405640343099]}},{"type":"Feature","properties":{"population":2315},"geometry":{"type":"Point","coordinates":[1.1990420145964814,47.576141661287199]}},{"type":"Feature","properties":{"population":2848},"geometry":{"type":"Point","coordinates":[2.5671841246053086,49.06257731351914]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[0.37690706368600415,46.049498226583768]}},{"type":"Feature","properties":{"population":1358},"geometry":{"type":"Point","coordinates":[4.921724279192084,45.0333013780732]}},{"type":"Feature","properties":{"population":846},"geometry":{"type":"Point","coordinates":[2.1552999732550854,49.36168693037192]}},{"type":"Feature","properties":{"population":754},"geometry":{"type":"Point","coordinates":[0.9960060054864138,44.39229270304879]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[0.8275343784292404,46.981006479206389]}},{"type":"Feature","properties":{"population":781},"geometry":{"type":"Point","coordinates":[2.5098020029819656,47.355385695616977]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[-0.06393011418622566,44.89965924131764]}},{"type":"Feature","properties":{"population":2819},"geometry":{"type":"Point","coordinates":[4.280423354053524,46.44733633257849]}},{"type":"Feature","properties":{"population":2165},"geometry":{"type":"Point","coordinates":[5.914242198264893,45.3043296510695]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[2.6504244474479785,48.05359938888018]}},{"type":"Feature","properties":{"population":1036},"geometry":{"type":"Point","coordinates":[5.0560757084463179,46.19934997423452]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.744323941262909,47.777203563261469]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[6.746249103359197,44.1494080171626]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[2.3576788463944369,50.34744691517885]}},{"type":"Feature","properties":{"population":2501},"geometry":{"type":"Point","coordinates":[7.536705879738188,48.05035100566688]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[1.5548703340414989,47.725701740275827]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[0.09994894935753167,44.404675254402338]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[3.9816461850028159,49.414866502478478]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[6.954763754774539,48.69160295868951]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[-0.948619226417019,46.2060107274889]}},{"type":"Feature","properties":{"population":2320},"geometry":{"type":"Point","coordinates":[4.7279861815757349,45.28574180223663]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[-2.8125846370924658,48.274028399760087]}},{"type":"Feature","properties":{"population":664},"geometry":{"type":"Point","coordinates":[-0.46070250918351848,46.46931406058424]}},{"type":"Feature","properties":{"population":874},"geometry":{"type":"Point","coordinates":[-2.647794336032722,48.18598372014109]}},{"type":"Feature","properties":{"population":1820},"geometry":{"type":"Point","coordinates":[1.5736895092076094,43.61102821913739]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[2.9823076723033017,49.499112110390978]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[6.478430447570525,48.32204075680556]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[3.7120313293708708,46.72048657448144]}},{"type":"Feature","properties":{"population":2451},"geometry":{"type":"Point","coordinates":[1.6770219537826024,48.77939637863151]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[3.8308921264783568,49.14286753295946]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[1.2535563890784863,49.634503487659767]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[5.553475286216972,46.979278922066878]}},{"type":"Feature","properties":{"population":2371},"geometry":{"type":"Point","coordinates":[1.8722898019979424,42.96724181503153]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[2.230116268260978,42.50379787721033]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[-1.0055631024336065,43.442558948473607]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[0.6475394190784046,49.277428410541158]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[-1.1594093777134076,43.214250649017859]}},{"type":"Feature","properties":{"population":2757},"geometry":{"type":"Point","coordinates":[5.1037471779051579,45.71784254258826]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[0.20602074305523528,48.48170017227657]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[4.706642645544721,49.642567586200019]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[5.348309608426091,48.132711768860577]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[3.918510115368505,43.829783543004108]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[-0.0940216304431142,44.427316969088369]}},{"type":"Feature","properties":{"population":3333},"geometry":{"type":"Point","coordinates":[1.448108375206305,47.557681904247079]}},{"type":"Feature","properties":{"population":2368},"geometry":{"type":"Point","coordinates":[4.605797157100044,44.33002533412096]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[5.340366092808344,47.345182188917259]}},{"type":"Feature","properties":{"population":6948},"geometry":{"type":"Point","coordinates":[1.9695542030837586,48.91674502631135]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[4.672578335995723,46.224967111716718]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[1.9794996677955277,49.17406407763824]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[-0.23085413006328132,48.58439890792242]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[5.07146787575665,45.929116918031649]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[4.787691694033923,47.174729769365168]}},{"type":"Feature","properties":{"population":835},"geometry":{"type":"Point","coordinates":[1.176387035245327,49.86834774042659]}},{"type":"Feature","properties":{"population":835},"geometry":{"type":"Point","coordinates":[7.482357767524759,48.43134705903815]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[4.023138230586184,47.90280386454498]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[1.8302335976999754,48.30206849378018]}},{"type":"Feature","properties":{"population":856},"geometry":{"type":"Point","coordinates":[6.663089115541163,47.96936076648806]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[-0.022817976078455657,44.939024207250557]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[6.561148829822441,44.64695175899804]}},{"type":"Feature","properties":{"population":2513},"geometry":{"type":"Point","coordinates":[6.675526281731492,46.39319682229026]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[6.411776249663138,48.97275872275743]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[5.429658512681054,44.2975172222271]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[6.228372877624735,47.8632416371928]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[-0.7993237598255458,47.8581838300161]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[1.171606135992221,43.11970855055737]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[1.9254836234014874,43.64597925296011]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[5.418068808176526,44.597510499179019]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[-1.3347882733482464,49.42453062092836]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[1.0258543459505035,48.38908097072736]}},{"type":"Feature","properties":{"population":767},"geometry":{"type":"Point","coordinates":[2.2766621179355837,49.09074134309716]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[1.8766295669798919,42.67545655835394]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[3.5233887289382928,49.88902426806051]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[4.085779866091283,45.57123479389301]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[3.664751544110514,50.27460565636097]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[5.968233978021573,49.09009399192913]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[6.13284135897769,47.41339194702013]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[4.809253734804087,48.762806862766968]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[7.3368373406816949,48.90034901235512]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[5.763078349629627,48.682280045277327]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[5.649736765990519,46.94031289244905]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[4.346677232315356,45.68708293125527]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[0.38770772589000859,43.54893678809151]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[3.5406653253675248,47.038335000954329]}},{"type":"Feature","properties":{"population":922},"geometry":{"type":"Point","coordinates":[8.900967805594928,42.61729619140107]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[1.4609757014268284,49.59885622847208]}},{"type":"Feature","properties":{"population":2556},"geometry":{"type":"Point","coordinates":[2.1164455493610805,50.230697207623169]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[7.418945007002124,47.62354327278687]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[-0.714570634199806,45.424679167727]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[-0.5970026588612987,47.8068067453095]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[1.8469444077500475,45.996646242832117]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[6.893649949153481,47.41868693571079]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[6.654718968845118,47.62800965835525]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[3.50674800970545,48.995715584000269]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[0.1574615098173079,43.336812408656879]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[-0.8476844813101672,45.344146420585747]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[3.0713945971432738,49.90501956937653]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[-0.37714710380169749,45.428881130459547]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[1.9302316001289242,45.64557636457248]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[1.1060748774008032,45.15945848146077]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[0.06913112542183832,46.10672525056986]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[5.329482056230247,49.23681247717167]}},{"type":"Feature","properties":{"population":606},"geometry":{"type":"Point","coordinates":[7.687562056442859,48.76522715443822]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[0.5657902577174665,43.539708875338209]}},{"type":"Feature","properties":{"population":1348},"geometry":{"type":"Point","coordinates":[7.480615482591592,48.12325215441067]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[0.4100796089519944,49.52609694772266]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[2.5065881211129836,50.18485659438925]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[3.179686433537591,49.564975360268949]}},{"type":"Feature","properties":{"population":460},"geometry":{"type":"Point","coordinates":[6.651881930822674,49.26916557290238]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[2.530765702528641,48.28778076427663]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[1.2954616638991544,45.253989845175507]}},{"type":"Feature","properties":{"population":892},"geometry":{"type":"Point","coordinates":[9.488550399570843,42.48265653528326]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.6017402301351599,48.24574424930812]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[2.371131459396535,49.715511219817617]}},{"type":"Feature","properties":{"population":1241},"geometry":{"type":"Point","coordinates":[5.324349838425528,46.593709364499719]}},{"type":"Feature","properties":{"population":4983},"geometry":{"type":"Point","coordinates":[-0.567231772471656,43.76109907433056]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[4.739125278245582,47.91589779429118]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[5.625935945638359,46.66342825255078]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[5.45220282228628,46.5334746161047]}},{"type":"Feature","properties":{"population":981},"geometry":{"type":"Point","coordinates":[-0.6213267708688606,48.26549878016922]}},{"type":"Feature","properties":{"population":2616},"geometry":{"type":"Point","coordinates":[5.781280150022713,48.673493292883559]}},{"type":"Feature","properties":{"population":794},"geometry":{"type":"Point","coordinates":[1.3078153336917893,46.95042804335939]}},{"type":"Feature","properties":{"population":2424},"geometry":{"type":"Point","coordinates":[5.998355187607785,45.381304967548718]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[5.736072326114218,47.606994001070827]}},{"type":"Feature","properties":{"population":1042},"geometry":{"type":"Point","coordinates":[3.098898941040766,50.31857668989185]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[3.007885580416186,50.3852309535121]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[4.551291863923678,47.73330267188466]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[4.549708725707419,49.51258676974795]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[0.977885864859199,45.16554000779866]}},{"type":"Feature","properties":{"population":3063},"geometry":{"type":"Point","coordinates":[6.12077119742994,46.09781247403747]}},{"type":"Feature","properties":{"population":1342},"geometry":{"type":"Point","coordinates":[0.8757912224252565,46.79038595891362]}},{"type":"Feature","properties":{"population":2889},"geometry":{"type":"Point","coordinates":[1.3963372279138223,45.89705101366271]}},{"type":"Feature","properties":{"population":2298},"geometry":{"type":"Point","coordinates":[-2.101800023418015,46.87275227854921]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[4.150827234196453,46.30064599965363]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[-0.18678951722821458,49.003988937878428]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[6.436615462528715,43.74148661140664]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[2.875857689169482,49.278981923097379]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[5.036109390658933,48.77656327190573]}},{"type":"Feature","properties":{"population":1470},"geometry":{"type":"Point","coordinates":[2.5535217175261968,43.183404548307439]}},{"type":"Feature","properties":{"population":1932},"geometry":{"type":"Point","coordinates":[0.46257819583298095,47.86754855226883]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[4.635707068291281,49.48504330179355]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[2.3309958620337367,44.39375608334609]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[2.45891000791739,49.507986327250318]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[0.2877847200791771,43.800924957258988]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[1.1186742611987409,45.750665659593078]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[2.7279002450273497,49.90264475530036]}},{"type":"Feature","properties":{"population":1926},"geometry":{"type":"Point","coordinates":[-4.3814631473407179,48.53273605870739]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[0.2707227220865635,46.349669385448709]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[2.343389859277576,45.671503790701247]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[6.612243217877808,47.2724083450419]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[3.4855032329005017,47.658426692007527]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[2.1012617680740988,45.37954592031463]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[0.9524251829733054,47.48806948233422]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[6.174822023585629,48.16348499004463]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[2.00918287850365,42.433953293713809]}},{"type":"Feature","properties":{"population":965},"geometry":{"type":"Point","coordinates":[6.0386346170192219,45.83942476006055]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[4.119813553164555,46.88099054384723]}},{"type":"Feature","properties":{"population":2296},"geometry":{"type":"Point","coordinates":[3.1509351457625036,50.48063347471418]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[4.740706837744928,45.130392175165919]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[1.3462005302702754,44.49186713860649]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[5.999724721189429,44.81277431201727]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[7.5934821931050859,49.053331312144937]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[-0.9162871590391213,43.72985852149098]}},{"type":"Feature","properties":{"population":969},"geometry":{"type":"Point","coordinates":[2.3461579731419746,48.43173560757924]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[-0.9889297762476543,43.37146624316168]}},{"type":"Feature","properties":{"population":559},"geometry":{"type":"Point","coordinates":[3.231522486734589,49.51768370936948]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[0.19341092329310304,45.18450356660983]}},{"type":"Feature","properties":{"population":6216},"geometry":{"type":"Point","coordinates":[6.85830149237459,49.210407535493008]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[-0.008907474987334512,49.16786623699701]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[3.9214527880852727,47.417516881991378]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[5.205260978526054,47.62584487833317]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[5.950384319836032,47.046285636940528]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[6.03337399137819,46.98321508272103]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[4.250877868688214,49.480753056646168]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[3.032598423744469,49.823971866321588]}},{"type":"Feature","properties":{"population":2364},"geometry":{"type":"Point","coordinates":[6.963195065637712,48.40681887794146]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[1.1483269698340973,47.81380826598046]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.7861717188611608,50.089688017637438]}},{"type":"Feature","properties":{"population":1289},"geometry":{"type":"Point","coordinates":[2.13899185033568,49.93308554661004]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[2.614794311700466,42.98488147769809]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[1.3502353211285115,49.90767237253914]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[6.510931643337909,46.27923060081283]}},{"type":"Feature","properties":{"population":1829},"geometry":{"type":"Point","coordinates":[6.873296077963682,47.238121781018197]}},{"type":"Feature","properties":{"population":4271},"geometry":{"type":"Point","coordinates":[0.4359804846101243,46.66398153197503]}},{"type":"Feature","properties":{"population":795},"geometry":{"type":"Point","coordinates":[-0.8750325831560879,45.74903068174406]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[5.8645733978039129,48.996363237696908]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[6.17069032009507,48.033794623685349]}},{"type":"Feature","properties":{"population":3486},"geometry":{"type":"Point","coordinates":[2.842388855901778,46.1635668983726]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[1.0495524231472995,47.71867923127107]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[6.177758260832392,46.97580175505921]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[-3.162773178073972,48.613896063550907]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[5.555522728869346,46.106126201995127]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[6.567336981943769,48.24999785402823]}},{"type":"Feature","properties":{"population":1018},"geometry":{"type":"Point","coordinates":[-1.3524157861585578,48.14685095064908]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[4.319749039735181,45.74350775969976]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[-1.6310747234372499,48.29889251272137]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[-0.11866001302364425,44.58858790603922]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[0.05449027061201529,44.813885928557407]}},{"type":"Feature","properties":{"population":1881},"geometry":{"type":"Point","coordinates":[1.687833013453986,50.66958244774738]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[4.039018204043336,43.80706393425834]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[0.14867287746969805,44.415896708497317]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[5.906503428892545,47.96010526845914]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[5.616160483778755,46.330226433167748]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[1.5474058524940635,49.948445907330668]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[2.4895480975525965,45.49694050791684]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[3.787465785533322,44.44427931852879]}},{"type":"Feature","properties":{"population":1675},"geometry":{"type":"Point","coordinates":[2.867753263261268,48.75539635657366]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[3.741996828056281,45.94631238556072]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.7560730449354975,42.748003592034468]}},{"type":"Feature","properties":{"population":1817},"geometry":{"type":"Point","coordinates":[1.5707879986992784,46.58451781651234]}},{"type":"Feature","properties":{"population":1369},"geometry":{"type":"Point","coordinates":[5.743262499202367,43.93869945625575]}},{"type":"Feature","properties":{"population":7339},"geometry":{"type":"Point","coordinates":[7.58064558044904,47.58901672526223]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[0.7812656520197285,43.68654359171034]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[0.3954545703717804,47.061497386418697]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[2.4580673644519455,43.93285684014697]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.566248867357626,49.25995882202036]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[4.91899265263771,43.838318611968769]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[1.6637450849375886,49.08289057182701]}},{"type":"Feature","properties":{"population":608},"geometry":{"type":"Point","coordinates":[4.168826498511968,45.065227415429]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[5.982405384484237,46.88957854548114]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[0.9691467864439647,48.61262874755041]}},{"type":"Feature","properties":{"population":551},"geometry":{"type":"Point","coordinates":[3.919298153241887,49.72967151960393]}},{"type":"Feature","properties":{"population":1541},"geometry":{"type":"Point","coordinates":[-3.344778892360405,48.81223602961164]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[2.7025174520514718,46.8603704840038]}},{"type":"Feature","properties":{"population":2135},"geometry":{"type":"Point","coordinates":[-0.28747468353668978,49.13136181080686]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[4.599619877008214,46.391400980197918]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[5.7512704280884,49.43761295390819]}},{"type":"Feature","properties":{"population":761},"geometry":{"type":"Point","coordinates":[5.3430869560574589,45.529419791726798]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[4.320259059077384,47.89085390909326]}},{"type":"Feature","properties":{"population":1165},"geometry":{"type":"Point","coordinates":[5.295822675221229,47.262017232169359]}},{"type":"Feature","properties":{"population":1000},"geometry":{"type":"Point","coordinates":[2.8107877915599546,45.8328846885776]}},{"type":"Feature","properties":{"population":1014},"geometry":{"type":"Point","coordinates":[2.6533019874997989,46.742804015740357]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[7.168112945740222,43.88388341651224]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[4.638323395368677,46.49225736940703]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[5.856801582373309,47.47350501510267]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[2.385855384332236,49.77760684460583]}},{"type":"Feature","properties":{"population":1207},"geometry":{"type":"Point","coordinates":[5.587007624282702,46.76943413248196]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[0.446265685339111,49.158313801240939]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[0.8936474313782469,43.96855972931308]}},{"type":"Feature","properties":{"population":2265},"geometry":{"type":"Point","coordinates":[6.382388312326396,48.196675713732918]}},{"type":"Feature","properties":{"population":1445},"geometry":{"type":"Point","coordinates":[7.371547488889099,43.77291066833816]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[-0.2595586690249962,45.27103357423885]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[0.47437576144228146,42.829658636821758]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[2.582480708594622,43.55067519958785]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[3.33038761449647,47.84885163762601]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[2.659730977311471,45.72724974930604]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[1.1866284477981859,43.07000524230265]}},{"type":"Feature","properties":{"population":964},"geometry":{"type":"Point","coordinates":[0.9211917759859476,45.81077973444915]}},{"type":"Feature","properties":{"population":1913},"geometry":{"type":"Point","coordinates":[5.060146227860557,46.805239679183298]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[3.6809374119111415,49.12787524150545]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[-0.06781449596834456,44.63449050277698]}},{"type":"Feature","properties":{"population":795},"geometry":{"type":"Point","coordinates":[0.8441987266736228,47.595486041573149]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[2.3136867955856945,43.33403750937399]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[9.38700530719396,42.806114397088609]}},{"type":"Feature","properties":{"population":481},"geometry":{"type":"Point","coordinates":[1.4781237345609167,49.21400185742521]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[6.323311557218518,44.48618507477605]}},{"type":"Feature","properties":{"population":9706},"geometry":{"type":"Point","coordinates":[2.78684962812717,48.84532425760173]}},{"type":"Feature","properties":{"population":2947},"geometry":{"type":"Point","coordinates":[0.6335909778884419,49.775756134700909]}},{"type":"Feature","properties":{"population":1395},"geometry":{"type":"Point","coordinates":[3.3795703054864565,48.298422147527997]}},{"type":"Feature","properties":{"population":1902},"geometry":{"type":"Point","coordinates":[6.523584989780569,46.37432409196206]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[3.483326564229685,49.91243993073749]}},{"type":"Feature","properties":{"population":884},"geometry":{"type":"Point","coordinates":[1.216081634774256,49.242689398121758]}},{"type":"Feature","properties":{"population":2862},"geometry":{"type":"Point","coordinates":[1.6207522362211209,49.91711045603743]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[0.7226319004185545,44.80458585421511]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[8.818289105597682,42.047591884951049]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[3.9899672815269655,44.837155913913608]}},{"type":"Feature","properties":{"population":3098},"geometry":{"type":"Point","coordinates":[1.7153270865480777,47.746798174963448]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[3.6442722231581858,48.33116087514602]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[5.581072581268529,46.110677944996307]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[6.437366817726193,49.22304838477969]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[4.296625974511481,49.50254004066938]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[2.0705959790623855,42.74029142275704]}},{"type":"Feature","properties":{"population":1671},"geometry":{"type":"Point","coordinates":[2.347146317891883,43.271476564005819]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[-0.4667617332153583,44.062046129891]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[2.4703380480751395,46.70490012045762]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[1.5258910799380372,49.35409520862195]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[3.2923085406205518,45.51336561123865]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[0.8352400714639908,45.41308315925597]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[2.0595918255145957,49.67918124270829]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[0.6946260755329193,42.874227056979858]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[2.490950874601966,45.05433523411764]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[2.561725155356982,45.3518068740828]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[2.756241536780303,43.88503627009134]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[0.01696408597083118,43.441786954741669]}},{"type":"Feature","properties":{"population":2384},"geometry":{"type":"Point","coordinates":[5.635625571555267,45.461137950635727]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[6.558670562525313,47.25516676715976]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[-0.1055224053967562,46.72765069739798]}},{"type":"Feature","properties":{"population":940},"geometry":{"type":"Point","coordinates":[-4.259399096056473,48.554427466077218]}},{"type":"Feature","properties":{"population":1017},"geometry":{"type":"Point","coordinates":[3.912172156901589,48.73831123388268]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[5.282247084566011,46.46445298554195]}},{"type":"Feature","properties":{"population":2107},"geometry":{"type":"Point","coordinates":[4.233471349486619,43.787029566652467]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[2.577625700901929,44.76152934179815]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[6.582226147910398,49.273302438949048]}},{"type":"Feature","properties":{"population":836},"geometry":{"type":"Point","coordinates":[-0.34430428970900969,45.05933624611336]}},{"type":"Feature","properties":{"population":909},"geometry":{"type":"Point","coordinates":[2.3814077846744587,47.63026539274323]}},{"type":"Feature","properties":{"population":823},"geometry":{"type":"Point","coordinates":[4.05348916285471,45.524595568589649]}},{"type":"Feature","properties":{"population":578},"geometry":{"type":"Point","coordinates":[0.49643601834976477,44.14381479479987]}},{"type":"Feature","properties":{"population":1112},"geometry":{"type":"Point","coordinates":[2.023168376908334,43.51946791396671]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[6.578078391858393,48.96654037595062]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[4.94915058388132,49.13858812257081]}},{"type":"Feature","properties":{"population":1276},"geometry":{"type":"Point","coordinates":[-2.151711043363546,48.43615169290264]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[3.212029308357354,49.807902021228397]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[-0.3635064403267979,43.53766618244789]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[0.11967101679429776,45.94976989689907]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[0.1701989896866458,44.28633454732914]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[7.015717505998402,48.57744807537019]}},{"type":"Feature","properties":{"population":1244},"geometry":{"type":"Point","coordinates":[2.0033290537242056,49.53315605738287]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[4.2983148689444239,49.58318632773341]}},{"type":"Feature","properties":{"population":1239},"geometry":{"type":"Point","coordinates":[1.5530897129804669,45.33716300682865]}},{"type":"Feature","properties":{"population":1193},"geometry":{"type":"Point","coordinates":[-0.41775116358243388,46.45074257242811]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[1.8758388881619098,49.5416247885538]}},{"type":"Feature","properties":{"population":927},"geometry":{"type":"Point","coordinates":[6.390725664079086,46.78575828633342]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[1.3224438717137628,44.861721883559038]}},{"type":"Feature","properties":{"population":2117},"geometry":{"type":"Point","coordinates":[5.487467364043305,45.54831926754997]}},{"type":"Feature","properties":{"population":2116},"geometry":{"type":"Point","coordinates":[7.195725112449707,48.11021678012733]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[7.084883380674687,47.52539095334948]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[5.460202329233278,44.270188360984388]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[5.615435759133322,47.183643549054618]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[2.5460718400301549,50.29170652321425]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[6.235387439502084,47.48874416198985]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[2.0813340454333284,44.32173462984704]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[6.077303918629981,47.47641332905555]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[1.4645222401114602,48.84708200408697]}},{"type":"Feature","properties":{"population":5990},"geometry":{"type":"Point","coordinates":[1.5815919826457777,49.18033276954905]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[5.674988465814624,49.436059177614698]}},{"type":"Feature","properties":{"population":740},"geometry":{"type":"Point","coordinates":[0.6523235062070653,48.10951937543302]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[-1.2859544212742147,48.79409392922298]}},{"type":"Feature","properties":{"population":3015},"geometry":{"type":"Point","coordinates":[-2.026652450222776,47.29203253998045]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[1.6666191649125329,50.44120403807147]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[-1.0326945551343865,43.40212150695399]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[7.105123796645519,47.54149391449449]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[3.2250276778731288,50.05841471575821]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[1.8996813373031288,45.24086903134138]}},{"type":"Feature","properties":{"population":2261},"geometry":{"type":"Point","coordinates":[6.047426407418688,46.28278100912254]}},{"type":"Feature","properties":{"population":1370},"geometry":{"type":"Point","coordinates":[0.580698524708848,47.730459408671169]}},{"type":"Feature","properties":{"population":5826},"geometry":{"type":"Point","coordinates":[-0.5352182812744772,47.27146046216792]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[0.5490199995013858,43.052994183259858]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[2.2222759070537618,50.32489181912594]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[5.945403030124447,47.91480845414346]}},{"type":"Feature","properties":{"population":1721},"geometry":{"type":"Point","coordinates":[-2.591940742794886,47.60491901855783]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[0.5446483783469927,48.44491615108718]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[1.5498615568050883,47.487923687822348]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[-1.2345688778588902,49.16178230358771]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[2.775378293112952,46.37825210512924]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[2.2175850530323677,43.35578617755825]}},{"type":"Feature","properties":{"population":1391},"geometry":{"type":"Point","coordinates":[5.001103614268498,44.19457861609592]}},{"type":"Feature","properties":{"population":4704},"geometry":{"type":"Point","coordinates":[-1.2255686184973625,47.428693003845797]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[4.215302981914686,49.45273028109166]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[1.6977119183217385,46.999696151397078]}},{"type":"Feature","properties":{"population":717},"geometry":{"type":"Point","coordinates":[1.6997603098139463,48.331577200465769]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[3.2007326388361725,43.8925251577386]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[1.5955221360883057,44.89907776153472]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.30632344827209,44.18208933709653]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[1.717774471421906,49.918449097376939]}},{"type":"Feature","properties":{"population":2521},"geometry":{"type":"Point","coordinates":[-0.3335869579758122,49.30108020171625]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[3.6843263894543507,49.71011422708028]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[4.327517141061842,49.34612522912882]}},{"type":"Feature","properties":{"population":660},"geometry":{"type":"Point","coordinates":[4.01839333430983,47.58762982953701]}},{"type":"Feature","properties":{"population":1201},"geometry":{"type":"Point","coordinates":[-3.400730722519558,48.676086139316399]}},{"type":"Feature","properties":{"population":596},"geometry":{"type":"Point","coordinates":[-2.86746009025454,48.311216537452057]}},{"type":"Feature","properties":{"population":2759},"geometry":{"type":"Point","coordinates":[1.3571810468712598,48.419332003788067]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[7.449974074809067,47.50086186184247]}},{"type":"Feature","properties":{"population":1997},"geometry":{"type":"Point","coordinates":[5.542189868300831,45.5755705954693]}},{"type":"Feature","properties":{"population":1767},"geometry":{"type":"Point","coordinates":[6.488161794216903,47.05440933844541]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[3.4772313314570826,45.45108332043108]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[-0.00120147858510831,44.3557929941887]}},{"type":"Feature","properties":{"population":2020},"geometry":{"type":"Point","coordinates":[2.8230094087212969,46.483161792674007]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[1.128414576440156,43.19272945951415]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[3.807470586846252,49.92588501679614]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[0.393792056826627,45.13441886542265]}},{"type":"Feature","properties":{"population":3699},"geometry":{"type":"Point","coordinates":[1.4131594230183069,45.26351582035889]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[4.871459686674522,49.10087462434424]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[-0.2855527070469791,48.53419056080851]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[4.453567989446164,48.906803013234988]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[1.203844396880572,45.22935901012956]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[6.317045629894281,43.99201926157336]}},{"type":"Feature","properties":{"population":1509},"geometry":{"type":"Point","coordinates":[-0.40670329378823696,49.11198019074911]}},{"type":"Feature","properties":{"population":912},"geometry":{"type":"Point","coordinates":[-0.5862035007826169,43.367022491199318]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[0.2670489754444217,48.76204284327031]}},{"type":"Feature","properties":{"population":1201},"geometry":{"type":"Point","coordinates":[1.0489187855437057,44.02326772375313]}},{"type":"Feature","properties":{"population":1949},"geometry":{"type":"Point","coordinates":[4.217093411434438,45.94364436237216]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[2.6775986162801499,50.20552557663018]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[6.057433656852502,48.14260159498721]}},{"type":"Feature","properties":{"population":779},"geometry":{"type":"Point","coordinates":[2.9770021075778367,43.118006952250258]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.1618565443839108,49.06411635296475]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[1.335417588268913,49.77944644369092]}},{"type":"Feature","properties":{"population":6005},"geometry":{"type":"Point","coordinates":[1.5432247954609433,43.58132372172273]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[7.295372979483331,48.023379489681989]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[-0.7282317481252134,46.73020074019388]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[3.8453792304089577,45.75732720365782]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[-0.3028350481037452,43.46751711539267]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[5.532063063283947,48.115468170657809]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[1.881771992223154,46.36393140962927]}},{"type":"Feature","properties":{"population":705},"geometry":{"type":"Point","coordinates":[2.266435136403337,47.83933617753611]}},{"type":"Feature","properties":{"population":1394},"geometry":{"type":"Point","coordinates":[4.716723927193923,44.619693460742478]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[5.814891880781883,48.548399856200607]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[7.542421553719422,48.91683329939676]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[4.721499296913762,49.3599392845381]}},{"type":"Feature","properties":{"population":911},"geometry":{"type":"Point","coordinates":[7.7301524182277518,48.97465281317084]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[0.32628589498147239,43.13506134261127]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[0.3029729587959432,44.93393254536839]}},{"type":"Feature","properties":{"population":961},"geometry":{"type":"Point","coordinates":[3.0006173906219004,49.42203209279453]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[6.195832971901657,47.023065592357578]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[7.092755228134913,43.80393255873911]}},{"type":"Feature","properties":{"population":1268},"geometry":{"type":"Point","coordinates":[3.8167724024225748,49.61077021677767]}},{"type":"Feature","properties":{"population":1053},"geometry":{"type":"Point","coordinates":[4.627143931487338,43.90352544261941]}},{"type":"Feature","properties":{"population":3685},"geometry":{"type":"Point","coordinates":[-1.2526193394318393,47.06031775122863]}},{"type":"Feature","properties":{"population":1927},"geometry":{"type":"Point","coordinates":[4.729808544022095,45.55055601952805]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[1.6481990844615482,46.43242258046116]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[0.2541539987015642,44.82375883697828]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[6.596876184195312,48.29909214792178]}},{"type":"Feature","properties":{"population":1356},"geometry":{"type":"Point","coordinates":[0.35097751557675357,49.19537017832379]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[5.516428414458868,44.175331907231619]}},{"type":"Feature","properties":{"population":828},"geometry":{"type":"Point","coordinates":[2.214513778753706,43.31361172728076]}},{"type":"Feature","properties":{"population":1834},"geometry":{"type":"Point","coordinates":[-3.1026875292180855,48.618306080925119]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.929043301453472,46.96824898429467]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[2.8535013367039214,45.82617015603949]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.747374822652696,46.57897118355255]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[-1.2278183076928638,48.250848183625318]}},{"type":"Feature","properties":{"population":913},"geometry":{"type":"Point","coordinates":[2.837896950685766,44.9285773016028]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[0.49248484672575856,42.8275919215878]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[5.663214219429161,46.99056794157473]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[6.351478390919397,47.39694045983955]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[0.08161814430968821,43.17477329831952]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[8.81980977276861,42.02358168165296]}},{"type":"Feature","properties":{"population":729},"geometry":{"type":"Point","coordinates":[6.303546797589146,46.726524226400389]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[6.012531695042346,48.152445559505569]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[6.317687807404898,47.697350581092738]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[1.66891922203979,45.917893686635959]}},{"type":"Feature","properties":{"population":552},"geometry":{"type":"Point","coordinates":[8.089296996945134,48.912369398307678]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[1.2067937630166486,46.70837233647352]}},{"type":"Feature","properties":{"population":833},"geometry":{"type":"Point","coordinates":[-0.4700039332733492,43.39194729201757]}},{"type":"Feature","properties":{"population":7757},"geometry":{"type":"Point","coordinates":[2.388437846220329,48.522146957329109]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[0.5840534543822247,44.76361993539928]}},{"type":"Feature","properties":{"population":788},"geometry":{"type":"Point","coordinates":[0.8500701943768585,49.67133126258596]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[3.3904105473229508,50.158298131367939]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[4.076762545917649,49.75459124884279]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[0.34085346247207479,49.165659190301699]}},{"type":"Feature","properties":{"population":1399},"geometry":{"type":"Point","coordinates":[5.521552263231969,43.78439859224884]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[4.9160435082940359,48.82024174357372]}},{"type":"Feature","properties":{"population":678},"geometry":{"type":"Point","coordinates":[5.475589087896676,43.92981721741569]}},{"type":"Feature","properties":{"population":1587},"geometry":{"type":"Point","coordinates":[6.587592625527628,46.36985704381734]}},{"type":"Feature","properties":{"population":1000},"geometry":{"type":"Point","coordinates":[1.972871150558234,48.70368786372221]}},{"type":"Feature","properties":{"population":637},"geometry":{"type":"Point","coordinates":[3.2459233922869767,46.55492961853466]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[2.3476546924570935,50.47863120147398]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[2.6425942104694308,44.77348455505274]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[4.596224945369916,44.4541862406998]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[-0.777811740158573,43.650138310629539]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.6868615603940348,49.4903004874394]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[3.964270938390912,47.95702262712062]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[2.0848843215293089,46.22985944311316]}},{"type":"Feature","properties":{"population":1147},"geometry":{"type":"Point","coordinates":[2.1646741794144708,50.797140325149509]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[5.178236268234996,44.87393341706584]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[3.636066554252647,48.51864410732859]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[0.2660177543687741,44.39798359898595]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[3.422501778120147,46.00070532606744]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[2.060472155079465,49.56086996413551]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[0.36304982100101038,48.376635626394179]}},{"type":"Feature","properties":{"population":753},"geometry":{"type":"Point","coordinates":[3.953525099287781,43.98571851319815]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[-0.2167310610617548,43.48187732650585]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[1.4063480295903184,49.45918302815699]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[4.067423433461729,49.812515017746417]}},{"type":"Feature","properties":{"population":1159},"geometry":{"type":"Point","coordinates":[-0.8689837003801088,48.23253870321797]}},{"type":"Feature","properties":{"population":2295},"geometry":{"type":"Point","coordinates":[-2.863284389798534,48.39009187917138]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[5.857872215422345,48.00515279853582]}},{"type":"Feature","properties":{"population":2299},"geometry":{"type":"Point","coordinates":[0.9234391800314604,49.50131822006626]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[3.1162115201584728,48.55431314780017]}},{"type":"Feature","properties":{"population":1520},"geometry":{"type":"Point","coordinates":[-1.351139663768255,43.17923286775892]}},{"type":"Feature","properties":{"population":565},"geometry":{"type":"Point","coordinates":[6.47793755375895,48.539460728954868]}},{"type":"Feature","properties":{"population":1116},"geometry":{"type":"Point","coordinates":[4.439504483862577,44.20868218758722]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[2.9931918742474128,47.14061101997753]}},{"type":"Feature","properties":{"population":2400},"geometry":{"type":"Point","coordinates":[4.319529227222473,45.05296401493284]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.931169348348225,44.84150058057621]}},{"type":"Feature","properties":{"population":3213},"geometry":{"type":"Point","coordinates":[-0.420119305582885,46.97006843522207]}},{"type":"Feature","properties":{"population":877},"geometry":{"type":"Point","coordinates":[5.340099116820449,45.75300376676752]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[1.8980998021016929,49.354023427620798]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[3.5615655388946769,49.09119241701879]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[1.5140172561148722,49.27061429072959]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[2.256885327239275,43.687564326913108]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[2.2696856309593276,49.65455339042217]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[1.8713316411157004,49.58464378046544]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[2.5825504169878279,43.35404807194746]}},{"type":"Feature","properties":{"population":2848},"geometry":{"type":"Point","coordinates":[4.184281299573324,45.82897966365673]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[4.529291866851649,47.470691794993317]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[1.6413094623838037,43.6369491990329]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[4.234403656392419,49.81677627422637]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.0270548303495135,50.04059952359371]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[8.091222985616854,48.81799409491281]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[0.03718612470752739,48.31611656107399]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[5.966615463486576,47.58707137616606]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[6.2983032656560919,47.55190709698332]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[6.167530321360485,44.64768809460428]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[5.788803477629424,47.73631471337696]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[5.148865995193256,48.47162992795788]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[4.669203663175886,46.490666811875218]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[2.798648177660587,50.03039718762526]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[7.204258360970459,47.66567440304986]}},{"type":"Feature","properties":{"population":2006},"geometry":{"type":"Point","coordinates":[-4.263933558766581,47.97729659955115]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[3.630934713600741,50.10535956548098]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[4.906258654165195,48.4545684512593]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[4.39915763615766,49.818839023189557]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[2.370477024169198,50.33463984892445]}},{"type":"Feature","properties":{"population":2024},"geometry":{"type":"Point","coordinates":[4.87939961333616,45.45666945608079]}},{"type":"Feature","properties":{"population":1180},"geometry":{"type":"Point","coordinates":[0.2004449075026104,43.95100291208712]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[-1.0621716442268404,43.42481479809909]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[9.016759699357847,41.87075306814167]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[3.401801996813941,47.48420972449231]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[0.25235257659753049,43.024695695741559]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[4.7460250772518279,48.81950276249965]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[6.228747006092812,47.42369974436185]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[5.40584639706628,45.093278493073899]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[0.42539707821643299,48.909172790442507]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[-0.3584271976771851,46.52636032292827]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[5.673241832899678,44.176730684233728]}},{"type":"Feature","properties":{"population":695},"geometry":{"type":"Point","coordinates":[-0.8155617241319086,43.75385828777763]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[2.8038942542586424,44.32133318516929]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[7.556549827156729,48.794548781829188]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[-0.359754767635717,46.45393446639142]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[1.9330719584828027,50.76643222996816]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[6.135500145970472,47.341131020498938]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[0.21588955714961698,45.82165423597616]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[3.12094500079395,45.42485874550817]}},{"type":"Feature","properties":{"population":4376},"geometry":{"type":"Point","coordinates":[-0.36658576350060598,43.38009204058624]}},{"type":"Feature","properties":{"population":875},"geometry":{"type":"Point","coordinates":[1.1477040533143173,44.890805960227179]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[2.0479894425996769,42.80686899205988]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[5.825746755485175,45.79299938267273]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[-0.4414433284285463,44.026261326623437]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[5.533755245690883,47.22972101365994]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[4.433626946032624,47.36321218745174]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[3.4167213371426605,49.79412195154761]}},{"type":"Feature","properties":{"population":750},"geometry":{"type":"Point","coordinates":[0.3169125466379683,49.398752971035047]}},{"type":"Feature","properties":{"population":1037},"geometry":{"type":"Point","coordinates":[0.8661745782847418,45.24047101608681]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[0.9773225190522676,43.52163129696365]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[1.1244330307447122,44.29983197945446]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[4.578351462479607,45.44778686136303]}},{"type":"Feature","properties":{"population":4005},"geometry":{"type":"Point","coordinates":[6.267790028563417,46.27048513325596]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[0.09874236890052798,45.2657292578289]}},{"type":"Feature","properties":{"population":916},"geometry":{"type":"Point","coordinates":[-3.0378062933734277,48.30990404885954]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[6.396684365337484,47.23169686148291]}},{"type":"Feature","properties":{"population":1445},"geometry":{"type":"Point","coordinates":[4.624335659906079,44.70698344275338]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[2.4302580578224357,43.04646941333286]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[4.3787999360408389,48.782544792941688]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[0.5867762357625854,48.505354510633377]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[6.084810469911792,48.393129930305949]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[2.9977731549064328,50.271868550538219]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[2.176317604488544,43.47603251492347]}},{"type":"Feature","properties":{"population":1689},"geometry":{"type":"Point","coordinates":[9.28410786797871,42.68702078910568]}},{"type":"Feature","properties":{"population":1049},"geometry":{"type":"Point","coordinates":[4.8668519003989278,44.55773157071777]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[0.0953010698123774,46.713181982457218]}},{"type":"Feature","properties":{"population":2933},"geometry":{"type":"Point","coordinates":[0.011387718613385778,47.3037666027899]}},{"type":"Feature","properties":{"population":4188},"geometry":{"type":"Point","coordinates":[0.26634668758878807,45.734276522216109]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[0.24831640416537965,43.687733221462739]}},{"type":"Feature","properties":{"population":971},"geometry":{"type":"Point","coordinates":[1.3841539476737653,49.126556578540768]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[0.1486461265702829,43.483965587130857]}},{"type":"Feature","properties":{"population":2776},"geometry":{"type":"Point","coordinates":[0.3646747526227004,45.02920088620869]}},{"type":"Feature","properties":{"population":1752},"geometry":{"type":"Point","coordinates":[2.7496142269294538,45.57971473784011]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[0.8380240538576443,49.59783481228727]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[1.627493914769508,50.07935581769956]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[2.0261569165767034,50.128824841606377]}},{"type":"Feature","properties":{"population":987},"geometry":{"type":"Point","coordinates":[3.193108316490276,45.98064907827777]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[1.7672035039503489,48.88061110243766]}},{"type":"Feature","properties":{"population":490},"geometry":{"type":"Point","coordinates":[1.9846142941924628,49.65736341659322]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[6.022566602560575,48.30422850856857]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[3.625196885158398,49.51441203176151]}},{"type":"Feature","properties":{"population":1228},"geometry":{"type":"Point","coordinates":[-0.8641318016508192,45.63192601336412]}},{"type":"Feature","properties":{"population":4791},"geometry":{"type":"Point","coordinates":[4.767113647951023,43.85415646045094]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[-0.9772885752478472,43.395436505690508]}},{"type":"Feature","properties":{"population":664},"geometry":{"type":"Point","coordinates":[1.938939424871289,47.26147449719223]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[3.9080994039923,47.00844311890034]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[1.8709757987913578,48.49627380915763]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[9.057248643141416,42.6299356390292]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[-0.13250309535356145,48.50758193596787]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[3.57393934725619,47.95481652523328]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[-0.17791894946504434,48.79050165505676]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[2.2574619617191087,49.74645672761576]}},{"type":"Feature","properties":{"population":929},"geometry":{"type":"Point","coordinates":[-2.1279441362937194,48.45177195787667]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[4.534078338050527,44.44587845315796]}},{"type":"Feature","properties":{"population":4036},"geometry":{"type":"Point","coordinates":[-1.5795564607977493,47.491415860893408]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[6.0301244078878899,44.27548680411014]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[-0.4460991301721237,47.97435823591414]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[2.706317127515559,44.01776006631962]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[4.937879902208357,49.526334610184857]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[6.6478909124065519,48.41833606601949]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[0.6712920737520012,47.74726129178554]}},{"type":"Feature","properties":{"population":992},"geometry":{"type":"Point","coordinates":[2.5607577678920765,48.41038907207704]}},{"type":"Feature","properties":{"population":4626},"geometry":{"type":"Point","coordinates":[-2.837327466360763,47.880111257843648]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[3.5546765902294639,50.043978210199949]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[4.609496677785275,47.549150852834568]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[4.108340308220755,48.529013933789]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[2.433846031317311,46.06045426283255]}},{"type":"Feature","properties":{"population":1035},"geometry":{"type":"Point","coordinates":[0.7081906373263425,49.554870749017869]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[7.234934146681546,47.65759282014711]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[3.5998455150535686,48.2975731768814]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[4.705631354197865,49.54912111680502]}},{"type":"Feature","properties":{"population":837},"geometry":{"type":"Point","coordinates":[4.555059135968491,49.88892023579919]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[4.843244022991379,47.70106004741222]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[0.567893221842165,43.38473492849501]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[1.6772351269435769,42.7819217602204]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[3.75721433699921,48.76184033647803]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[3.9325670807754706,47.89203170429482]}},{"type":"Feature","properties":{"population":1369},"geometry":{"type":"Point","coordinates":[-1.0768824844777452,45.53805298431408]}},{"type":"Feature","properties":{"population":1221},"geometry":{"type":"Point","coordinates":[7.990646613346181,48.77141330508501]}},{"type":"Feature","properties":{"population":780},"geometry":{"type":"Point","coordinates":[2.9959480084037035,50.53283958056352]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[4.668898801051629,44.67291776414488]}},{"type":"Feature","properties":{"population":665},"geometry":{"type":"Point","coordinates":[4.699442071516595,45.059183282683999]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[-1.196453152350272,44.03317601603071]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[2.0508130338517365,45.95341044835725]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[0.21729557450067056,48.27709501775232]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[1.767797459737969,44.67927469138929]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[3.1611237081494365,50.25078549061143]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[5.174022183549918,49.36543685555245]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[2.6226931565322144,47.4937945111304]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[4.6414782513401,46.528270543717]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[3.0265862822071867,44.76713482429527]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[6.990982723886178,49.15157614911321]}},{"type":"Feature","properties":{"population":485},"geometry":{"type":"Point","coordinates":[-0.7097780910735582,43.22175024936198]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[6.007926701707449,45.0295748266714]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[5.82650704205422,46.07064022785098]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.7815983778226873,43.276417539963478]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[1.3048867911562006,49.73553517432311]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[7.277733484261161,48.335515653292357]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[5.248805826240367,45.28981527907537]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[6.061710030125101,47.73452280574759]}},{"type":"Feature","properties":{"population":1184},"geometry":{"type":"Point","coordinates":[-1.6428192311098616,47.88876372746003]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[0.17620167912386634,47.15755010065438]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[1.1161154793617972,43.81892598102157]}},{"type":"Feature","properties":{"population":1184},"geometry":{"type":"Point","coordinates":[4.4227171405695409,45.23464253788491]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[-0.05275824388151245,43.039974025570668]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[3.028746758923824,43.42339443629404]}},{"type":"Feature","properties":{"population":2960},"geometry":{"type":"Point","coordinates":[4.985390524491011,44.836236972368947]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[7.437621407588507,48.99008535433588]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[2.00351735188757,45.57566176399501]}},{"type":"Feature","properties":{"population":1600},"geometry":{"type":"Point","coordinates":[6.329808632835951,46.19450185173685]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[2.9923131082260099,48.3197817158572]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[5.665511085619687,47.042144884908527]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[0.3358516700799159,42.893902921072349]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[3.2134086177119638,48.25827639891001]}},{"type":"Feature","properties":{"population":782},"geometry":{"type":"Point","coordinates":[2.359453460636667,47.953869125201538]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[0.39599357111966856,45.19947196091288]}},{"type":"Feature","properties":{"population":915},"geometry":{"type":"Point","coordinates":[0.16206712369804389,48.24124629990455]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[2.050266736843105,42.98007069568538]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[4.796482166219436,49.75518513521598]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[6.5470544359689619,47.18397782453075]}},{"type":"Feature","properties":{"population":1136},"geometry":{"type":"Point","coordinates":[3.8380511240494017,49.958178786790927]}},{"type":"Feature","properties":{"population":1167},"geometry":{"type":"Point","coordinates":[0.020246810532587136,45.62005902608127]}},{"type":"Feature","properties":{"population":584},"geometry":{"type":"Point","coordinates":[6.875234112332792,44.088240969826049]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[3.504577448779258,48.22220044212855]}},{"type":"Feature","properties":{"population":1802},"geometry":{"type":"Point","coordinates":[2.5048208059504954,49.89069373774929]}},{"type":"Feature","properties":{"population":779},"geometry":{"type":"Point","coordinates":[4.127867780233474,43.791500331058198]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[7.969475064228136,48.89335166009829]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[7.417996177988142,48.021558551956868]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[1.224205171074892,44.504114325126618]}},{"type":"Feature","properties":{"population":1044},"geometry":{"type":"Point","coordinates":[4.862411616114828,45.09903498474324]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[1.809598252467274,49.9233691897064]}},{"type":"Feature","properties":{"population":425},"geometry":{"type":"Point","coordinates":[5.035256439752491,49.52792117900208]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[2.929032503862883,48.89178393594208]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[1.8057918317434958,49.635821150525]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[-1.2460302793232643,48.78844516723486]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[2.431660866057658,50.297439583956819]}},{"type":"Feature","properties":{"population":1002},"geometry":{"type":"Point","coordinates":[0.996953695636105,47.85719259496043]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[6.8419867805643899,49.029759576354908]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[5.7438127415043029,46.93315995603878]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[1.6057437156741517,42.77936029591451]}},{"type":"Feature","properties":{"population":1241},"geometry":{"type":"Point","coordinates":[6.277372316998903,46.77910329310158]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[1.6127360461582015,49.623622289488199]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[6.2085155336739119,45.73022062178542]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[0.3567609466879701,43.18235548570924]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[1.8568124037915884,49.794297692975067]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[2.817160135985739,49.726342789684519]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[6.911522856434934,47.321356680027317]}},{"type":"Feature","properties":{"population":598},"geometry":{"type":"Point","coordinates":[3.8066583174619357,48.679498299594147]}},{"type":"Feature","properties":{"population":1666},"geometry":{"type":"Point","coordinates":[-0.06710764532711176,49.29749757076911]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[4.861397278827211,46.66947239710515]}},{"type":"Feature","properties":{"population":4488},"geometry":{"type":"Point","coordinates":[5.73520294376606,45.3799824300874]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[1.1462840314755667,49.82249054017044]}},{"type":"Feature","properties":{"population":5228},"geometry":{"type":"Point","coordinates":[6.689774686852763,47.07087411549028]}},{"type":"Feature","properties":{"population":6448},"geometry":{"type":"Point","coordinates":[2.220435056024329,47.13605814433408]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[0.46090811978926468,43.30260175370959]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[3.546323237412932,49.57785801877821]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[4.488810915053493,47.53572138584729]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[4.479843569076045,48.814896656549219]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[7.105605780422716,47.87929738462465]}},{"type":"Feature","properties":{"population":5662},"geometry":{"type":"Point","coordinates":[2.7893281072673066,49.69349605959694]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[4.846797884915609,47.26441558233915]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[3.269091327741592,45.1146619829027]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[4.938679131103453,48.10530286493951]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.6938255540490529,45.581426147384579]}},{"type":"Feature","properties":{"population":606},"geometry":{"type":"Point","coordinates":[6.385863625608083,48.983135026222779]}},{"type":"Feature","properties":{"population":565},"geometry":{"type":"Point","coordinates":[4.251501356717166,46.149909171519]}},{"type":"Feature","properties":{"population":1038},"geometry":{"type":"Point","coordinates":[4.990231868019243,46.74524763933408]}},{"type":"Feature","properties":{"population":678},"geometry":{"type":"Point","coordinates":[3.17514776708902,49.00301879926676]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[1.5186546365858807,50.06029221008049]}},{"type":"Feature","properties":{"population":920},"geometry":{"type":"Point","coordinates":[6.508302809367654,48.550303717600169]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[0.672237643690826,49.63001566114875]}},{"type":"Feature","properties":{"population":671},"geometry":{"type":"Point","coordinates":[-2.335874317564277,48.14433187591375]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[2.995448431630939,44.99635529006045]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[2.6786776398786005,47.10223343148691]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[1.7918525965356754,49.9082003417762]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[2.5033279321654096,42.879875697210589]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[-0.0364091517502443,46.21304229206507]}},{"type":"Feature","properties":{"population":1954},"geometry":{"type":"Point","coordinates":[3.17511299617508,48.91197774696443]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[2.0535049925073549,45.05592403395413]}},{"type":"Feature","properties":{"population":850},"geometry":{"type":"Point","coordinates":[1.1438086860384762,49.63923852501355]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[3.2274163036080365,46.076106144950177]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[0.7406912848957178,48.84021461599215]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[5.486560881152254,49.0010526863462]}},{"type":"Feature","properties":{"population":3955},"geometry":{"type":"Point","coordinates":[-2.0703827982560236,48.52747062565614]}},{"type":"Feature","properties":{"population":1247},"geometry":{"type":"Point","coordinates":[4.005828266125039,49.32014147277161]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[-0.611344150856914,49.225856697982859]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[1.7074864687035268,49.998665654020658]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[0.8458216803018571,44.71028177281175]}},{"type":"Feature","properties":{"population":1314},"geometry":{"type":"Point","coordinates":[1.1709069690942798,43.75001723055561]}},{"type":"Feature","properties":{"population":606},"geometry":{"type":"Point","coordinates":[6.206040212137605,45.565062014999259]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[0.45315149197303886,43.32301585605942]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[5.335896457401258,47.060786483938709]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[-1.0506541938583803,43.50383313200393]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[6.172517543335287,47.895089284490769]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[0.5889896250874065,48.318278840104159]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[8.969672699046673,42.57391888477353]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[4.704004513946851,47.709475311893118]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[0.40840304505014199,46.10302512413821]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[6.778455030601038,48.998888047885959]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[5.3921727374520869,48.81075427949592]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[5.312254936014583,45.064454023380289]}},{"type":"Feature","properties":{"population":888},"geometry":{"type":"Point","coordinates":[0.09093297485595245,43.27602918844264]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[0.6890109187470047,48.61216390887333]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[6.034191208709766,47.732116910036129]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[0.4977113666738591,45.58658597837473]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[0.7960130040171344,44.23075390311408]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[5.773371002867415,47.455536131746928]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[2.949471114417344,50.214962942294018]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[0.8077566978787926,49.690050838979548]}},{"type":"Feature","properties":{"population":1000},"geometry":{"type":"Point","coordinates":[4.178450382124899,43.99422512604018]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[0.020985453172427505,43.40836538738953]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[2.003138256438942,48.44542876557674]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[4.256857564009866,48.16589473335112]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[5.022489045056637,48.26222443942639]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[7.1241232697814109,48.8709454944208]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[0.4440311539139693,43.72955678665203]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[3.9676825945900386,50.16417432463172]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[2.564597816679094,50.10042508473121]}},{"type":"Feature","properties":{"population":960},"geometry":{"type":"Point","coordinates":[1.665418725617199,49.14195262058219]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[1.25440699498115,48.42415906391522]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[1.2320975388109952,43.077048155542879]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[5.6050140517836939,47.02816298184038]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[-0.08834286936856552,45.911808231025649]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[4.8289172477455379,46.21324299323208]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[2.725438973391074,49.74697380234224]}},{"type":"Feature","properties":{"population":2026},"geometry":{"type":"Point","coordinates":[2.777363901869011,50.39248554420353]}},{"type":"Feature","properties":{"population":4191},"geometry":{"type":"Point","coordinates":[0.7095717917443344,47.45501249914444]}},{"type":"Feature","properties":{"population":772},"geometry":{"type":"Point","coordinates":[-0.8319082220814086,46.317448154025267]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[0.10433928075182009,49.24951043237123]}},{"type":"Feature","properties":{"population":1026},"geometry":{"type":"Point","coordinates":[2.4030663095966156,45.36336733804546]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[0.47016250358653247,43.39491568667262]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[4.662493365664299,49.569715409892697]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[5.751679389210765,47.21211611606941]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[3.1263473401081325,45.26412506549384]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[5.884993868989188,45.46171882277025]}},{"type":"Feature","properties":{"population":1829},"geometry":{"type":"Point","coordinates":[0.17769294334874129,49.63920030624352]}},{"type":"Feature","properties":{"population":1134},"geometry":{"type":"Point","coordinates":[6.03859827671668,46.06286127668977]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[5.75361040691298,49.26407747623898]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[5.732505986630011,47.242660052453448]}},{"type":"Feature","properties":{"population":4710},"geometry":{"type":"Point","coordinates":[-1.40086047349136,47.161884850492999]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[2.1898640934510738,49.58353622759716]}},{"type":"Feature","properties":{"population":1870},"geometry":{"type":"Point","coordinates":[2.837544550114997,48.81133130031442]}},{"type":"Feature","properties":{"population":745},"geometry":{"type":"Point","coordinates":[1.429989664780144,48.31625363321842]}},{"type":"Feature","properties":{"population":2040},"geometry":{"type":"Point","coordinates":[2.5504946737703375,48.479826022240818]}},{"type":"Feature","properties":{"population":847},"geometry":{"type":"Point","coordinates":[-3.9166682575932114,48.074201565812987]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[0.5763728647965523,42.759589063345099]}},{"type":"Feature","properties":{"population":12},"geometry":{"type":"Point","coordinates":[9.266388946188341,42.375569212247238]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[5.799473612973021,47.63721399848812]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[4.202822029977697,48.513424748369839]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[7.210670161903203,48.73276107687392]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[5.397077295458897,48.20789722358566]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[-1.333988818315569,48.73668343260082]}},{"type":"Feature","properties":{"population":5384},"geometry":{"type":"Point","coordinates":[-1.090975226677704,46.21272889641189]}},{"type":"Feature","properties":{"population":876},"geometry":{"type":"Point","coordinates":[2.327532475846145,44.343409279701258]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[2.755083989482687,49.82846179701374]}},{"type":"Feature","properties":{"population":1279},"geometry":{"type":"Point","coordinates":[6.341626426520781,46.34658881635289]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[0.5052749197504449,45.01424107849102]}},{"type":"Feature","properties":{"population":784},"geometry":{"type":"Point","coordinates":[5.102266834252161,46.272893444649188]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[5.663948752940611,44.10987733711784]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[6.272427813699873,46.841841364202519]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[5.1868685828869289,47.445445485142709]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[4.866467215310776,49.02421445748014]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[0.3968616746153159,48.40990886554275]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[6.359269984831466,48.491990245144737]}},{"type":"Feature","properties":{"population":954},"geometry":{"type":"Point","coordinates":[5.284075187949593,46.19292644630361]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[7.366016713296876,48.21866498732162]}},{"type":"Feature","properties":{"population":1101},"geometry":{"type":"Point","coordinates":[5.202688355260271,48.738840876845689]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[0.24868803429128548,43.1425048667997]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[6.0644389641324019,47.601856434274797]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[0.16323558220160507,44.157497785152759]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[5.338230119305532,46.54280291946007]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[5.530577768655194,46.90303285220426]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[5.99646556778467,47.72919395868435]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[3.185033939746421,49.16290351199636]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[-3.594593522919661,48.44296558724241]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[6.406006755656489,48.92830431064239]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[0.45641469748726395,43.40946263101814]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[0.16265684898659628,43.19850383978576]}},{"type":"Feature","properties":{"population":591},"geometry":{"type":"Point","coordinates":[5.3990669930412189,45.60952278909103]}},{"type":"Feature","properties":{"population":2635},"geometry":{"type":"Point","coordinates":[5.04545764852266,45.100112978328478]}},{"type":"Feature","properties":{"population":4159},"geometry":{"type":"Point","coordinates":[-1.6002539611624734,48.26166085406553]}},{"type":"Feature","properties":{"population":3750},"geometry":{"type":"Point","coordinates":[2.8040852462159027,48.10533338537521]}},{"type":"Feature","properties":{"population":6555},"geometry":{"type":"Point","coordinates":[4.777337851223768,45.39259664575251]}},{"type":"Feature","properties":{"population":1308},"geometry":{"type":"Point","coordinates":[0.8944100401098929,47.98730352793596]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[2.2033384158447055,50.043538684863339]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[-0.7702130657329853,43.255650642213129]}},{"type":"Feature","properties":{"population":2777},"geometry":{"type":"Point","coordinates":[4.9314130992981088,48.49944191817678]}},{"type":"Feature","properties":{"population":1141},"geometry":{"type":"Point","coordinates":[0.26779226606553066,45.658424618875688]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[0.4378357150459323,49.329255752563778]}},{"type":"Feature","properties":{"population":818},"geometry":{"type":"Point","coordinates":[5.696108553332912,49.333480077606697]}},{"type":"Feature","properties":{"population":1189},"geometry":{"type":"Point","coordinates":[0.07991903845374718,43.189689368472858]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[1.328106959545594,43.80312815479896]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[-0.5181883280638645,48.15664670087435]}},{"type":"Feature","properties":{"population":1805},"geometry":{"type":"Point","coordinates":[-0.9640259710700609,48.12147923771363]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[1.1985144805491186,46.88452689097558]}},{"type":"Feature","properties":{"population":1162},"geometry":{"type":"Point","coordinates":[3.2582189726348069,43.43744463264754]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.546477526871048,48.630617958753919]}},{"type":"Feature","properties":{"population":802},"geometry":{"type":"Point","coordinates":[5.347103781409921,45.06156204391804]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[3.8950853691705484,46.967617323497588]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[1.0319559077510008,42.83703955011323]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[-0.08032053570487718,43.51214835428381]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[3.386646450313154,44.24785482154768]}},{"type":"Feature","properties":{"population":885},"geometry":{"type":"Point","coordinates":[6.706448679205059,46.32287511607806]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[7.581079782014404,48.72833546610314]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[2.0033333740187104,45.87569625031109]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[5.485212301342549,46.30556449177545]}},{"type":"Feature","properties":{"population":721},"geometry":{"type":"Point","coordinates":[3.0249480745944297,49.71131940922479]}},{"type":"Feature","properties":{"population":1611},"geometry":{"type":"Point","coordinates":[4.34867342150273,44.31236853816427]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[2.220527555947967,50.768945371254648]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[5.608101583365688,47.311342773007719]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[1.7959946930418858,45.467049400163848]}},{"type":"Feature","properties":{"population":682},"geometry":{"type":"Point","coordinates":[0.3570950644245085,49.431695923616597]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[0.983227141918743,49.583583258983917]}},{"type":"Feature","properties":{"population":3816},"geometry":{"type":"Point","coordinates":[0.6547352502901868,44.12064096424455]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[1.5436558888454209,48.231591002789198]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.8095770855005668,47.058713308331807]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[4.660396480456541,49.0973965610636]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[3.3171052449816504,48.43927847798253]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[6.246895305980831,47.82068107238985]}},{"type":"Feature","properties":{"population":2189},"geometry":{"type":"Point","coordinates":[4.928978030176666,46.44241606277171]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[3.7332482028919355,50.20303153106589]}},{"type":"Feature","properties":{"population":2435},"geometry":{"type":"Point","coordinates":[5.745147164178696,49.29196255365962]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[6.25193140748908,48.91825642557218]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[0.11599765244845344,46.0040106266841]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[1.425509701270555,49.00588036566413]}},{"type":"Feature","properties":{"population":887},"geometry":{"type":"Point","coordinates":[-0.5995337723899975,43.158198942208617]}},{"type":"Feature","properties":{"population":2187},"geometry":{"type":"Point","coordinates":[4.082072949804201,49.203586803005737]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[1.841594800233884,44.85213743618013]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[1.859112087277899,47.0914414993014]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[2.614125332081251,49.955352033814587]}},{"type":"Feature","properties":{"population":1447},"geometry":{"type":"Point","coordinates":[4.358916006149346,48.33144120709631]}},{"type":"Feature","properties":{"population":788},"geometry":{"type":"Point","coordinates":[7.144525052101854,49.023631767776468]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[0.057792212234746957,49.26874706394051]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[3.2485508563820639,48.59154931569978]}},{"type":"Feature","properties":{"population":1254},"geometry":{"type":"Point","coordinates":[5.742709291924897,45.45180760660189]}},{"type":"Feature","properties":{"population":886},"geometry":{"type":"Point","coordinates":[5.061448520151463,45.497346732797627]}},{"type":"Feature","properties":{"population":2126},"geometry":{"type":"Point","coordinates":[-0.8953152259225146,48.10423949679822]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[-0.1504114919126167,46.134971931694519]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[3.973325586978583,50.01924498811604]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[2.6445532503268489,46.851456238277219]}},{"type":"Feature","properties":{"population":2069},"geometry":{"type":"Point","coordinates":[4.616825204667797,45.89066976269092]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[4.559109303176247,45.26390200812629]}},{"type":"Feature","properties":{"population":3761},"geometry":{"type":"Point","coordinates":[-3.5566531993935959,48.77069287725145]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[-1.0848196229382395,43.120045538904957]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[6.0602759209491989,48.969990215065099]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[5.735246563485711,48.215145227385999]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[1.9110272882859217,49.905389482126569]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[7.17486935794094,48.888288828296278]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[5.132354340639147,48.421588087442447]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[1.9519195869330755,50.17843424114521]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[1.2318862876562622,43.89129030140504]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[6.3773188728931669,47.72246084944477]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[-0.29262975933258858,48.17741416827241]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[1.0174657843830944,42.967507688281838]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[3.582749475097099,49.51851564957343]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.520622124179793,47.53727531934636]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[-0.9855750682776232,49.33077879872481]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[6.491381703119969,47.813454760730888]}},{"type":"Feature","properties":{"population":861},"geometry":{"type":"Point","coordinates":[3.0310992729033838,50.29067774665757]}},{"type":"Feature","properties":{"population":2053},"geometry":{"type":"Point","coordinates":[2.644633549967244,50.794887703091728]}},{"type":"Feature","properties":{"population":1598},"geometry":{"type":"Point","coordinates":[2.442024000628953,44.44710069216946]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[6.478676685964909,49.11161036936257]}},{"type":"Feature","properties":{"population":2501},"geometry":{"type":"Point","coordinates":[3.2578160216294687,50.592576529651378]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[-0.8969214311968288,43.29507994093794]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[-0.5750959911053308,43.46564808459401]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[7.182853652327121,47.65648784781569]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[1.8932178014342869,42.49649346350924]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[7.2635796552128248,48.43122689082266]}},{"type":"Feature","properties":{"population":3188},"geometry":{"type":"Point","coordinates":[-2.172345439618699,47.35619578461629]}},{"type":"Feature","properties":{"population":2197},"geometry":{"type":"Point","coordinates":[-0.14388212756786235,48.72048142585984]}},{"type":"Feature","properties":{"population":715},"geometry":{"type":"Point","coordinates":[0.720340758504831,44.34052200324699]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[1.851286690636897,48.79031264946722]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[2.609481683871052,50.10142936301574]}},{"type":"Feature","properties":{"population":795},"geometry":{"type":"Point","coordinates":[4.689551632168367,44.8352156695191]}},{"type":"Feature","properties":{"population":736},"geometry":{"type":"Point","coordinates":[-0.9926556218412352,47.888918841752438]}},{"type":"Feature","properties":{"population":1771},"geometry":{"type":"Point","coordinates":[-2.899092533615735,48.60428381508819]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[4.930069291964819,49.50698298004061]}},{"type":"Feature","properties":{"population":3876},"geometry":{"type":"Point","coordinates":[-2.06443868229306,46.90818437567767]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[3.517287438865725,50.240122003094068]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[-1.1880984439109282,48.97970088815482]}},{"type":"Feature","properties":{"population":717},"geometry":{"type":"Point","coordinates":[7.013962884113976,43.94346266609986]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[4.140870820509977,46.96885472606696]}},{"type":"Feature","properties":{"population":1504},"geometry":{"type":"Point","coordinates":[1.7061382533223742,45.24795499637882]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[9.404840308722994,42.38131693379212]}},{"type":"Feature","properties":{"population":3107},"geometry":{"type":"Point","coordinates":[4.082900962564596,43.63660521798269]}},{"type":"Feature","properties":{"population":723},"geometry":{"type":"Point","coordinates":[3.2183817345554326,49.78068749406775]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[2.4190998141939237,46.01384578769258]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[3.397653757354168,46.78152936845272]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[6.601070850446304,48.98507372506338]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[2.9706864419106138,48.042928312065118]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[0.6571374119737822,43.35007568376098]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[4.802588437057607,43.74562452012268]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[1.7228374409781918,49.3578168834079]}},{"type":"Feature","properties":{"population":1079},"geometry":{"type":"Point","coordinates":[2.343990518701828,50.04069432046455]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.521528876489559,44.364473378972387]}},{"type":"Feature","properties":{"population":1127},"geometry":{"type":"Point","coordinates":[5.713186215369797,45.7268575547972]}},{"type":"Feature","properties":{"population":3697},"geometry":{"type":"Point","coordinates":[-4.561206961297255,48.02750400622921]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[-0.6022570193142913,49.32638498753362]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[2.7012021454509989,49.608106535212218]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[5.93417758985163,48.457236638995109]}},{"type":"Feature","properties":{"population":1202},"geometry":{"type":"Point","coordinates":[5.146502046626473,47.198262876897057]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[0.7507670358528467,48.49231185391835]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[2.1449352626371165,50.10006274426328]}},{"type":"Feature","properties":{"population":1411},"geometry":{"type":"Point","coordinates":[1.7279501960356807,47.79176688401753]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[3.8583942175905179,43.73721144116779]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[-0.21389115572360735,47.62507098543373]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[6.462656564218073,49.269183263547109]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[6.769786781409355,48.41756404604175]}},{"type":"Feature","properties":{"population":1097},"geometry":{"type":"Point","coordinates":[0.4813657455908466,49.53887332762132]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[2.591013511873923,48.120922811589249]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[6.122540938519108,45.07767168348899]}},{"type":"Feature","properties":{"population":3181},"geometry":{"type":"Point","coordinates":[0.9097229801110878,47.362039282297569]}},{"type":"Feature","properties":{"population":1045},"geometry":{"type":"Point","coordinates":[6.3446997284803869,48.10170709582457]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[1.8149518625218695,49.12600119319003]}},{"type":"Feature","properties":{"population":1584},"geometry":{"type":"Point","coordinates":[-1.1215215041481806,46.73158900613795]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[5.321456074353845,47.5841690231679]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[0.5977432735457837,46.999888474867557]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[5.148865488642553,44.77788773508766]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.40529118209436906,43.77911450016393]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[3.4407127841654305,48.47582035676598]}},{"type":"Feature","properties":{"population":3248},"geometry":{"type":"Point","coordinates":[1.1574223715316088,48.217031231031089]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[5.849028015402227,44.351748725996319]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[2.6381672314131006,46.79976461734355]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[7.218556506569187,48.41820240157794]}},{"type":"Feature","properties":{"population":2908},"geometry":{"type":"Point","coordinates":[6.82298801337371,47.74074493038848]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[6.271272558059166,49.16338773461399]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[-0.6408155062535454,49.22160275447796]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[1.9726544766653538,43.54385680459505]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[4.228200571434291,47.70348121317616]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[1.1463871685652712,47.71815779582098]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[-1.1758602826332206,48.51205168901623]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[-0.8224799247760017,43.721750646104769]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[3.077781768905592,46.174167500095297]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[0.1109940244901633,49.2005127418655]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[1.1691203575842586,49.48568421955264]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[6.0339425416759389,43.93804297577555]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[5.213110461743944,48.141949683675218]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[2.67011434247052,45.384938530993078]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[3.089500167237862,48.84890404691746]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[1.4941424531316053,45.318442992252098]}},{"type":"Feature","properties":{"population":4687},"geometry":{"type":"Point","coordinates":[5.14738171406724,45.49805034240218]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[1.8000408720854387,44.97772388059089]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[3.71344873415625,49.88342649153286]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[1.9204726518742233,43.61501234664872]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[0.969116928771561,48.45976550586292]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[4.922128983299286,49.54883528111095]}},{"type":"Feature","properties":{"population":1223},"geometry":{"type":"Point","coordinates":[0.9790729491195256,44.84843790828192]}},{"type":"Feature","properties":{"population":967},"geometry":{"type":"Point","coordinates":[5.533459292071142,47.845120256530119]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[3.39919446818207,43.72834345677945]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[1.0750977092975303,49.78091993173842]}},{"type":"Feature","properties":{"population":982},"geometry":{"type":"Point","coordinates":[7.137248683753974,48.42427398183894]}},{"type":"Feature","properties":{"population":1258},"geometry":{"type":"Point","coordinates":[-4.684982165977718,48.50333028362276]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[6.051425839365392,46.7898411058668]}},{"type":"Feature","properties":{"population":4238},"geometry":{"type":"Point","coordinates":[-1.5475431741260955,48.80259068299271]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[5.675997890628944,45.82004480538667]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[9.164508316984355,42.24483240052615]}},{"type":"Feature","properties":{"population":893},"geometry":{"type":"Point","coordinates":[7.635368856434658,48.84049046195087]}},{"type":"Feature","properties":{"population":912},"geometry":{"type":"Point","coordinates":[1.4997332737022882,50.07574535946064]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[7.354183210959451,47.471287694217647]}},{"type":"Feature","properties":{"population":1443},"geometry":{"type":"Point","coordinates":[3.594199583012917,47.90173243595799]}},{"type":"Feature","properties":{"population":2944},"geometry":{"type":"Point","coordinates":[6.648529327027275,45.174458024090579]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[5.6288007728082729,47.87165707777638]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[4.107499832744967,45.85329418447035]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[4.490978878615142,43.981424126276767]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[-0.8800508007764423,43.52499656829537]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[0.5228886395371322,49.75615225421467]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[0.5778255187633509,43.47135124599509]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[6.325346423069751,48.71590318152976]}},{"type":"Feature","properties":{"population":788},"geometry":{"type":"Point","coordinates":[2.48238202577057,50.72730301348541]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[2.6799406121438085,45.662160246891989]}},{"type":"Feature","properties":{"population":2915},"geometry":{"type":"Point","coordinates":[1.382483965170418,43.715763014012818]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[1.385450839786012,49.44566654450949]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[6.1391752491148579,47.92808830827438]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[-0.12747949342743668,48.92132283332288]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[0.345763833453712,43.24406701174909]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[2.6841274373205206,45.75930090263694]}},{"type":"Feature","properties":{"population":1524},"geometry":{"type":"Point","coordinates":[2.0805970096474355,48.567364556280939]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[3.421821695314913,48.43920070417879]}},{"type":"Feature","properties":{"population":1632},"geometry":{"type":"Point","coordinates":[1.4351498474566112,43.83219983101516]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.868771606917114,49.403627551509298]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[4.186142370127622,49.77142724077252]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[7.152427080079834,48.877668225629708]}},{"type":"Feature","properties":{"population":1975},"geometry":{"type":"Point","coordinates":[2.591159264196688,43.26906078832881]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[3.9414332975128736,47.34524869864725]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[7.6507663774359699,48.226355982047838]}},{"type":"Feature","properties":{"population":2806},"geometry":{"type":"Point","coordinates":[1.2485671204654186,48.45144004189062]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[6.674776911858778,48.056587656444957]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[4.787457914722735,44.442352274659828]}},{"type":"Feature","properties":{"population":1289},"geometry":{"type":"Point","coordinates":[5.134665324822579,45.09617813690849]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[3.2941206525876547,45.33569130454572]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[5.601683721625972,47.723056381175208]}},{"type":"Feature","properties":{"population":966},"geometry":{"type":"Point","coordinates":[3.5993272227006178,50.01762476531616]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[-0.5883254067524952,47.4108676837493]}},{"type":"Feature","properties":{"population":1190},"geometry":{"type":"Point","coordinates":[2.6125645630690985,43.229082020526387]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[3.8021176812929724,43.91872865614364]}},{"type":"Feature","properties":{"population":654},"geometry":{"type":"Point","coordinates":[1.5697282584497255,49.081415967542927]}},{"type":"Feature","properties":{"population":2925},"geometry":{"type":"Point","coordinates":[0.35698110905292837,46.511289060145738]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[-0.8410409654076139,43.18604614660873]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[0.693496494108189,48.900317344739359]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[-0.5635066641489668,48.95204860707759]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[-0.7288142422761887,45.53738330446458]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[0.7992946749443026,49.833897589757267]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[6.02037259500665,46.81540838281078]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[2.4532085226131379,49.628375487393537]}},{"type":"Feature","properties":{"population":1951},"geometry":{"type":"Point","coordinates":[6.3718941997997,48.3073655322889]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[1.914412943228881,50.335832574779029]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[1.6960659424676177,49.94163239663182]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[0.16138060062430155,44.74268587150015]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[5.395204273404066,47.752536502274718]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[1.0211176043866235,46.971717548716039]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[0.2886504827431644,45.41253805080121]}},{"type":"Feature","properties":{"population":6681},"geometry":{"type":"Point","coordinates":[4.18154920733483,45.54200066415994]}},{"type":"Feature","properties":{"population":436},"geometry":{"type":"Point","coordinates":[3.482089510923941,47.87620863508347]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[-0.023195367559966329,43.29519325961427]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[-0.7544621916466232,43.68474265508938]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[6.4925494490855,48.27084353924128]}},{"type":"Feature","properties":{"population":1176},"geometry":{"type":"Point","coordinates":[2.396590757494966,44.480128504768597]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[1.1098412770252336,46.04245097610499]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[3.65270751774001,43.92421562317618]}},{"type":"Feature","properties":{"population":2563},"geometry":{"type":"Point","coordinates":[7.365922656096101,43.83444647535113]}},{"type":"Feature","properties":{"population":4645},"geometry":{"type":"Point","coordinates":[4.692168721864149,45.67710747076568]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[2.508900922795639,49.33970603227502]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[0.43411136539321529,42.84365254255606]}},{"type":"Feature","properties":{"population":1790},"geometry":{"type":"Point","coordinates":[-0.3878144519234736,49.12419534080192]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[2.076034964196845,45.49109869813222]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[8.931151697524518,42.112739166399538]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[3.1255642746081455,46.35609477364903]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[-0.6322756020227103,44.37205493324855]}},{"type":"Feature","properties":{"population":1282},"geometry":{"type":"Point","coordinates":[5.971873404369886,47.320590997469789]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[1.7228724460722278,43.298074619750789]}},{"type":"Feature","properties":{"population":1483},"geometry":{"type":"Point","coordinates":[3.508014529550261,45.92358245719705]}},{"type":"Feature","properties":{"population":1101},"geometry":{"type":"Point","coordinates":[3.6581055051333535,50.30727244352534]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[-0.314136474284865,45.07049928966124]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[3.5811510899504737,47.36143604926751]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[0.6020923481083801,45.64465290701808]}},{"type":"Feature","properties":{"population":2249},"geometry":{"type":"Point","coordinates":[6.423040084854375,46.331648513392327]}},{"type":"Feature","properties":{"population":843},"geometry":{"type":"Point","coordinates":[3.2641238120100448,43.518241249097247]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[2.7056435083926204,50.193843953645657]}},{"type":"Feature","properties":{"population":1480},"geometry":{"type":"Point","coordinates":[3.3374014413956525,46.71927770309883]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[2.332026064049353,50.35331340352096]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[-0.31562196417734186,45.82512651683303]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[2.7767282908748869,46.68220114692565]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[1.897966622296824,45.99365104491624]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[6.709363105003877,47.26398673418682]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[9.292009485627846,42.157639747297128]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[3.531849710312192,45.54650029568945]}},{"type":"Feature","properties":{"population":1939},"geometry":{"type":"Point","coordinates":[2.6977314676737147,50.39666418261382]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[5.3149629833895128,45.73036938308544]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[3.519057462432936,47.10156715379885]}},{"type":"Feature","properties":{"population":1495},"geometry":{"type":"Point","coordinates":[2.543945709110287,49.71754039189322]}},{"type":"Feature","properties":{"population":716},"geometry":{"type":"Point","coordinates":[7.182738937226487,43.86205951539662]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[7.438364166549064,47.673468093166267]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[5.844372841829077,46.703872937637729]}},{"type":"Feature","properties":{"population":2647},"geometry":{"type":"Point","coordinates":[1.5159211222350942,46.844930843325609]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[1.8653134571252388,49.42464765998353]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[0.3025138358824155,43.544767280359689]}},{"type":"Feature","properties":{"population":793},"geometry":{"type":"Point","coordinates":[-3.548417207634636,48.566326230262969]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[6.668493356534642,47.342593056440488]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.470791414623391,48.626441856941728]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[1.525911992089701,49.95241083450369]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[6.532293135475705,44.01686797540588]}},{"type":"Feature","properties":{"population":630},"geometry":{"type":"Point","coordinates":[1.9964701842850086,48.415973128779977]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[4.104927310392543,47.62811600122223]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[6.573489399276337,43.87002032463473]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[4.460167443781897,47.55962698954526]}},{"type":"Feature","properties":{"population":2493},"geometry":{"type":"Point","coordinates":[7.928194826513406,48.714931749293047]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[5.704620985536961,46.36910320128529]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[0.07520865704728429,49.27619046764788]}},{"type":"Feature","properties":{"population":3792},"geometry":{"type":"Point","coordinates":[1.3460978973067537,43.919678009263247]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[4.533580558486843,47.32682161695766]}},{"type":"Feature","properties":{"population":888},"geometry":{"type":"Point","coordinates":[2.960010364927011,42.93738100152373]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[5.2343299637903979,49.28219460777752]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[6.121295421252079,47.52802983539945]}},{"type":"Feature","properties":{"population":596},"geometry":{"type":"Point","coordinates":[3.1180942198801886,46.47937339903262]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[-1.718566646412126,49.536320895926809]}},{"type":"Feature","properties":{"population":953},"geometry":{"type":"Point","coordinates":[-0.3447977541638542,46.38212864880547]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[5.763595213647041,46.62942593048325]}},{"type":"Feature","properties":{"population":2087},"geometry":{"type":"Point","coordinates":[5.681167219129912,45.53565886503197]}},{"type":"Feature","properties":{"population":4843},"geometry":{"type":"Point","coordinates":[1.8292655427343417,50.67462916031628]}},{"type":"Feature","properties":{"population":2596},"geometry":{"type":"Point","coordinates":[-0.7398418011848041,46.64216274357603]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[6.107408874527757,48.828585790365128]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[4.1351713642579439,45.93281140842423]}},{"type":"Feature","properties":{"population":4554},"geometry":{"type":"Point","coordinates":[-0.6426756283403903,48.983565724613317]}},{"type":"Feature","properties":{"population":654},"geometry":{"type":"Point","coordinates":[0.5866978408929526,49.691296821658557]}},{"type":"Feature","properties":{"population":2028},"geometry":{"type":"Point","coordinates":[-2.465429996705479,47.47314798063039]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[4.089625124905637,45.4859494674106]}},{"type":"Feature","properties":{"population":1443},"geometry":{"type":"Point","coordinates":[-4.201162372540315,48.36698232122529]}},{"type":"Feature","properties":{"population":1579},"geometry":{"type":"Point","coordinates":[1.208657838832176,43.47575676219633]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[3.8852796034845245,44.240595683244659]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[4.274483121777302,44.0553789726691]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[3.2913806748070697,47.07284511356834]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[-1.3963984990688497,49.47446172395433]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.639169740083273,47.97380936718809]}},{"type":"Feature","properties":{"population":979},"geometry":{"type":"Point","coordinates":[0.32376338324274908,44.21256538137567]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[4.851598913793278,49.65526818063803]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[1.8411379577735026,49.28643305226089]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[5.894224423494596,45.1195415288272]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[7.474390492376861,47.884864920583108]}},{"type":"Feature","properties":{"population":1150},"geometry":{"type":"Point","coordinates":[2.4085918188740815,44.406438552131849]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[1.1016908148390937,47.56562536857225]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[4.517494319415937,49.839610053102237]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[-0.431359687946135,47.08490399859217]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[1.6246422683712159,48.00500035408194]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[4.231815511551387,49.39952999857151]}},{"type":"Feature","properties":{"population":1730},"geometry":{"type":"Point","coordinates":[4.794900744110349,45.96722002457078]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[6.00836263749731,48.46815225952437]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[6.543569175656727,45.517183858802599]}},{"type":"Feature","properties":{"population":1742},"geometry":{"type":"Point","coordinates":[-1.718685559781464,46.94544914273048]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[0.9906391989671878,48.09992571561758]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[4.309790989566261,47.606876569686928]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[2.4563839251924834,50.20992426386043]}},{"type":"Feature","properties":{"population":2378},"geometry":{"type":"Point","coordinates":[3.543321529774154,43.53149744848906]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[0.8962376839588659,44.89722551900294]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[-1.3452025232079497,49.20760359845823]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[2.4746781930556769,46.22051595706279]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[0.9262635102604647,49.177025954307797]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[2.986310604262422,43.88247623252708]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[3.361787453892852,46.80898978430355]}},{"type":"Feature","properties":{"population":640},"geometry":{"type":"Point","coordinates":[6.82320595925317,43.77683522905792]}},{"type":"Feature","properties":{"population":1404},"geometry":{"type":"Point","coordinates":[-0.8953299668751289,45.71400146274516]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[5.610685192557876,44.42475249096732]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[1.66196021711329,49.33442368390913]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[0.24116415759045918,43.078063878506799]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.9136963274208216,46.75873061005745]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[0.6592992260788827,47.030431869605788]}},{"type":"Feature","properties":{"population":1449},"geometry":{"type":"Point","coordinates":[4.857731542646659,45.997508843049107]}},{"type":"Feature","properties":{"population":3},"geometry":{"type":"Point","coordinates":[4.7053148597008109,49.2226128676362]}},{"type":"Feature","properties":{"population":1311},"geometry":{"type":"Point","coordinates":[3.23226422265212,50.394623393358099]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[3.2748830109998385,49.330942456602]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[3.5788662153179868,43.93378383553677]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[3.9648215607283809,45.80249923566146]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[2.409554669939456,46.367049856529558]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[-0.998044357199661,43.41698739021346]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[2.2463189354595025,44.982979437083049]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[0.16988769203475194,46.10253483761891]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[3.725353528019256,49.11435461325458]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[-0.5827380284993492,43.136782874374578]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[5.29900206000571,47.43945305802242]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[1.8977312156513465,45.20660104659413]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[0.5423422661885693,42.82046917571315]}},{"type":"Feature","properties":{"population":926},"geometry":{"type":"Point","coordinates":[-0.7429449754623314,46.40073575637077]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[4.929686833486196,47.460456517036728]}},{"type":"Feature","properties":{"population":1322},"geometry":{"type":"Point","coordinates":[0.15483335274138816,44.45568336810877]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[-1.041194637433635,43.61040468738276]}},{"type":"Feature","properties":{"population":3541},"geometry":{"type":"Point","coordinates":[-1.132891863633553,45.847011395561178]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[4.508107141121356,49.35347525122921]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[5.419233449934545,47.14252939281701]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[4.419731468658289,43.95478984787695]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[0.6628492490442417,43.21180324250218]}},{"type":"Feature","properties":{"population":1031},"geometry":{"type":"Point","coordinates":[3.9366000722850984,45.982261631561069]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[0.3469665618414098,49.694981381907229]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[0.2947712980776448,43.295431925369538]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[1.9443211125733456,45.90923650284023]}},{"type":"Feature","properties":{"population":1151},"geometry":{"type":"Point","coordinates":[3.743352948721392,49.073645923677698]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[4.759067065551547,46.947117155856968]}},{"type":"Feature","properties":{"population":3302},"geometry":{"type":"Point","coordinates":[2.818862826832473,48.38679109486075]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[7.26281833733654,48.717980033989459]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[4.8544303103981119,49.16358072148949]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[0.01864687125937884,48.798852395248619]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[3.3269801943710735,49.175878550442899]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[1.1003625975923988,48.70774039155033]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[-0.9598415791831637,46.56424225383224]}},{"type":"Feature","properties":{"population":682},"geometry":{"type":"Point","coordinates":[4.945661166692747,45.96252818766413]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[0.3811930125228094,48.21162964615389]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[5.346369149273479,47.89447597107169]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[7.087528534579591,48.378241048259798]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.70395594609898,43.14808286932118]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[3.5433670108073676,48.22160332350613]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[7.157350317897922,47.59140744975159]}},{"type":"Feature","properties":{"population":1835},"geometry":{"type":"Point","coordinates":[7.546688921033618,48.077039372279269]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[1.9629708049741546,42.77138686101145]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[-1.1820389677836199,43.08176197674906]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[6.032460544359282,48.41859761506557]}},{"type":"Feature","properties":{"population":881},"geometry":{"type":"Point","coordinates":[0.41478226260184938,49.771832498691029]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[0.6886805255429795,44.10521190452448]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[1.7952562112311217,44.57883740025009]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[-0.6964394672374328,46.010150415651818]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[4.116532213047935,48.77909238906024]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[-4.115229577967143,48.363640516373788]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[1.8659665756995259,43.99701273601361]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[3.955255292314899,48.15903609735844]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[1.7374730427446986,49.9731109271413]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[5.287943501608188,47.01260296266708]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[1.833131998392444,49.48208067277432]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[6.3334904377409269,46.95367439591375]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[4.826133685887206,49.62957909353987]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[3.3615946253878179,47.63160420065488]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[2.169058947055579,47.98372103987609]}},{"type":"Feature","properties":{"population":4924},"geometry":{"type":"Point","coordinates":[1.1290416114908375,45.850259016569008]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[5.510118331809736,49.28178341868293]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[0.9758386945179035,48.99070086797237]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[6.81182315704489,47.38954436254679]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.0354571507277408,49.37695318940697]}},{"type":"Feature","properties":{"population":802},"geometry":{"type":"Point","coordinates":[1.3299084647650548,44.51647372133245]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[4.024433943885116,48.54149813344373]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[4.664440459573558,46.581029000153119]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[-0.1566979989766323,48.54645802655246]}},{"type":"Feature","properties":{"population":804},"geometry":{"type":"Point","coordinates":[7.613392047061954,48.43402453810294]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[2.3122866229192504,50.29506066526695]}},{"type":"Feature","properties":{"population":830},"geometry":{"type":"Point","coordinates":[-1.5518958015002396,49.50336418206706]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[3.294581940394231,49.108702644140667]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[5.97921341165286,48.34476515743931]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[6.253389387881336,44.2729284480517]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[7.045232741980711,47.606044857469949]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[0.5503621657031909,45.312048343993989]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[1.115603051291573,45.45022065307122]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[4.37659965417739,48.68596818227397]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[3.991458667922299,45.851386009936799]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[2.2953261920143528,46.920792949175559]}},{"type":"Feature","properties":{"population":20},"geometry":{"type":"Point","coordinates":[1.4351941026705153,43.029462884962267]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[3.2394618347851908,46.610283345959157]}},{"type":"Feature","properties":{"population":11},"geometry":{"type":"Point","coordinates":[0.3928460888036629,48.25402027247635]}},{"type":"Feature","properties":{"population":890},"geometry":{"type":"Point","coordinates":[2.423228293886003,50.93623240539582]}},{"type":"Feature","properties":{"population":2137},"geometry":{"type":"Point","coordinates":[6.100926314846899,46.29977959870918]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[3.2074721199861719,49.20406851874071]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[7.112825388501334,47.59124768285541]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[1.3133765252407164,44.44889460007196]}},{"type":"Feature","properties":{"population":4274},"geometry":{"type":"Point","coordinates":[1.6253708694942657,47.70938059865834]}},{"type":"Feature","properties":{"population":1014},"geometry":{"type":"Point","coordinates":[-1.5080465715908545,49.65031165661386]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[3.0321094190021684,48.85239372174757]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[7.99701398647448,48.92515852251443]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[2.436971543465882,47.884289485127847]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[-0.12709603122546593,46.592229390502]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[2.2172230070441119,46.29160498319536]}},{"type":"Feature","properties":{"population":828},"geometry":{"type":"Point","coordinates":[-2.2933840003927354,48.55754094321751]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[1.9185138434577687,50.44533006391407]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[5.143921972977575,49.12109682625247]}},{"type":"Feature","properties":{"population":1430},"geometry":{"type":"Point","coordinates":[2.844457318815899,50.33552679097881]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[5.0732021552235,49.22412211636097]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[-0.22830273407224303,48.797864698331398]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[0.30162677686845065,44.642541070134559]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[2.049535109496335,42.83006788489634]}},{"type":"Feature","properties":{"population":4820},"geometry":{"type":"Point","coordinates":[3.303796636405571,48.788166276931239]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[9.357637601797612,42.4078608352257]}},{"type":"Feature","properties":{"population":1167},"geometry":{"type":"Point","coordinates":[0.6990075339722229,46.238915250142849]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[3.361049267181004,43.66664351869658]}},{"type":"Feature","properties":{"population":1000},"geometry":{"type":"Point","coordinates":[0.8913521949812316,46.08964780808206]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[3.392461017496427,45.46380416176892]}},{"type":"Feature","properties":{"population":467},"geometry":{"type":"Point","coordinates":[2.8253101981903585,43.34807343026329]}},{"type":"Feature","properties":{"population":693},"geometry":{"type":"Point","coordinates":[1.703266281982313,43.42855233496862]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[1.432971704248916,48.634782510612577]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[6.294465825265198,48.553080247328868]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[4.4875549912501528,47.237598695713618]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[4.433726262853589,46.47801500575125]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[0.8467058769237205,47.09407726220789]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[1.4224329059675927,49.67829998940544]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[5.924069190285496,47.11313811925035]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[2.819364191450339,43.79817697839411]}},{"type":"Feature","properties":{"population":3279},"geometry":{"type":"Point","coordinates":[-2.497539626214289,47.82488915609232]}},{"type":"Feature","properties":{"population":1714},"geometry":{"type":"Point","coordinates":[-0.23935029545429116,47.735772052446247]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[6.209360673253695,47.881964767326568]}},{"type":"Feature","properties":{"population":978},"geometry":{"type":"Point","coordinates":[0.9565780476907904,45.42551012870552]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[0.22757967991979309,45.270608802879497]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[0.5477323817094341,49.57586346743849]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[6.7455431153867499,47.50599621916103]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[2.581382449678964,44.80569873923131]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[-0.2717766403393057,49.00853012967626]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[5.7384683180258,48.41356317248389]}},{"type":"Feature","properties":{"population":1531},"geometry":{"type":"Point","coordinates":[-1.9589844765365543,48.46599127567674]}},{"type":"Feature","properties":{"population":925},"geometry":{"type":"Point","coordinates":[3.5564811519590355,46.11529672718002]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[2.0945757114334926,42.53740956751538]}},{"type":"Feature","properties":{"population":1140},"geometry":{"type":"Point","coordinates":[1.6208919840612584,45.26685706186275]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[4.498015055199041,48.09818466235276]}},{"type":"Feature","properties":{"population":1678},"geometry":{"type":"Point","coordinates":[-1.6954639639286918,46.7712977404174]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[0.8735877231946503,43.9561658581269]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[5.189992853437322,49.06005706792412]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[4.759567703017459,45.23392553680015]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[4.198852821121817,48.8329111984802]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[5.898916078239556,46.87700061790014]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[0.015052838048318958,45.216890172710737]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[2.3825429405622398,42.57589064119909]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[2.3152636146209706,50.2086326659443]}},{"type":"Feature","properties":{"population":1612},"geometry":{"type":"Point","coordinates":[2.9237417477760454,42.61418098312616]}},{"type":"Feature","properties":{"population":1531},"geometry":{"type":"Point","coordinates":[2.0948967774588604,50.40918173336929]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[5.579290600832157,47.95553887466222]}},{"type":"Feature","properties":{"population":2567},"geometry":{"type":"Point","coordinates":[4.915045935605011,44.76649494625164]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[2.5555700786063104,44.99595624329707]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[2.5983628079648914,42.928728719997369]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[5.984761831754546,46.95001515993068]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[2.499115947888734,45.70713225068849]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[3.1117333048811277,44.84465494089108]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[-1.0710237016651295,47.63175189290272]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[2.049886288240486,50.47253432588433]}},{"type":"Feature","properties":{"population":3263},"geometry":{"type":"Point","coordinates":[-0.5095610591852012,44.711113404669678]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[4.8547940431502509,46.583565765698619]}},{"type":"Feature","properties":{"population":1121},"geometry":{"type":"Point","coordinates":[2.943304984646189,49.15597389502399]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[2.3429567493211378,45.64625616749037]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[2.4126804667850316,50.60484047426397]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[5.79989146452746,44.42363590227003]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[3.118379790514861,49.81219215768042]}},{"type":"Feature","properties":{"population":1251},"geometry":{"type":"Point","coordinates":[2.9717864429849025,48.79761108795906]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[2.4775469310004669,49.857626055643148]}},{"type":"Feature","properties":{"population":1105},"geometry":{"type":"Point","coordinates":[6.374510799871753,45.9135547507095]}},{"type":"Feature","properties":{"population":2813},"geometry":{"type":"Point","coordinates":[-3.765086243487608,47.871907686387718]}},{"type":"Feature","properties":{"population":2925},"geometry":{"type":"Point","coordinates":[3.511269133727839,49.18702532785057]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[5.494457383463601,46.42625255283041]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[2.6290444638198755,49.8644457953784]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[0.09481010220216782,44.94070501087808]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[4.846027635940682,47.55639396795227]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[2.5646166963833565,46.03713735882576]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[2.0598781089669129,43.0604161998734]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[-0.7314582669116582,49.26054657896539]}},{"type":"Feature","properties":{"population":3803},"geometry":{"type":"Point","coordinates":[7.447566499734625,43.88410494308521]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[9.319462272941167,42.48588075104328]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[6.417288422140373,48.34753353117231]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[3.8217392037329867,46.26745136503688]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[1.0575830236344413,43.89324304951937]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[7.3144310642467549,47.49422984996227]}},{"type":"Feature","properties":{"population":873},"geometry":{"type":"Point","coordinates":[3.8444646266341189,44.84972652627982]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[5.8912831239471938,47.77009302545888]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[0.6823274560467955,47.90050281737706]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[1.118768036445373,46.70415646462617]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[3.7032959553793676,49.53846262969594]}},{"type":"Feature","properties":{"population":3085},"geometry":{"type":"Point","coordinates":[-3.4123680712325705,48.78361713831772]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[5.80269041136963,47.09487001315242]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[0.29377883000632146,48.58055696204812]}},{"type":"Feature","properties":{"population":2128},"geometry":{"type":"Point","coordinates":[3.1773786477658718,50.18870469390032]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[0.45891671296707367,43.86860863958701]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[1.9167695310385902,44.677253135804949]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[6.090129672554738,47.55658178219326]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[0.2778205516406752,44.59671894299503]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[-0.9005707169878628,44.12627991756942]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[-0.18340754204005378,44.66304167158942]}},{"type":"Feature","properties":{"population":1399},"geometry":{"type":"Point","coordinates":[-1.6043820823366793,47.62402713298058]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[7.2326781186857949,48.81494249405487]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[5.799171735698643,49.346776294597749]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[4.596901110300047,47.126392376012748]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[0.8135847584534837,44.64117659175554]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[5.591734714235333,44.28872591838844]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[5.938584942817292,48.362495907125339]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[0.7672926411743808,43.338439440708089]}},{"type":"Feature","properties":{"population":1143},"geometry":{"type":"Point","coordinates":[0.7326755057014498,49.60119687139951]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[1.8868603016355097,45.27214118457352]}},{"type":"Feature","properties":{"population":889},"geometry":{"type":"Point","coordinates":[2.067689424664122,43.52474303467901]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[1.545813343934992,44.899586230500457]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[0.45749036101825749,44.16580556161211]}},{"type":"Feature","properties":{"population":993},"geometry":{"type":"Point","coordinates":[6.738716976841134,47.180400775237348]}},{"type":"Feature","properties":{"population":2738},"geometry":{"type":"Point","coordinates":[4.784851997973438,43.823005490632748]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[2.151828280488879,48.09483583942467]}},{"type":"Feature","properties":{"population":2783},"geometry":{"type":"Point","coordinates":[-2.911128703242162,48.40386536889431]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[0.7172635072948446,43.380060375170817]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[2.0254589150905737,48.38044318566893]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[5.720736310705035,47.190563545899397]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[1.5092763166396948,43.26688863760801]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[5.598926866146753,48.63971503990495]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[9.278547993360086,42.58542340409918]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[4.029988048955261,49.40919494170627]}},{"type":"Feature","properties":{"population":4563},"geometry":{"type":"Point","coordinates":[0.024728717744247298,47.87794861812475]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[-0.11503337243616584,45.68306142443317]}},{"type":"Feature","properties":{"population":977},"geometry":{"type":"Point","coordinates":[-4.257437783289991,48.62633393689304]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[6.598003970699797,47.60642757543439]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[2.243305314160799,49.9730243203151]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[-0.4941623510318703,46.5409618410841]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[2.8610402432323336,48.13169969767278]}},{"type":"Feature","properties":{"population":976},"geometry":{"type":"Point","coordinates":[6.519194090884753,45.46828405178014]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[1.110647077392869,48.460321661231038]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[1.6174202782620935,43.69799579781426]}},{"type":"Feature","properties":{"population":1575},"geometry":{"type":"Point","coordinates":[2.756191069994509,48.96964763932754]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[5.374548659181902,43.8212461147644]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[5.782543886893211,46.02751886120691]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[-0.35304399488749618,45.39964410214087]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[-0.022503389553086667,43.61694295970055]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[1.2114977481579597,47.96148532070124]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[0.35447524816887218,45.53683646751737]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[3.806409158597078,43.962717433193208]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[5.545365119572991,48.85649729888676]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[0.9043725830063502,47.75243582039293]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[2.4779546341717197,50.072591758230618]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[0.6326191196332344,44.993826358318447]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[-0.17588184520811257,45.990668339207569]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[2.9943691825138378,47.33749689807024]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[5.178532276046725,46.85867503528444]}},{"type":"Feature","properties":{"population":2670},"geometry":{"type":"Point","coordinates":[7.655957297365974,48.4890576436357]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[2.594034522351314,44.02108670934934]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[1.7358315286084943,43.62217725229973]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[-0.05196258792452946,48.87703730971045]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[4.682460101051756,49.8072440872365]}},{"type":"Feature","properties":{"population":1849},"geometry":{"type":"Point","coordinates":[5.114656188498554,45.75132752596415]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[6.039724489535942,47.93074165839012]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[0.9052871563718927,43.08587125458745]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[4.586849542935364,47.087498269825569]}},{"type":"Feature","properties":{"population":1974},"geometry":{"type":"Point","coordinates":[1.7553958934347132,49.76937267150738]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[7.057404724889926,47.794239164876788]}},{"type":"Feature","properties":{"population":1664},"geometry":{"type":"Point","coordinates":[0.10429848607119193,48.51210745383695]}},{"type":"Feature","properties":{"population":1580},"geometry":{"type":"Point","coordinates":[6.9983651389375869,45.43091165604198]}},{"type":"Feature","properties":{"population":3978},"geometry":{"type":"Point","coordinates":[1.2788589267696109,48.902511929409538]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[-0.30314862767320946,45.44821480483326]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[5.121744127468701,46.9086551071867]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[3.9934434132876279,49.843989332640308]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[6.849412433230902,48.57071808205502]}},{"type":"Feature","properties":{"population":885},"geometry":{"type":"Point","coordinates":[7.270254543038122,47.64161804131384]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[-0.14236570302923896,43.50196761208234]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[0.3438398780869621,46.953055033733438]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[1.493464607124576,42.84576492131983]}},{"type":"Feature","properties":{"population":1480},"geometry":{"type":"Point","coordinates":[2.586187746223065,50.34814377067813]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[1.6112582597972208,48.033560793734498]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[1.0827631988797269,49.04957377293209]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[6.076541245316146,48.12713792812304]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[2.3631298703465428,50.518688292626439]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[5.592478803804982,48.053128949706209]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[4.1126545046932059,47.977220318331188]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[3.0905963612426659,49.582400087600458]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[3.559712779452741,50.02577154224368]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[1.8476802112667808,43.591664256423737]}},{"type":"Feature","properties":{"population":441},"geometry":{"type":"Point","coordinates":[-0.13992965043318954,49.036859804290468]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[2.9386520300001557,50.07182174332361]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[3.672840627471944,48.73617893570856]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[4.232997716923597,48.220196737300557]}},{"type":"Feature","properties":{"population":2940},"geometry":{"type":"Point","coordinates":[-4.409418954127453,47.98280366729665]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[2.0343931369389498,50.40834154206327]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[3.540990602431947,49.5623337258685]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[2.032310706544171,49.766572444841568]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[0.9131627632588022,43.39932003289331]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.706379975343352,49.12391746696557]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[0.5013674895456001,43.37602297748902]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[3.511049250988441,49.43882055680305]}},{"type":"Feature","properties":{"population":5890},"geometry":{"type":"Point","coordinates":[6.678503034684911,43.61047383686253]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[6.138962734638991,48.263868927047827]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[4.679479807484019,48.125396330424198]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[1.735972282688155,49.2420802847791]}},{"type":"Feature","properties":{"population":692},"geometry":{"type":"Point","coordinates":[2.9246068617882998,45.76995279982556]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[1.032071349636611,43.694240549984119]}},{"type":"Feature","properties":{"population":891},"geometry":{"type":"Point","coordinates":[1.7335640020497765,48.591051575743659]}},{"type":"Feature","properties":{"population":6023},"geometry":{"type":"Point","coordinates":[4.228674904999031,45.246849092816869]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[1.5901488092547447,42.84226701989561]}},{"type":"Feature","properties":{"population":523},"geometry":{"type":"Point","coordinates":[2.630424701900628,50.19972735331235]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.3152455816033901,45.325053566011877]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[2.5962167184863449,44.14421230653631]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[-0.8358100425944548,48.44903604070656]}},{"type":"Feature","properties":{"population":2192},"geometry":{"type":"Point","coordinates":[3.0123012593783526,44.5124429714931]}},{"type":"Feature","properties":{"population":1637},"geometry":{"type":"Point","coordinates":[4.604994267300072,49.84974071980782]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[5.77558352279826,47.50024778412766]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[5.52523692410226,47.507463899133337]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[4.38401190435507,47.907669134855307]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[4.331904438867823,44.412360452917017]}},{"type":"Feature","properties":{"population":1031},"geometry":{"type":"Point","coordinates":[2.458843229759352,48.3824867922394]}},{"type":"Feature","properties":{"population":1137},"geometry":{"type":"Point","coordinates":[2.8557882164374237,45.89283410650979]}},{"type":"Feature","properties":{"population":655},"geometry":{"type":"Point","coordinates":[4.8438905669318539,45.09749592859506]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[3.98156494931004,45.91026578973754]}},{"type":"Feature","properties":{"population":1184},"geometry":{"type":"Point","coordinates":[5.756502812348943,47.124393805715417]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[0.19493880747942789,48.56379904216786]}},{"type":"Feature","properties":{"population":956},"geometry":{"type":"Point","coordinates":[4.715941375166231,44.69199577581228]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[-0.733632392768852,48.55117096899281]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[0.25029149791567548,45.25407493830734]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[4.390287212811396,45.987653740328827]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[5.853329406336745,49.30391838294549]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[0.23932521067211866,49.65983706184772]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[4.782721379592987,50.09068278836273]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[-1.450073353000294,48.61265560616022]}},{"type":"Feature","properties":{"population":2613},"geometry":{"type":"Point","coordinates":[0.924950180397261,44.92613872878378]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[3.5335281961033928,43.6239997054707]}},{"type":"Feature","properties":{"population":917},"geometry":{"type":"Point","coordinates":[3.072707168444372,47.44342835717768]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[3.442521601207406,45.751113208621209]}},{"type":"Feature","properties":{"population":5635},"geometry":{"type":"Point","coordinates":[6.025450259283869,46.11949624047274]}},{"type":"Feature","properties":{"population":774},"geometry":{"type":"Point","coordinates":[-1.040539551822019,44.165890837212248]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[-0.6557404255481459,43.52623415361405]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[5.337803419399014,48.112488801487]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[7.034734696077879,48.28483715766815]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[5.951169992507439,48.28940869476914]}},{"type":"Feature","properties":{"population":787},"geometry":{"type":"Point","coordinates":[0.041568391504371218,48.05154940976019]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[6.442016138623085,48.59046814446494]}},{"type":"Feature","properties":{"population":4527},"geometry":{"type":"Point","coordinates":[-0.6157400254930618,45.00127685184317]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[0.9184251760830503,43.68661736678882]}},{"type":"Feature","properties":{"population":2854},"geometry":{"type":"Point","coordinates":[7.00650366676501,49.07869349180192]}},{"type":"Feature","properties":{"population":5411},"geometry":{"type":"Point","coordinates":[-3.1092351012829639,48.530511704790999]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[3.1864492318189945,45.940036496690819]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[6.130315089797554,47.88751241276573]}},{"type":"Feature","properties":{"population":2145},"geometry":{"type":"Point","coordinates":[-2.705018084681121,48.231302106679418]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[0.32215516972112376,49.15186926529604]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[2.1016221863594528,49.68023384656425]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[7.152607028358473,47.54631826049609]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[2.161019492522136,49.7107874322311]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[3.218582451091439,44.19543894097229]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[4.10381858683757,48.9538444780285]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[2.0075261476500394,49.090429810397278]}},{"type":"Feature","properties":{"population":3037},"geometry":{"type":"Point","coordinates":[6.9175541175951429,48.38452291196295]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[0.1577352605667981,48.44795200289272]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[2.0457142934272918,46.446453306340789]}},{"type":"Feature","properties":{"population":1072},"geometry":{"type":"Point","coordinates":[-1.3717171608758348,49.6912568272508]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.853422937896929,44.94528302473301]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.9607844883832339,49.649170767864578]}},{"type":"Feature","properties":{"population":1027},"geometry":{"type":"Point","coordinates":[-1.0768166825815262,43.963271256926649]}},{"type":"Feature","properties":{"population":2128},"geometry":{"type":"Point","coordinates":[2.3781664164801494,50.73546177560601]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[3.7737806996316505,43.787576980519457]}},{"type":"Feature","properties":{"population":1453},"geometry":{"type":"Point","coordinates":[-4.219924048182937,47.907542910240838]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.951705472775483,48.848466813896568]}},{"type":"Feature","properties":{"population":1085},"geometry":{"type":"Point","coordinates":[2.7136373578239776,46.32843425752282]}},{"type":"Feature","properties":{"population":635},"geometry":{"type":"Point","coordinates":[-0.11275304679976495,48.244021620057868]}},{"type":"Feature","properties":{"population":878},"geometry":{"type":"Point","coordinates":[0.412538762646247,45.99271142906343]}},{"type":"Feature","properties":{"population":696},"geometry":{"type":"Point","coordinates":[7.498013577415565,48.00315315697699]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[0.22211058258581149,43.094180986701889]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[3.8619463284408637,46.86083421130046]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[3.1756659386465668,45.074085151620959]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[9.190287328089126,42.16823724405315]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[6.099652714443644,46.864438351180719]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[6.74967434177372,48.15663004991083]}},{"type":"Feature","properties":{"population":4333},"geometry":{"type":"Point","coordinates":[1.8063984740227924,47.94781257988009]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[3.147580478198937,49.92869766880207]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[2.5218906733945847,48.34721572810277]}},{"type":"Feature","properties":{"population":1763},"geometry":{"type":"Point","coordinates":[-0.7981703987234656,46.199879652655777]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[1.664466710986522,50.125999447387787]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[1.3711605587971463,49.86440856352882]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[1.220791393014356,45.99821084564778]}},{"type":"Feature","properties":{"population":1074},"geometry":{"type":"Point","coordinates":[1.0186462199837692,49.04906281120583]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[5.440369104813054,44.50191494507784]}},{"type":"Feature","properties":{"population":1181},"geometry":{"type":"Point","coordinates":[2.560505680704824,50.9575908322707]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[0.9715595365378376,43.23911894616624]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[3.213168728213741,45.40185690392391]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[5.529544835552984,49.346275341445309]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[6.206247777359244,43.76794959523006]}},{"type":"Feature","properties":{"population":1312},"geometry":{"type":"Point","coordinates":[5.441622672390822,45.8135779582173]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[6.450595321236033,47.61904466387362]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[7.502410762885594,48.69028683941047]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[2.0360915578257319,44.74840556684639]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[4.5048160252460269,47.11261772093905]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[3.109108364506557,49.60099287532585]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[-1.352207768573094,48.78563521849477]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[6.094484048679025,45.50756366814843]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[0.5878297070642626,49.78545134396825]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.8349778126177809,48.27833645911555]}},{"type":"Feature","properties":{"population":10678},"geometry":{"type":"Point","coordinates":[5.700129064683544,43.43785008327694]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[3.3030280782542027,50.218671844478688]}},{"type":"Feature","properties":{"population":2996},"geometry":{"type":"Point","coordinates":[3.229937405170032,50.6305625634346]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[0.7775014760144721,44.153706726316837]}},{"type":"Feature","properties":{"population":3814},"geometry":{"type":"Point","coordinates":[6.696000946766084,45.55558692978686]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[2.960684873116941,48.614194147289527]}},{"type":"Feature","properties":{"population":877},"geometry":{"type":"Point","coordinates":[2.2629034087074126,49.198907032315727]}},{"type":"Feature","properties":{"population":651},"geometry":{"type":"Point","coordinates":[1.8801533384376353,49.5094845152174]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[5.2405621666240649,47.435773072041]}},{"type":"Feature","properties":{"population":1745},"geometry":{"type":"Point","coordinates":[-3.2444504263615818,48.80513661916584]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[1.5291368546275546,49.29223068845309]}},{"type":"Feature","properties":{"population":930},"geometry":{"type":"Point","coordinates":[6.007395530308511,45.89286494718184]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[4.225216828515577,48.54513865452962]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[7.145168799793005,48.788295488630158]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[-0.5223009258051465,43.66544152890239]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[0.5550026041733797,46.96827871260284]}},{"type":"Feature","properties":{"population":2300},"geometry":{"type":"Point","coordinates":[3.2688529844435276,44.69805314839661]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[5.814803265306524,48.4773219238268]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[0.6356422139029246,46.31251127427277]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[6.388940228772957,48.53411388467229]}},{"type":"Feature","properties":{"population":2456},"geometry":{"type":"Point","coordinates":[-0.708795854376693,47.38122094461106]}},{"type":"Feature","properties":{"population":647},"geometry":{"type":"Point","coordinates":[4.060520225292459,45.67234104834778]}},{"type":"Feature","properties":{"population":1067},"geometry":{"type":"Point","coordinates":[5.284393888641718,45.55980538643512]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[1.9111803060226445,50.66341423690232]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.2855298045699,44.07717509935001]}},{"type":"Feature","properties":{"population":4356},"geometry":{"type":"Point","coordinates":[2.329997218245347,49.160508572253259]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[2.1691913589566189,48.382005172978448]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[1.8566367578101653,43.036923262358]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[0.3835502058759716,43.6242559228797]}},{"type":"Feature","properties":{"population":2483},"geometry":{"type":"Point","coordinates":[6.11747295693972,43.667503130975529]}},{"type":"Feature","properties":{"population":1735},"geometry":{"type":"Point","coordinates":[0.5695985484786273,46.75645621861132]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[1.0860955888006184,44.42818135368113]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[3.3457709971616937,48.42878369813395]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[1.2222372104507835,44.41669847458072]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[0.560628234560127,42.9967675144766]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[1.6836860795435178,46.23207142688749]}},{"type":"Feature","properties":{"population":1496},"geometry":{"type":"Point","coordinates":[-1.8309178647007603,46.70599769939679]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[7.713548800680238,49.039159932973017]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[5.437691463181145,45.27274902332761]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[4.472882381066779,46.894608201542897]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[0.6164964302591419,49.11848299847068]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[4.922516369302698,47.02195392217692]}},{"type":"Feature","properties":{"population":846},"geometry":{"type":"Point","coordinates":[2.0908729644968568,43.12347141918754]}},{"type":"Feature","properties":{"population":912},"geometry":{"type":"Point","coordinates":[2.1290759974121284,46.99161147472718]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[4.367171693700578,47.17492887420164]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[4.074554964299603,48.18855078289213]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[-1.2987041622556235,48.69937597275597]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[-0.03150020720856945,42.993433508947358]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[2.3061215775153034,45.08940795893064]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[0.32477896123085916,48.659526658626827]}},{"type":"Feature","properties":{"population":3023},"geometry":{"type":"Point","coordinates":[2.322977184050771,48.53701675521595]}},{"type":"Feature","properties":{"population":1964},"geometry":{"type":"Point","coordinates":[-0.31493033526476746,43.34624911517411]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[-0.4263536328855008,44.94841326588207]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[2.486242085053235,42.96644965209179]}},{"type":"Feature","properties":{"population":2078},"geometry":{"type":"Point","coordinates":[-0.5009586408959542,49.18680466732731]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[3.2630645358588965,48.75073374604666]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[4.252140622502775,48.06055788739902]}},{"type":"Feature","properties":{"population":1053},"geometry":{"type":"Point","coordinates":[-0.19463859842781199,47.074967862288819]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[6.2585457274122719,47.080393148340139]}},{"type":"Feature","properties":{"population":990},"geometry":{"type":"Point","coordinates":[5.514572677788426,46.18352527712044]}},{"type":"Feature","properties":{"population":1101},"geometry":{"type":"Point","coordinates":[-3.3732260069441759,48.77366145151088]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[3.866215644966408,46.70097940122904]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[4.67440718534192,46.75177316703373]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[4.387895893728722,48.43317276054693]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[5.623824320066338,46.80406193628622]}},{"type":"Feature","properties":{"population":480},"geometry":{"type":"Point","coordinates":[4.680388341128223,46.773806263031747]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[6.316653435011697,49.039793644503088]}},{"type":"Feature","properties":{"population":2109},"geometry":{"type":"Point","coordinates":[-0.734292288614461,47.52665677906502]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[2.4496837400308264,48.02086813575606]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[2.351812790191393,46.34857664959726]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[0.6835578979810769,45.71192888281676]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[5.214845428256089,47.72800057998719]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[0.8523683176957604,44.0832445344617]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[3.738369194237679,45.65387537303558]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[-2.91169450963662,48.27246366438943]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[1.322419391622786,44.62712169228628]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[2.4269253052384487,43.131535704154007]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[6.345521273412534,47.61334219663971]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[6.800115018183611,48.872724076641137]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[1.293408557871183,44.57534209787806]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[-0.01658249523401029,44.11564014482864]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[5.879184524463152,44.837290158940728]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[3.663618453450399,45.03908403534579]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[6.580854056743579,47.71089352978055]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[2.3558456044510538,46.54564219259259]}},{"type":"Feature","properties":{"population":1284},"geometry":{"type":"Point","coordinates":[5.604547582017412,47.786658829597218]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[3.686413057746144,48.604826590957639]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[3.9421128447985307,44.41787073959614]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[-1.7711028394809195,49.42954997150755]}},{"type":"Feature","properties":{"population":970},"geometry":{"type":"Point","coordinates":[3.1782748423540259,44.92480632567376]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[2.1547795949129648,48.64608387046677]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[2.354609150089629,46.14144410155815]}},{"type":"Feature","properties":{"population":1055},"geometry":{"type":"Point","coordinates":[2.4243176955791214,45.05271952878547]}},{"type":"Feature","properties":{"population":1356},"geometry":{"type":"Point","coordinates":[5.881235046577445,47.10213796273314]}},{"type":"Feature","properties":{"population":785},"geometry":{"type":"Point","coordinates":[-1.1907910441106378,48.83413625355933]}},{"type":"Feature","properties":{"population":992},"geometry":{"type":"Point","coordinates":[4.011058180166331,50.30449530609589]}},{"type":"Feature","properties":{"population":1039},"geometry":{"type":"Point","coordinates":[1.627736640713237,43.4070325309223]}},{"type":"Feature","properties":{"population":942},"geometry":{"type":"Point","coordinates":[2.2121734431225317,50.675869856981787]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[0.5245573149290698,49.15807083632695]}},{"type":"Feature","properties":{"population":2191},"geometry":{"type":"Point","coordinates":[-1.595598892113686,46.8419781593673]}},{"type":"Feature","properties":{"population":1371},"geometry":{"type":"Point","coordinates":[6.550634897695731,47.21964134866081]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[0.19656798533701617,43.161532074526039]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[2.3313337170105399,46.304440093609198]}},{"type":"Feature","properties":{"population":14},"geometry":{"type":"Point","coordinates":[6.330628909890935,44.11123776502687]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[3.2401338200037546,45.38130812218785]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[-1.2597594554002123,49.37168454688416]}},{"type":"Feature","properties":{"population":3584},"geometry":{"type":"Point","coordinates":[1.3886720418742269,44.46436137950653]}},{"type":"Feature","properties":{"population":1172},"geometry":{"type":"Point","coordinates":[-0.6584560020006597,44.554694612192388]}},{"type":"Feature","properties":{"population":4306},"geometry":{"type":"Point","coordinates":[5.0207736408828549,44.942499180735939]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[5.02256405992482,46.84890081852704]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[1.8710385321981409,47.462149596577209]}},{"type":"Feature","properties":{"population":687},"geometry":{"type":"Point","coordinates":[2.215614662108562,46.36823727335299]}},{"type":"Feature","properties":{"population":1436},"geometry":{"type":"Point","coordinates":[5.936866071110147,43.52768033394918]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[3.108750197557049,48.58268054055936]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[6.05704047229536,48.30998703272066]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[2.89101605888566,46.27263682728789]}},{"type":"Feature","properties":{"population":1933},"geometry":{"type":"Point","coordinates":[2.2293070194970605,44.30835449400203]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[6.317299563348324,47.58723909820127]}},{"type":"Feature","properties":{"population":1355},"geometry":{"type":"Point","coordinates":[2.285360808823765,48.47024533661737]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[2.882943360145255,46.91520282518737]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[4.589759793972394,45.5985514500372]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[1.6981643148094748,45.16439407203869]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[2.873558764724327,47.78210896969263]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[2.0072031881962917,46.473061813804807]}},{"type":"Feature","properties":{"population":3640},"geometry":{"type":"Point","coordinates":[0.4666172147797947,45.08918481241276]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[1.834875819460905,49.662490455872248]}},{"type":"Feature","properties":{"population":1826},"geometry":{"type":"Point","coordinates":[3.3321471616392346,48.12632192794241]}},{"type":"Feature","properties":{"population":1291},"geometry":{"type":"Point","coordinates":[1.3894335313607134,44.38673942207764]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[5.872025802310506,46.2220882546273]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[5.657732582455064,45.787510869438829]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[-0.052829608070508769,43.47947487948182]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[3.594144836699559,45.02452515077092]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[6.622697116665304,48.75636835633883]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[2.129026924990409,43.32476321686769]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[1.7181457645261187,49.89237070081122]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[0.2180431072600201,47.44567763177735]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[0.8871105232992339,43.80341704183353]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[0.4192058301563252,48.47939747849009]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[6.706837070411913,48.561333165599197]}},{"type":"Feature","properties":{"population":1074},"geometry":{"type":"Point","coordinates":[4.205776945294941,46.07325820627002]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[5.171647796199687,47.93399029212343]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[-0.2505691188384627,45.93554582226712]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[4.273484762288346,48.58100733247462]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[2.639939330587964,50.04822756777203]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[2.2439585764602456,45.96342763393884]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[6.391293952637321,46.80349879315459]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[1.627415602693506,47.469706300605839]}},{"type":"Feature","properties":{"population":1127},"geometry":{"type":"Point","coordinates":[-0.284658440453355,43.76496739718432]}},{"type":"Feature","properties":{"population":668},"geometry":{"type":"Point","coordinates":[-1.0620825234338405,43.88526158383412]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.2344663262100969,48.593687197485667]}},{"type":"Feature","properties":{"population":1667},"geometry":{"type":"Point","coordinates":[1.8208226345398422,48.79612938520859]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[7.0153400759839219,43.919299996701948]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[0.40104632429283479,43.289504056087647]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[4.093323796681315,48.33409443267208]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[-1.09656818529128,43.310947707241528]}},{"type":"Feature","properties":{"population":987},"geometry":{"type":"Point","coordinates":[7.548617799796007,47.83208413841715]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[9.342047408465284,42.42803640355797]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[-0.41820963644155226,48.94740301706752]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[3.116593996811426,49.931162236802347]}},{"type":"Feature","properties":{"population":4866},"geometry":{"type":"Point","coordinates":[1.22817066943058,43.849131301888927]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[5.7149917526024709,45.28740707933196]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[1.0423237610221466,43.76019648779458]}},{"type":"Feature","properties":{"population":489},"geometry":{"type":"Point","coordinates":[2.7322055965355007,44.575657569346187]}},{"type":"Feature","properties":{"population":854},"geometry":{"type":"Point","coordinates":[2.030760521116423,49.23216847028558]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[6.594090583961126,47.52196171657136]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[1.7470443722387346,49.88153656468772]}},{"type":"Feature","properties":{"population":1794},"geometry":{"type":"Point","coordinates":[4.179032722956743,46.85931293072431]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[6.182464870407212,45.04346171199985]}},{"type":"Feature","properties":{"population":4797},"geometry":{"type":"Point","coordinates":[-0.6725922407577896,46.822252566505337]}},{"type":"Feature","properties":{"population":1344},"geometry":{"type":"Point","coordinates":[0.7495063003969726,49.654976067042]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[3.1800134686228636,45.41394720471037]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[2.0882217114238479,50.156427720087418]}},{"type":"Feature","properties":{"population":1634},"geometry":{"type":"Point","coordinates":[5.059152692202716,45.82230766674702]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[1.8839098728696289,50.527411356913578]}},{"type":"Feature","properties":{"population":640},"geometry":{"type":"Point","coordinates":[6.38490004197819,47.13437353371387]}},{"type":"Feature","properties":{"population":849},"geometry":{"type":"Point","coordinates":[7.2568337079112059,47.69484198952343]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[3.230047453108345,46.91400462061362]}},{"type":"Feature","properties":{"population":784},"geometry":{"type":"Point","coordinates":[5.60284714169709,46.743749912215807]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[4.324638760318207,47.16555977467676]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[4.105305802757463,49.450963602950519]}},{"type":"Feature","properties":{"population":2234},"geometry":{"type":"Point","coordinates":[4.214131258328081,44.460386104699868]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[-0.3556355283571707,45.79274325780317]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[1.92995006987453,43.21044216900457]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[5.294067041924719,46.62014559584948]}},{"type":"Feature","properties":{"population":3834},"geometry":{"type":"Point","coordinates":[-3.1619469762675505,47.67227531029059]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[1.7925452101856459,46.93966364285078]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[6.097477386720191,47.375160983686757]}},{"type":"Feature","properties":{"population":2382},"geometry":{"type":"Point","coordinates":[-1.5277106936412329,48.7635024559431]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[4.309685214602941,48.18598493081073]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[1.193272170447718,47.86311985144938]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[4.574249885004542,49.42955544771872]}},{"type":"Feature","properties":{"population":523},"geometry":{"type":"Point","coordinates":[0.9898045534694752,45.48289048222213]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[-0.31566273755078647,43.49002774145851]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[0.4037600092589206,43.223332123539069]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[6.134754166518085,45.486297519924637]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[5.893851484467275,47.502970908042367]}},{"type":"Feature","properties":{"population":526},"geometry":{"type":"Point","coordinates":[4.250481794353673,44.3547967747028]}},{"type":"Feature","properties":{"population":1231},"geometry":{"type":"Point","coordinates":[2.7181073365900985,42.675723839325268]}},{"type":"Feature","properties":{"population":2202},"geometry":{"type":"Point","coordinates":[-0.6006319178863295,47.584383261470268]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[3.0893037877330555,45.324762014516078]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[0.4711842028173351,49.04872773680573]}},{"type":"Feature","properties":{"population":1453},"geometry":{"type":"Point","coordinates":[2.0764399437827314,50.933462169432257]}},{"type":"Feature","properties":{"population":3682},"geometry":{"type":"Point","coordinates":[-0.3862042115572547,47.70894109403679]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[7.0597291996023,47.69066469167573]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[0.6568712248334678,44.3569590792184]}},{"type":"Feature","properties":{"population":1092},"geometry":{"type":"Point","coordinates":[5.137329778409807,47.21481334441329]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[0.01419113762531749,43.61271819101433]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[3.894252636676507,48.972256826945947]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[2.895482921750119,49.54780388401994]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[-0.11716136755073956,48.05694306688234]}},{"type":"Feature","properties":{"population":761},"geometry":{"type":"Point","coordinates":[-0.4867870251309558,49.32938401580584]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[2.0185288802358727,50.580054528750249]}},{"type":"Feature","properties":{"population":1176},"geometry":{"type":"Point","coordinates":[-0.695853262212413,43.85977760836204]}},{"type":"Feature","properties":{"population":1060},"geometry":{"type":"Point","coordinates":[2.3619177568066589,49.974541494378147]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[1.8206490454439915,50.169495596650389]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[1.686478797540711,42.78668969674552]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[3.1290508305163677,46.040509442425868]}},{"type":"Feature","properties":{"population":510},"geometry":{"type":"Point","coordinates":[2.1649868191772136,49.52055481401405]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[2.765820697537882,44.09239345423719]}},{"type":"Feature","properties":{"population":3301},"geometry":{"type":"Point","coordinates":[6.9408925403242229,48.18467609596187]}},{"type":"Feature","properties":{"population":2052},"geometry":{"type":"Point","coordinates":[-1.7076594534765129,47.54508607832382]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[1.6144015101222778,49.435530157567097]}},{"type":"Feature","properties":{"population":1338},"geometry":{"type":"Point","coordinates":[4.397136233630997,45.29308344624982]}},{"type":"Feature","properties":{"population":1654},"geometry":{"type":"Point","coordinates":[-2.1900767762265147,48.539938293658348]}},{"type":"Feature","properties":{"population":2949},"geometry":{"type":"Point","coordinates":[4.565742181244968,45.303731744742027]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[1.914733765852553,44.15075710963182]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[6.136199347244177,47.03236404682584]}},{"type":"Feature","properties":{"population":3374},"geometry":{"type":"Point","coordinates":[2.4663304330823165,48.209594610245229]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[6.131037067173038,47.18126928344987]}},{"type":"Feature","properties":{"population":1782},"geometry":{"type":"Point","coordinates":[-0.8929112248013496,48.14240842068003]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[1.6722687593586053,48.85934972890869]}},{"type":"Feature","properties":{"population":3022},"geometry":{"type":"Point","coordinates":[7.395832660545617,48.01071381470662]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[1.6055554272880184,46.33865993078089]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[4.063528296276528,44.543563870480209]}},{"type":"Feature","properties":{"population":987},"geometry":{"type":"Point","coordinates":[0.0034311345636782446,46.8769757738181]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[6.461131149745705,47.74277318645615]}},{"type":"Feature","properties":{"population":1731},"geometry":{"type":"Point","coordinates":[0.7106973653518671,45.0417373815683]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.216320842882372,43.878547858126399]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[5.571225104345347,46.87917267654006]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[0.49931105290138308,49.07890296744066]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[5.828334866366303,45.43903439229112]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[-1.378170191793708,48.99329705772965]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[1.093309486112867,46.99697151531559]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[2.9629638602664376,50.549141512606237]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[7.320631942283035,48.281081500589049]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[2.105394602512269,42.89010644228627]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[-0.13956483938542764,49.1658213199446]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[3.8647330336718417,48.15220069514985]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[1.5993425064696668,42.81651008348308]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[7.580296070429183,48.88103517298775]}},{"type":"Feature","properties":{"population":767},"geometry":{"type":"Point","coordinates":[2.0005701896650707,50.709250530456838]}},{"type":"Feature","properties":{"population":2273},"geometry":{"type":"Point","coordinates":[-3.176480076166836,47.96864282163037]}},{"type":"Feature","properties":{"population":954},"geometry":{"type":"Point","coordinates":[1.5538857936305069,45.08867434325578]}},{"type":"Feature","properties":{"population":1226},"geometry":{"type":"Point","coordinates":[-0.37558973283408988,45.06266280710689]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[6.0295964472739149,46.632371036622078]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[3.267058253451104,46.32942282776122]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[5.028461645149973,47.798833269455858]}},{"type":"Feature","properties":{"population":891},"geometry":{"type":"Point","coordinates":[1.7625381536025209,49.1672736383933]}},{"type":"Feature","properties":{"population":1174},"geometry":{"type":"Point","coordinates":[-0.1742672003580562,45.65938109870451]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[6.653354943208564,48.32086917071471]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[2.4636529507849498,49.651130596432128]}},{"type":"Feature","properties":{"population":2646},"geometry":{"type":"Point","coordinates":[-0.3967929387485973,49.15560382002905]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[3.2907149023412227,48.7027889580855]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[0.05082706164893238,45.83083307306688]}},{"type":"Feature","properties":{"population":4145},"geometry":{"type":"Point","coordinates":[7.467000028106068,47.66171841533528]}},{"type":"Feature","properties":{"population":592},"geometry":{"type":"Point","coordinates":[5.526406387318537,46.58188301198986]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[3.253132809465898,49.80082611655247]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.541223093344898,48.20680523089901]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[6.929794253297276,48.94913229748101]}},{"type":"Feature","properties":{"population":3864},"geometry":{"type":"Point","coordinates":[-1.4577225873302223,48.12104151712128]}},{"type":"Feature","properties":{"population":1484},"geometry":{"type":"Point","coordinates":[2.6638815924250309,47.86228050183998]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[5.299793436895051,48.77021436897856]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[-0.9734709033283177,48.090010573461018]}},{"type":"Feature","properties":{"population":553},"geometry":{"type":"Point","coordinates":[2.532558551698438,49.49931191184237]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[0.24173021901370396,43.84288965806731]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[4.088771042258922,44.01483318941722]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[4.776468447074204,48.73256568611795]}},{"type":"Feature","properties":{"population":846},"geometry":{"type":"Point","coordinates":[3.826220069392315,49.461957822863229]}},{"type":"Feature","properties":{"population":2262},"geometry":{"type":"Point","coordinates":[-0.7151840121611547,47.99355032818939]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[2.681208282554924,44.876087634662]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[1.1575891305275208,49.10140728909144]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[1.5083765739465727,47.07381295815634]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[-0.14312414406398567,44.412439676463559]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[6.042245288769704,47.145978716755447]}},{"type":"Feature","properties":{"population":2004},"geometry":{"type":"Point","coordinates":[4.275296576986632,43.967376096421428]}},{"type":"Feature","properties":{"population":1525},"geometry":{"type":"Point","coordinates":[1.0671731394953992,46.20493954953133]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[5.455138095881793,46.0983981646112]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[5.920260594182664,46.89286446516801]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[0.4713102876199882,48.91550211354975]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[5.407518803450419,45.29466234487374]}},{"type":"Feature","properties":{"population":1323},"geometry":{"type":"Point","coordinates":[5.249998966852514,47.10960223574681]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[4.590135392207424,49.506658251445767]}},{"type":"Feature","properties":{"population":1038},"geometry":{"type":"Point","coordinates":[5.1669440535782888,44.974346862764729]}},{"type":"Feature","properties":{"population":3364},"geometry":{"type":"Point","coordinates":[1.1572657722706002,47.5052915623635]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[5.585416877527789,48.38868466233217]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[0.1638040681320741,43.888926931885738]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[-4.407178847668144,48.55395108537961]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[-0.4523509610413544,45.4109851982268]}},{"type":"Feature","properties":{"population":837},"geometry":{"type":"Point","coordinates":[-1.0025145264219065,48.89833590119861]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[2.1846138835915527,46.448713877977969]}},{"type":"Feature","properties":{"population":1021},"geometry":{"type":"Point","coordinates":[6.348531793738997,47.48053998980648]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[7.1298708871954938,47.58712726979557]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[2.7981288959140224,45.87134127288465]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.679277370762782,44.85289259859188]}},{"type":"Feature","properties":{"population":3371},"geometry":{"type":"Point","coordinates":[-1.1406118813634537,44.86699258358453]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[5.648729204731908,48.14455488605578]}},{"type":"Feature","properties":{"population":1775},"geometry":{"type":"Point","coordinates":[-0.47359721102516219,46.18088315330284]}},{"type":"Feature","properties":{"population":961},"geometry":{"type":"Point","coordinates":[4.3632161837247829,45.592584296685618]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[5.781232796721149,47.26174664541773]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[3.532187664147666,47.676388086622278]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[5.046324733647031,44.8062443571206]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[1.7582163755414709,43.44007922250061]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[-0.32625964455444408,43.935016052638427]}},{"type":"Feature","properties":{"population":2126},"geometry":{"type":"Point","coordinates":[-3.1999061928669394,48.466127296362277]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[-2.0636489590979236,48.56018667907671]}},{"type":"Feature","properties":{"population":1515},"geometry":{"type":"Point","coordinates":[6.738751519044217,48.08761887962775]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[5.937367399933739,48.12092139465322]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[-0.5960008373903152,47.0353841726762]}},{"type":"Feature","properties":{"population":3489},"geometry":{"type":"Point","coordinates":[5.773125409844699,43.78337524309857]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[6.224417331355048,44.02665782876086]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[6.688414034405178,48.35368967537539]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[0.05505422499680252,45.421503429052219]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[4.187731771979009,50.26464680036721]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[5.984679486377238,44.84330848940398]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[2.107539651591068,50.17136162880477]}},{"type":"Feature","properties":{"population":480},"geometry":{"type":"Point","coordinates":[1.318749296587743,48.25196199390206]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[2.8272679858730789,47.17752599381343]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[0.39062319066704689,49.27615004904276]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[4.542848800024972,48.926779839817637]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[4.316964294570357,47.366611807497239]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[4.632307241186999,48.96369529542494]}},{"type":"Feature","properties":{"population":455},"geometry":{"type":"Point","coordinates":[5.24868317016816,44.71474369667033]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[3.7158774904435809,49.37720423201363]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[0.6936749630849811,46.89784280735875]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[0.7218532157866648,44.82520734194108]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[2.420874738956518,47.18623316234772]}},{"type":"Feature","properties":{"population":1667},"geometry":{"type":"Point","coordinates":[4.422862388164661,44.62913483633205]}},{"type":"Feature","properties":{"population":1018},"geometry":{"type":"Point","coordinates":[4.117362758386441,43.7143875731494]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[0.47372916619624047,43.428565195081478]}},{"type":"Feature","properties":{"population":741},"geometry":{"type":"Point","coordinates":[4.864017307819015,45.96799800117396]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[5.104177363112231,47.08682090108181]}},{"type":"Feature","properties":{"population":861},"geometry":{"type":"Point","coordinates":[4.988015361375435,45.3541104464682]}},{"type":"Feature","properties":{"population":749},"geometry":{"type":"Point","coordinates":[3.928196966545715,46.59334117037402]}},{"type":"Feature","properties":{"population":1408},"geometry":{"type":"Point","coordinates":[7.1689851804809969,47.538207293833]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[4.619155523143319,49.73265553121236]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[2.3280882049785505,50.43311044935243]}},{"type":"Feature","properties":{"population":562},"geometry":{"type":"Point","coordinates":[0.8966738921145043,45.48846191022983]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[-0.2555777522220312,45.86268994603352]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[4.845128764114369,46.57023262617404]}},{"type":"Feature","properties":{"population":1048},"geometry":{"type":"Point","coordinates":[7.508546512730423,48.09429278066781]}},{"type":"Feature","properties":{"population":672},"geometry":{"type":"Point","coordinates":[-0.20825159104263966,46.57742019146035]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[-0.7496279964188669,43.33859425139186]}},{"type":"Feature","properties":{"population":787},"geometry":{"type":"Point","coordinates":[4.159601536064448,44.27760573711699]}},{"type":"Feature","properties":{"population":1183},"geometry":{"type":"Point","coordinates":[1.6270045990850857,49.65695811045882]}},{"type":"Feature","properties":{"population":2762},"geometry":{"type":"Point","coordinates":[2.7008045907026587,48.33478157555331]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[6.728901777925998,48.53794862261688]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[1.8608715803021765,46.096718777238098]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[0.5164833474645084,49.32129800023725]}},{"type":"Feature","properties":{"population":3198},"geometry":{"type":"Point","coordinates":[2.831835111580633,48.63655541208259]}},{"type":"Feature","properties":{"population":2878},"geometry":{"type":"Point","coordinates":[-3.8116872556278129,48.67689757802709]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[-0.016423912169494186,42.942504080158148]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[6.804321023311699,49.105225852391388]}},{"type":"Feature","properties":{"population":770},"geometry":{"type":"Point","coordinates":[1.82738080164967,50.89269073916685]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[7.02079395070936,48.46902261803339]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[4.615022895179784,49.362022244594097]}},{"type":"Feature","properties":{"population":1302},"geometry":{"type":"Point","coordinates":[-0.3835903681678597,47.39251845445264]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[2.348996180217533,45.45055221389463]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[-0.9117226957468269,49.152849499308448]}},{"type":"Feature","properties":{"population":700},"geometry":{"type":"Point","coordinates":[7.196625208362237,48.757400948799]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[5.436193617061535,47.97315208857978]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[5.0857590496347,45.43114520842969]}},{"type":"Feature","properties":{"population":1234},"geometry":{"type":"Point","coordinates":[1.0747369328308807,49.08126348867174]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[-1.3714756392973513,49.56628186973323]}},{"type":"Feature","properties":{"population":1056},"geometry":{"type":"Point","coordinates":[5.94032268597112,47.32771622904648]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[3.218829419621079,45.11118549081615]}},{"type":"Feature","properties":{"population":1382},"geometry":{"type":"Point","coordinates":[3.762991284253808,44.99627746589428]}},{"type":"Feature","properties":{"population":3874},"geometry":{"type":"Point","coordinates":[3.3872420326733465,50.41360598648293]}},{"type":"Feature","properties":{"population":1830},"geometry":{"type":"Point","coordinates":[3.81121761332981,48.25601547221038]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[5.84531928216652,44.885001146391349]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[0.8914489131068297,49.006418390284938]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[6.730795669433129,47.96583132525281]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[0.9546124900894496,46.04782990916596]}},{"type":"Feature","properties":{"population":545},"geometry":{"type":"Point","coordinates":[-0.5765146385472552,43.21657781736815]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[2.5088468800368095,43.74269496016985]}},{"type":"Feature","properties":{"population":1112},"geometry":{"type":"Point","coordinates":[-0.3567012737771681,46.61869030543121]}},{"type":"Feature","properties":{"population":559},"geometry":{"type":"Point","coordinates":[6.842368118524211,48.67845691427487]}},{"type":"Feature","properties":{"population":1016},"geometry":{"type":"Point","coordinates":[2.59626328507049,49.0163025220001]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[-0.6933311025148077,43.73314170946528]}},{"type":"Feature","properties":{"population":967},"geometry":{"type":"Point","coordinates":[-0.26404761995343659,45.689773315923989]}},{"type":"Feature","properties":{"population":1676},"geometry":{"type":"Point","coordinates":[-0.43111577881645676,49.205491404116269]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[5.169248995054058,48.69827741902878]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[4.133119013349568,49.57102643652101]}},{"type":"Feature","properties":{"population":4248},"geometry":{"type":"Point","coordinates":[9.423014523235848,42.04363154866576]}},{"type":"Feature","properties":{"population":870},"geometry":{"type":"Point","coordinates":[4.152566657881119,45.35507340333265]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[-0.10974455912127945,43.54681136355164]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[6.751868773337549,47.522228203963127]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[5.822333172752071,47.12467070552368]}},{"type":"Feature","properties":{"population":2693},"geometry":{"type":"Point","coordinates":[-1.429545239201456,47.50923193298067]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[0.9294376641453528,44.204307253541887]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[3.48575017400147,45.764277717321188]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[2.976620723566891,43.80291603262156]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[5.890384255281009,46.636331134900299]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[-0.0348807613669,47.86502678361238]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[1.0156235092491184,46.5942962526139]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.491532562130279,47.89219290566059]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[0.1686432258355812,47.01020664614716]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[5.7100462623218199,47.15840848321685]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[-0.9731312061723015,43.455605023247759]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[0.011152016123681368,43.63726801348546]}},{"type":"Feature","properties":{"population":647},"geometry":{"type":"Point","coordinates":[-1.1945281113899038,48.27102947804345]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[6.640889924600878,48.71755423725186]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[-0.8884391950832761,49.18575353629453]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[1.9092276411697503,49.13515130449578]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[-0.5173899312983742,46.62309085842702]}},{"type":"Feature","properties":{"population":706},"geometry":{"type":"Point","coordinates":[6.228174300488501,43.83804013348553]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[2.639302268450702,48.31452597478394]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[0.6849524518929046,42.92630155566732]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[6.160741885993108,46.088602204833048]}},{"type":"Feature","properties":{"population":868},"geometry":{"type":"Point","coordinates":[3.4398600315865988,46.02874893075978]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[-1.4198686506223688,49.088459141606]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[1.1143763288086706,43.044047971668067]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[1.9881757230446749,44.265490928729139]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[2.811606676455117,49.28743548734048]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[-1.3824914635029162,48.83308031429227]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[4.4684601368692,48.87709840083897]}},{"type":"Feature","properties":{"population":943},"geometry":{"type":"Point","coordinates":[0.21676849633408949,45.001728386294747]}},{"type":"Feature","properties":{"population":2015},"geometry":{"type":"Point","coordinates":[3.520916176069304,49.4111066942459]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[4.534573916351295,46.49957615935916]}},{"type":"Feature","properties":{"population":3684},"geometry":{"type":"Point","coordinates":[1.6157778303436024,49.312119418122289]}},{"type":"Feature","properties":{"population":885},"geometry":{"type":"Point","coordinates":[5.364203706670805,47.53297348325221]}},{"type":"Feature","properties":{"population":1384},"geometry":{"type":"Point","coordinates":[3.8109078358520804,46.97374626023536]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[0.8424645993577524,43.985213085068078]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[1.7707551851428734,43.46785124816509]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[-0.09535241883787178,43.15005819129022]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[6.3759487354017729,48.909717761118248]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[6.252930608924358,48.34823675322155]}},{"type":"Feature","properties":{"population":2260},"geometry":{"type":"Point","coordinates":[5.925409528335852,47.225447850329128]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[4.856098255128977,49.57973521354301]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[0.5553442895396772,44.69829969716944]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[1.0462714612098434,47.54934230549448]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[1.7069164916852918,50.219136922137867]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[2.8060419620282417,49.91064533958575]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[5.887350903922351,47.12696292676824]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[1.9618481316296249,49.322468431678348]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[-0.4829837315989461,48.46946134846846]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[1.113299037645446,44.66505901717926]}},{"type":"Feature","properties":{"population":1830},"geometry":{"type":"Point","coordinates":[3.3211623014771325,47.17298646397731]}},{"type":"Feature","properties":{"population":758},"geometry":{"type":"Point","coordinates":[-0.028286794902772608,44.555791304102317]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[3.108527304262275,49.16397226966435]}},{"type":"Feature","properties":{"population":1224},"geometry":{"type":"Point","coordinates":[-0.36906809371171686,48.08895994632893]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[-0.5007427838906857,44.14375888620751]}},{"type":"Feature","properties":{"population":736},"geometry":{"type":"Point","coordinates":[1.367381158733145,48.8895243825982]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[7.072590162283474,48.90792015396572]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[0.17638063900961813,43.24995124283246]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[-1.1398287478465497,47.9130968698889]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[2.372681217612579,50.5505555939562]}},{"type":"Feature","properties":{"population":1057},"geometry":{"type":"Point","coordinates":[3.386953213880655,47.35718622469095]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[6.147300713678503,48.987100605519817]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[0.3183620655934207,45.624914453069489]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[1.301374334992974,49.903146060052318]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[4.884047983190608,48.831500078704269]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[6.115479676192245,48.408553749736949]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[0.5246502224077777,44.53893535163859]}},{"type":"Feature","properties":{"population":1370},"geometry":{"type":"Point","coordinates":[3.2931505548821597,49.549058315438539]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[-0.3957390672573072,43.84541459589019]}},{"type":"Feature","properties":{"population":916},"geometry":{"type":"Point","coordinates":[2.4765785698863276,50.650737892611989]}},{"type":"Feature","properties":{"population":1643},"geometry":{"type":"Point","coordinates":[1.2861966647382386,43.9146655846945]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[5.532363760206855,47.18865990417449]}},{"type":"Feature","properties":{"population":691},"geometry":{"type":"Point","coordinates":[4.57458388953146,45.90416469892768]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[3.6691938204430838,48.235495003027519]}},{"type":"Feature","properties":{"population":977},"geometry":{"type":"Point","coordinates":[6.570109548596866,45.90919083885071]}},{"type":"Feature","properties":{"population":742},"geometry":{"type":"Point","coordinates":[1.1154652375918275,49.317382889471179]}},{"type":"Feature","properties":{"population":2195},"geometry":{"type":"Point","coordinates":[3.1833944044699216,44.011566800742759]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[-0.8758592974878032,48.474370205408629]}},{"type":"Feature","properties":{"population":580},"geometry":{"type":"Point","coordinates":[5.1163069156517049,45.32937801549938]}},{"type":"Feature","properties":{"population":922},"geometry":{"type":"Point","coordinates":[3.558984618073706,43.61048590001509]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[0.4534532511491034,44.45126644315613]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[5.291052699642163,45.67510142851831]}},{"type":"Feature","properties":{"population":467},"geometry":{"type":"Point","coordinates":[6.590052994487817,48.21830810882472]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[5.111583406331836,46.2197965983508]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[2.1140547955699828,42.68367633999386]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[-1.1741807824741395,43.638320174588937]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[9.092383101259824,41.68321540162995]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[0.4991450852955948,43.04936909775372]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[6.2429511388611689,44.81653865753837]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[7.066508860730954,44.11911713313208]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[1.1616182110248826,46.92533612609498]}},{"type":"Feature","properties":{"population":991},"geometry":{"type":"Point","coordinates":[0.3204106908787775,46.322825130127359]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[-0.17663501150460063,49.03164801947408]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[6.544249728732388,47.54186282732467]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[0.6363162308990846,43.22651216683711]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[0.10996018098893752,46.88662040398961]}},{"type":"Feature","properties":{"population":2606},"geometry":{"type":"Point","coordinates":[6.234984539960395,49.415504921456157]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[0.8466503452912539,43.455271533874]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[4.863279892712631,48.105053220084858]}},{"type":"Feature","properties":{"population":1438},"geometry":{"type":"Point","coordinates":[3.352755172715694,50.20446501128984]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[5.7010073486970989,44.24214730825439]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[7.586269172029458,48.688141744644237]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[1.4007829492187927,45.328367505611939]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[6.740761365901424,47.2939560573042]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[3.954226126034369,45.27450183267088]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[1.105951295922715,43.30462172946361]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[3.0464185831803629,45.58384351248706]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[5.993778258536858,47.94510393032343]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[3.8521193265035058,49.48300045187573]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[-0.5131413409676079,43.44276740357183]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[0.07969458405651929,45.80710890225758]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[5.880803861352613,48.08306994309861]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.144227277841422,49.35926706863726]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[6.4546398130682249,48.691536740236738]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[1.1112913654381214,47.816864995399239]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[3.457486098943943,45.05077775396719]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[-0.3328929235031614,45.377656896551709]}},{"type":"Feature","properties":{"population":1643},"geometry":{"type":"Point","coordinates":[3.6513908246869217,45.872342830454559]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[6.371595874071511,44.21845044243094]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[3.8231976924570389,44.00061981124388]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[3.81048664657068,46.50439358656492]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[0.161487943718851,49.114824314721747]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[3.0022434249019809,47.68993256786246]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[-1.2885430642512459,43.184810628239748]}},{"type":"Feature","properties":{"population":4722},"geometry":{"type":"Point","coordinates":[3.214141319470524,50.56465624852515]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[6.864007641076483,43.89333148842204]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[5.505152433079031,46.80801510002462]}},{"type":"Feature","properties":{"population":635},"geometry":{"type":"Point","coordinates":[7.490746659183977,48.41952992283798]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[1.7639031667797694,49.58672298830631]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[3.5621533689965925,48.551102921430068]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[-1.0157339271976083,43.71721186376268]}},{"type":"Feature","properties":{"population":733},"geometry":{"type":"Point","coordinates":[-0.7166876149856827,45.92859829622221]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.8289423645938585,46.802507412859068]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[-0.08361875248696489,48.02160607649764]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[0.45237973411461598,48.60824840884425]}},{"type":"Feature","properties":{"population":924},"geometry":{"type":"Point","coordinates":[0.2814981375303616,49.12492391599663]}},{"type":"Feature","properties":{"population":3043},"geometry":{"type":"Point","coordinates":[-2.130855209764207,47.82346444813269]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[0.49344817081478267,49.01533945196383]}},{"type":"Feature","properties":{"population":1614},"geometry":{"type":"Point","coordinates":[2.490577032154549,47.24188546388976]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[1.8997258628202139,50.8415151524239]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[3.7636198274266885,47.636919184332928]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[3.259887269342493,45.137806997734248]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[7.1590358389179029,43.94116505303645]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[-0.394886985376729,49.025973742027449]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[2.218970718014876,50.43078149294689]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[1.990176764463884,44.01238969210577]}},{"type":"Feature","properties":{"population":3182},"geometry":{"type":"Point","coordinates":[3.992384238661348,48.92363596508195]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[1.8269152829608482,49.19164562615365]}},{"type":"Feature","properties":{"population":2738},"geometry":{"type":"Point","coordinates":[2.5134307845435437,49.00673272482663]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[1.9889547455140484,49.2509287162332]}},{"type":"Feature","properties":{"population":1385},"geometry":{"type":"Point","coordinates":[1.4383802016683183,43.888368498062728]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[0.9301945145960013,43.73516300521653]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[2.5245039820986148,50.400632641547627]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[6.059224612400566,48.47154175350031]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[2.9692940790353967,50.236958648876228]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[8.059489202913536,48.88476723111788]}},{"type":"Feature","properties":{"population":2790},"geometry":{"type":"Point","coordinates":[-2.431221777155535,47.87088516600682]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[-0.2712830487082478,44.957048683876397]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[7.194431770952101,48.71087984124453]}},{"type":"Feature","properties":{"population":3971},"geometry":{"type":"Point","coordinates":[-1.5934590837154739,49.28586701950153]}},{"type":"Feature","properties":{"population":1243},"geometry":{"type":"Point","coordinates":[4.659842564749647,44.75047977106978]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[-0.523339787157678,43.48032780489662]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[1.7245881447435206,43.590522811769499]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[3.825672819298421,50.10194583050176]}},{"type":"Feature","properties":{"population":1264},"geometry":{"type":"Point","coordinates":[4.7429794912064129,45.191941101724548]}},{"type":"Feature","properties":{"population":1033},"geometry":{"type":"Point","coordinates":[-3.375809323292363,48.134225034526227]}},{"type":"Feature","properties":{"population":1299},"geometry":{"type":"Point","coordinates":[4.898913488975952,46.24704025434787]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[1.8533249255841225,44.07160061350925]}},{"type":"Feature","properties":{"population":738},"geometry":{"type":"Point","coordinates":[3.4459730828306727,45.97627756791809]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[4.7343133203795999,48.33572425230909]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[0.2963114448162734,44.20969667364364]}},{"type":"Feature","properties":{"population":1495},"geometry":{"type":"Point","coordinates":[1.496355244498329,48.33777763779265]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[2.0211821941161904,50.34676649507191]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[3.48343540305542,44.98183088481764]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[1.4617540648812462,49.87845279791142]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[-1.5154356647310446,48.72702554333744]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[-0.10332360337894028,48.43209230969278]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[6.068690996044305,44.37445723657093]}},{"type":"Feature","properties":{"population":2251},"geometry":{"type":"Point","coordinates":[-4.2175295638524379,48.18105188068612]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[5.814899262965528,49.2430298505425]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[3.9401276552800699,43.872422584130138]}},{"type":"Feature","properties":{"population":2067},"geometry":{"type":"Point","coordinates":[-4.619659214251323,48.562308215269577]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[-0.12824269538748654,48.46949987724993]}},{"type":"Feature","properties":{"population":2043},"geometry":{"type":"Point","coordinates":[2.4085667866511084,50.690170589493167]}},{"type":"Feature","properties":{"population":478},"geometry":{"type":"Point","coordinates":[7.616385694861002,48.88248865922811]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[-0.11200623116842848,44.571011270503]}},{"type":"Feature","properties":{"population":712},"geometry":{"type":"Point","coordinates":[1.8557203961742146,49.15958728104661]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[6.587934367971328,47.57761941543712]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[0.2396559800692784,48.47995960021106]}},{"type":"Feature","properties":{"population":2577},"geometry":{"type":"Point","coordinates":[2.2255602447905145,50.83462997226014]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[2.543147863475144,42.79391074824973]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[1.5159403181937377,42.828416742341918]}},{"type":"Feature","properties":{"population":760},"geometry":{"type":"Point","coordinates":[-0.6027859489323225,45.087327430072807]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[0.9024567457429541,49.39663355109838]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[3.2710999558931248,43.692308323790367]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[4.038081064194776,49.739245353506138]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[2.3812803603116885,49.62136502942067]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[-0.9221768869779117,43.174115334111608]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[8.903604732486408,42.518977579240459]}},{"type":"Feature","properties":{"population":564},"geometry":{"type":"Point","coordinates":[7.2593854093285838,48.7349742577932]}},{"type":"Feature","properties":{"population":2895},"geometry":{"type":"Point","coordinates":[0.4676510837960561,48.05107719609567]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[4.907949233219514,47.127613731333557]}},{"type":"Feature","properties":{"population":665},"geometry":{"type":"Point","coordinates":[0.9959458238646928,49.83947440660919]}},{"type":"Feature","properties":{"population":898},"geometry":{"type":"Point","coordinates":[-3.1833986625478389,48.06221501716824]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[7.354183576736303,48.673109026140497]}},{"type":"Feature","properties":{"population":782},"geometry":{"type":"Point","coordinates":[2.111220227750562,46.83197051669251]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[1.7729321504183915,49.92158605309293]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[6.01654952225131,46.80368100897263]}},{"type":"Feature","properties":{"population":752},"geometry":{"type":"Point","coordinates":[-1.0837407728437217,46.73958764347473]}},{"type":"Feature","properties":{"population":1795},"geometry":{"type":"Point","coordinates":[2.528959913183014,50.27183501824712]}},{"type":"Feature","properties":{"population":1006},"geometry":{"type":"Point","coordinates":[4.013925252751832,50.34034870539188]}},{"type":"Feature","properties":{"population":606},"geometry":{"type":"Point","coordinates":[7.146542497025188,48.69022967911357]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[-3.169802085066472,48.265553139227929]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[4.104771318659088,45.070384104206478]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[2.835699005150791,45.79343916019492]}},{"type":"Feature","properties":{"population":2248},"geometry":{"type":"Point","coordinates":[1.6183791161092536,44.1764655148447]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[6.152868528867162,48.488201606453177]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[1.9142142934031965,48.43349674629904]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[1.3430873190576569,45.07281774685511]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[5.275668008197631,49.259773329475709]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[5.956711515943409,46.66310715020694]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[3.5371239459605845,49.710922688458349]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[-0.22837641118114988,44.764299278724397]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[0.691159962125631,46.276077288922]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[1.08001025136735,43.53692685002595]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[5.990934239633806,47.75017963806862]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[-0.19981885259827929,45.32617633189683]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[0.5754805828888219,43.57308664257698]}},{"type":"Feature","properties":{"population":2129},"geometry":{"type":"Point","coordinates":[1.2436446005591003,48.078084161081338]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[4.784659373919456,49.3153540917814]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[2.2526177826109294,45.565595419293888]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[4.610687985115237,49.7520278250667]}},{"type":"Feature","properties":{"population":1740},"geometry":{"type":"Point","coordinates":[4.316241364556715,49.28239240054605]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[3.420112911440822,48.85245249334018]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[1.3758942088021367,48.389418372271268]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[4.740805594526016,47.448156180293548]}},{"type":"Feature","properties":{"population":1589},"geometry":{"type":"Point","coordinates":[4.901458452143746,44.43718667657943]}},{"type":"Feature","properties":{"population":1211},"geometry":{"type":"Point","coordinates":[-0.27112397843810728,45.233148108494]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[2.2030507684586366,43.83989651912998]}},{"type":"Feature","properties":{"population":1878},"geometry":{"type":"Point","coordinates":[7.325559136032302,48.01897639644549]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[0.4198657653876138,43.24982915345569]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[1.8173341254425444,46.646024913149037]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[-3.2037546931401574,48.61485502032574]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[-1.376337546040978,49.19510253830044]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[0.02591715039763166,43.718234339459048]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[1.5124176836796817,42.93217794389565]}},{"type":"Feature","properties":{"population":3110},"geometry":{"type":"Point","coordinates":[6.391814530895619,48.565782387435088]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[7.496119474396244,49.07636346692727]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[-0.8201177115936688,49.30599707332721]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[4.785722389597463,49.297891416498597]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[1.3877668325770157,45.23636759153276]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[3.6562334288832218,46.674428219724088]}},{"type":"Feature","properties":{"population":1099},"geometry":{"type":"Point","coordinates":[5.485385013775786,45.77053984771844]}},{"type":"Feature","properties":{"population":957},"geometry":{"type":"Point","coordinates":[3.5093502290846736,43.62051441565554]}},{"type":"Feature","properties":{"population":1713},"geometry":{"type":"Point","coordinates":[5.65922311854818,43.886194648605549]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[0.8746153073605829,43.24181856556511]}},{"type":"Feature","properties":{"population":4707},"geometry":{"type":"Point","coordinates":[7.142460182402183,48.04483066145509]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[-0.7503880332099524,49.23940842743613]}},{"type":"Feature","properties":{"population":474},"geometry":{"type":"Point","coordinates":[4.231155567975524,45.836091114719987]}},{"type":"Feature","properties":{"population":1442},"geometry":{"type":"Point","coordinates":[-0.47105583910088658,49.113394518262669]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[1.2353303783553798,48.86331025306867]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[-0.16830904423991434,44.70709400578581]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[0.875070873636516,44.75878133137365]}},{"type":"Feature","properties":{"population":2469},"geometry":{"type":"Point","coordinates":[5.556052662979848,45.41638641164989]}},{"type":"Feature","properties":{"population":1218},"geometry":{"type":"Point","coordinates":[3.078206941830956,47.5481880978519]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[8.90510904593349,41.62201324766415]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[5.667020499858013,45.62638312954943]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[3.313018127658877,45.760616777963907]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[6.591328443018285,47.34801008900774]}},{"type":"Feature","properties":{"population":4115},"geometry":{"type":"Point","coordinates":[3.1710679609771699,45.79311921795136]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[2.6483821949847288,44.05439125161872]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[-0.0711189233800936,48.89905931530283]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[1.0743797659758934,44.82836144868273]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[2.921441913010477,44.43385273423408]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[2.6066093140837478,43.70889688523859]}},{"type":"Feature","properties":{"population":1638},"geometry":{"type":"Point","coordinates":[-1.527786661291065,49.6289111413101]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[6.6729905052395,47.13641198281012]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[-0.2549796269746077,44.63082655149252]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[2.005785010275023,46.51487945312566]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[1.0664376489071397,43.440205621171347]}},{"type":"Feature","properties":{"population":1291},"geometry":{"type":"Point","coordinates":[3.7320217593661826,43.988409334441367]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[-0.19298803432170628,48.67863080705211]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[-0.8943767741667704,45.367912508118887]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[4.979682483643881,46.49815965600213]}},{"type":"Feature","properties":{"population":940},"geometry":{"type":"Point","coordinates":[1.7201888464399329,48.91107896609873]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[5.795626840425816,49.173114296628408]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[0.25497342627773986,45.509137146244849]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[7.441919443139633,49.10386080523161]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[6.285611298307212,48.24931581926707]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[5.18017121328859,45.37177242280666]}},{"type":"Feature","properties":{"population":678},"geometry":{"type":"Point","coordinates":[4.310220072853742,44.46810460091825]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[5.560589254048062,47.203796451467159]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[2.547627975433763,49.581647524196039]}},{"type":"Feature","properties":{"population":1934},"geometry":{"type":"Point","coordinates":[4.91285564758587,45.589364434642899]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[-0.6210369847850458,45.902413336415118]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[3.917187739773623,49.23805765705972]}},{"type":"Feature","properties":{"population":1673},"geometry":{"type":"Point","coordinates":[-1.9010042565777846,47.194376547596139]}},{"type":"Feature","properties":{"population":1489},"geometry":{"type":"Point","coordinates":[-0.5424917789854171,47.5795504021377]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[0.8685798962613588,43.90290908197898]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[5.460801516381375,47.11320135532282]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[-0.714266329024763,45.87246578865461]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[0.8986505693588681,44.60064249205748]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[5.178344345461149,44.415300652557949]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[-0.34796915299280586,45.831871489456748]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[5.2615165009464939,49.11184148718395]}},{"type":"Feature","properties":{"population":3841},"geometry":{"type":"Point","coordinates":[-1.4566042005005664,47.405220578626309]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[-4.344567936856951,48.593756637550757]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[1.6243971566154685,46.31323543234795]}},{"type":"Feature","properties":{"population":571},"geometry":{"type":"Point","coordinates":[4.741610908058255,46.241008597371038]}},{"type":"Feature","properties":{"population":1719},"geometry":{"type":"Point","coordinates":[3.1481239216905987,45.620092450294]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.810181098132684,48.06428428838021]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[2.2848843511186844,42.58254711583725]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[-0.9233401614656271,43.37305641788096]}},{"type":"Feature","properties":{"population":4352},"geometry":{"type":"Point","coordinates":[4.345025132460696,46.105682107181788]}},{"type":"Feature","properties":{"population":1545},"geometry":{"type":"Point","coordinates":[3.5301250428143389,43.558719208765278]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[-0.0808115595756003,43.531683218626259]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[1.6905720387624004,42.84205797808421]}},{"type":"Feature","properties":{"population":1785},"geometry":{"type":"Point","coordinates":[0.7072814566668102,49.11513195057641]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[2.5495959016007916,49.68302094230326]}},{"type":"Feature","properties":{"population":3036},"geometry":{"type":"Point","coordinates":[-0.9575826284542446,45.6423775367531]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[3.270602926810571,47.62321506832053]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[1.5887239516617118,44.86804079363668]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[6.4879931943684669,48.84086835359065]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[2.881747218522068,46.50008147435644]}},{"type":"Feature","properties":{"population":2944},"geometry":{"type":"Point","coordinates":[6.266053937206668,47.878167444333637]}},{"type":"Feature","properties":{"population":1064},"geometry":{"type":"Point","coordinates":[3.5382163982823706,50.29563197166172]}},{"type":"Feature","properties":{"population":1276},"geometry":{"type":"Point","coordinates":[4.916381355695532,45.35696247533011]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[4.511028467378778,44.01300750947864]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[1.3167203680255902,43.020639498370218]}},{"type":"Feature","properties":{"population":686},"geometry":{"type":"Point","coordinates":[3.9257563487851385,45.6551499292672]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[6.000105590485443,47.83533331958353]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[0.06093700675254447,43.62991228192566]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[5.079196570609139,49.65868455280862]}},{"type":"Feature","properties":{"population":2348},"geometry":{"type":"Point","coordinates":[2.3252897319681855,44.5472999607724]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[4.728089382460206,49.02953753743909]}},{"type":"Feature","properties":{"population":945},"geometry":{"type":"Point","coordinates":[-0.17507522454949896,46.31603279447886]}},{"type":"Feature","properties":{"population":903},"geometry":{"type":"Point","coordinates":[-0.7262513590832973,45.45878430200346]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[0.8496948630215406,44.63672906718424]}},{"type":"Feature","properties":{"population":2773},"geometry":{"type":"Point","coordinates":[-1.227178916575405,46.53335683326812]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[4.98176502946257,49.308666424230228]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[1.9182856167510734,49.25718389275554]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[4.755182320217714,47.95419429068962]}},{"type":"Feature","properties":{"population":1356},"geometry":{"type":"Point","coordinates":[1.4509360175113795,43.92059820442173]}},{"type":"Feature","properties":{"population":580},"geometry":{"type":"Point","coordinates":[1.1714525167589874,44.09147915088089]}},{"type":"Feature","properties":{"population":784},"geometry":{"type":"Point","coordinates":[3.451839815167814,44.17167713612179]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[2.7214049901632588,43.26719168284052]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[-1.0230819132861533,48.568671628032607]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[-0.9995585553859636,47.84725489208508]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[-0.09894830767781703,45.66511524933342]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[-0.2882365927224409,45.614423703029647]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[-0.7088247650840014,48.38271181947179]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[3.467720679467887,46.25061638987171]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[6.072098040865063,44.48123554034438]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[5.522072177449588,46.42023104452992]}},{"type":"Feature","properties":{"population":919},"geometry":{"type":"Point","coordinates":[1.3729695038497272,46.264087768535748]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[0.13469272004523509,49.241150625171609]}},{"type":"Feature","properties":{"population":4077},"geometry":{"type":"Point","coordinates":[1.6131289481404987,43.36507349569433]}},{"type":"Feature","properties":{"population":782},"geometry":{"type":"Point","coordinates":[3.1248410218247546,48.22777756211285]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[9.078371218715392,41.92270541872106]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[-0.5528949090976859,43.485894582550098]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[2.199300272187379,50.25688370648804]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[0.8084311066472644,42.86729614170374]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[2.6461294826281644,50.11812187690782]}},{"type":"Feature","properties":{"population":996},"geometry":{"type":"Point","coordinates":[4.077297367840635,46.21663242967473]}},{"type":"Feature","properties":{"population":1222},"geometry":{"type":"Point","coordinates":[-1.0279360780782552,45.756324254699617]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[3.0035111351536134,49.318660056905368]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[0.8545071976856119,49.63063082096481]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[1.7426824895487426,47.054183298456837]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[1.9298241290758856,45.48762893739379]}},{"type":"Feature","properties":{"population":1129},"geometry":{"type":"Point","coordinates":[5.6893045655307479,45.71392727080539]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[3.6174045649364889,43.57760926109176]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[6.373740025812704,48.956867927966047]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[5.77233289986474,47.58312952497315]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[1.8078002893327077,45.02131000980602]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[2.9331915137745057,49.745632192764769]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[3.341118608656727,47.009017197797508]}},{"type":"Feature","properties":{"population":1405},"geometry":{"type":"Point","coordinates":[6.90645049151006,47.5920334425635]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[3.4509504531799655,49.10497176978105]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[0.9136465510104082,47.844434943016498]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[3.6589587575678874,48.89497880123304]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[6.21043615093893,46.84075095513196]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[0.7317515498855778,45.78228600675475]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[0.746983304138605,48.08336265293726]}},{"type":"Feature","properties":{"population":630},"geometry":{"type":"Point","coordinates":[0.625950077778417,47.98582306287773]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[-0.01804075973180868,43.65531699637012]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[1.9033174035775702,46.98511160428197]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[3.9982460105429156,48.05285236956978]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[0.6442381713491384,45.4499326557821]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[6.8250359504694348,47.37137092977518]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[-3.0462618236769645,48.692621125630108]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[3.6988698176764469,48.68201836607697]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[3.8563925346694805,50.170712614607158]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[0.11006647403495185,49.26736212821185]}},{"type":"Feature","properties":{"population":1959},"geometry":{"type":"Point","coordinates":[6.565303383894632,48.09572195409965]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[4.831812737227168,46.388702705475257]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.5393959104606894,49.90144542948409]}},{"type":"Feature","properties":{"population":2262},"geometry":{"type":"Point","coordinates":[-0.8484068600660705,45.22055184527493]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[3.4908524337812767,44.46911323498682]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[1.172923012046721,44.8404588118732]}},{"type":"Feature","properties":{"population":3203},"geometry":{"type":"Point","coordinates":[-1.8437192079986667,47.176434232626977]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[-0.29901764804595379,44.399584341757748]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[2.3036137047306255,48.39233294304075]}},{"type":"Feature","properties":{"population":2309},"geometry":{"type":"Point","coordinates":[-2.5084741360047557,48.55476290902214]}},{"type":"Feature","properties":{"population":1164},"geometry":{"type":"Point","coordinates":[5.944744149168272,43.59608172450954]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[2.948669964423522,49.220346901284859]}},{"type":"Feature","properties":{"population":942},"geometry":{"type":"Point","coordinates":[4.730783152684139,45.868517478577199]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[0.2527348354415092,44.97690520194796]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[0.9735582584699071,45.30076647644255]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[7.304898400592969,48.18287285721111]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[0.38508026115759849,45.388382157686887]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[2.089764385769657,45.64628023875579]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[-0.8395893835312377,43.48500538602459]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[2.557410762083027,48.260362072079498]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[-0.22221738877018783,44.73922779284419]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[4.0832759558939089,48.201539180782429]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[3.1765244997880526,49.19844274122284]}},{"type":"Feature","properties":{"population":928},"geometry":{"type":"Point","coordinates":[5.571854527884486,47.44037905314439]}},{"type":"Feature","properties":{"population":869},"geometry":{"type":"Point","coordinates":[-0.7149988291595618,45.59551210286889]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[-0.6128568604406015,43.389337579809289]}},{"type":"Feature","properties":{"population":797},"geometry":{"type":"Point","coordinates":[2.6551813510967294,50.34875606690989]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[0.8272247399512527,49.69777199483047]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[3.229471970273891,46.7878527785186]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[6.768341609737621,47.60459193017557]}},{"type":"Feature","properties":{"population":996},"geometry":{"type":"Point","coordinates":[4.974088341119893,45.43007950909718]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[2.4743244383990654,45.23339170748588]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[1.0664592933014226,46.55671289220822]}},{"type":"Feature","properties":{"population":1863},"geometry":{"type":"Point","coordinates":[1.4813305706780676,44.12822416661142]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[2.4878603267283005,44.53423682686725]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[-0.18539561848987447,44.74187847481234]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[2.638326344637614,45.4981236616378]}},{"type":"Feature","properties":{"population":506},"geometry":{"type":"Point","coordinates":[4.976803296876899,46.87795674695592]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[1.7081255534480098,43.31989114000861]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[3.846443401526209,49.29647166770191]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[3.476077273750166,49.43853894767624]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[5.879761998966922,46.97146636431071]}},{"type":"Feature","properties":{"population":1592},"geometry":{"type":"Point","coordinates":[-0.2188376527885207,43.265446928807048]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[2.2499985732084579,50.33824959779828]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[0.6456923775382671,43.40430812617307]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[9.166891429872634,41.88458381493872]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[4.666666933058409,49.60178430130476]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[3.961047387144547,45.73643968006858]}},{"type":"Feature","properties":{"population":787},"geometry":{"type":"Point","coordinates":[-0.32774191934769728,44.717351618319927]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[2.622577573445163,49.896631082298608]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[-0.71267245568633,48.49857878364777]}},{"type":"Feature","properties":{"population":1178},"geometry":{"type":"Point","coordinates":[1.5438129897516662,44.099779724501569]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[0.08019278129455566,44.88445424141531]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[0.9991740229202533,43.723227661127229]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[2.5853042823138199,44.91254889057253]}},{"type":"Feature","properties":{"population":408},"geometry":{"type":"Point","coordinates":[2.3799193976471519,50.50796762048077]}},{"type":"Feature","properties":{"population":4030},"geometry":{"type":"Point","coordinates":[6.76320880373392,47.38490531344692]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[-0.09804478439092042,46.387437295816528]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[1.7080628784480272,50.355476219471]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[0.5868838669135575,49.84483460190521]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[0.5179621061304174,49.28518205092837]}},{"type":"Feature","properties":{"population":3737},"geometry":{"type":"Point","coordinates":[9.367922891338182,42.007180701842667]}},{"type":"Feature","properties":{"population":1043},"geometry":{"type":"Point","coordinates":[7.0244221967574689,47.997124395097738]}},{"type":"Feature","properties":{"population":1250},"geometry":{"type":"Point","coordinates":[1.6735125061053025,48.73255643511784]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[-0.6244929132117444,48.783130261375998]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[-0.8650579057554187,47.8015299102273]}},{"type":"Feature","properties":{"population":1507},"geometry":{"type":"Point","coordinates":[7.557104471692371,48.61086240241806]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[6.783522739998107,48.534480840582329]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[0.2884430027105351,45.348717748448859]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[3.1150481086126637,49.56046285145393]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[1.8603149313026584,44.5928530934946]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.42273233134606466,46.955391878781458]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[3.795064116248257,50.11269632735229]}},{"type":"Feature","properties":{"population":958},"geometry":{"type":"Point","coordinates":[1.5246315135665059,50.0188829988751]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[4.844980880845131,49.20832847841336]}},{"type":"Feature","properties":{"population":1114},"geometry":{"type":"Point","coordinates":[-1.36333534641768,47.47877731804729]}},{"type":"Feature","properties":{"population":672},"geometry":{"type":"Point","coordinates":[7.400053793930223,47.489608317467027]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[3.722552537138281,48.85532377503864]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[2.5599037037243796,42.73687512040554]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[3.308560362322068,46.03709249365477]}},{"type":"Feature","properties":{"population":1060},"geometry":{"type":"Point","coordinates":[4.323382777338602,48.998991425206209]}},{"type":"Feature","properties":{"population":5298},"geometry":{"type":"Point","coordinates":[4.9133682459424599,44.1322455819627]}},{"type":"Feature","properties":{"population":1192},"geometry":{"type":"Point","coordinates":[5.346668289875727,47.21081435863047]}},{"type":"Feature","properties":{"population":854},"geometry":{"type":"Point","coordinates":[6.413778751502976,46.980043419602548]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[1.8936769863967274,49.60353795407276]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[5.656768008401343,48.529979037420257]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[-1.0306816209889705,43.37680246165684]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[6.491158543499539,49.04727349560634]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[2.4191980204057175,50.4674020032219]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[0.6418214217392368,45.04647663627157]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[4.612907240623334,48.227080109439508]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[5.323454843099801,47.17812020059077]}},{"type":"Feature","properties":{"population":716},"geometry":{"type":"Point","coordinates":[3.164597290707704,45.64259480717585]}},{"type":"Feature","properties":{"population":3191},"geometry":{"type":"Point","coordinates":[-0.7836218632085945,43.81833184537913]}},{"type":"Feature","properties":{"population":782},"geometry":{"type":"Point","coordinates":[0.6950802820584415,45.40055131431463]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[-0.3014605431064645,45.475049954849129]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[0.7025286901937201,45.58383781419528]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[6.735304446506732,47.62075859328319]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[1.3746861691613149,45.12481810492387]}},{"type":"Feature","properties":{"population":1089},"geometry":{"type":"Point","coordinates":[2.1570332363214055,50.04230099269533]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[4.374210435616324,49.05775314079261]}},{"type":"Feature","properties":{"population":659},"geometry":{"type":"Point","coordinates":[3.298992391293454,48.291659629200868]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[-0.8119643388240224,43.2923379302167]}},{"type":"Feature","properties":{"population":803},"geometry":{"type":"Point","coordinates":[1.5920143928154376,43.63922348383557]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[-0.8859816512687101,49.285191325483967]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[3.5603542342912855,44.902030145350277]}},{"type":"Feature","properties":{"population":564},"geometry":{"type":"Point","coordinates":[3.046815388901047,48.23432596729336]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[0.7556457345384965,43.0914560390868]}},{"type":"Feature","properties":{"population":481},"geometry":{"type":"Point","coordinates":[2.445718599847667,47.22506036052036]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[6.7803982618823419,48.93529441353785]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[7.340675328646671,48.17391688109484]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[2.6697923950849775,46.82168053261781]}},{"type":"Feature","properties":{"population":3076},"geometry":{"type":"Point","coordinates":[-0.7607785229920204,45.005510682913968]}},{"type":"Feature","properties":{"population":1012},"geometry":{"type":"Point","coordinates":[5.881254638539161,47.17249173334379]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[5.928867984632522,46.28528837738141]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[4.317722468234472,44.899968694565689]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[4.982205172550111,46.065374986421868]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[2.855580777818194,49.736896726170439]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[-4.12809577262233,48.55638478130835]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[1.7667264845125075,43.734566315582558]}},{"type":"Feature","properties":{"population":1792},"geometry":{"type":"Point","coordinates":[3.7234187128207174,45.420730581848648]}},{"type":"Feature","properties":{"population":1892},"geometry":{"type":"Point","coordinates":[0.04192099847422479,47.247629056670188]}},{"type":"Feature","properties":{"population":2272},"geometry":{"type":"Point","coordinates":[6.287832396825054,49.317144551176358]}},{"type":"Feature","properties":{"population":489},"geometry":{"type":"Point","coordinates":[0.3278070836800969,49.368840151329148]}},{"type":"Feature","properties":{"population":488},"geometry":{"type":"Point","coordinates":[6.343493616180457,47.77543036811748]}},{"type":"Feature","properties":{"population":672},"geometry":{"type":"Point","coordinates":[0.7654446027558916,49.22062624237616]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[1.6923776031673024,49.42239403297113]}},{"type":"Feature","properties":{"population":1036},"geometry":{"type":"Point","coordinates":[4.460975705438587,46.14240112907424]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[-0.6448279364643254,49.33088705873792]}},{"type":"Feature","properties":{"population":1102},"geometry":{"type":"Point","coordinates":[3.4626485238509634,50.26576224278417]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[3.7625966728190245,47.73078188381249]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[3.598368315615865,47.33502703278591]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[2.6576207056490368,49.88553170392077]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[6.134172676334108,47.81608460959998]}},{"type":"Feature","properties":{"population":1253},"geometry":{"type":"Point","coordinates":[2.0392545191441675,43.268904516473089]}},{"type":"Feature","properties":{"population":1052},"geometry":{"type":"Point","coordinates":[2.123973479792282,50.0757239780959]}},{"type":"Feature","properties":{"population":635},"geometry":{"type":"Point","coordinates":[6.740677178800379,48.98118947363868]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[2.526068110676954,43.09503599892119]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[4.271705276221494,47.361339816033218]}},{"type":"Feature","properties":{"population":734},"geometry":{"type":"Point","coordinates":[2.567898482005063,47.04517964320767]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[0.033895763071245008,49.24364597310207]}},{"type":"Feature","properties":{"population":1659},"geometry":{"type":"Point","coordinates":[1.2093512103774167,45.956346012099647]}},{"type":"Feature","properties":{"population":11791},"geometry":{"type":"Point","coordinates":[-4.401217470273609,48.4033285049405]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[-0.9880778583707794,47.992357188219298]}},{"type":"Feature","properties":{"population":1022},"geometry":{"type":"Point","coordinates":[2.603772155887137,45.40393604829189]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[2.663313195503467,44.94153179868179]}},{"type":"Feature","properties":{"population":3387},"geometry":{"type":"Point","coordinates":[0.06951050068761025,47.833707460754848]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[1.8618078245266117,48.238024266233377]}},{"type":"Feature","properties":{"population":1261},"geometry":{"type":"Point","coordinates":[3.150430079164533,49.507795233544658]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[1.4285329747788985,44.35385290594245]}},{"type":"Feature","properties":{"population":2731},"geometry":{"type":"Point","coordinates":[2.7694310463464375,48.431571853328978]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[3.761945372785563,48.6378607133685]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[1.582287702687468,49.72557732453815]}},{"type":"Feature","properties":{"population":1983},"geometry":{"type":"Point","coordinates":[5.222438960812868,45.47722087688158]}},{"type":"Feature","properties":{"population":665},"geometry":{"type":"Point","coordinates":[0.6552438727188863,49.38003947406242]}},{"type":"Feature","properties":{"population":2622},"geometry":{"type":"Point","coordinates":[-0.4366001275342356,47.49186696052591]}},{"type":"Feature","properties":{"population":823},"geometry":{"type":"Point","coordinates":[2.481060813586057,45.33098150432761]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[0.4900074766744336,48.5083547583681]}},{"type":"Feature","properties":{"population":958},"geometry":{"type":"Point","coordinates":[2.0028643092475817,43.931452131186329]}},{"type":"Feature","properties":{"population":1448},"geometry":{"type":"Point","coordinates":[7.665098135176872,48.83358002697697]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[4.00059113335091,48.98719101125516]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[5.0604583429999139,48.00936085449298]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[2.6874671359777104,42.74149120340737]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[-0.2615841525893506,46.01185523025581]}},{"type":"Feature","properties":{"population":1052},"geometry":{"type":"Point","coordinates":[1.776861795518947,47.97492585355201]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[4.555937644574411,48.48638037468303]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[-0.1817686467731005,42.99328943584718]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[7.561991658791849,48.82099237734016]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[4.270822140036478,49.80438825682013]}},{"type":"Feature","properties":{"population":967},"geometry":{"type":"Point","coordinates":[-3.7328150307997758,48.25282930899149]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[-0.05479797394961874,45.47810508518852]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[4.390500020737896,48.24860057316929]}},{"type":"Feature","properties":{"population":1903},"geometry":{"type":"Point","coordinates":[-0.6504643094829407,46.47479066009339]}},{"type":"Feature","properties":{"population":908},"geometry":{"type":"Point","coordinates":[3.5716559757756678,43.97072985826157]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[5.5479796335397248,49.19736220600469]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[-0.05778785627245555,49.262297014047849]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[5.303642185443575,44.72656973956942]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[3.228325173516392,49.18224980316496]}},{"type":"Feature","properties":{"population":2132},"geometry":{"type":"Point","coordinates":[4.684559450732742,45.64295663244995]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[4.20439275186585,46.411051530944778]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.961253624263693,49.716515536765928]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[3.4783833609811287,48.52238411543669]}},{"type":"Feature","properties":{"population":1369},"geometry":{"type":"Point","coordinates":[6.917453949954042,48.21533281281672]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[-0.15445327814858435,44.7556456207742]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[4.69969310810816,46.66634030680386]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[4.749128906707928,49.68650746683796]}},{"type":"Feature","properties":{"population":442},"geometry":{"type":"Point","coordinates":[5.407323588829069,45.477149358832807]}},{"type":"Feature","properties":{"population":1103},"geometry":{"type":"Point","coordinates":[5.631098780185363,45.164329516575467]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[6.871276229418998,47.36851167544621]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[0.34126635573625627,42.83104718079323]}},{"type":"Feature","properties":{"population":2202},"geometry":{"type":"Point","coordinates":[5.5326420201783359,43.39406924707222]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[5.201879379892744,47.80423030602392]}},{"type":"Feature","properties":{"population":1043},"geometry":{"type":"Point","coordinates":[0.24466814744152616,48.387051679768109]}},{"type":"Feature","properties":{"population":2303},"geometry":{"type":"Point","coordinates":[0.5070823093969538,45.44867074193329]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[2.20722954315513,45.97698143958015]}},{"type":"Feature","properties":{"population":2975},"geometry":{"type":"Point","coordinates":[6.0954626118025649,49.276500216995128]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[6.280093616775753,47.29356987850485]}},{"type":"Feature","properties":{"population":537},"geometry":{"type":"Point","coordinates":[1.1860898001911562,44.11292714063425]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[3.6850246270267985,48.86246229634128]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[-2.850778993994052,47.58590608723188]}},{"type":"Feature","properties":{"population":579},"geometry":{"type":"Point","coordinates":[-0.8854469835788472,44.308637202595757]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[-0.05855886726212258,44.36940034914028]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[5.247844453808503,48.51481854280528]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[2.8330720005346929,49.64134516397368]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[1.3214836618888533,43.11975495276972]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[5.563939873205804,47.42610730006742]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[5.665125658373117,49.010143235097739]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[2.003343602573927,42.920206068985439]}},{"type":"Feature","properties":{"population":968},"geometry":{"type":"Point","coordinates":[2.8824246135835787,49.1662118379749]}},{"type":"Feature","properties":{"population":568},"geometry":{"type":"Point","coordinates":[6.3177894119097319,49.45515812468806]}},{"type":"Feature","properties":{"population":3956},"geometry":{"type":"Point","coordinates":[-0.7010652347361638,44.98882729441444]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[-2.1023298683200317,48.2907616530422]}},{"type":"Feature","properties":{"population":1918},"geometry":{"type":"Point","coordinates":[1.5024947658690678,48.396545522808299]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[3.5184141466037746,43.95757000135518]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[3.0464032947551997,45.511903109789908]}},{"type":"Feature","properties":{"population":1977},"geometry":{"type":"Point","coordinates":[-0.26811274539019616,46.4047120714732]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[1.003376731431169,43.35248046785562]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[2.160896145872554,43.135506736954408]}},{"type":"Feature","properties":{"population":1441},"geometry":{"type":"Point","coordinates":[3.286615554979405,50.51659921992133]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[1.7192720238269355,48.87805025135881]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[4.051295485391874,44.59102905963324]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[1.7847692180920168,42.95140452709326]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[0.9175471794804238,49.19274221208556]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[3.9466623165080687,44.90704564194259]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[-1.2844950233087916,49.07056855271882]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[5.835687388424658,46.93170335322117]}},{"type":"Feature","properties":{"population":888},"geometry":{"type":"Point","coordinates":[2.96941989094226,48.343345132124948]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[0.31088992188161976,44.73381857849693]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.09409476084277542,49.03587467535071]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[1.8213196294753545,42.743873699337409]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[1.573056232273905,49.884364533217119]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[1.8986966522002516,42.87264050503649]}},{"type":"Feature","properties":{"population":1150},"geometry":{"type":"Point","coordinates":[-2.3023041264435788,48.19125176676487]}},{"type":"Feature","properties":{"population":1949},"geometry":{"type":"Point","coordinates":[3.2269265513206699,50.64561415494341]}},{"type":"Feature","properties":{"population":2747},"geometry":{"type":"Point","coordinates":[-0.4538281893790832,49.13758710906021]}},{"type":"Feature","properties":{"population":1868},"geometry":{"type":"Point","coordinates":[-0.07683881669376482,44.70114128026453]}},{"type":"Feature","properties":{"population":4427},"geometry":{"type":"Point","coordinates":[2.7969023785926887,50.50123731725489]}},{"type":"Feature","properties":{"population":3697},"geometry":{"type":"Point","coordinates":[-1.5255733575930158,47.0600850252179]}},{"type":"Feature","properties":{"population":1592},"geometry":{"type":"Point","coordinates":[7.203776020086544,48.943791412155849]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[6.414304848372988,48.81072512459736]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[5.985356905599631,47.643492900031969]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[3.2626119030421436,45.69319301737053]}},{"type":"Feature","properties":{"population":5788},"geometry":{"type":"Point","coordinates":[1.8108270541446326,49.15967935844767]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[2.1450314552384137,46.52870163037306]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[4.366556402484899,44.38826943995006]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[1.8546116696990798,49.1883539124752]}},{"type":"Feature","properties":{"population":1841},"geometry":{"type":"Point","coordinates":[4.100305240364452,43.7964672931736]}},{"type":"Feature","properties":{"population":2501},"geometry":{"type":"Point","coordinates":[4.5980479126522069,45.81179563334895]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[6.299713737302219,45.6265876449666]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[5.644885109751467,46.70502439419852]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[2.829124497098359,46.9303819071714]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[3.345047010185439,44.37411658754648]}},{"type":"Feature","properties":{"population":2032},"geometry":{"type":"Point","coordinates":[-1.4527113954448506,43.32359868066347]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[3.8415475196617798,49.08876257542923]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[5.139213958374534,47.88211390851043]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[1.005525124734839,44.25280789370473]}},{"type":"Feature","properties":{"population":1120},"geometry":{"type":"Point","coordinates":[3.145368651165408,46.582345983838177]}},{"type":"Feature","properties":{"population":2426},"geometry":{"type":"Point","coordinates":[-1.1014174725180986,46.90493390591226]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[4.413312184784179,44.74764360313725]}},{"type":"Feature","properties":{"population":1076},"geometry":{"type":"Point","coordinates":[-0.5583795232244525,48.06248866175804]}},{"type":"Feature","properties":{"population":2093},"geometry":{"type":"Point","coordinates":[1.5135781231646369,48.49183410770197]}},{"type":"Feature","properties":{"population":1136},"geometry":{"type":"Point","coordinates":[1.2925812907286485,45.32251235397843]}},{"type":"Feature","properties":{"population":750},"geometry":{"type":"Point","coordinates":[3.279836473424761,49.39188770191048]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[2.5493399201001476,49.03040531562943]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[5.355161465031541,47.91992091079777]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[1.8351230864520994,47.00894226334211]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[-0.4743028613187755,44.72687569747625]}},{"type":"Feature","properties":{"population":1051},"geometry":{"type":"Point","coordinates":[1.4146729605857496,43.17957690270178]}},{"type":"Feature","properties":{"population":985},"geometry":{"type":"Point","coordinates":[-1.1614924402208705,49.097393150135427]}},{"type":"Feature","properties":{"population":2852},"geometry":{"type":"Point","coordinates":[2.505376303045389,50.53240422543502]}},{"type":"Feature","properties":{"population":1360},"geometry":{"type":"Point","coordinates":[4.602018247789002,45.484878958462257]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[1.5876384875182033,49.53629929680032]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[6.73035956707382,48.192890041752097]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.715865086309563,48.80745224562545]}},{"type":"Feature","properties":{"population":4304},"geometry":{"type":"Point","coordinates":[2.267709073719996,48.61421921231011]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[0.8644917037792883,49.837688095184287]}},{"type":"Feature","properties":{"population":1335},"geometry":{"type":"Point","coordinates":[3.2963489234673846,48.476517370100577]}},{"type":"Feature","properties":{"population":3343},"geometry":{"type":"Point","coordinates":[3.336482932318925,50.23365993465684]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[6.308573032098577,47.418670969157577]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[4.986688971640442,49.50257661851354]}},{"type":"Feature","properties":{"population":611},"geometry":{"type":"Point","coordinates":[3.891801037342909,49.446837602252909]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[2.008314341644222,50.11036126369199]}},{"type":"Feature","properties":{"population":750},"geometry":{"type":"Point","coordinates":[1.4680691974328109,45.08284877529926]}},{"type":"Feature","properties":{"population":2892},"geometry":{"type":"Point","coordinates":[-2.106549969531947,48.4305836149357]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[4.4926011410691999,45.36106753549505]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[1.2390284182524068,44.70823611355635]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[1.5419405347960269,47.61614627370375]}},{"type":"Feature","properties":{"population":553},"geometry":{"type":"Point","coordinates":[-3.1788690980123248,48.51500964443158]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[2.796812957668266,43.249705544934247]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[2.0902039495188489,50.03980837281913]}},{"type":"Feature","properties":{"population":489},"geometry":{"type":"Point","coordinates":[4.457482249842838,46.98767920552746]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[4.727051280471267,46.253192251459179]}},{"type":"Feature","properties":{"population":1119},"geometry":{"type":"Point","coordinates":[2.217578589073651,48.51670330900778]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[1.8513545175151563,49.759217627627588]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[0.42181853780234809,43.02989577975971]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[-1.6815643009880173,49.61976826527189]}},{"type":"Feature","properties":{"population":1159},"geometry":{"type":"Point","coordinates":[5.842614901070524,45.8808309701635]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[3.4590572980857456,46.61247963766161]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[6.528445223106512,49.11644479948507]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[6.151127265517837,44.249716586746199]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[6.616917075913294,48.702001925475169]}},{"type":"Feature","properties":{"population":1097},"geometry":{"type":"Point","coordinates":[-1.2036868193554394,47.234859007261707]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[2.146883755928538,46.2495793607288]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[9.464729051191336,42.41600313336841]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[2.52894609138102,50.37283612469786]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[5.611662122371827,47.895827422955658]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[3.6079986248934485,45.57815704589027]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[4.631727472080022,46.04540698357982]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[4.782581920288405,49.357578928842809]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[-0.05900986279255442,44.402979048082]}},{"type":"Feature","properties":{"population":2234},"geometry":{"type":"Point","coordinates":[3.4390090604680316,45.859945617318498]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[6.3151639462804109,46.832300854931727]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[-0.27807159503193026,46.03681334510061]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[2.8808062313265987,50.08814599464071]}},{"type":"Feature","properties":{"population":1836},"geometry":{"type":"Point","coordinates":[6.262028783442582,49.336987585987639]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[4.1663019426306608,50.06118847334137]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[8.773147342989218,42.088096239517579]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[5.9848906618282149,48.44438175281501]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[2.4997062113102705,49.72962921254906]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[3.9234684782629678,49.01573145548947]}},{"type":"Feature","properties":{"population":870},"geometry":{"type":"Point","coordinates":[-0.4060840008299756,45.55333321962403]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[3.1608694856212335,46.287023329062389]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[-0.1366985544980792,45.772543803196459]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[3.748720693434322,50.30104005379205]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[1.8829664035798502,43.20046681575467]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[0.5970010588692416,48.15048127517843]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[5.892922472449167,47.25490800278186]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[1.8924465540713658,50.7727755554591]}},{"type":"Feature","properties":{"population":1384},"geometry":{"type":"Point","coordinates":[-3.387599294959155,48.20553414544509]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[0.2504889456011927,43.26993440938693]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[0.4851370155040194,44.75815877279439]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[0.9175667277725238,43.25962998914651]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[-1.2778966971729383,47.610854359093249]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[0.3357868818209258,45.4294686025048]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[4.914389281004462,49.62927347543695]}},{"type":"Feature","properties":{"population":1300},"geometry":{"type":"Point","coordinates":[-1.8643878947975632,48.26645775314284]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[4.6804558535081048,49.47306488661668]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[0.8945551869216036,49.47419754533623]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[3.597218602359108,48.84474236535183]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[1.976483380192985,44.78198729579601]}},{"type":"Feature","properties":{"population":1080},"geometry":{"type":"Point","coordinates":[1.3600780186851545,46.78828231166666]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[5.195710350723939,47.977445921539679]}},{"type":"Feature","properties":{"population":2233},"geometry":{"type":"Point","coordinates":[4.784470340321157,45.187456821669858]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[4.736027714317036,46.37811914289893]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[5.97513654353272,48.76233482756238]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[2.4528623272378367,47.68479716309151]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[6.759636196118271,48.12854898401398]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[-0.5842108432098843,49.33361825529304]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[-0.6937520043066697,47.68864839833168]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[4.754466171550237,47.33168145238726]}},{"type":"Feature","properties":{"population":964},"geometry":{"type":"Point","coordinates":[1.350951868930069,49.38312170791414]}},{"type":"Feature","properties":{"population":738},"geometry":{"type":"Point","coordinates":[1.509494786740353,48.560638726373188]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[0.8244737151088101,44.811660110552619]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[4.566147988719938,47.932315748150717]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[1.0514832131217072,49.17301450077585]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[4.665919448467543,46.89234555608348]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[2.2455654627508347,44.172383294994947]}},{"type":"Feature","properties":{"population":1290},"geometry":{"type":"Point","coordinates":[3.132092738714966,45.68894250381933]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[3.7914928511872088,44.767652245121038]}},{"type":"Feature","properties":{"population":510},"geometry":{"type":"Point","coordinates":[6.631563058880782,49.28233263043984]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[6.609096981341973,47.77384790673225]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[3.7645583776235025,49.4988046384294]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[3.6543973203757118,49.822489674791608]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[1.6775389825528784,45.14743098911148]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[5.493977454460791,47.70811226431779]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[2.0950833731052738,44.04965947716073]}},{"type":"Feature","properties":{"population":3380},"geometry":{"type":"Point","coordinates":[4.950267861450489,43.83055174681067]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[4.229936864909424,48.492482452536837]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[1.083805593615809,49.63052125013062]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[-0.7051702900531998,46.36964929093088]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[3.429799128766279,49.44922031483595]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[6.327210873816839,47.72138584180471]}},{"type":"Feature","properties":{"population":7184},"geometry":{"type":"Point","coordinates":[-1.9221468599167813,47.14934484404341]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[2.1651327963755815,45.46869949762302]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[4.236031363652362,45.41509688046697]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[0.7618689702518895,43.06607848529754]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[4.03036326728043,49.57467346081656]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[6.811805497530389,48.64275473574734]}},{"type":"Feature","properties":{"population":1286},"geometry":{"type":"Point","coordinates":[2.4952248103605338,50.51710570315559]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.312915942458698,47.680105810610218]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[3.5873930756821874,48.5738789713933]}},{"type":"Feature","properties":{"population":3120},"geometry":{"type":"Point","coordinates":[-1.4211465338285812,48.013428479202307]}},{"type":"Feature","properties":{"population":720},"geometry":{"type":"Point","coordinates":[2.9832290001918966,50.36612422884606]}},{"type":"Feature","properties":{"population":1090},"geometry":{"type":"Point","coordinates":[-1.152410742986659,46.68605780428171]}},{"type":"Feature","properties":{"population":2349},"geometry":{"type":"Point","coordinates":[-0.9672967519088871,46.15938249021864]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[0.06921028081867335,45.33171251145242]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.39221293048771369,43.24873433406806]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[1.8777971223546517,50.496233165968998]}},{"type":"Feature","properties":{"population":1579},"geometry":{"type":"Point","coordinates":[1.1858850581201233,49.6219687263389]}},{"type":"Feature","properties":{"population":841},"geometry":{"type":"Point","coordinates":[5.777909800588604,48.062406301967]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[0.6739899027595148,45.483719634711267]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[4.500167395029045,49.41249405154172]}},{"type":"Feature","properties":{"population":856},"geometry":{"type":"Point","coordinates":[-2.2952833981750837,48.2460966028094]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[3.21921534995045,45.936430493927648]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[1.3806003938069927,48.33562583758562]}},{"type":"Feature","properties":{"population":1966},"geometry":{"type":"Point","coordinates":[2.623579104028154,48.60755825705533]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[5.906672224493372,46.60786974173433]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[1.5821351614495667,48.05897227862851]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[6.197248184672988,48.2584504872154]}},{"type":"Feature","properties":{"population":1207},"geometry":{"type":"Point","coordinates":[2.20878572332738,50.70068759987858]}},{"type":"Feature","properties":{"population":3266},"geometry":{"type":"Point","coordinates":[1.356732470180396,43.68978318512664]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[2.574836359560489,45.03439203322734]}},{"type":"Feature","properties":{"population":3715},"geometry":{"type":"Point","coordinates":[1.85087270180838,48.52866071827673]}},{"type":"Feature","properties":{"population":1957},"geometry":{"type":"Point","coordinates":[2.338239260738205,50.66608564330728]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[3.2021890839520914,48.907022333789807]}},{"type":"Feature","properties":{"population":1949},"geometry":{"type":"Point","coordinates":[0.8313210322637684,47.86989423787101]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[-0.23919637340750669,47.783062735614048]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[4.216669745726541,48.501358955109967]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[3.3009647936083148,47.58912459406562]}},{"type":"Feature","properties":{"population":1739},"geometry":{"type":"Point","coordinates":[0.9633562367163614,43.101113571797508]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[2.63658233428892,50.35147422917052]}},{"type":"Feature","properties":{"population":766},"geometry":{"type":"Point","coordinates":[4.653981118943915,45.916867409221229]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[3.2799039512304666,43.6356206869166]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[1.7479371251552738,48.4925136549589]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[3.456657905230254,49.29412615467504]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[1.3441285679065074,43.19228873236228]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[5.841777429890173,49.22570774766522]}},{"type":"Feature","properties":{"population":1375},"geometry":{"type":"Point","coordinates":[-0.7663653846547331,47.77890374492715]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[3.4493924667855615,48.924063065761128]}},{"type":"Feature","properties":{"population":2271},"geometry":{"type":"Point","coordinates":[6.299696367342306,46.345495511990467]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[5.154371246411818,49.38661343538799]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[0.5971153108169109,43.51306421722533]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[5.90671220653079,47.0629572147249]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[1.211204748495787,46.405002629363448]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[2.7330001375594854,46.95624397146058]}},{"type":"Feature","properties":{"population":2353},"geometry":{"type":"Point","coordinates":[4.519156309835712,48.97732629777249]}},{"type":"Feature","properties":{"population":4058},"geometry":{"type":"Point","coordinates":[6.055597325854832,45.5080117012003]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[-0.19448081998590606,43.2323732762163]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[1.0837744712643578,46.506348536285177]}},{"type":"Feature","properties":{"population":3263},"geometry":{"type":"Point","coordinates":[2.773717982505259,48.147124488742]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[1.4737219485045905,49.35873885685296]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[3.73682731919851,49.818108606140217]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[2.1693889272487647,42.836020525847789]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[2.7744796249679575,49.768530259174948]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[0.87971168215711,46.60972733718588]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[1.4911810471340042,43.75105216806406]}},{"type":"Feature","properties":{"population":1169},"geometry":{"type":"Point","coordinates":[-3.4857495197723837,47.92391541090258]}},{"type":"Feature","properties":{"population":686},"geometry":{"type":"Point","coordinates":[1.300128892810359,45.62598112386062]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[-1.0639471079998478,43.39006169555066]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[2.298658787936273,43.07467516723389]}},{"type":"Feature","properties":{"population":1426},"geometry":{"type":"Point","coordinates":[-2.502086029392668,47.77952942272491]}},{"type":"Feature","properties":{"population":647},"geometry":{"type":"Point","coordinates":[2.5937560440719649,50.07986627827121]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[2.414870153881279,45.96938725137554]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[1.8519257404896586,50.59836911274131]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[5.69464205756392,44.91725246543627]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[4.352550068345396,49.90603378302635]}},{"type":"Feature","properties":{"population":1729},"geometry":{"type":"Point","coordinates":[-2.007788474027296,48.31165960580724]}},{"type":"Feature","properties":{"population":814},"geometry":{"type":"Point","coordinates":[2.1820605857542918,50.65343821803664]}},{"type":"Feature","properties":{"population":686},"geometry":{"type":"Point","coordinates":[-0.6475409585079763,45.51033029562211]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[0.9784208797700957,48.748302769203899]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[5.478476719567257,47.5110914641205]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[1.5840480491418938,48.656494784720269]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[3.8441408616927377,50.03134781558423]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[4.476672488096334,44.270469279638]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[0.20716140958714433,48.70355137489015]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.084265337492937,49.43088594953137]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[6.436781686784647,44.55635224128389]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[0.32181510895149009,43.84204471892302]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[2.271024243322454,43.329436587894949]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[5.44293280574079,49.04175993948185]}},{"type":"Feature","properties":{"population":1670},"geometry":{"type":"Point","coordinates":[0.726378083669251,49.38512181394008]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[6.844931029527707,47.346244805130137]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[0.19795052041492804,49.076963118669009]}},{"type":"Feature","properties":{"population":6410},"geometry":{"type":"Point","coordinates":[-2.0654277727188208,48.204143871818278]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[4.63724066343465,46.36481379551238]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[2.5283787140373348,45.02386227539487]}},{"type":"Feature","properties":{"population":1404},"geometry":{"type":"Point","coordinates":[-0.04125127823173967,46.71295576943344]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[2.651814552722458,47.45639905495964]}},{"type":"Feature","properties":{"population":4954},"geometry":{"type":"Point","coordinates":[5.045253220538138,45.9925476136068]}},{"type":"Feature","properties":{"population":1259},"geometry":{"type":"Point","coordinates":[4.207034552777567,46.17669845628031]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[3.8705219194733475,48.697081985789157]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[3.452773053763683,43.896598353536557]}},{"type":"Feature","properties":{"population":1564},"geometry":{"type":"Point","coordinates":[0.8794833860284645,45.74124614223885]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[4.203465683335651,50.06627576239564]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[4.394716673903322,47.57700607716636]}},{"type":"Feature","properties":{"population":693},"geometry":{"type":"Point","coordinates":[2.0285730105618136,50.698930761158099]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[2.1797438798697326,44.50353482443213]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[3.8910445537267717,48.893487281543759]}},{"type":"Feature","properties":{"population":1412},"geometry":{"type":"Point","coordinates":[-0.8702671300266722,48.34668295684557]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[-0.059177585678031569,42.89055164040974]}},{"type":"Feature","properties":{"population":4916},"geometry":{"type":"Point","coordinates":[5.970934552333076,46.11600014937332]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[5.102051380087897,44.262321393405219]}},{"type":"Feature","properties":{"population":2256},"geometry":{"type":"Point","coordinates":[2.6768337300890177,50.74840874321121]}},{"type":"Feature","properties":{"population":816},"geometry":{"type":"Point","coordinates":[1.9626825371239707,46.72597931750339]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[3.9900392321166677,44.11496389211792]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[1.1279956167293324,46.29080615043364]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[-1.6037929266154448,48.48768787924549]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[2.5406350437686009,49.42665767208763]}},{"type":"Feature","properties":{"population":485},"geometry":{"type":"Point","coordinates":[5.468333647176326,46.76722085426173]}},{"type":"Feature","properties":{"population":2853},"geometry":{"type":"Point","coordinates":[-3.899156845773943,48.604534096026387]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[1.3095083863081214,47.65257555271528]}},{"type":"Feature","properties":{"population":1129},"geometry":{"type":"Point","coordinates":[3.8520371154903008,44.04317006248433]}},{"type":"Feature","properties":{"population":1252},"geometry":{"type":"Point","coordinates":[1.1370714126030628,43.54394030075]}},{"type":"Feature","properties":{"population":1490},"geometry":{"type":"Point","coordinates":[6.045605562229581,49.063314054078059]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[4.695233285470563,44.91987409232996]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[2.8373535594411618,43.44506908840447]}},{"type":"Feature","properties":{"population":3746},"geometry":{"type":"Point","coordinates":[2.919225712000116,49.521616476433759]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[2.482928538909396,48.025175030561637]}},{"type":"Feature","properties":{"population":1542},"geometry":{"type":"Point","coordinates":[-1.108853678940153,45.43511512300768]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[5.22455276926857,44.63102405139047]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[1.6213715519669172,49.35768233061264]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[0.113916927346779,42.87768591736222]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[4.375388659506285,44.16654230296989]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[1.6584935276648088,50.83129620072114]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[2.4873488510441699,50.381307292484567]}},{"type":"Feature","properties":{"population":1052},"geometry":{"type":"Point","coordinates":[0.11189625706014951,44.8571540972583]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[-0.3394126391698828,45.96781786330195]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[2.071789228887435,44.80113548063538]}},{"type":"Feature","properties":{"population":919},"geometry":{"type":"Point","coordinates":[1.7080908355340796,48.49138847969045]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[0.9607381479788618,48.98526504692484]}},{"type":"Feature","properties":{"population":1079},"geometry":{"type":"Point","coordinates":[4.748885406999314,46.432027318136949]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[3.42653315212916,45.31527510289835]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[5.643387916876779,46.41263164662293]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[3.7772354558784735,49.42512703848728]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[1.1097324077852214,47.22890960685175]}},{"type":"Feature","properties":{"population":1356},"geometry":{"type":"Point","coordinates":[1.5328509406885918,43.48240907551913]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[2.4423960499658285,42.90960296998521]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[3.4277012221498355,49.62863687674535]}},{"type":"Feature","properties":{"population":2048},"geometry":{"type":"Point","coordinates":[2.148678280016243,43.200030126308799]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[1.0133503410011702,49.169131081217177]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[1.2943109820494463,44.64010418422888]}},{"type":"Feature","properties":{"population":4000},"geometry":{"type":"Point","coordinates":[5.840258757943038,45.11548646496548]}},{"type":"Feature","properties":{"population":2044},"geometry":{"type":"Point","coordinates":[-0.2677422789078615,44.73461555908355]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[6.498088715940281,44.37140658905344]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[4.700559246999472,45.37237411028521]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[0.9055757174597824,43.912299018235497]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[-1.4346540426065143,49.46221329776802]}},{"type":"Feature","properties":{"population":1726},"geometry":{"type":"Point","coordinates":[3.189643437645559,46.52395224829642]}},{"type":"Feature","properties":{"population":903},"geometry":{"type":"Point","coordinates":[4.6351449059113529,45.37241313085767]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[2.2627912866541788,46.39742419907181]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[5.304916986631595,46.99635746521831]}},{"type":"Feature","properties":{"population":950},"geometry":{"type":"Point","coordinates":[3.5115930924383238,46.26359263418477]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[3.4015412787897958,49.66683761021722]}},{"type":"Feature","properties":{"population":3440},"geometry":{"type":"Point","coordinates":[-0.4277192184115006,44.75392180139819]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[2.0943554291047827,49.100028269862757]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[3.686265119957512,49.98307568341376]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[-0.07543735115292245,45.65547239655294]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[3.7944687477199889,44.27425422173413]}},{"type":"Feature","properties":{"population":1132},"geometry":{"type":"Point","coordinates":[1.152493378329709,43.710167701528977]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[1.7067955608608652,43.97707723300159]}},{"type":"Feature","properties":{"population":1618},"geometry":{"type":"Point","coordinates":[7.502678368067162,47.82277468663247]}},{"type":"Feature","properties":{"population":4624},"geometry":{"type":"Point","coordinates":[2.76416777777243,44.51879218780126]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[2.4469698381258038,50.290930873500737]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[2.5699206906603258,49.50313675400434]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[2.711286051923042,47.46014898233451]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.011114663836207,49.39663551429355]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[7.728692844722452,48.35145377671413]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[6.1784603007031679,48.2010565416435]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[2.8155766515674309,44.88505064067696]}},{"type":"Feature","properties":{"population":3866},"geometry":{"type":"Point","coordinates":[-4.2941007717396089,47.83805351422805]}},{"type":"Feature","properties":{"population":877},"geometry":{"type":"Point","coordinates":[5.124775574245667,45.91062396247648]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[-0.4389559363065331,46.52699777758687]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[7.783248906621906,48.72027817318923]}},{"type":"Feature","properties":{"population":1061},"geometry":{"type":"Point","coordinates":[-0.4349203480523837,49.09120533112691]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[0.8353688695839598,48.270601997072137]}},{"type":"Feature","properties":{"population":1197},"geometry":{"type":"Point","coordinates":[1.0713151596436792,48.18940403002279]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[1.566574544374942,49.863925377703399]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[4.022354066054535,50.183253113055837]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[1.3475800329405748,49.49632722038134]}},{"type":"Feature","properties":{"population":425},"geometry":{"type":"Point","coordinates":[7.324611695903646,48.77944841131163]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[4.35338711972828,46.331869906729838]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[0.7002421158650952,42.93862259773593]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[1.990684999113397,49.598336405679777]}},{"type":"Feature","properties":{"population":801},"geometry":{"type":"Point","coordinates":[6.938814630050418,47.501350214871219]}},{"type":"Feature","properties":{"population":5890},"geometry":{"type":"Point","coordinates":[-1.7988347326556787,48.21316202647724]}},{"type":"Feature","properties":{"population":1013},"geometry":{"type":"Point","coordinates":[6.469817741382889,44.99569217836085]}},{"type":"Feature","properties":{"population":716},"geometry":{"type":"Point","coordinates":[1.7628149258599542,43.07553154786461]}},{"type":"Feature","properties":{"population":1097},"geometry":{"type":"Point","coordinates":[-0.28712927561405029,44.62812179065095]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[0.9015434758965257,43.037827453239618]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[4.122460060111586,48.20560575686626]}},{"type":"Feature","properties":{"population":1810},"geometry":{"type":"Point","coordinates":[-0.46289761666661485,44.74088560858281]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[0.5746822851657023,42.9306360317963]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[2.833658282377364,50.104631245662449]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[6.114550593271801,47.006935185693077]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[6.908247873793682,48.69121665663815]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[5.79360771453601,47.579035952591578]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[3.0109216747791835,49.36125104255726]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[1.251018482230223,43.245247538135959]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[5.59392869586516,44.22144150776447]}},{"type":"Feature","properties":{"population":408},"geometry":{"type":"Point","coordinates":[-0.6286907822122302,45.08516498982599]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[3.1537747088807346,49.70350163676756]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[6.512786194549854,48.634284959830299]}},{"type":"Feature","properties":{"population":1556},"geometry":{"type":"Point","coordinates":[-0.5081981016469714,48.65174579155046]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[1.9187804500166788,42.984894922462327]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[1.0694258029878888,49.799995576204427]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[-0.5322607293632574,43.54473834330834]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[3.5788286292913189,50.199249421533639]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[1.2881834388838248,43.10101924625002]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[3.2401905584779606,48.667235368619618]}},{"type":"Feature","properties":{"population":742},"geometry":{"type":"Point","coordinates":[2.736050178585664,49.60730787110585]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[8.824082480520279,41.61741242239902]}},{"type":"Feature","properties":{"population":1857},"geometry":{"type":"Point","coordinates":[-2.218613094732961,47.71517395970268]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[4.652054916675122,46.64551631243183]}},{"type":"Feature","properties":{"population":1447},"geometry":{"type":"Point","coordinates":[0.5974389048188502,48.08095313979388]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[4.17966222352048,47.61572257145561]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[0.9772087762628962,49.36321176974663]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[-0.9696393531326502,49.354630501002407]}},{"type":"Feature","properties":{"population":1008},"geometry":{"type":"Point","coordinates":[3.286316320292032,44.01988651236289]}},{"type":"Feature","properties":{"population":1383},"geometry":{"type":"Point","coordinates":[-2.4786239869934225,47.92370122824343]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[3.6906671640567314,47.19535092051065]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[2.57173827403225,44.883100482453098]}},{"type":"Feature","properties":{"population":878},"geometry":{"type":"Point","coordinates":[3.9206090842106025,45.83670550353533]}},{"type":"Feature","properties":{"population":4439},"geometry":{"type":"Point","coordinates":[-0.9683173175767186,49.00048355118255]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[2.7315290951457555,46.9998049236168]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[4.330197162339619,44.72000554008359]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[2.820972188876385,46.71546170913289]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[6.241168745295585,47.71057760343948]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[5.703594228855004,46.99062908264695]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[3.3112625957678438,49.15408278913532]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[5.504611616167163,47.26013199994227]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[3.7828775223044519,44.95530947070546]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[-3.152129266237112,48.1023190730639]}},{"type":"Feature","properties":{"population":1176},"geometry":{"type":"Point","coordinates":[6.857494073190968,43.65356715959657]}},{"type":"Feature","properties":{"population":2311},"geometry":{"type":"Point","coordinates":[1.67039277078149,47.28933387145825]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[0.03498649066103391,43.936237276468968]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[3.829157100429339,45.77085996532156]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[0.3433925644598544,48.17719526215359]}},{"type":"Feature","properties":{"population":2265},"geometry":{"type":"Point","coordinates":[4.255672001612116,43.80449673576991]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[2.8575212190188239,46.78357232913361]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[6.283632516897982,45.06015343920373]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[1.0019812337952286,46.16008316100484]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[3.5763082769908496,46.91337538899299]}},{"type":"Feature","properties":{"population":560},"geometry":{"type":"Point","coordinates":[1.1000485388064665,47.517435154892257]}},{"type":"Feature","properties":{"population":1029},"geometry":{"type":"Point","coordinates":[5.204340164946954,45.03162910688138]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[0.1309049551861006,49.07058508811319]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[6.864946735059881,48.969811683659639]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[5.180102921059053,48.44246765735767]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[3.0073701432166146,49.93249607409574]}},{"type":"Feature","properties":{"population":5484},"geometry":{"type":"Point","coordinates":[0.6370383599171252,44.254140752537178]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[6.75614303281704,48.52014604520367]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[5.3920520558031079,46.7471433197193]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[7.1371711028655089,43.87769658271066]}},{"type":"Feature","properties":{"population":2721},"geometry":{"type":"Point","coordinates":[4.826615150569262,45.9092507518424]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[-0.7615990910389361,49.28379921797637]}},{"type":"Feature","properties":{"population":2283},"geometry":{"type":"Point","coordinates":[-0.5473728740865036,45.040073911195779]}},{"type":"Feature","properties":{"population":2329},"geometry":{"type":"Point","coordinates":[4.984802081687122,46.694966686245589]}},{"type":"Feature","properties":{"population":1267},"geometry":{"type":"Point","coordinates":[6.498398286705017,46.18193052037283]}},{"type":"Feature","properties":{"population":4515},"geometry":{"type":"Point","coordinates":[3.652206420603831,50.42184277585823]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[5.455404138999012,46.86799751830233]}},{"type":"Feature","properties":{"population":1630},"geometry":{"type":"Point","coordinates":[2.23955310319706,49.30297184140346]}},{"type":"Feature","properties":{"population":2334},"geometry":{"type":"Point","coordinates":[-1.4133736032388256,49.19216532068384]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[5.75357113580824,44.40613600505197]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[2.468186220284533,50.009805697025608]}},{"type":"Feature","properties":{"population":3541},"geometry":{"type":"Point","coordinates":[5.595286744387635,46.179273070343068]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[2.480665752659104,46.68282560078026]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[0.14273958674677987,43.106555542391948]}},{"type":"Feature","properties":{"population":437},"geometry":{"type":"Point","coordinates":[3.8667392842135359,48.25514455861502]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[3.9429891282740567,49.660025844378179]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[5.673120877201653,44.95776465352181]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[-1.0576934832164629,48.72213147562687]}},{"type":"Feature","properties":{"population":1616},"geometry":{"type":"Point","coordinates":[2.307189561379824,49.23391056410313]}},{"type":"Feature","properties":{"population":1394},"geometry":{"type":"Point","coordinates":[6.9160623569017078,47.724734869853588]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[3.9030372875915639,49.64644306501233]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[2.437351021763584,49.821334134270369]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[2.863318836603737,45.70805793360493]}},{"type":"Feature","properties":{"population":700},"geometry":{"type":"Point","coordinates":[0.6388745848870575,45.28691307589866]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[2.6336575817681857,49.190302881377899]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[3.062637699543783,49.59912026139344]}},{"type":"Feature","properties":{"population":2055},"geometry":{"type":"Point","coordinates":[-2.541082902152828,47.55713593450182]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[1.777328017384118,47.144112857100029]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[-0.4376817302690245,47.04483423373594]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[3.357099063987276,43.75130942916756]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[2.8598459965602895,49.453490941033219]}},{"type":"Feature","properties":{"population":1763},"geometry":{"type":"Point","coordinates":[3.168289209873066,50.16891194388802]}},{"type":"Feature","properties":{"population":1082},"geometry":{"type":"Point","coordinates":[7.806350755002637,48.73746597389985]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[-0.8894971413520427,43.39979161401449]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[1.070889999767759,43.489184978670078]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[1.3998145796642303,42.99339598917721]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[7.34579167145573,47.629709363076077]}},{"type":"Feature","properties":{"population":2169},"geometry":{"type":"Point","coordinates":[6.513550424130648,47.11075320439709]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[3.2549636673716875,50.270011922197458]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[6.202256525026081,46.905854265733918]}},{"type":"Feature","properties":{"population":1383},"geometry":{"type":"Point","coordinates":[-0.24211325160310827,49.25031992374156]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[6.2835550969997639,48.43621842895205]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[0.8313001477050961,45.048532388946139]}},{"type":"Feature","properties":{"population":620},"geometry":{"type":"Point","coordinates":[3.0534916919924868,50.4968720703493]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[0.483551369142566,44.041790655100758]}},{"type":"Feature","properties":{"population":3111},"geometry":{"type":"Point","coordinates":[1.6649779108178316,50.278646054764568]}},{"type":"Feature","properties":{"population":1209},"geometry":{"type":"Point","coordinates":[0.39214418673204856,49.36953477324888]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[-0.5216437414615966,48.688625031958569]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[5.715066185652957,45.5942127003195]}},{"type":"Feature","properties":{"population":873},"geometry":{"type":"Point","coordinates":[2.3349555360927014,49.45722107250764]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[4.793554547919406,47.57754679993601]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[1.8522430482460173,49.56278630107107]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[5.6679905940417589,49.4715203975755]}},{"type":"Feature","properties":{"population":3294},"geometry":{"type":"Point","coordinates":[0.5580727875974987,47.34666796415981]}},{"type":"Feature","properties":{"population":2841},"geometry":{"type":"Point","coordinates":[4.895238304489783,45.073435607384]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[6.1022887858397809,47.39562069610289]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[2.235112987006822,45.020409323709589]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[6.0141050054835099,48.504959942624797]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[8.974808431810619,42.52245472883003]}},{"type":"Feature","properties":{"population":2812},"geometry":{"type":"Point","coordinates":[3.3066462777326017,48.22445487787319]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[1.2159380615735736,46.36108252971489]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[0.2649193725833662,43.307937372638978]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[2.049678066829387,50.15310701283087]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[-0.08233165513244645,43.99547414163682]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[-1.3017440574415689,48.92389469263233]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[3.8625170232672274,47.53385030737243]}},{"type":"Feature","properties":{"population":1158},"geometry":{"type":"Point","coordinates":[1.623634412175044,45.35549464655761]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[3.3423541109564618,45.52753034293687]}},{"type":"Feature","properties":{"population":925},"geometry":{"type":"Point","coordinates":[7.82874285483098,48.928777538728578]}},{"type":"Feature","properties":{"population":1143},"geometry":{"type":"Point","coordinates":[-3.188158658651071,48.67209527844828]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[6.463595584196599,47.781573521891967]}},{"type":"Feature","properties":{"population":1134},"geometry":{"type":"Point","coordinates":[0.07197538061280635,48.62646546961128]}},{"type":"Feature","properties":{"population":2659},"geometry":{"type":"Point","coordinates":[5.973587360352915,47.287681113806609]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[0.11104682759558894,45.23760997035698]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[3.913182241020183,46.66487528687534]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[0.016736204464719866,48.21200053972953]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[9.37378824956192,42.93572387570119]}},{"type":"Feature","properties":{"population":750},"geometry":{"type":"Point","coordinates":[5.092937189874876,48.51854511183336]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[-2.4114548582784427,47.886494908905309]}},{"type":"Feature","properties":{"population":1285},"geometry":{"type":"Point","coordinates":[3.027182320291368,48.93875580129125]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[-0.0736370569089529,43.01860128089606]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[5.966769493295868,46.83370823504053]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[-0.9724495327928169,47.40261830200285]}},{"type":"Feature","properties":{"population":930},"geometry":{"type":"Point","coordinates":[1.7147876122737973,50.455723742627338]}},{"type":"Feature","properties":{"population":1049},"geometry":{"type":"Point","coordinates":[1.7296270664246996,50.407623596719599]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[2.6348389316931168,43.92885886593453]}},{"type":"Feature","properties":{"population":984},"geometry":{"type":"Point","coordinates":[0.5142717911844289,44.29446588536782]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[0.9795293350916445,48.40850278598463]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[3.013661559748725,50.03654343387078]}},{"type":"Feature","properties":{"population":821},"geometry":{"type":"Point","coordinates":[-0.9729313061526559,46.053031546869338]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[2.1435594721666675,45.028745153357139]}},{"type":"Feature","properties":{"population":3058},"geometry":{"type":"Point","coordinates":[0.08752820615634487,46.545830773367729]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[5.001484878575733,44.276133465980077]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[4.071493724708982,46.32366003733428]}},{"type":"Feature","properties":{"population":598},"geometry":{"type":"Point","coordinates":[-0.20533747112138019,44.931667826458888]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[2.1902670852817018,45.1711824989127]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[3.736367055180855,44.27681850871023]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[3.0786136835230084,49.612606766301]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[6.475734309333861,47.76515635347115]}},{"type":"Feature","properties":{"population":931},"geometry":{"type":"Point","coordinates":[1.512735957315989,43.966638278736549]}},{"type":"Feature","properties":{"population":1086},"geometry":{"type":"Point","coordinates":[6.000965116837878,48.89647578907772]}},{"type":"Feature","properties":{"population":693},"geometry":{"type":"Point","coordinates":[6.067793772594836,49.41765010538685]}},{"type":"Feature","properties":{"population":1999},"geometry":{"type":"Point","coordinates":[-0.24953618331845527,43.09324854380515]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[1.7795316180415848,49.727102860590999]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[5.364066741973915,46.847514787198338]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[1.923292101699155,50.74331006227889]}},{"type":"Feature","properties":{"population":1693},"geometry":{"type":"Point","coordinates":[2.1515881065568909,50.89240056227731]}},{"type":"Feature","properties":{"population":1655},"geometry":{"type":"Point","coordinates":[3.7335391464551419,43.92572456021772]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[2.8770431275657968,46.87437498397766]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[3.5308941634916248,49.95117554068809]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[1.9504576857283698,43.71632861686775]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[3.994282113578419,48.53185509109632]}},{"type":"Feature","properties":{"population":1419},"geometry":{"type":"Point","coordinates":[5.642757226289521,43.704623380042267]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[4.762832623703449,47.28738106972796]}},{"type":"Feature","properties":{"population":5082},"geometry":{"type":"Point","coordinates":[5.992328849470625,44.08528335113259]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[-1.3029702907121348,49.12465070476317]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.809304595416409,48.34015179500687]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.9633150322780335,48.76664199009095]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[2.1039682087684437,42.65575298348151]}},{"type":"Feature","properties":{"population":1766},"geometry":{"type":"Point","coordinates":[1.024676838575695,45.88069524568199]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[0.9938220841087375,43.32765385106071]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[1.5318479874576219,47.85911122342431]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[0.9711090508970325,47.94275731887851]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.833167898754053,47.94007809268492]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[0.9179469378889196,44.00274980152989]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[2.659709062572496,50.03089413511906]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[6.068504480747202,47.364693966580407]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[1.7169824353543875,43.15813742852563]}},{"type":"Feature","properties":{"population":776},"geometry":{"type":"Point","coordinates":[4.180223460066079,49.173590539252497]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[3.260840286773429,49.512650506237708]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[3.7851526927459777,45.8547493476653]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[-0.8441483074860192,45.748229460319247]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[4.756875074896729,44.42830265628922]}},{"type":"Feature","properties":{"population":1206},"geometry":{"type":"Point","coordinates":[4.233321802418753,45.80082665307735]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[2.0854598703833497,44.480456861679659]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[3.4416009235024536,49.52976913811047]}},{"type":"Feature","properties":{"population":649},"geometry":{"type":"Point","coordinates":[3.9451097067600666,49.08564002070111]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[4.527629966956637,46.16437223194891]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[6.186566939138198,47.7004532272368]}},{"type":"Feature","properties":{"population":5608},"geometry":{"type":"Point","coordinates":[7.2447741524520838,47.62120723673768]}},{"type":"Feature","properties":{"population":2659},"geometry":{"type":"Point","coordinates":[4.114561570158306,44.39223879247338]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.626885846719804,47.302038933303169]}},{"type":"Feature","properties":{"population":983},"geometry":{"type":"Point","coordinates":[5.275952799928766,45.66022718162398]}},{"type":"Feature","properties":{"population":837},"geometry":{"type":"Point","coordinates":[2.3391436169434769,43.141531515167709]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[6.708820827025251,48.60371976298625]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[1.5685666138700832,49.80800253108277]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[-1.1926745698615236,48.76171019941173]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[5.292379355827436,47.50870447657091]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[2.430976002228671,44.04037764443611]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[1.2727460905322026,44.267760955024538]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[5.584899573306827,44.63781237671323]}},{"type":"Feature","properties":{"population":1997},"geometry":{"type":"Point","coordinates":[0.503823492141855,45.667130864833868]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[1.027574553351608,45.16088911539167]}},{"type":"Feature","properties":{"population":523},"geometry":{"type":"Point","coordinates":[4.80629255113924,44.378067392899328]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[1.7836246690333755,43.599958342572708]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[-0.46508278675260025,43.37214411474331]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[1.0215475674760848,45.24905649207047]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[5.115399431965893,48.21049208984435]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[3.948600769454417,45.863918113588187]}},{"type":"Feature","properties":{"population":979},"geometry":{"type":"Point","coordinates":[0.889592268569784,49.260150637920009]}},{"type":"Feature","properties":{"population":1771},"geometry":{"type":"Point","coordinates":[1.2761374114104869,44.48632455790633]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[4.996685791386065,48.153534824120779]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[0.4410916906505546,42.77649972435558]}},{"type":"Feature","properties":{"population":939},"geometry":{"type":"Point","coordinates":[1.6273853363095945,47.202421873717977]}},{"type":"Feature","properties":{"population":1000},"geometry":{"type":"Point","coordinates":[5.196153604329538,47.376051440038398]}},{"type":"Feature","properties":{"population":2383},"geometry":{"type":"Point","coordinates":[5.981964633628541,49.40969674169651]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[2.223289507346046,42.53444389994679]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.4437994998532086,43.23252071817575]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[-1.082233865758683,43.083112313850758]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[3.8382355861676809,49.050967561402327]}},{"type":"Feature","properties":{"population":1296},"geometry":{"type":"Point","coordinates":[5.789419602518738,45.966165996902]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[1.2437749066643563,42.9160998204912]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[2.508655382171346,50.4425256295246]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[1.5485458802420554,49.103525633929319]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[-0.09677010926605818,45.88052606931783]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[0.9865628424259051,43.64487880673636]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[-0.7646574619848737,49.25492243896885]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[6.231095576640428,47.34594499597863]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[-0.9781380987322659,43.129356320228918]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[3.8212216985037275,45.25933064494878]}},{"type":"Feature","properties":{"population":890},"geometry":{"type":"Point","coordinates":[1.7213042372424166,46.88412583269862]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[6.598810182552986,48.24835550016913]}},{"type":"Feature","properties":{"population":553},"geometry":{"type":"Point","coordinates":[6.525851780658266,45.996990480164658]}},{"type":"Feature","properties":{"population":5081},"geometry":{"type":"Point","coordinates":[2.9660567655142167,48.958662592121637]}},{"type":"Feature","properties":{"population":1645},"geometry":{"type":"Point","coordinates":[1.268024594527062,43.42108367868865]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[3.7056044727083665,43.86742440604564]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[0.6349268099567182,42.94084012740827]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[-2.1113801298259169,48.094306857345049]}},{"type":"Feature","properties":{"population":1159},"geometry":{"type":"Point","coordinates":[1.396773321496978,48.48767093282146]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[-0.13530498398285807,46.62385652976704]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[2.7910540464730966,50.08151491498944]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[4.07441595457961,47.95302360138236]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[-0.07623235292992303,43.45294112903617]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[0.07592942300650958,49.19746533691606]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[4.2327591985346679,49.10788340937987]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[5.314092190324469,49.59819142976549]}},{"type":"Feature","properties":{"population":1249},"geometry":{"type":"Point","coordinates":[5.088094377748245,44.96514080021772]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[4.621675059433662,44.65409068755925]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[0.11064272755363626,47.180374480304148]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[-0.7090884341739288,43.293554161828669]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[1.9189272022395095,44.90168220043575]}},{"type":"Feature","properties":{"population":1772},"geometry":{"type":"Point","coordinates":[2.401462694036248,50.97125813255608]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[4.537933153866858,46.0315627752006]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[5.828304591810769,48.74545512395951]}},{"type":"Feature","properties":{"population":1792},"geometry":{"type":"Point","coordinates":[6.906274866046209,47.564654018586207]}},{"type":"Feature","properties":{"population":1024},"geometry":{"type":"Point","coordinates":[3.656345252295678,47.73993331274997]}},{"type":"Feature","properties":{"population":669},"geometry":{"type":"Point","coordinates":[7.271105394910441,48.87713746291517]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[0.9893472550135896,43.991737890343078]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[6.560161699853061,48.74045291774552]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[3.815148275933038,47.84341574288989]}},{"type":"Feature","properties":{"population":2173},"geometry":{"type":"Point","coordinates":[0.10182059248392754,47.972368702440189]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[4.414163455719918,46.191699938696398]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[2.295140718788759,46.05073779717598]}},{"type":"Feature","properties":{"population":710},"geometry":{"type":"Point","coordinates":[0.9327187794548939,49.35046310078263]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[1.476135761658118,43.09547821800924]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[1.372949085510422,44.537224778541219]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[6.976179984930272,43.90775136936927]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[2.0266642513277905,48.24542595531261]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[7.1459330927958659,48.9484572206751]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[-0.28256700443192037,46.51831634046276]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[6.477423895167836,48.94073561334971]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[2.0023708517640115,50.31663002951895]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[0.37541084702239388,48.46011936400287]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[3.3361308348912348,46.22997100376256]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[0.5409376281818578,48.65872591462813]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[4.327612735582617,45.8238710374528]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[4.34415970341361,44.03783839412808]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[0.9814572932340748,43.61282861373928]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[2.1711590026550047,46.11305691417412]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[-0.09974722438707016,43.9129761183918]}},{"type":"Feature","properties":{"population":3155},"geometry":{"type":"Point","coordinates":[5.941973729845725,43.83824082079207]}},{"type":"Feature","properties":{"population":1054},"geometry":{"type":"Point","coordinates":[2.782751318713877,44.39471358056027]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[4.90356491949267,44.35545585519924]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[6.048726839823452,46.96336731422991]}},{"type":"Feature","properties":{"population":562},"geometry":{"type":"Point","coordinates":[0.7240211328741634,43.58133518369246]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[-0.6401934946916866,43.56442892153303]}},{"type":"Feature","properties":{"population":791},"geometry":{"type":"Point","coordinates":[1.1774062351523774,49.794789252490918]}},{"type":"Feature","properties":{"population":1222},"geometry":{"type":"Point","coordinates":[6.034470939261316,46.45458670772619]}},{"type":"Feature","properties":{"population":923},"geometry":{"type":"Point","coordinates":[2.849252147933678,46.33240184714019]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[1.8592871715639524,45.22134700231892]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[3.16894718942129,48.295728616009807]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[7.161277516333218,47.64572621320272]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[1.6433707890300354,44.39663043835144]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[0.30752949129394377,47.13205931212971]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[0.04448999933872198,44.736011305889167]}},{"type":"Feature","properties":{"population":1470},"geometry":{"type":"Point","coordinates":[4.567796428925775,44.28309575180236]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[2.980975161600886,43.97092842177627]}},{"type":"Feature","properties":{"population":2578},"geometry":{"type":"Point","coordinates":[5.112377160663048,46.32490167704211]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[2.6732741130685055,49.221851068026619]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[0.2678938038234182,46.77755727930997]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[0.6209018547586188,44.96453152545876]}},{"type":"Feature","properties":{"population":887},"geometry":{"type":"Point","coordinates":[3.0822974808242615,48.697577233693788]}},{"type":"Feature","properties":{"population":1104},"geometry":{"type":"Point","coordinates":[-2.9113890512600686,48.36540650412067]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[2.109916739133016,42.93804368240174]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[6.276156502205282,46.872945075448537]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[3.9187960375498349,44.19397645034154]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[1.4040179488138225,47.36490795278581]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[7.313877199191455,48.23731524256511]}},{"type":"Feature","properties":{"population":3393},"geometry":{"type":"Point","coordinates":[5.223997223106549,45.752108410750349]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[-0.7776248787404309,43.7786120292685]}},{"type":"Feature","properties":{"population":960},"geometry":{"type":"Point","coordinates":[-0.6602143100178143,48.13236611734595]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[0.5514722583802564,43.41578964533271]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[1.9791582387188623,49.63439384411996]}},{"type":"Feature","properties":{"population":666},"geometry":{"type":"Point","coordinates":[-0.10438028037724911,43.87235865768793]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[4.478488009352627,49.87904703188108]}},{"type":"Feature","properties":{"population":649},"geometry":{"type":"Point","coordinates":[3.560207390852158,50.277349590603]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[5.448320207444805,49.214392202378558]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[4.4734724046712899,49.768442108531349]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[4.481099697267163,44.819038245205408]}},{"type":"Feature","properties":{"population":793},"geometry":{"type":"Point","coordinates":[8.047895656549086,48.86274911237126]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[0.9640077889533034,43.132731322719127]}},{"type":"Feature","properties":{"population":1764},"geometry":{"type":"Point","coordinates":[5.284117140806033,46.02007025328799]}},{"type":"Feature","properties":{"population":832},"geometry":{"type":"Point","coordinates":[2.0473934682195629,50.623852212273288]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[4.692216293341141,46.60081503127088]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[1.612437860700913,50.10107082849688]}},{"type":"Feature","properties":{"population":455},"geometry":{"type":"Point","coordinates":[2.7706141113435884,49.59385238429871]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[0.16829384103266957,43.28965180102545]}},{"type":"Feature","properties":{"population":985},"geometry":{"type":"Point","coordinates":[4.050843772791622,43.75929147087844]}},{"type":"Feature","properties":{"population":2117},"geometry":{"type":"Point","coordinates":[6.125017050836619,43.33317170091909]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[4.579230122788783,44.1950993685431]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[3.4983818456625328,47.40207701484212]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[1.4211844710372109,45.50897229956351]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[3.0881564644219265,44.40115129324646]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[2.782855277023937,46.802117498970378]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[2.9239534954651527,45.436700796102858]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[3.92590926452169,49.30147378843926]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[3.73962230518171,44.90597036207484]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[6.247947016373149,49.197444741088798]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[0.9678870525560712,47.96837987891682]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[6.261782218138901,48.21358126908765]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[2.5101661937283716,50.839716430156119]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[5.815577363155667,48.19221693452626]}},{"type":"Feature","properties":{"population":1069},"geometry":{"type":"Point","coordinates":[-0.4847674728028625,47.86097505285908]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[0.5261203611775186,43.60333624864738]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.697084157687962,46.51258439645516]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[1.6380455012698663,49.69698284395035]}},{"type":"Feature","properties":{"population":1524},"geometry":{"type":"Point","coordinates":[-1.5272707343803152,48.2881980645802]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[0.4994435561739784,44.093081911103727]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[0.7766363972017296,46.06723110050948]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[0.7136202767949846,47.70598175606074]}},{"type":"Feature","properties":{"population":4204},"geometry":{"type":"Point","coordinates":[-0.32661844443680318,44.890754594392877]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[0.8264791104085976,43.40771402126321]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[3.4706258980649955,43.4356135515483]}},{"type":"Feature","properties":{"population":2947},"geometry":{"type":"Point","coordinates":[0.4531620015204596,46.730764842290209]}},{"type":"Feature","properties":{"population":2138},"geometry":{"type":"Point","coordinates":[5.738101760557005,46.4391532066267]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[-1.1850111452751533,49.156794891802309]}},{"type":"Feature","properties":{"population":1322},"geometry":{"type":"Point","coordinates":[1.456322235890422,43.256453127788848]}},{"type":"Feature","properties":{"population":1742},"geometry":{"type":"Point","coordinates":[4.9865989570189399,46.61231471219933]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[4.834501264216584,47.158709674419529]}},{"type":"Feature","properties":{"population":3680},"geometry":{"type":"Point","coordinates":[2.171267955885374,43.58402412433513]}},{"type":"Feature","properties":{"population":924},"geometry":{"type":"Point","coordinates":[6.013957191567594,45.523532435594287]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[0.2905323964956804,43.332495191819848]}},{"type":"Feature","properties":{"population":2808},"geometry":{"type":"Point","coordinates":[-3.508456193093064,48.048410988926267]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[1.5117166748953584,44.74701216222797]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[1.819431090861443,50.46496682710186]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[1.869810250841285,46.56844097856815]}},{"type":"Feature","properties":{"population":1381},"geometry":{"type":"Point","coordinates":[4.62917988302429,45.28853883313968]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[6.303000470405344,47.46593156126916]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[9.396032124011552,42.53696758672977]}},{"type":"Feature","properties":{"population":739},"geometry":{"type":"Point","coordinates":[-2.519234946342207,48.21490140052372]}},{"type":"Feature","properties":{"population":1247},"geometry":{"type":"Point","coordinates":[1.7914259866317937,47.68312883336725]}},{"type":"Feature","properties":{"population":939},"geometry":{"type":"Point","coordinates":[-0.6306404109556103,45.10366640111467]}},{"type":"Feature","properties":{"population":2063},"geometry":{"type":"Point","coordinates":[-1.0537547889636277,45.79460347722276]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[5.7795525403065979,45.615064313744408]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[-0.6441620993642616,45.973723824949839]}},{"type":"Feature","properties":{"population":1351},"geometry":{"type":"Point","coordinates":[-0.2616877410173815,49.21451251237682]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[5.568077424721388,48.414854288182919]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[4.88654863544367,48.6165690601394]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[4.9919968642859529,48.77472374944242]}},{"type":"Feature","properties":{"population":791},"geometry":{"type":"Point","coordinates":[4.469333255721835,45.61474484512121]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[6.363481503564747,49.335039895125927]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[2.0873577146845796,43.80948220462977]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[1.9833104211248996,43.4926638479622]}},{"type":"Feature","properties":{"population":1055},"geometry":{"type":"Point","coordinates":[-1.5814987404859698,47.67635376673]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[8.86208324380944,42.125322402164318]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[-1.996941636414073,48.34581200713384]}},{"type":"Feature","properties":{"population":3157},"geometry":{"type":"Point","coordinates":[4.047951794518295,50.29495454675318]}},{"type":"Feature","properties":{"population":2780},"geometry":{"type":"Point","coordinates":[-0.5591468160531321,47.9468523205439]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[1.0924643315191512,49.031767005621599]}},{"type":"Feature","properties":{"population":2911},"geometry":{"type":"Point","coordinates":[2.9199558076015679,42.54960648017537]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[1.0775796296283622,44.76327654544701]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[1.750657488960849,44.98184711396923]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[5.841951962576344,46.99748687201901]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[4.2880316095586858,44.80053984305674]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[4.717235014399325,47.18347397743775]}},{"type":"Feature","properties":{"population":2266},"geometry":{"type":"Point","coordinates":[-0.5575489106923345,49.28134542654037]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[-0.808540096442414,43.37657616996971]}},{"type":"Feature","properties":{"population":3270},"geometry":{"type":"Point","coordinates":[2.6077063156483648,49.07053285410518]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[8.908326160954419,42.58435731460412]}},{"type":"Feature","properties":{"population":1364},"geometry":{"type":"Point","coordinates":[0.4725213933915598,49.59775505884399]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[7.534595313954744,48.80459297384073]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[2.2040042434425377,46.85051905427112]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[1.873425380089466,49.483074753513488]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[-0.2760655168383185,44.765850874845209]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[-0.17282623913584525,44.68572749645574]}},{"type":"Feature","properties":{"population":548},"geometry":{"type":"Point","coordinates":[1.0597138905039372,48.33725347955107]}},{"type":"Feature","properties":{"population":6042},"geometry":{"type":"Point","coordinates":[7.740106754390536,48.667612650626107]}},{"type":"Feature","properties":{"population":834},"geometry":{"type":"Point","coordinates":[4.318266919148414,46.82872218139079]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[2.4691776194798558,50.09448594241195]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[3.644749888087487,44.5973703355508]}},{"type":"Feature","properties":{"population":1261},"geometry":{"type":"Point","coordinates":[-0.5778074166197376,45.19157047875414]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[4.095815727066097,50.23377423352793]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[7.189719545902122,48.42041618675599]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[3.6291739903741559,44.84342869761677]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[0.2728030557069064,49.3246463037745]}},{"type":"Feature","properties":{"population":3170},"geometry":{"type":"Point","coordinates":[-2.304878502145969,48.082509488827678]}},{"type":"Feature","properties":{"population":664},"geometry":{"type":"Point","coordinates":[0.5807742996748639,44.27699533355422]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[0.9171355209560543,43.58478332019227]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[0.511536415169605,43.32022369173023]}},{"type":"Feature","properties":{"population":795},"geometry":{"type":"Point","coordinates":[4.187993798537408,43.831428231674568]}},{"type":"Feature","properties":{"population":1067},"geometry":{"type":"Point","coordinates":[0.9786617454965704,44.81704323715679]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[2.5057593234851529,43.06469075041205]}},{"type":"Feature","properties":{"population":1142},"geometry":{"type":"Point","coordinates":[5.088759904028603,49.68055274075375]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[5.888887910489992,44.38521338536201]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[6.118148734889033,45.47500923400187]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[1.423677843853071,43.11957066395476]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[9.529027792166403,42.28818765690485]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[5.8888652842315409,47.58496514251094]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[1.649538559049822,43.59490562631084]}},{"type":"Feature","properties":{"population":1305},"geometry":{"type":"Point","coordinates":[5.7802789362674888,44.06730873898151]}},{"type":"Feature","properties":{"population":4600},"geometry":{"type":"Point","coordinates":[6.407527596877675,46.16396664971833]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[6.2938275247644459,49.016431269252567]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[1.3062032471465968,47.03029490400886]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[1.447311058241916,49.155821301396397]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[4.1052106967848369,49.76626210563043]}},{"type":"Feature","properties":{"population":2926},"geometry":{"type":"Point","coordinates":[0.4178950533066592,46.505627102558289]}},{"type":"Feature","properties":{"population":1486},"geometry":{"type":"Point","coordinates":[0.04896157911811286,47.94145920636188]}},{"type":"Feature","properties":{"population":636},"geometry":{"type":"Point","coordinates":[0.17140395186772179,43.26761126198329]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[6.336425202654994,47.497493856721188]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[4.183075325845876,44.06291300736957]}},{"type":"Feature","properties":{"population":1528},"geometry":{"type":"Point","coordinates":[-3.668269639278511,48.683003668401308]}},{"type":"Feature","properties":{"population":2779},"geometry":{"type":"Point","coordinates":[4.031302075833158,50.08562965401989]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[2.569320726421999,48.21669574505209]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[6.764368198621749,47.34647710543542]}},{"type":"Feature","properties":{"population":1027},"geometry":{"type":"Point","coordinates":[2.6217983683962746,42.39725901552238]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[5.678220378141928,47.3589303420002]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[1.1211773088053557,45.32091983654596]}},{"type":"Feature","properties":{"population":1629},"geometry":{"type":"Point","coordinates":[4.17353519110661,43.883185723451678]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[-0.2823590911027911,46.90031403950577]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[0.4485710889383526,49.704840821753808]}},{"type":"Feature","properties":{"population":1843},"geometry":{"type":"Point","coordinates":[2.889762338217464,48.724470469554088]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[3.0562566103976929,45.53614261627608]}},{"type":"Feature","properties":{"population":1204},"geometry":{"type":"Point","coordinates":[0.7586737188604261,46.74133376925873]}},{"type":"Feature","properties":{"population":526},"geometry":{"type":"Point","coordinates":[3.0415754980488809,49.56822011002111]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[3.0609565094399104,45.16433314203269]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[-0.20538596010119207,48.60497509893981]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[2.1734189076716414,50.52109802594233]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[9.014392463493684,42.60769490478572]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[0.6242750033874328,44.58991912555802]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[4.405375518593917,47.51697813042432]}},{"type":"Feature","properties":{"population":1155},"geometry":{"type":"Point","coordinates":[2.8375458085997895,42.555910695420688]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[4.1812328200233319,48.315613500789698]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[3.440936094249469,50.334348971726978]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[2.5888955051394268,43.21384114338582]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[3.7845500974175665,49.628643832833628]}},{"type":"Feature","properties":{"population":2978},"geometry":{"type":"Point","coordinates":[6.970015916456504,47.53782034987982]}},{"type":"Feature","properties":{"population":927},"geometry":{"type":"Point","coordinates":[7.475509254831898,47.941345785266857]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[4.116594005074116,49.20118419949304]}},{"type":"Feature","properties":{"population":2450},"geometry":{"type":"Point","coordinates":[5.952020233263146,49.38272285485382]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[-0.48282520301716788,45.568953019916758]}},{"type":"Feature","properties":{"population":1929},"geometry":{"type":"Point","coordinates":[-4.322348729385269,48.47670491046616]}},{"type":"Feature","properties":{"population":2446},"geometry":{"type":"Point","coordinates":[0.8960635206324658,49.34894920319943]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[3.6923823922874825,47.89780430840085]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[-0.005518072206851599,43.285522989634497]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[5.602665811470771,44.8471389648577]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[1.4316602076942318,49.04375283788451]}},{"type":"Feature","properties":{"population":537},"geometry":{"type":"Point","coordinates":[1.8011085325937706,50.594101458157329]}},{"type":"Feature","properties":{"population":1143},"geometry":{"type":"Point","coordinates":[5.445743022438273,47.12708625292486]}},{"type":"Feature","properties":{"population":986},"geometry":{"type":"Point","coordinates":[0.028285428606012236,45.79761135633862]}},{"type":"Feature","properties":{"population":949},"geometry":{"type":"Point","coordinates":[5.492198647973892,43.790942248285428]}},{"type":"Feature","properties":{"population":6235},"geometry":{"type":"Point","coordinates":[-1.4150277962520635,46.79031103663263]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[9.356486511780299,42.29779958075368]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[5.785111542393481,47.60327126156043]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[7.501216849571011,48.75341290103494]}},{"type":"Feature","properties":{"population":944},"geometry":{"type":"Point","coordinates":[6.008646853482171,44.53525427909267]}},{"type":"Feature","properties":{"population":552},"geometry":{"type":"Point","coordinates":[6.139093494893191,45.4024544435427]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[0.3797332247411051,48.80175887946679]}},{"type":"Feature","properties":{"population":2288},"geometry":{"type":"Point","coordinates":[2.0292037612907656,47.53623521479283]}},{"type":"Feature","properties":{"population":828},"geometry":{"type":"Point","coordinates":[6.8847264700953298,47.93698175445024]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[0.2154493211695579,43.15498334516864]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[2.4328993567309147,44.5133952882682]}},{"type":"Feature","properties":{"population":3296},"geometry":{"type":"Point","coordinates":[1.1252087279962147,49.40408588727058]}},{"type":"Feature","properties":{"population":1935},"geometry":{"type":"Point","coordinates":[5.167461360453898,44.01923547812781]}},{"type":"Feature","properties":{"population":1517},"geometry":{"type":"Point","coordinates":[4.744083066653848,44.078848525297548]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[4.761995799751668,46.99924947402284]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[0.3558084454556624,44.9180608898849]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[6.968786194892279,48.45019980729816]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[3.842018711907335,44.891923084672487]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[3.35015707655723,49.18420736507088]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[0.03141063091830041,44.652453949423819]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[0.8507810282558449,43.33105672854641]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[5.662474881629812,46.52335267743252]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[-1.2276052620279244,48.714883381832347]}},{"type":"Feature","properties":{"population":1095},"geometry":{"type":"Point","coordinates":[6.603636811394234,47.741137507771359]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[0.10730842327852804,43.0952358535493]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[-0.9447003052132058,46.53475123898905]}},{"type":"Feature","properties":{"population":1720},"geometry":{"type":"Point","coordinates":[5.030870027150147,45.564216578063099]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[3.45427132074596,45.26272401787363]}},{"type":"Feature","properties":{"population":2471},"geometry":{"type":"Point","coordinates":[2.6884883848768257,43.69748461569955]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[0.49183708755617086,48.599026521937478]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[3.85220636626891,48.611558143921538]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[2.2477486244581659,48.07395735438521]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[3.717334412637192,46.68018453349466]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[-0.06690796667834517,48.489255858613258]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[2.4816437090542098,49.949088889352747]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[3.8263750670637108,48.07818421360519]}},{"type":"Feature","properties":{"population":2846},"geometry":{"type":"Point","coordinates":[-1.8461004769389802,48.528631667513838]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[-0.07670923304066949,42.974917052260128]}},{"type":"Feature","properties":{"population":3648},"geometry":{"type":"Point","coordinates":[4.8811552315633499,45.015528794759429]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[0.8234964951600557,47.539063568125758]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[1.337739105559811,45.36002318027135]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[3.6200029065043215,47.3480643799762]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[3.886218196075173,48.46079146143768]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[4.877764479300572,48.47176350645944]}},{"type":"Feature","properties":{"population":734},"geometry":{"type":"Point","coordinates":[4.247363398646255,48.187927229360727]}},{"type":"Feature","properties":{"population":682},"geometry":{"type":"Point","coordinates":[3.1078530392484269,49.0418848581533]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[0.5635814319307168,49.748637598541638]}},{"type":"Feature","properties":{"population":972},"geometry":{"type":"Point","coordinates":[-0.9322756254629254,46.73831662659036]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[0.15630463724929473,43.32233870685821]}},{"type":"Feature","properties":{"population":1755},"geometry":{"type":"Point","coordinates":[3.4314377149209847,47.90429941660446]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[3.4572312591202718,49.057424957359049]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[1.9243227653976685,49.68001836530718]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[6.730773603071785,48.47729716430513]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[5.007631888128924,46.94321145618664]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[6.082149153449027,47.67214526655571]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[-0.4784555253383994,48.74349608502641]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[3.408975269808715,43.59199325637316]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[0.916641004958367,43.841608198339809]}},{"type":"Feature","properties":{"population":7740},"geometry":{"type":"Point","coordinates":[5.55815341685797,45.63921296252597]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[1.95271844457997,50.441514117415788]}},{"type":"Feature","properties":{"population":1930},"geometry":{"type":"Point","coordinates":[3.7395089310544118,43.60940814107485]}},{"type":"Feature","properties":{"population":469},"geometry":{"type":"Point","coordinates":[5.6581192740908199,45.43942716184587]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[2.665505358423423,46.22695765644185]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[0.34639779437416098,45.18368534241846]}},{"type":"Feature","properties":{"population":983},"geometry":{"type":"Point","coordinates":[-0.9971358249601052,46.78487769597515]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[5.72752919844486,47.52442277316903]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[7.870983017972968,48.95909689451836]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[6.278359979433181,47.793022902282128]}},{"type":"Feature","properties":{"population":1033},"geometry":{"type":"Point","coordinates":[2.4002812442485208,49.27639856738142]}},{"type":"Feature","properties":{"population":700},"geometry":{"type":"Point","coordinates":[5.007704882853789,49.11151891858402]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[5.831547655881819,45.76471747526271]}},{"type":"Feature","properties":{"population":7318},"geometry":{"type":"Point","coordinates":[1.9270318592713014,47.712220133035298]}},{"type":"Feature","properties":{"population":2137},"geometry":{"type":"Point","coordinates":[2.421027790904713,44.95270549101492]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[7.458697466572201,48.67964602929679]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[5.041255319304097,49.25685436283699]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[1.9505256066340889,42.56455390946995]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[3.7305195691151695,49.53812851275482]}},{"type":"Feature","properties":{"population":2740},"geometry":{"type":"Point","coordinates":[0.630908771531233,46.491969212992469]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[5.920601003740353,47.8959536000954]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[3.9456933695582179,49.1443817895171]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[2.2247792636027157,47.99408238803038]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[2.308252131497378,42.730166131079858]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[2.6197291261262469,50.72397284253429]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[4.028853783770522,43.847310473459447]}},{"type":"Feature","properties":{"population":795},"geometry":{"type":"Point","coordinates":[1.4806884624367894,44.93784248341842]}},{"type":"Feature","properties":{"population":651},"geometry":{"type":"Point","coordinates":[4.592680279587548,49.243094339809868]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[5.94679565191921,46.74720666192001]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[5.5959077393403648,46.83830002212095]}},{"type":"Feature","properties":{"population":1097},"geometry":{"type":"Point","coordinates":[-1.1862746567846388,43.668431729660237]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[3.2266293129341885,46.03773405752915]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[4.632155857873173,49.688593212291127]}},{"type":"Feature","properties":{"population":1653},"geometry":{"type":"Point","coordinates":[0.9624270432952632,49.25011828170142]}},{"type":"Feature","properties":{"population":2105},"geometry":{"type":"Point","coordinates":[1.7369123634201434,49.64601031769696]}},{"type":"Feature","properties":{"population":1156},"geometry":{"type":"Point","coordinates":[0.06288356820346795,48.018802785904657]}},{"type":"Feature","properties":{"population":1221},"geometry":{"type":"Point","coordinates":[0.4157434118733222,44.75616419347326]}},{"type":"Feature","properties":{"population":631},"geometry":{"type":"Point","coordinates":[4.339575050431286,47.01498200070605]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[8.03820543915432,48.931860174390148]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[3.151258546080825,44.7470823122751]}},{"type":"Feature","properties":{"population":1366},"geometry":{"type":"Point","coordinates":[6.384371560784436,44.33908383768486]}},{"type":"Feature","properties":{"population":2722},"geometry":{"type":"Point","coordinates":[0.6618700797631855,46.024460881450298]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[4.855008109942894,48.81933725163489]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[0.9975082269616806,46.41646464787727]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[2.508327862914756,43.973661740942528]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[5.234550876796048,44.6859537254645]}},{"type":"Feature","properties":{"population":2096},"geometry":{"type":"Point","coordinates":[4.8438425235100219,44.29334600058158]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[1.7099689453949137,49.54519688040694]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[4.544645296833675,44.35692785117893]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[2.3350223927596618,46.05592115015223]}},{"type":"Feature","properties":{"population":767},"geometry":{"type":"Point","coordinates":[5.006504059441948,46.438250172435768]}},{"type":"Feature","properties":{"population":1403},"geometry":{"type":"Point","coordinates":[2.6653951838232765,50.66526751400739]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[1.3261719335299556,49.396597202612159]}},{"type":"Feature","properties":{"population":1243},"geometry":{"type":"Point","coordinates":[-3.2879107096397628,48.09267647690587]}},{"type":"Feature","properties":{"population":2882},"geometry":{"type":"Point","coordinates":[3.9780571865857805,43.72896889619811]}},{"type":"Feature","properties":{"population":490},"geometry":{"type":"Point","coordinates":[1.0911951120120079,44.0051658731054]}},{"type":"Feature","properties":{"population":715},"geometry":{"type":"Point","coordinates":[1.1990781626579866,45.382278711886]}},{"type":"Feature","properties":{"population":789},"geometry":{"type":"Point","coordinates":[0.6761630104474177,47.1569774516762]}},{"type":"Feature","properties":{"population":8195},"geometry":{"type":"Point","coordinates":[-0.8745514099592692,45.96374408908153]}},{"type":"Feature","properties":{"population":812},"geometry":{"type":"Point","coordinates":[-0.80332280397446,48.67166987508948]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[0.034468081039694408,43.52570181502846]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[1.5496357203985836,45.274355394607137]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[4.2295541916723089,43.77057637259202]}},{"type":"Feature","properties":{"population":1324},"geometry":{"type":"Point","coordinates":[1.1816361844973025,43.89524414001369]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[5.818881052219571,47.893163016774227]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[6.315075523337848,48.558987670343707]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[2.2067736986805577,47.07786644339561]}},{"type":"Feature","properties":{"population":981},"geometry":{"type":"Point","coordinates":[0.5525198403203355,45.187698801226257]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[1.7827222934313809,43.09696554162612]}},{"type":"Feature","properties":{"population":1567},"geometry":{"type":"Point","coordinates":[-0.17663213997262187,46.45404445031494]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[1.777447780814024,48.10718965857749]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[1.8504798840591908,44.718333040599528]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[2.3310139923561188,44.704696297769377]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[-0.6339310285914154,46.56714947184001]}},{"type":"Feature","properties":{"population":828},"geometry":{"type":"Point","coordinates":[7.230048247088118,48.07452388377684]}},{"type":"Feature","properties":{"population":729},"geometry":{"type":"Point","coordinates":[3.4808724555637724,45.895340614642368]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[4.916158320716045,45.394473271053929]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[0.5813152570294061,48.66204793583983]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[3.6781087894344726,48.63102237545086]}},{"type":"Feature","properties":{"population":1387},"geometry":{"type":"Point","coordinates":[3.6554593320618879,46.06044943335526]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[5.476244174800944,47.44417418784196]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[4.2309177894174418,49.13181380701659]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[-0.4811668064906797,43.27139045280699]}},{"type":"Feature","properties":{"population":848},"geometry":{"type":"Point","coordinates":[4.959518366086702,46.201329650192409]}},{"type":"Feature","properties":{"population":1846},"geometry":{"type":"Point","coordinates":[-0.8739563254496852,47.43044471998803]}},{"type":"Feature","properties":{"population":720},"geometry":{"type":"Point","coordinates":[-0.6416322176360598,49.1043278549257]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[6.992958372584135,47.67708392559961]}},{"type":"Feature","properties":{"population":807},"geometry":{"type":"Point","coordinates":[1.7786845809769703,44.39662919525309]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[8.90027410420011,42.5993368082218]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[1.407522003916599,49.42065754960781]}},{"type":"Feature","properties":{"population":947},"geometry":{"type":"Point","coordinates":[-0.621942475708984,46.84075398454871]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[3.7750611830123534,48.252352399874059]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[7.07162971874539,48.63570472587347]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[1.7681550550157633,45.507634348274667]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[-0.06818044859550045,48.44281167912764]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[-0.666611107270805,49.311829998776449]}},{"type":"Feature","properties":{"population":1026},"geometry":{"type":"Point","coordinates":[2.8593689819829626,44.42264576326231]}},{"type":"Feature","properties":{"population":2156},"geometry":{"type":"Point","coordinates":[2.5234798509506817,42.64359120388249]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[2.6549039816815895,43.89313704867766]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[6.44883930660386,49.1254470412446]}},{"type":"Feature","properties":{"population":782},"geometry":{"type":"Point","coordinates":[2.7594667841483888,42.602628816416537]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.6054714824479929,49.50993698016328]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[4.215732993236015,49.069819462112409]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[0.018562179244233747,45.857314785296377]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[2.8561443742549819,43.251838880641667]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[4.25774750108087,49.51075680910887]}},{"type":"Feature","properties":{"population":4968},"geometry":{"type":"Point","coordinates":[5.7849026876809879,43.37893093899103]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[6.064815743102312,47.05579077928243]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[2.0626420709305246,44.10756256846073]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[3.743338146868629,48.83231498153383]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[2.5844331338227746,50.32499550055383]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[5.352329356744391,47.68924216297532]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[1.7931121638927377,45.10574610201857]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[6.353559926438529,48.285604660468049]}},{"type":"Feature","properties":{"population":2136},"geometry":{"type":"Point","coordinates":[6.144550963514737,43.52332249388218]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[-0.7540410391133874,43.36871063126331]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[5.994647973209734,48.78923647370708]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[2.6115530818311205,50.399024086969898]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[2.1681694541873748,49.9614109494202]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[3.6422677159411656,49.239556288253407]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[5.665010343979486,47.129118489858708]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.792606738883295,47.4772227082585]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[2.1809396661923179,50.24046372280814]}},{"type":"Feature","properties":{"population":1069},"geometry":{"type":"Point","coordinates":[-1.8053086030250934,47.86788554846543]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[4.345656287043028,49.82528567505923]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[3.957003867307773,48.4803394319522]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[1.6446341948653132,47.14980452791549]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[0.14464760899195948,43.284564304681968]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[-0.25802277261003439,49.03002398451414]}},{"type":"Feature","properties":{"population":1503},"geometry":{"type":"Point","coordinates":[6.463830475486198,48.22198275275624]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[1.3194367192445143,48.79654095307166]}},{"type":"Feature","properties":{"population":691},"geometry":{"type":"Point","coordinates":[4.481705681327714,45.572932497805499]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[1.649788380149079,50.3819261327786]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[1.1702890068838937,49.11008090791125]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[7.353021795395325,48.24750904588129]}},{"type":"Feature","properties":{"population":468},"geometry":{"type":"Point","coordinates":[5.78164828892433,45.02989506078845]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[1.9009568684069763,42.91013014715945]}},{"type":"Feature","properties":{"population":1903},"geometry":{"type":"Point","coordinates":[-0.7092621536012717,49.13355316406026]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[-0.8674608533661948,43.49360247821459]}},{"type":"Feature","properties":{"population":1978},"geometry":{"type":"Point","coordinates":[7.002935729852143,49.131436473950518]}},{"type":"Feature","properties":{"population":1388},"geometry":{"type":"Point","coordinates":[4.383350878246013,44.0448191020968]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[3.4689324297888706,43.4642093118989]}},{"type":"Feature","properties":{"population":1887},"geometry":{"type":"Point","coordinates":[0.07684650281556889,47.963543966176739]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[3.651298886350523,48.982655551189989]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[2.0907073501962007,50.7727588990265]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[-0.002143709009811642,44.98212757313892]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[5.765494003217932,45.78298850421246]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[5.024869175113875,47.06854488992532]}},{"type":"Feature","properties":{"population":2668},"geometry":{"type":"Point","coordinates":[0.9829479391966643,44.46819780146263]}},{"type":"Feature","properties":{"population":1560},"geometry":{"type":"Point","coordinates":[2.6097049059649475,50.61343621746597]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[1.1686257167933137,48.25179796101864]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[3.403790929264961,48.19802448281086]}},{"type":"Feature","properties":{"population":963},"geometry":{"type":"Point","coordinates":[4.155314624032187,44.33284139539461]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.427369912442244,46.42412858310389]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[2.4377921104731627,49.09484468237281]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[1.4826265433460209,48.24705601125314]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.5466512702766314,43.457110868655288]}},{"type":"Feature","properties":{"population":10},"geometry":{"type":"Point","coordinates":[5.276152251830597,48.45659519124966]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[6.243754498539897,47.129210838235668]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[3.594275541420388,45.286587371942847]}},{"type":"Feature","properties":{"population":1634},"geometry":{"type":"Point","coordinates":[1.2799749315335903,43.8693912985566]}},{"type":"Feature","properties":{"population":777},"geometry":{"type":"Point","coordinates":[5.986227984740452,45.4086894673457]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[4.580776235607172,47.59799544341683]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[-0.3577424372380929,44.804818086070309]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[-0.8391435571763205,43.128704597088539]}},{"type":"Feature","properties":{"population":1173},"geometry":{"type":"Point","coordinates":[1.3409708631538198,46.03760716650419]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[0.8656109293050222,44.15759637695681]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[3.72730003822258,43.90116696811241]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[0.42175729828365968,43.399453744127367]}},{"type":"Feature","properties":{"population":1399},"geometry":{"type":"Point","coordinates":[1.1865216573935589,48.940330794253288]}},{"type":"Feature","properties":{"population":3639},"geometry":{"type":"Point","coordinates":[-0.5002443440288588,44.79043217201916]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[3.7672892060777767,48.940955104597588]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[3.71389860935836,46.84874053261291]}},{"type":"Feature","properties":{"population":1605},"geometry":{"type":"Point","coordinates":[-3.2474892372386434,48.233992259670717]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[-0.9919574684547302,43.340455492824677]}},{"type":"Feature","properties":{"population":3200},"geometry":{"type":"Point","coordinates":[3.909505929553482,46.0478651540794]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[1.7126503539489997,49.39934817593942]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[1.3422646989370067,45.31390428140713]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[3.2220423257135866,44.849218621127587]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[4.178449833860881,48.88669399203496]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.452188494264219,43.56125823896361]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[-0.4877374565352478,49.02460605281773]}},{"type":"Feature","properties":{"population":2148},"geometry":{"type":"Point","coordinates":[3.0806558156368184,45.98584862546781]}},{"type":"Feature","properties":{"population":892},"geometry":{"type":"Point","coordinates":[5.5356124801772179,45.744752428624817]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[1.4525755884564134,47.3268464964018]}},{"type":"Feature","properties":{"population":1208},"geometry":{"type":"Point","coordinates":[1.3496529175799446,43.06931999801393]}},{"type":"Feature","properties":{"population":1242},"geometry":{"type":"Point","coordinates":[0.6847762129154196,47.503536396450488]}},{"type":"Feature","properties":{"population":713},"geometry":{"type":"Point","coordinates":[2.5992186029441197,48.282995454432867]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[4.588255349072611,48.323743228378329]}},{"type":"Feature","properties":{"population":2786},"geometry":{"type":"Point","coordinates":[2.4093887349156715,43.53080450879912]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[1.2713450759244132,48.344806949720318]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[0.6640584295065997,49.172369394543277]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[3.1355482002937777,50.07860168772009]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[-1.4479327081560408,49.65978040720558]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[4.526213964598349,45.1157456969473]}},{"type":"Feature","properties":{"population":1076},"geometry":{"type":"Point","coordinates":[2.930248930542912,49.31057323392102]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[0.22827555240767126,49.26530082062781]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[7.391806382434191,47.6481311208766]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[1.7259898201461457,48.80802087699463]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[0.7317896493963059,43.809637831792048]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[3.3840693738531639,45.99627006470127]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[3.1125580943332085,49.68550863152386]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[4.245047270365368,48.982833685402827]}},{"type":"Feature","properties":{"population":2512},"geometry":{"type":"Point","coordinates":[1.1860217483467437,45.67512597731833]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[2.9065134864305235,45.05321379507888]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[0.767334155513208,43.30411429487012]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[6.477786764032054,47.50781634362661]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[2.7323333500278905,50.20740883037469]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[-1.3545547806226608,48.62502450461715]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.299990692766652,49.083461698988447]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[1.5351720027901355,47.69568297910926]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[5.83415300773328,46.56817178577824]}},{"type":"Feature","properties":{"population":856},"geometry":{"type":"Point","coordinates":[6.583210978517871,47.16763393346783]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[1.9254732465927933,50.223329317441287]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[0.1352664891779302,43.25392528201059]}},{"type":"Feature","properties":{"population":848},"geometry":{"type":"Point","coordinates":[1.683618794062594,50.88833919281169]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[2.430746791898256,45.73317055314062]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[2.6474128619402994,49.94842965765186]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[-1.7299419959232483,49.39366430759188]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[3.1054924064313744,49.01830478044507]}},{"type":"Feature","properties":{"population":772},"geometry":{"type":"Point","coordinates":[0.19361595173272914,45.79335898902758]}},{"type":"Feature","properties":{"population":4880},"geometry":{"type":"Point","coordinates":[-0.3438792184819795,44.77075139031002]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[1.2439279618382458,49.61560829062128]}},{"type":"Feature","properties":{"population":1838},"geometry":{"type":"Point","coordinates":[-4.194519776325547,48.47298468993358]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[1.912852113469238,48.355088718134307]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[2.776991666482634,49.49698724448258]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.382530234336141,48.458315369635]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[2.441768693191679,50.81449539350993]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[5.281901724966307,45.11787559229002]}},{"type":"Feature","properties":{"population":1122},"geometry":{"type":"Point","coordinates":[2.7566924360994098,48.53076781326187]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[2.0383647549147598,50.50287951822467]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[1.4771574436383273,43.48983875293166]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[3.8915754099969526,47.76428653251748]}},{"type":"Feature","properties":{"population":814},"geometry":{"type":"Point","coordinates":[2.7526385600008584,48.31480969721429]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[6.245255094546039,47.3980879160035]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[0.39390820720507288,48.62097290595072]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[2.4876863573947878,48.52965328164917]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[3.3097948168572355,45.54971107944803]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[0.7468047092977729,45.641041091689817]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[-1.365776500148143,49.54678470757]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[3.4121097736834296,45.60022257892206]}},{"type":"Feature","properties":{"population":5098},"geometry":{"type":"Point","coordinates":[4.82862752891601,45.936950689675267]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[0.7344150854659108,43.92402304947597]}},{"type":"Feature","properties":{"population":2106},"geometry":{"type":"Point","coordinates":[4.866742050128359,45.18972598565262]}},{"type":"Feature","properties":{"population":610},"geometry":{"type":"Point","coordinates":[6.565884271051469,45.49829794720682]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[5.91115198780109,47.32216576376234]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[-0.26006817566954396,47.2529362137229]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[2.332286653812138,46.237094148259647]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[-1.1372525918250145,43.515845333073517]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[3.0972319894277988,50.090727555820269]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[0.5883737154100293,42.83062865150585]}},{"type":"Feature","properties":{"population":678},"geometry":{"type":"Point","coordinates":[1.5043870214979896,42.88346953875741]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[5.777810220975927,47.842877938361258]}},{"type":"Feature","properties":{"population":469},"geometry":{"type":"Point","coordinates":[0.774817637092767,46.88120851594822]}},{"type":"Feature","properties":{"population":3065},"geometry":{"type":"Point","coordinates":[6.287921545872724,44.54577232891457]}},{"type":"Feature","properties":{"population":4304},"geometry":{"type":"Point","coordinates":[3.113025046407119,48.902601038406938]}},{"type":"Feature","properties":{"population":1346},"geometry":{"type":"Point","coordinates":[5.938438749452526,45.281377383955277]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[-4.434598481845068,48.05604442146522]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[-0.4828484840955894,45.99433606579305]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[5.573063358574313,47.224228309948077]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[1.6227238184756648,48.63909759443741]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[0.5822338965546863,43.36061678786241]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[0.8553349613833864,49.04040551140218]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[4.309754228390793,46.360742763145278]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[3.786516211456316,47.557831882803707]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[2.589704289711951,50.929786776362288]}},{"type":"Feature","properties":{"population":1008},"geometry":{"type":"Point","coordinates":[1.4517155214048312,43.407316953908857]}},{"type":"Feature","properties":{"population":1635},"geometry":{"type":"Point","coordinates":[0.3160379362185088,47.013873823398188]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[2.38222479546597,46.82560996001844]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[1.0737359265292799,48.49075433232589]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[2.0826659158636087,49.38129953971447]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[-0.12409233481836128,45.31117485432136]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[2.098778722351988,45.61974911103741]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[1.1590623347347895,44.78087166970181]}},{"type":"Feature","properties":{"population":1218},"geometry":{"type":"Point","coordinates":[-2.264757543480313,48.46714430847621]}},{"type":"Feature","properties":{"population":740},"geometry":{"type":"Point","coordinates":[-0.18139087209648303,45.77314324436363]}},{"type":"Feature","properties":{"population":1769},"geometry":{"type":"Point","coordinates":[3.9136091603729836,49.97367692170527]}},{"type":"Feature","properties":{"population":1380},"geometry":{"type":"Point","coordinates":[1.1036210262901514,49.59100800538974]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[1.928718357896494,44.0743119295673]}},{"type":"Feature","properties":{"population":956},"geometry":{"type":"Point","coordinates":[4.656146374010651,43.93757736403443]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[4.252243438954725,49.76612849407017]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.026026283713672,47.11588343009355]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[4.914356152749995,48.400127290687397]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[5.125305438655251,46.743174632761917]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[2.2054144562847655,49.713176467690697]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[5.612598513714636,49.07910549736061]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[2.257121878704239,49.72968447624902]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[5.653137875785188,46.00416464467919]}},{"type":"Feature","properties":{"population":1179},"geometry":{"type":"Point","coordinates":[4.818235393557933,45.869214271264187]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[1.0061553102302468,43.44050388508292]}},{"type":"Feature","properties":{"population":2094},"geometry":{"type":"Point","coordinates":[1.7404788243732499,45.71110096863302]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[6.477139316122386,49.38727331451183]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[6.480083811740541,49.00494305249407]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[9.4428902589359,42.44928641990776]}},{"type":"Feature","properties":{"population":718},"geometry":{"type":"Point","coordinates":[5.821993987169431,46.22054457967321]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[2.6964074163497435,43.9240670925244]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[-0.32747897680236717,45.307727626294]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[3.213420606022895,50.217259253521508]}},{"type":"Feature","properties":{"population":3626},"geometry":{"type":"Point","coordinates":[6.221235743026819,45.77066548349723]}},{"type":"Feature","properties":{"population":4322},"geometry":{"type":"Point","coordinates":[2.3655771310101989,44.915992847436168]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[6.6055014336014878,49.0081162637759]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[0.5332552437400208,48.94945086361375]}},{"type":"Feature","properties":{"population":1311},"geometry":{"type":"Point","coordinates":[1.8164374100056629,48.721345391140577]}},{"type":"Feature","properties":{"population":820},"geometry":{"type":"Point","coordinates":[6.626360497492348,44.261856107483357]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[1.2391789531074298,47.64390501470587]}},{"type":"Feature","properties":{"population":1848},"geometry":{"type":"Point","coordinates":[4.79057692367816,44.704173911523607]}},{"type":"Feature","properties":{"population":574},"geometry":{"type":"Point","coordinates":[6.061113019854368,43.64851042632094]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[0.4478387292169322,43.25456497293412]}},{"type":"Feature","properties":{"population":936},"geometry":{"type":"Point","coordinates":[6.378750544840401,46.96574351981666]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[1.909563521613356,49.82423316504011]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.790661603190558,46.60200622418251]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[1.7446660350511763,42.76342292971322]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[5.268781069346174,47.712866038428469]}},{"type":"Feature","properties":{"population":469},"geometry":{"type":"Point","coordinates":[2.8357294417611338,48.74352105091097]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[5.390271501391195,48.67859613446712]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[0.26104949751480285,47.55951001491951]}},{"type":"Feature","properties":{"population":959},"geometry":{"type":"Point","coordinates":[-0.7582382854962824,48.3356473251338]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[1.3931164056397177,49.06000673431674]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[3.630559187064279,48.4458196631013]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[0.50428292904969,43.98694307894091]}},{"type":"Feature","properties":{"population":2283},"geometry":{"type":"Point","coordinates":[-2.0247954683549378,47.58040661709565]}},{"type":"Feature","properties":{"population":1398},"geometry":{"type":"Point","coordinates":[2.792370833218101,48.812986920460968]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[-1.1537575749254075,44.009651834364188]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[5.695939932929925,46.628353488963657]}},{"type":"Feature","properties":{"population":779},"geometry":{"type":"Point","coordinates":[4.956114556258931,48.803439077000117]}},{"type":"Feature","properties":{"population":596},"geometry":{"type":"Point","coordinates":[5.471731059629853,46.250869715320508]}},{"type":"Feature","properties":{"population":987},"geometry":{"type":"Point","coordinates":[3.39323954449049,46.160390036220999]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[2.553397120429619,45.52477577761743]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[6.336741244691081,49.43496327091537]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[3.5866750825618229,47.69845892963063]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[-1.1765304311375478,47.88355367217174]}},{"type":"Feature","properties":{"population":1309},"geometry":{"type":"Point","coordinates":[-0.18000324826810877,44.82822266329818]}},{"type":"Feature","properties":{"population":1827},"geometry":{"type":"Point","coordinates":[6.38699465373177,45.98540468400336]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[5.432660015801562,45.31401141384429]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[3.934127760786851,46.72921468863619]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[5.086522038746146,48.20018123923757]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[1.5938383841221023,49.071312016137117]}},{"type":"Feature","properties":{"population":1552},"geometry":{"type":"Point","coordinates":[-3.000765031374198,47.588814152484477]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[1.5209160612222797,48.672723656571289]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[2.441867259619006,48.16924164235592]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[3.3165696164646429,48.52724545846376]}},{"type":"Feature","properties":{"population":964},"geometry":{"type":"Point","coordinates":[-1.3141027581549703,48.08256843559576]}},{"type":"Feature","properties":{"population":1396},"geometry":{"type":"Point","coordinates":[5.346256958519583,45.010218692654088]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[3.7094258644867854,45.741650224854669]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[5.179882896748903,45.457603083350608]}},{"type":"Feature","properties":{"population":1609},"geometry":{"type":"Point","coordinates":[-3.6569536981032755,47.8888003298453]}},{"type":"Feature","properties":{"population":7182},"geometry":{"type":"Point","coordinates":[6.303161497732977,46.19711678148745]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[2.7800415608157968,47.14236552373509]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[1.560224789339708,49.6584805384089]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[4.2678116341082179,47.33111073902748]}},{"type":"Feature","properties":{"population":3705},"geometry":{"type":"Point","coordinates":[-0.3851163176518997,45.02026470716268]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[4.718320333325968,48.210050260399757]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[-1.391556616945671,48.76907705506071]}},{"type":"Feature","properties":{"population":1288},"geometry":{"type":"Point","coordinates":[6.1377415166712299,48.59136998179737]}},{"type":"Feature","properties":{"population":1184},"geometry":{"type":"Point","coordinates":[7.248443363873021,49.025283136500629]}},{"type":"Feature","properties":{"population":3537},"geometry":{"type":"Point","coordinates":[6.350878452792757,46.166857211995317]}},{"type":"Feature","properties":{"population":1307},"geometry":{"type":"Point","coordinates":[0.41707636296000119,47.29459806296636]}},{"type":"Feature","properties":{"population":1370},"geometry":{"type":"Point","coordinates":[2.3432347230511234,44.89004721007895]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[3.664058498037942,47.1290376663154]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[2.98138897710556,50.030026907732217]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[5.7041131037881069,44.83557906240965]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[-0.5726143542116072,43.60412120405616]}},{"type":"Feature","properties":{"population":3643},"geometry":{"type":"Point","coordinates":[4.9588086206928099,45.51314860611933]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[2.7108139794819556,50.17589162447602]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[-0.003244061907276404,43.50336371119297]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[4.438080595348471,47.15841364598152]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[0.8748527888400399,44.86180497680942]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[4.675599501826972,45.91424240184063]}},{"type":"Feature","properties":{"population":475},"geometry":{"type":"Point","coordinates":[4.665389630136581,46.243363783577098]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[-3.402927917745725,48.59476918865064]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[1.1356212181516004,47.9744598253032]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[2.4195200681370898,50.20090311103053]}},{"type":"Feature","properties":{"population":1159},"geometry":{"type":"Point","coordinates":[9.330244771967447,41.75321239169216]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[0.37716095145364766,43.05827564393937]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[5.297820930292887,44.69251740763124]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[4.515927632127902,44.659729225407328]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[3.0344613416390309,46.078038384452927]}},{"type":"Feature","properties":{"population":1036},"geometry":{"type":"Point","coordinates":[-1.1994253463560516,46.37893931957986]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[2.8540090543156095,48.24135005943946]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[3.7594564068062876,48.10528778609399]}},{"type":"Feature","properties":{"population":488},"geometry":{"type":"Point","coordinates":[4.4349914619075119,45.71606141469825]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[1.4208762349575033,48.70893998156863]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[1.695678739494297,46.09184207269022]}},{"type":"Feature","properties":{"population":2681},"geometry":{"type":"Point","coordinates":[-1.396935631610941,43.48448327956808]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[6.961090599698854,47.6052111127768]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[0.16434247141603976,49.40196631939462]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[4.59656568269264,45.63257591458415]}},{"type":"Feature","properties":{"population":450},"geometry":{"type":"Point","coordinates":[3.283150207989168,45.27692301072206]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[2.1833516192613708,42.5526692979311]}},{"type":"Feature","properties":{"population":1422},"geometry":{"type":"Point","coordinates":[7.159630654454379,43.81532592761359]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[0.5821077949441158,46.35605667491976]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[6.310519887457245,48.755629980034509]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[0.6264898195048168,43.01310522519668]}},{"type":"Feature","properties":{"population":1131},"geometry":{"type":"Point","coordinates":[-2.867284162692153,48.19185850629337]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[4.2988641356895329,46.263782129224249]}},{"type":"Feature","properties":{"population":4025},"geometry":{"type":"Point","coordinates":[0.8614864681235581,49.30627821935884]}},{"type":"Feature","properties":{"population":2659},"geometry":{"type":"Point","coordinates":[5.0575545200035869,44.707183579303087]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[6.6285188568868709,49.259595741231979]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[4.098893496167078,44.43635883720853]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[2.371910241637904,48.06453106476704]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[3.7723102464410758,48.30853426851607]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[1.502675357685567,43.27978278299783]}},{"type":"Feature","properties":{"population":1271},"geometry":{"type":"Point","coordinates":[3.0729253644113467,46.11745412370792]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[1.7492140822192886,50.4649057966671]}},{"type":"Feature","properties":{"population":1578},"geometry":{"type":"Point","coordinates":[-3.5000429325979778,48.71789400106856]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.2068138227038824,45.43383444653711]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[4.699808406539991,46.64179038748591]}},{"type":"Feature","properties":{"population":4081},"geometry":{"type":"Point","coordinates":[-1.861813435696352,47.923309191213309]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[5.366609688612352,46.993631396828188]}},{"type":"Feature","properties":{"population":1587},"geometry":{"type":"Point","coordinates":[6.944331260551099,48.585967193379207]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[0.669988899297056,43.744912517403687]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[3.8184266560574464,45.4076869489727]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[8.92742382229966,41.8276664672245]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[0.25837266406907086,48.908157211164169]}},{"type":"Feature","properties":{"population":2868},"geometry":{"type":"Point","coordinates":[-2.727353081672255,47.831292896689749]}},{"type":"Feature","properties":{"population":606},"geometry":{"type":"Point","coordinates":[2.8462362673824,47.92903390348869]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[0.7380707845564206,44.65623227705538]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[3.911988180272371,47.912097181860307]}},{"type":"Feature","properties":{"population":811},"geometry":{"type":"Point","coordinates":[1.4767414417057737,46.05560699232902]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[5.320677405054414,44.63635686728523]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[3.8776082472588939,50.24063964677919]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[1.2839148479344105,44.73186530904479]}},{"type":"Feature","properties":{"population":6203},"geometry":{"type":"Point","coordinates":[-1.7453529983991072,48.40879765126412]}},{"type":"Feature","properties":{"population":4312},"geometry":{"type":"Point","coordinates":[0.031256281323789217,45.58040828254779]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[5.9246989723745069,44.329487701432508]}},{"type":"Feature","properties":{"population":455},"geometry":{"type":"Point","coordinates":[5.474123336675442,46.99357978214285]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[0.9538144209329222,49.778741094745459]}},{"type":"Feature","properties":{"population":2394},"geometry":{"type":"Point","coordinates":[5.914625611120039,43.699979033966567]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[4.884924195506896,49.496255890445848]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[5.667212584891263,49.29766876327673]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[2.505646801312475,42.98539845331983]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[3.841717686790652,47.50301530676297]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[3.015048047028745,48.60375168326823]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[0.03703733088573668,43.16511057883299]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[7.6778363282557688,48.478941957480667]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[3.1319487168516759,44.52318736032749]}},{"type":"Feature","properties":{"population":1412},"geometry":{"type":"Point","coordinates":[1.7597502629956806,48.730239016082297]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[2.8280595950722207,48.148896649226639]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[-1.1612442331110449,43.2991001205197]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[3.0745551180503085,49.94652677184358]}},{"type":"Feature","properties":{"population":1027},"geometry":{"type":"Point","coordinates":[3.324270563247588,45.34302575081811]}},{"type":"Feature","properties":{"population":596},"geometry":{"type":"Point","coordinates":[5.152635812933304,49.69166544998164]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[4.104933059395902,47.0213589030569]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[2.965650287795732,49.55633086788767]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[0.8239571273368753,48.13706842462838]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[4.831689702689193,50.10230176422662]}},{"type":"Feature","properties":{"population":1350},"geometry":{"type":"Point","coordinates":[3.2376441806688436,43.45398291168273]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[4.187576986685795,46.76760927178821]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[2.4906631557524334,49.474022605592377]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[-0.4019624859151754,45.63669914315388]}},{"type":"Feature","properties":{"population":852},"geometry":{"type":"Point","coordinates":[0.7826145157332048,49.27260851566734]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[4.066652176061579,49.09177524278765]}},{"type":"Feature","properties":{"population":4054},"geometry":{"type":"Point","coordinates":[0.2880836534726455,48.08327473154856]}},{"type":"Feature","properties":{"population":931},"geometry":{"type":"Point","coordinates":[0.5636455294072507,47.76116808262094]}},{"type":"Feature","properties":{"population":3336},"geometry":{"type":"Point","coordinates":[5.179648217772407,46.285838864883078]}},{"type":"Feature","properties":{"population":761},"geometry":{"type":"Point","coordinates":[-0.31420913310833145,46.20506747149286]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[1.0329431538040113,48.7893792927659]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[-0.48292097826457189,45.49196282419897]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[-0.5875068273292239,42.85878192350146]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[5.887601854457463,47.859783042474038]}},{"type":"Feature","properties":{"population":897},"geometry":{"type":"Point","coordinates":[6.068547513968511,43.48635793424473]}},{"type":"Feature","properties":{"population":867},"geometry":{"type":"Point","coordinates":[4.631657006642755,49.89699259001367]}},{"type":"Feature","properties":{"population":1957},"geometry":{"type":"Point","coordinates":[5.094536351971751,43.83158192003149]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[0.21707030211471707,43.49611838776879]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[3.8600545888252224,47.19486507214591]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[-0.08589971372168019,43.68663613103251]}},{"type":"Feature","properties":{"population":882},"geometry":{"type":"Point","coordinates":[-2.2357868554711635,48.55136047720863]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[1.0340701124425174,43.81066524205401]}},{"type":"Feature","properties":{"population":602},"geometry":{"type":"Point","coordinates":[1.7853583328113037,49.389294084854927]}},{"type":"Feature","properties":{"population":1331},"geometry":{"type":"Point","coordinates":[0.08824943496909242,46.839462451003239]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[4.489216927731799,49.48851834002128]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[2.4471387084819549,50.13276157770141]}},{"type":"Feature","properties":{"population":1151},"geometry":{"type":"Point","coordinates":[4.50072477844025,44.99261338109803]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[4.393799793234604,48.61405547360044]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[3.8586326422492269,49.34043777250003]}},{"type":"Feature","properties":{"population":768},"geometry":{"type":"Point","coordinates":[-2.333515648596971,48.59519618916176]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[8.971813105159056,41.852287115212408]}},{"type":"Feature","properties":{"population":1745},"geometry":{"type":"Point","coordinates":[0.49675422190216886,45.2373905504657]}},{"type":"Feature","properties":{"population":2541},"geometry":{"type":"Point","coordinates":[-3.5072015384169354,48.81727551847893]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[5.609287651294369,47.2403421486852]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[2.8833670431654117,44.89256027734044]}},{"type":"Feature","properties":{"population":2298},"geometry":{"type":"Point","coordinates":[-1.4364050353982885,46.48946402895779]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[-0.08240114906337012,46.075350194849608]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[7.330410161532409,49.02050647350389]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[1.8247318733092804,45.06061784189828]}},{"type":"Feature","properties":{"population":4272},"geometry":{"type":"Point","coordinates":[5.741299792693177,43.60536222880717]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[-1.1502556224374979,48.66461088948932]}},{"type":"Feature","properties":{"population":2207},"geometry":{"type":"Point","coordinates":[7.426665492106923,48.32322578758261]}},{"type":"Feature","properties":{"population":2893},"geometry":{"type":"Point","coordinates":[2.4487791341854607,48.50684133367086]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[4.675817672331525,44.867765698859667]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[4.957059624961273,47.80798587335295]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[9.405050720460477,42.509756361087628]}},{"type":"Feature","properties":{"population":1991},"geometry":{"type":"Point","coordinates":[1.4338066488440465,48.90965732213969]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[6.240521645033614,47.64982446240325]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[-1.3060436976373727,49.18926752881937]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[2.2019863429774104,50.342231376828497]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[0.27395595878454018,43.146692370034177]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[1.7538323813961672,46.479855726567517]}},{"type":"Feature","properties":{"population":1837},"geometry":{"type":"Point","coordinates":[-1.0034609026256856,46.0773190455481]}},{"type":"Feature","properties":{"population":1374},"geometry":{"type":"Point","coordinates":[0.385988742199767,49.66541081207171]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[2.27588981188405,50.13059139307809]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[2.665571620580376,45.80758528302336]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[9.357193093626706,42.254149927062787]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[4.976782500847787,48.12571028799078]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[2.1427727675638454,48.293386631491618]}},{"type":"Feature","properties":{"population":969},"geometry":{"type":"Point","coordinates":[-1.8611379249308149,48.6135061773432]}},{"type":"Feature","properties":{"population":1624},"geometry":{"type":"Point","coordinates":[2.4500478293830518,45.34337682299217]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[-0.19405639675520806,44.72427830829016]}},{"type":"Feature","properties":{"population":1481},"geometry":{"type":"Point","coordinates":[4.248818560979806,45.295223354920889]}},{"type":"Feature","properties":{"population":1834},"geometry":{"type":"Point","coordinates":[4.698181104267253,45.36082492353601]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[-0.1499038151703709,47.88816864251945]}},{"type":"Feature","properties":{"population":711},"geometry":{"type":"Point","coordinates":[-0.5710507391547666,44.51317155664224]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[3.3139353444788335,44.30202805840555]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[3.4600568364153347,49.70755709311263]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[3.983256961612831,43.89024251048988]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[5.728513661801071,44.26492153047723]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[4.285938563512259,48.77094364941049]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[0.5098835861368322,44.71101828186135]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[4.101320177619001,49.72235455874718]}},{"type":"Feature","properties":{"population":992},"geometry":{"type":"Point","coordinates":[7.599595334477721,48.207855789946588]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[3.489379938626525,48.61458967876427]}},{"type":"Feature","properties":{"population":2086},"geometry":{"type":"Point","coordinates":[3.887469946433915,49.27236418039955]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[0.1340073652638495,48.88831406765703]}},{"type":"Feature","properties":{"population":1221},"geometry":{"type":"Point","coordinates":[7.572810638160881,48.49748301991442]}},{"type":"Feature","properties":{"population":2314},"geometry":{"type":"Point","coordinates":[7.980224914892408,48.79545438664228]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[5.798180345372808,45.62864954730239]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[3.107372945897877,44.64141842862755]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[0.8744118250362223,46.996054023899997]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[2.1298499743208274,49.86663700498676]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[-0.09132830913686269,44.25293348426747]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[0.7560924988748573,44.9286208763651]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[4.187342790524986,49.72976246972053]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[4.345953958856969,48.1843925475864]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[1.7970024810372492,49.09525513081002]}},{"type":"Feature","properties":{"population":3780},"geometry":{"type":"Point","coordinates":[6.411482757297249,47.898140074608608]}},{"type":"Feature","properties":{"population":4465},"geometry":{"type":"Point","coordinates":[4.950024556455419,45.628373086600287]}},{"type":"Feature","properties":{"population":3698},"geometry":{"type":"Point","coordinates":[-2.803973425299708,47.93289574883313]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[0.8234919973300833,44.31479170921116]}},{"type":"Feature","properties":{"population":956},"geometry":{"type":"Point","coordinates":[6.774397419623425,47.786681562618309]}},{"type":"Feature","properties":{"population":976},"geometry":{"type":"Point","coordinates":[2.3404454041914306,50.93026197650064]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[1.5760925128846697,49.75774277931203]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[4.688726411478742,49.52685804455173]}},{"type":"Feature","properties":{"population":2365},"geometry":{"type":"Point","coordinates":[-0.9876657575499623,45.31291246687913]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[6.484498304912045,47.343205823295189]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[3.036889169753834,46.444125020482278]}},{"type":"Feature","properties":{"population":2825},"geometry":{"type":"Point","coordinates":[4.421263764278328,44.907440697744487]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[3.1457685477122188,49.56368860547844]}},{"type":"Feature","properties":{"population":2190},"geometry":{"type":"Point","coordinates":[-0.31467406371950037,45.863734930934658]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[0.49608406063590818,42.742027685654218]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[4.862554841978219,47.1217347239192]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[0.821599870895829,46.63192523715281]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[0.24205304757371907,45.34843919180453]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[-0.8225234790218405,43.68210682085538]}},{"type":"Feature","properties":{"population":1858},"geometry":{"type":"Point","coordinates":[1.565060573471643,44.33333051306568]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[5.300004411051926,46.8055775597709]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[-0.6611378321196817,47.96754900947212]}},{"type":"Feature","properties":{"population":6650},"geometry":{"type":"Point","coordinates":[3.5739251808358438,43.63952307023674]}},{"type":"Feature","properties":{"population":1279},"geometry":{"type":"Point","coordinates":[-0.00416138172072794,43.98655024552007]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[3.1295586354079019,45.336628300667708]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[3.6740468920376907,45.35313190694617]}},{"type":"Feature","properties":{"population":6814},"geometry":{"type":"Point","coordinates":[1.3621263491011238,43.794619945545928]}},{"type":"Feature","properties":{"population":493},"geometry":{"type":"Point","coordinates":[5.85676868332404,47.55360624373272]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[5.616608248976197,49.35785983255511]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[1.833063334895207,45.08290890897178]}},{"type":"Feature","properties":{"population":921},"geometry":{"type":"Point","coordinates":[0.01702085178131056,42.83222585597823]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[1.2100934026097357,48.34709001035003]}},{"type":"Feature","properties":{"population":789},"geometry":{"type":"Point","coordinates":[-3.9031405109173296,48.205148397436648]}},{"type":"Feature","properties":{"population":693},"geometry":{"type":"Point","coordinates":[6.640944141336157,46.33293501741037]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[2.496002362426384,46.05773846970422]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[-1.008576852986583,49.16186310977394]}},{"type":"Feature","properties":{"population":804},"geometry":{"type":"Point","coordinates":[4.974559254424227,46.91382666336207]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[6.743396314281165,48.62833834152929]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[3.3255532427701888,45.50917641656064]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[0.05730231599561397,43.57327559288579]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[3.9513714787078326,50.14452937465119]}},{"type":"Feature","properties":{"population":1156},"geometry":{"type":"Point","coordinates":[2.038023944522388,50.026172806265957]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[0.9112266724705209,44.14890780659555]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.12553891228734,48.98213293610916]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[0.5092114197369189,49.21073554259621]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[6.3832178135929429,48.67540047389384]}},{"type":"Feature","properties":{"population":819},"geometry":{"type":"Point","coordinates":[5.338028498429659,43.74986948662433]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[-0.002696178735184194,48.41146336076767]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[6.393895132320227,47.59749400480824]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[2.4410260389490929,50.5603848157536]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[1.6732350729901189,44.275747680483728]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[1.3467100664342174,43.02066030022568]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[0.34444364470099655,45.698776228454359]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[3.128982537080905,45.98745435335652]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[3.138254589796158,48.14138746557809]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[1.7202976298738382,50.911768535383199]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[6.106619349373043,48.37094654035194]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[6.66823388130038,48.8549122136845]}},{"type":"Feature","properties":{"population":728},"geometry":{"type":"Point","coordinates":[-2.8497814636420388,48.15717558598697]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[0.5271907322822231,44.75688750250531]}},{"type":"Feature","properties":{"population":1135},"geometry":{"type":"Point","coordinates":[-1.0493422603348226,46.61158574113617]}},{"type":"Feature","properties":{"population":664},"geometry":{"type":"Point","coordinates":[6.30635037877082,49.41509772186739]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[3.1231594388394474,49.32192832576558]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[4.355714621123702,48.073392782776767]}},{"type":"Feature","properties":{"population":1753},"geometry":{"type":"Point","coordinates":[7.2959671815471129,48.567949166685867]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[3.81463394164021,49.21680578642772]}},{"type":"Feature","properties":{"population":580},"geometry":{"type":"Point","coordinates":[2.9143063758728147,50.353117804809787]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[3.8266480931341,49.15565968725589]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[2.890384218538212,49.30085997492988]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[-0.18460908555021064,44.787672022986239]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[3.09521461081519,50.264037840530509]}},{"type":"Feature","properties":{"population":756},"geometry":{"type":"Point","coordinates":[1.8237702847108213,50.393231150947389]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[1.9532023552542864,45.01159406649095]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[1.6966784173304813,43.34590719566661]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[1.291608342911352,45.015778609644048]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[6.611926180228442,48.38168514117325]}},{"type":"Feature","properties":{"population":1691},"geometry":{"type":"Point","coordinates":[0.9036459634992797,46.23012201814238]}},{"type":"Feature","properties":{"population":943},"geometry":{"type":"Point","coordinates":[3.351724722857068,43.77970807493055]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[4.167948486315622,48.523177471225697]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[1.7882144056613257,49.652460632302318]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[2.4517596230555389,49.613359355907437]}},{"type":"Feature","properties":{"population":1825},"geometry":{"type":"Point","coordinates":[4.825193357226236,44.589089570565437]}},{"type":"Feature","properties":{"population":1371},"geometry":{"type":"Point","coordinates":[-1.3004964607273726,48.645114823760788]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[-0.943484502069699,49.24907502886631]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[2.1199182881102245,43.079306174303777]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[5.955579458493729,48.87993162968422]}},{"type":"Feature","properties":{"population":861},"geometry":{"type":"Point","coordinates":[2.5009621851228429,43.50659856906671]}},{"type":"Feature","properties":{"population":833},"geometry":{"type":"Point","coordinates":[6.2943214159488749,45.31929250684829]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[3.239304956378561,50.53919612750468]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[2.38042102365665,45.124163103045528]}},{"type":"Feature","properties":{"population":938},"geometry":{"type":"Point","coordinates":[3.8840982075910128,47.96074919063458]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[3.2023621413260816,45.62519788382342]}},{"type":"Feature","properties":{"population":8447},"geometry":{"type":"Point","coordinates":[-1.0435906656446013,46.669167633480089]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[-1.2841071945583136,49.386362133805089]}},{"type":"Feature","properties":{"population":2552},"geometry":{"type":"Point","coordinates":[-3.1715297102360009,47.34260818577014]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[3.715874761433662,49.0440450408622]}},{"type":"Feature","properties":{"population":894},"geometry":{"type":"Point","coordinates":[1.6623380729221889,48.40166610558498]}},{"type":"Feature","properties":{"population":1146},"geometry":{"type":"Point","coordinates":[6.508380464661364,47.38985747192802]}},{"type":"Feature","properties":{"population":6929},"geometry":{"type":"Point","coordinates":[1.6078145584151463,48.99651487966881]}},{"type":"Feature","properties":{"population":2519},"geometry":{"type":"Point","coordinates":[1.3179695123156839,47.62702345586792]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[6.220680219359034,47.61264172571464]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[4.059780563879561,47.37306003333832]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[-0.7220471357646443,47.32516756602662]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[1.8370800412226925,43.21016852258329]}},{"type":"Feature","properties":{"population":797},"geometry":{"type":"Point","coordinates":[5.817659667865562,48.11065928883593]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[-0.9524589527010833,43.37223305253998]}},{"type":"Feature","properties":{"population":6415},"geometry":{"type":"Point","coordinates":[1.4008392283123666,43.458459177026529]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[5.460508329253025,48.69030096328476]}},{"type":"Feature","properties":{"population":4912},"geometry":{"type":"Point","coordinates":[-1.7506585976668503,48.21277075649023]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[7.512887275587561,47.524737667032898]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[-0.752788668310161,43.94594091223106]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[5.52819960237212,46.11989161683747]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[9.345460815531178,42.84304233706699]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[3.7380495627260736,49.71595282853705]}},{"type":"Feature","properties":{"population":1089},"geometry":{"type":"Point","coordinates":[1.635574016453306,48.36649824401336]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[-1.0988088770607659,43.192560348540947]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[1.0993904598854079,44.48763414834459]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[5.193216460239931,45.67632366600952]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[1.9287016750199782,44.26011938242267]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[-0.565070520908696,43.078349369264987]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[2.388755622700807,45.162215014348607]}},{"type":"Feature","properties":{"population":3056},"geometry":{"type":"Point","coordinates":[-3.071501986233244,47.65947155815933]}},{"type":"Feature","properties":{"population":1160},"geometry":{"type":"Point","coordinates":[3.060679422486608,45.860251364355189]}},{"type":"Feature","properties":{"population":3450},"geometry":{"type":"Point","coordinates":[2.1975620435166789,49.289395002419968]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[1.7013982614832098,45.77139321495655]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[1.7142541994972525,43.11058299339985]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[5.2061887590234969,44.92427469892131]}},{"type":"Feature","properties":{"population":2227},"geometry":{"type":"Point","coordinates":[-1.8778613354104366,46.68253537452689]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[7.657879364978587,48.285606234091599]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[3.761459135788862,44.85489533619663]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[5.985988693875705,47.62873219084926]}},{"type":"Feature","properties":{"population":1110},"geometry":{"type":"Point","coordinates":[3.563147872709697,48.23630058012583]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[1.764087380721522,42.933456397110727]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[-0.03646531092906918,47.97963507287443]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[0.14941463745407153,46.90943819078854]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[8.940071297757952,42.54913177536851]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[5.466621078963072,46.90242716534394]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[3.6816428894623,49.92513532267268]}},{"type":"Feature","properties":{"population":5509},"geometry":{"type":"Point","coordinates":[2.2712266056411236,48.52713541196069]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[0.8272405910523778,44.16456844546322]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[5.0687811027558979,44.1449535381273]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[0.803133735724143,49.14094607781512]}},{"type":"Feature","properties":{"population":2300},"geometry":{"type":"Point","coordinates":[7.244645803672514,43.775389932779109]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[-0.10410249621957928,43.03678283328858]}},{"type":"Feature","properties":{"population":1320},"geometry":{"type":"Point","coordinates":[3.412056522898908,47.765873648269458]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[4.146734366972071,47.671790619756617]}},{"type":"Feature","properties":{"population":825},"geometry":{"type":"Point","coordinates":[2.928996161302494,48.9127759635427]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[4.509926449138533,45.8005109536957]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[6.286137638687085,47.34021038448552]}},{"type":"Feature","properties":{"population":1528},"geometry":{"type":"Point","coordinates":[-0.4433522513120062,47.79020058227773]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[-1.905290775868767,47.67627695305238]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[5.517251969589656,44.94992687847792]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[9.15179733301794,42.26196884138235]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[2.194923000111905,42.46328218679273]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[0.37393670107821716,43.03972445209834]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[2.684116475421798,50.3169204872935]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[1.6063538360668564,48.13130554981591]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[4.508359171766348,47.18019617444959]}},{"type":"Feature","properties":{"population":1681},"geometry":{"type":"Point","coordinates":[5.244918416338232,45.58170907126708]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[1.140151797089564,42.86603145604451]}},{"type":"Feature","properties":{"population":1818},"geometry":{"type":"Point","coordinates":[1.3524198282622913,49.36397982743209]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[0.0765536332079255,42.9127673061556]}},{"type":"Feature","properties":{"population":1701},"geometry":{"type":"Point","coordinates":[-1.1645956718401194,48.228881195539987]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[0.8854276041444894,49.848711948498259]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[1.7151201682408353,43.139627152848898]}},{"type":"Feature","properties":{"population":1667},"geometry":{"type":"Point","coordinates":[-4.222080110504452,48.3969525811477]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[-0.14389814449190398,42.967181747908707]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[4.623606006115628,49.497537891295049]}},{"type":"Feature","properties":{"population":2472},"geometry":{"type":"Point","coordinates":[6.665273765020254,49.159994828177548]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[-2.6627523169762465,48.133495810856498]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[2.9959627854810599,50.06500410226693]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[4.744722310516916,46.52109116097794]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[2.5335048476833439,48.16189658332632]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[3.7418490086895339,44.18652983224199]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[0.07833115896604433,43.656980836823858]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[1.164908610165579,44.29299830242169]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[2.979698457045123,47.31029409265545]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[5.714727696832957,45.58002892555062]}},{"type":"Feature","properties":{"population":3880},"geometry":{"type":"Point","coordinates":[5.854168965819554,49.496918449932248]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[5.029809287232119,46.10391700857766]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[4.406901650644876,49.652325951092368]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[-0.39149308411639535,43.71538996780026]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[4.706701245470481,47.91198086873104]}},{"type":"Feature","properties":{"population":1876},"geometry":{"type":"Point","coordinates":[6.698253543349804,48.031232497093068]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[5.379729030660467,48.33777827936217]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[6.030807397125416,46.7304201262033]}},{"type":"Feature","properties":{"population":6440},"geometry":{"type":"Point","coordinates":[1.2960075982800643,43.721956861296977]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[3.2190559917031256,45.48622506156151]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[-0.7417373925027758,43.63877054532759]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[3.105782409054877,46.697989501884467]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[6.527107940252774,48.859305534269839]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[2.691871460226204,47.51134544981516]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[4.956989560134342,46.51576729436806]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[5.3847327562087259,48.95526899261316]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[0.9301421112076787,49.654824314324709]}},{"type":"Feature","properties":{"population":802},"geometry":{"type":"Point","coordinates":[5.35893891331556,45.703707926516617]}},{"type":"Feature","properties":{"population":1135},"geometry":{"type":"Point","coordinates":[7.0016934480922698,48.666434375797589]}},{"type":"Feature","properties":{"population":2051},"geometry":{"type":"Point","coordinates":[-1.4582026970304337,48.250356382986598]}},{"type":"Feature","properties":{"population":2029},"geometry":{"type":"Point","coordinates":[5.030470475046512,48.578100285933398]}},{"type":"Feature","properties":{"population":1025},"geometry":{"type":"Point","coordinates":[2.3734448506197625,47.7801311014277]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[0.34353886804792135,48.43829720961629]}},{"type":"Feature","properties":{"population":2491},"geometry":{"type":"Point","coordinates":[0.32785470531003765,49.06171344310116]}},{"type":"Feature","properties":{"population":749},"geometry":{"type":"Point","coordinates":[2.8967330210195967,43.2837925447535]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[5.1625057061419519,46.68252574162265]}},{"type":"Feature","properties":{"population":1742},"geometry":{"type":"Point","coordinates":[-2.404033113942836,47.52124625753277]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[5.059857525391305,47.027531837307048]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[1.5984748453499842,44.43200592251073]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[1.2657569137524488,44.51462809637724]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[1.6381281084839215,45.83198016336671]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[2.2437760164948,44.36578515661567]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[2.113368630956587,50.36361435848845]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[5.366691174555938,49.37648238695773]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[-0.2578972272685305,46.081238135758137]}},{"type":"Feature","properties":{"population":1891},"geometry":{"type":"Point","coordinates":[-2.2778271949622295,47.962674689884817]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[6.247921756716706,48.415947339338767]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[1.9562579135623826,49.50894292104049]}},{"type":"Feature","properties":{"population":1079},"geometry":{"type":"Point","coordinates":[2.2409827202026579,47.17771167873086]}},{"type":"Feature","properties":{"population":5931},"geometry":{"type":"Point","coordinates":[5.7182395688350289,43.37775077639667]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[1.830533318979257,43.299496699664739]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[3.1656401366512125,47.60888184043765]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[7.259827848785086,48.80896173336469]}},{"type":"Feature","properties":{"population":1041},"geometry":{"type":"Point","coordinates":[5.612799608846925,43.55871617328127]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[1.986397256194363,50.211179494093659]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[6.058769058488609,48.17534085326489]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[6.126856507733732,48.57210411093486]}},{"type":"Feature","properties":{"population":2023},"geometry":{"type":"Point","coordinates":[-1.7782135201045726,46.957609030715818]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[1.1147788616966248,43.11970063478748]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[1.2439226031347444,48.36421613822546]}},{"type":"Feature","properties":{"population":1697},"geometry":{"type":"Point","coordinates":[1.1725936260181294,46.22868804386988]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[2.7661762312841859,44.93515799438932]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[-0.8325728757257868,48.7420688796918]}},{"type":"Feature","properties":{"population":1061},"geometry":{"type":"Point","coordinates":[-3.200819206303597,48.79108902096559]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[3.58253717783271,45.210070140025347]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[1.38000575188699,48.77137609211843]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[1.470134055400299,43.00610315197068]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[0.8879750686835951,44.38774822937998]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[4.29677166557387,49.87645862531694]}},{"type":"Feature","properties":{"population":786},"geometry":{"type":"Point","coordinates":[5.063667824112681,46.70597213472292]}},{"type":"Feature","properties":{"population":1874},"geometry":{"type":"Point","coordinates":[2.9798076335424876,45.898077146250439]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[2.8392845575611549,46.53460678159448]}},{"type":"Feature","properties":{"population":1792},"geometry":{"type":"Point","coordinates":[2.849513339971391,45.127705251723238]}},{"type":"Feature","properties":{"population":924},"geometry":{"type":"Point","coordinates":[6.565331329407513,44.95288559779262]}},{"type":"Feature","properties":{"population":1003},"geometry":{"type":"Point","coordinates":[-1.6519718996926419,48.25035868173752]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[1.2077548131427217,49.08376620912089]}},{"type":"Feature","properties":{"population":4454},"geometry":{"type":"Point","coordinates":[5.47015757489886,45.680349983641267]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[-0.7885089008690097,43.712768353907318]}},{"type":"Feature","properties":{"population":467},"geometry":{"type":"Point","coordinates":[-0.4168802303321163,48.37807182752357]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[6.691379840361649,45.21970584828383]}},{"type":"Feature","properties":{"population":1124},"geometry":{"type":"Point","coordinates":[1.4239749475035824,48.36074008600069]}},{"type":"Feature","properties":{"population":908},"geometry":{"type":"Point","coordinates":[4.135391446684763,43.81958092602876]}},{"type":"Feature","properties":{"population":700},"geometry":{"type":"Point","coordinates":[2.550007800225913,43.21046391333486]}},{"type":"Feature","properties":{"population":739},"geometry":{"type":"Point","coordinates":[-1.4436141868376636,46.22122379192674]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[1.9923465892801724,49.949219109410609]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[0.06661602003747212,46.22792886708965]}},{"type":"Feature","properties":{"population":2140},"geometry":{"type":"Point","coordinates":[-0.3994870727964335,49.082301311119717]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.256426138578731,49.60134835865895]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[6.246059820683704,49.01058755706571]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[0.4336111316598101,47.09936473710783]}},{"type":"Feature","properties":{"population":560},"geometry":{"type":"Point","coordinates":[2.8591290191948777,42.465597152275147]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[3.8773134112461538,44.91564088337034]}},{"type":"Feature","properties":{"population":2429},"geometry":{"type":"Point","coordinates":[0.9338656590700657,43.494134183720237]}},{"type":"Feature","properties":{"population":729},"geometry":{"type":"Point","coordinates":[-0.7540037723921991,45.73264318231781]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[4.518532350102449,47.50920416336969]}},{"type":"Feature","properties":{"population":696},"geometry":{"type":"Point","coordinates":[1.9076710910798962,48.549946093341699]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.158304541584697,45.11734826643245]}},{"type":"Feature","properties":{"population":3932},"geometry":{"type":"Point","coordinates":[-1.9994984570392432,47.90304794945586]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[0.45254749580216516,48.359581806668909]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[0.6044781943603496,45.04816111713006]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[5.500676463145052,49.50056639732327]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[-0.4146204534776552,46.50275305916539]}},{"type":"Feature","properties":{"population":523},"geometry":{"type":"Point","coordinates":[3.2585068016468354,45.85562383901787]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[5.632874094795193,46.916194348373668]}},{"type":"Feature","properties":{"population":2023},"geometry":{"type":"Point","coordinates":[-0.4376716574178124,49.23382708874052]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[-1.2760633979869592,43.08538225608366]}},{"type":"Feature","properties":{"population":3425},"geometry":{"type":"Point","coordinates":[5.488605388996367,45.57091149005799]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[0.8580659599846157,43.559435471276618]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[0.21637985189403204,46.425509776217328]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[1.1280151137243622,44.22139755142934]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[4.918347279264466,48.79948249540704]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[-1.4997394193981256,46.242938622890267]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[6.784770276559818,48.6298053175516]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[1.855987578220149,44.40232383111569]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[4.944406103431607,47.18662865629674]}},{"type":"Feature","properties":{"population":580},"geometry":{"type":"Point","coordinates":[5.220903507903293,45.54640337149975]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[1.8978834848733633,49.02963621894164]}},{"type":"Feature","properties":{"population":1158},"geometry":{"type":"Point","coordinates":[2.9153532654150999,49.482680169486119]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[2.0854386899860968,45.53251970120825]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[3.2885021301070318,43.929249269959658]}},{"type":"Feature","properties":{"population":1776},"geometry":{"type":"Point","coordinates":[4.848058179904162,46.91482446725895]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[-1.4757901571186337,49.13636654298529]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[2.478433647519285,44.260586953863818]}},{"type":"Feature","properties":{"population":551},"geometry":{"type":"Point","coordinates":[-1.157656957910974,48.8579167248211]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[-0.481408278448551,45.351181819021679]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[2.4485733032639929,50.37344549435401]}},{"type":"Feature","properties":{"population":478},"geometry":{"type":"Point","coordinates":[2.74804409290242,49.515817159895387]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[9.347451107832637,42.43624387648409]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[2.302698057869658,44.008170633646958]}},{"type":"Feature","properties":{"population":1630},"geometry":{"type":"Point","coordinates":[4.902537344218558,46.74549238003241]}},{"type":"Feature","properties":{"population":2380},"geometry":{"type":"Point","coordinates":[5.184623070015974,46.32480156754341]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[0.9708793456320599,49.795002232358807]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[2.552974574760102,45.723680665488767]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[2.662723927684168,46.904495580290767]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.410669234303258,46.75872800717809]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[2.638779193005097,45.14499604470171]}},{"type":"Feature","properties":{"population":1353},"geometry":{"type":"Point","coordinates":[-0.6003919547165396,47.31850489103293]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[1.8748872371586312,44.1843294651931]}},{"type":"Feature","properties":{"population":767},"geometry":{"type":"Point","coordinates":[4.496617644386096,44.59600837291388]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[0.2920252634441926,43.17217491832577]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[-0.1791294011987219,43.50865277213369]}},{"type":"Feature","properties":{"population":1118},"geometry":{"type":"Point","coordinates":[-1.0393316859226388,48.47893702770147]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[1.8352450854715308,42.55521266899565]}},{"type":"Feature","properties":{"population":672},"geometry":{"type":"Point","coordinates":[1.435069260352884,49.88683467993151]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[3.767515897946078,49.20824037844465]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[-0.30908883261029787,48.28303616205182]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[4.950695916965906,48.441628641916]}},{"type":"Feature","properties":{"population":2462},"geometry":{"type":"Point","coordinates":[1.433880826603827,45.18881556907912]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[6.560833655274383,48.1592345700964]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[4.1934507900500679,46.324790860499678]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[2.8904665582089326,46.16255711504719]}},{"type":"Feature","properties":{"population":1493},"geometry":{"type":"Point","coordinates":[1.5579318559043263,46.80184003568811]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[2.3859695968840994,45.93611427431017]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[6.412136053585881,48.670222910320649]}},{"type":"Feature","properties":{"population":818},"geometry":{"type":"Point","coordinates":[-2.267252725899491,48.3895835550527]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[0.5931062923278341,44.32630845555619]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[0.375379309171943,46.07864037562931]}},{"type":"Feature","properties":{"population":1977},"geometry":{"type":"Point","coordinates":[3.6446173012794667,50.34400755456149]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[0.980313462909233,48.677485093533018]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[5.016781671427776,45.215988591687089]}},{"type":"Feature","properties":{"population":787},"geometry":{"type":"Point","coordinates":[2.176029757539516,47.36704365454011]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[2.343633317180549,50.54505008833112]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[1.8653149229589113,43.4266286013706]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[3.810662212954593,47.48917331155709]}},{"type":"Feature","properties":{"population":27034},"geometry":{"type":"Point","coordinates":[3.29793053917008,48.19578728039668]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[0.9040549629106378,47.0322423553995]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[2.3052842440045118,43.15439620494022]}},{"type":"Feature","properties":{"population":7927},"geometry":{"type":"Point","coordinates":[6.189784696182602,48.72173551706019]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[0.9539420223811961,43.703157258388809]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[-0.7749891451038606,49.2242934070895]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[3.3400573050633675,45.295290063153199]}},{"type":"Feature","properties":{"population":1462},"geometry":{"type":"Point","coordinates":[-3.643737112609564,48.34796339060919]}},{"type":"Feature","properties":{"population":405},"geometry":{"type":"Point","coordinates":[2.087345991031826,48.44099886269696]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[0.9592396816366972,43.43759676755057]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[1.2542636033579542,49.69600710148957]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[6.265782246600878,47.73000612840467]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[4.8554543375586098,49.291094150494917]}},{"type":"Feature","properties":{"population":2287},"geometry":{"type":"Point","coordinates":[7.4114652732314669,43.806847751341447]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[1.2126556494495895,48.91651881779571]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[5.287727851668462,44.7714802354793]}},{"type":"Feature","properties":{"population":425},"geometry":{"type":"Point","coordinates":[5.6179760509568459,45.77119138089528]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[2.7500941513748664,46.84137195740119]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[0.9282587171772802,44.990608173806929]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[6.5862766616114689,49.130169488793068]}},{"type":"Feature","properties":{"population":1617},"geometry":{"type":"Point","coordinates":[3.226209155377189,45.865179245345398]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[3.3674595287374586,49.925012660249098]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[5.7760627163573539,44.99076976291371]}},{"type":"Feature","properties":{"population":923},"geometry":{"type":"Point","coordinates":[1.9584573698263657,49.4625030527395]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[6.062401241636454,48.331942766877819]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[2.7147283277037617,50.21905470704368]}},{"type":"Feature","properties":{"population":4464},"geometry":{"type":"Point","coordinates":[-1.6312744451213233,43.33913745648064]}},{"type":"Feature","properties":{"population":3796},"geometry":{"type":"Point","coordinates":[7.33101204676247,43.70757925346492]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[0.26313922617389737,44.79291890742076]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[3.0870657484648968,46.907326048102508]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[-0.7505691102526694,45.1550655233278]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[-0.04048357252398944,45.42451406841872]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[1.8809405747640718,43.40464583233547]}},{"type":"Feature","properties":{"population":4550},"geometry":{"type":"Point","coordinates":[3.0259808805158938,42.89968194235273]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[6.824069744466952,48.019827688669888]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[5.687792163988664,46.04735124771559]}},{"type":"Feature","properties":{"population":823},"geometry":{"type":"Point","coordinates":[3.7283382897879289,48.481737278907257]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[5.104669154843959,47.7359923821537]}},{"type":"Feature","properties":{"population":1146},"geometry":{"type":"Point","coordinates":[2.4251263714151558,47.98786809297393]}},{"type":"Feature","properties":{"population":1266},"geometry":{"type":"Point","coordinates":[2.6685227639218276,49.97503207355525]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[2.308849702538451,47.95658748589759]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[5.490550272639879,44.1394887232593]}},{"type":"Feature","properties":{"population":1901},"geometry":{"type":"Point","coordinates":[3.3785327357833889,50.1024689477743]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[4.613972724073819,49.67713172435482]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[0.1272291766375898,44.651796883587817]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[5.7009030670308979,47.54512027886983]}},{"type":"Feature","properties":{"population":4044},"geometry":{"type":"Point","coordinates":[-1.1828719899427816,47.014725212165547]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[5.3551577227265059,47.43936115131736]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[4.287009766135382,49.554405334664597]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[2.4632372293041504,43.121031038261978]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[0.7703367593372458,48.75630539799498]}},{"type":"Feature","properties":{"population":1794},"geometry":{"type":"Point","coordinates":[3.9752622124369347,45.992245861279688]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[1.0440113882926315,43.431060012788339]}},{"type":"Feature","properties":{"population":2553},"geometry":{"type":"Point","coordinates":[-1.869137984147033,48.360498989685428]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[-0.5459723246238027,49.314340111458609]}},{"type":"Feature","properties":{"population":1009},"geometry":{"type":"Point","coordinates":[0.7799775198742343,49.29449140024665]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[3.803965921435858,49.74150699417948]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[6.027523115219075,47.44476675506868]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[-0.1868305900697527,43.57753782835974]}},{"type":"Feature","properties":{"population":534},"geometry":{"type":"Point","coordinates":[2.015077352574002,48.67419512334115]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[3.2759426829530859,49.936311667152988]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[-3.290251651508168,48.40366282478425]}},{"type":"Feature","properties":{"population":1012},"geometry":{"type":"Point","coordinates":[-0.15453386672149228,47.73654253197301]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[3.828028021557659,46.13001386785962]}},{"type":"Feature","properties":{"population":1059},"geometry":{"type":"Point","coordinates":[2.8419300945636749,50.30701516695173]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[6.247612399788841,48.82827897293892]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[1.3966405060917009,49.888519523015357]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[5.089518171068747,45.15438384904641]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[4.156496043713203,47.273024774184879]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[2.3569214052131817,44.78227161194683]}},{"type":"Feature","properties":{"population":4737},"geometry":{"type":"Point","coordinates":[0.7863759763264201,47.498809267749447]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[7.462018015797988,48.71962694989704]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[2.7287739596654565,45.27394925228559]}},{"type":"Feature","properties":{"population":3411},"geometry":{"type":"Point","coordinates":[2.781651482897054,48.40445717169069]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[1.7681503593117599,50.65113218163153]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[3.971299888272828,50.18670222803926]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[2.2085326984954074,50.26988819392302]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[-2.653861546590178,47.529263170960359]}},{"type":"Feature","properties":{"population":973},"geometry":{"type":"Point","coordinates":[4.104682367812734,43.736248278244058]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[3.9119038528073788,47.8338094709646]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[3.8378234377346005,46.07058793949002]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[4.653333324053444,47.390981672583269]}},{"type":"Feature","properties":{"population":845},"geometry":{"type":"Point","coordinates":[4.311344737886145,49.40636467166901]}},{"type":"Feature","properties":{"population":1582},"geometry":{"type":"Point","coordinates":[-3.109176186771553,48.803484657802929]}},{"type":"Feature","properties":{"population":1335},"geometry":{"type":"Point","coordinates":[3.878776343657394,49.079791347210448]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[2.6722374305116465,49.18898119126736]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[3.459552786901808,49.6805334387796]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[2.29177963951767,44.63360274228299]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[2.248804469914447,42.75274817814068]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[-1.2837936668796346,48.81915580828975]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[3.94802197270481,45.23307691143232]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[6.409547445571428,48.46935018260348]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[2.0895917753846584,47.03182572575907]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[1.0579710180141842,46.30764479216522]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[3.4931343256919327,43.54056763413872]}},{"type":"Feature","properties":{"population":770},"geometry":{"type":"Point","coordinates":[-1.9581039922165107,47.32092719660671]}},{"type":"Feature","properties":{"population":448},"geometry":{"type":"Point","coordinates":[3.7114213593722189,47.45203671488393]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[4.232236970532523,49.60120824433172]}},{"type":"Feature","properties":{"population":1438},"geometry":{"type":"Point","coordinates":[2.8366759876395348,48.89826021259454]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[3.998261789276833,48.15941907025674]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[3.650555015979596,50.451052306515567]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[0.06585659730708279,42.86044740786295]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[4.755237504709142,49.33187948181639]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[8.955493100786852,42.549507497523197]}},{"type":"Feature","properties":{"population":1228},"geometry":{"type":"Point","coordinates":[5.212398243478521,45.18459718357675]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[6.779453469057978,44.01228115107906]}},{"type":"Feature","properties":{"population":917},"geometry":{"type":"Point","coordinates":[4.97538201418916,45.04821621345584]}},{"type":"Feature","properties":{"population":781},"geometry":{"type":"Point","coordinates":[5.122689599074246,46.29117673916911]}},{"type":"Feature","properties":{"population":692},"geometry":{"type":"Point","coordinates":[2.29395477461855,50.81323269801719]}},{"type":"Feature","properties":{"population":1569},"geometry":{"type":"Point","coordinates":[4.8513132033086949,46.0315378513182]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[0.40976497456861707,44.70509978804006]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[6.304440284618453,48.84526591477056]}},{"type":"Feature","properties":{"population":2140},"geometry":{"type":"Point","coordinates":[2.782523034040089,42.62550645534321]}},{"type":"Feature","properties":{"population":550},"geometry":{"type":"Point","coordinates":[2.3423017042436955,47.68138800011618]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[2.1315356180158928,43.10609104640167]}},{"type":"Feature","properties":{"population":3301},"geometry":{"type":"Point","coordinates":[-1.4954178321360706,43.44343504918494]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[3.674526879133608,49.35269991123391]}},{"type":"Feature","properties":{"population":559},"geometry":{"type":"Point","coordinates":[0.17111071510993243,46.969960726482977]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[4.113300156104337,49.662086082067869]}},{"type":"Feature","properties":{"population":1419},"geometry":{"type":"Point","coordinates":[-1.9354228364508619,48.066000935629087]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[5.056484395806821,49.30600878668681]}},{"type":"Feature","properties":{"population":2527},"geometry":{"type":"Point","coordinates":[-1.8353312293632447,48.58734040512795]}},{"type":"Feature","properties":{"population":614},"geometry":{"type":"Point","coordinates":[-0.6512563609996661,46.59142289236926]}},{"type":"Feature","properties":{"population":2348},"geometry":{"type":"Point","coordinates":[4.011114773343636,48.25379878338116]}},{"type":"Feature","properties":{"population":833},"geometry":{"type":"Point","coordinates":[1.4802035941850927,48.83204832063268]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[4.3721637529988019,49.55149840566068]}},{"type":"Feature","properties":{"population":1128},"geometry":{"type":"Point","coordinates":[7.620905604400846,48.90361660208292]}},{"type":"Feature","properties":{"population":1735},"geometry":{"type":"Point","coordinates":[0.6352503775798807,46.7914921750222]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[0.6466705212877851,44.78564080421765]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[9.262971447427969,42.53128726609754]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[4.593435769649649,46.42155876465372]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[-0.042085036097911508,43.05276914376758]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[3.5154940032954897,46.49253726558072]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[2.869353531283539,50.07256880859449]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[3.573001434147338,49.475472578485739]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[7.036615908878806,48.7915321275772]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[0.7531986256944119,44.180120350834808]}},{"type":"Feature","properties":{"population":2159},"geometry":{"type":"Point","coordinates":[-1.8958836926459837,46.94792303601493]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[0.2851177767439793,44.9965660555055]}},{"type":"Feature","properties":{"population":1004},"geometry":{"type":"Point","coordinates":[5.297415869712563,45.385174082336039]}},{"type":"Feature","properties":{"population":1510},"geometry":{"type":"Point","coordinates":[3.6967025462602085,47.95479706977883]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[2.4698374963775184,50.77994245160873]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[7.18123915855444,48.98554641064505]}},{"type":"Feature","properties":{"population":1704},"geometry":{"type":"Point","coordinates":[1.3897855330409644,49.38017871412172]}},{"type":"Feature","properties":{"population":1205},"geometry":{"type":"Point","coordinates":[7.535877720806814,48.244031097852069]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[0.26657554818243697,43.503885396861537]}},{"type":"Feature","properties":{"population":1094},"geometry":{"type":"Point","coordinates":[0.7376436746946409,48.35061428209297]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[1.817281011082828,45.26992313642803]}},{"type":"Feature","properties":{"population":914},"geometry":{"type":"Point","coordinates":[0.4034253157507918,47.51516182472528]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[0.2494914934231715,49.16890341197358]}},{"type":"Feature","properties":{"population":2388},"geometry":{"type":"Point","coordinates":[4.174421066818575,49.3702019531106]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[5.084892643993697,47.12903747733096]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[4.720315499888296,49.706559454691397]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[5.868322840039609,47.303739943663398]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[2.7467197854993308,50.20038043820225]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[1.3514999288605112,45.02986285518965]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[1.411645214859889,47.733170322814277]}},{"type":"Feature","properties":{"population":845},"geometry":{"type":"Point","coordinates":[4.082377477779774,45.194231201953169]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[1.2396856378106685,47.31648738727054]}},{"type":"Feature","properties":{"population":1297},"geometry":{"type":"Point","coordinates":[2.5222981872772936,44.89573239242326]}},{"type":"Feature","properties":{"population":1326},"geometry":{"type":"Point","coordinates":[6.053049690754819,49.11812298886402]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[-2.6480803037475129,47.86758873031312]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[4.601106441973686,48.46035557114167]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[2.8072671053572537,43.105275345692188]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[3.694130074142947,44.21949596094393]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[2.4233524980865375,43.705106305531469]}},{"type":"Feature","properties":{"population":750},"geometry":{"type":"Point","coordinates":[2.9525144329770098,49.47808708394671]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[7.4078905474405609,48.68218418659948]}},{"type":"Feature","properties":{"population":4649},"geometry":{"type":"Point","coordinates":[1.7549616537242652,50.63359865275906]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[-0.4635717001516305,43.68458053146566]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[5.355639580436569,46.32669856180521]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[0.9283966143065139,43.77025497210165]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[6.618889433738713,47.43516502351289]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[2.955981481032878,46.624373396743539]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[6.649228069491835,47.194891289266177]}},{"type":"Feature","properties":{"population":1900},"geometry":{"type":"Point","coordinates":[1.1356993082773886,44.51672585561851]}},{"type":"Feature","properties":{"population":984},"geometry":{"type":"Point","coordinates":[2.1898212558203564,50.89523761166836]}},{"type":"Feature","properties":{"population":1014},"geometry":{"type":"Point","coordinates":[5.475059692670927,47.02099320602681]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[6.036924382290843,46.74846453332649]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[4.349746759352341,48.8130043636624]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[3.4401502713709095,46.23195492472442]}},{"type":"Feature","properties":{"population":1743},"geometry":{"type":"Point","coordinates":[0.17770608043999717,49.56948448171084]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[4.729998394314183,48.69284947993232]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[0.7660224192366357,43.81014012257252]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[1.30321212042976,49.79727063726638]}},{"type":"Feature","properties":{"population":978},"geometry":{"type":"Point","coordinates":[-0.459040757565821,45.63688817299851]}},{"type":"Feature","properties":{"population":1242},"geometry":{"type":"Point","coordinates":[6.777125448291705,47.63801086726665]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[7.406640449072138,48.36951756355157]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[3.3744994839096349,47.68647019478869]}},{"type":"Feature","properties":{"population":1484},"geometry":{"type":"Point","coordinates":[6.651288044276421,47.51927047166591]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[0.28236690800669186,43.97564591570237]}},{"type":"Feature","properties":{"population":1260},"geometry":{"type":"Point","coordinates":[0.5693090861393346,46.56751726192105]}},{"type":"Feature","properties":{"population":605},"geometry":{"type":"Point","coordinates":[3.1183939854741085,45.399061761248969]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[-0.010935529565431519,42.898264350749837]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[6.074533465305185,45.128371862491089]}},{"type":"Feature","properties":{"population":1693},"geometry":{"type":"Point","coordinates":[-1.928417388755619,48.557971196428557]}},{"type":"Feature","properties":{"population":845},"geometry":{"type":"Point","coordinates":[5.342083933357105,45.22770680544925]}},{"type":"Feature","properties":{"population":840},"geometry":{"type":"Point","coordinates":[1.9065206103495523,48.616408462319757]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[2.9229679588779966,45.88210694531477]}},{"type":"Feature","properties":{"population":6538},"geometry":{"type":"Point","coordinates":[1.3795285120985599,43.85215687723506]}},{"type":"Feature","properties":{"population":3058},"geometry":{"type":"Point","coordinates":[-0.27635722807518128,44.99002146840668]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[3.3195683169026037,44.9366027661388]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[1.3185118448052733,44.48115696468411]}},{"type":"Feature","properties":{"population":665},"geometry":{"type":"Point","coordinates":[0.9585426043717478,47.59837384919232]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[3.794328729296332,47.3688757929448]}},{"type":"Feature","properties":{"population":2333},"geometry":{"type":"Point","coordinates":[5.738567338959995,43.33383267636035]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[0.4285122933510202,49.30296248964488]}},{"type":"Feature","properties":{"population":785},"geometry":{"type":"Point","coordinates":[2.613183542192965,42.81533849907737]}},{"type":"Feature","properties":{"population":645},"geometry":{"type":"Point","coordinates":[0.762938825724035,46.5104072318903]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.793766718927785,48.446610506904779]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[6.475708262663071,48.97850559402698]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[0.0952447140042181,43.77831632857358]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[6.005209143081863,47.613339447336738]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[1.8403360267669014,50.470900477032007]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[6.176286832981886,45.69673132245734]}},{"type":"Feature","properties":{"population":815},"geometry":{"type":"Point","coordinates":[5.999426592987505,44.510106136552519]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[5.532319872640191,48.70134815993456]}},{"type":"Feature","properties":{"population":2684},"geometry":{"type":"Point","coordinates":[-1.0999216660702203,45.3397528036279]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.03197005646732,48.337097815949949]}},{"type":"Feature","properties":{"population":1702},"geometry":{"type":"Point","coordinates":[1.38144201020021,43.940737857052919]}},{"type":"Feature","properties":{"population":2212},"geometry":{"type":"Point","coordinates":[3.272225613233896,48.79521328918943]}},{"type":"Feature","properties":{"population":2377},"geometry":{"type":"Point","coordinates":[5.443049020813144,47.79280544252811]}},{"type":"Feature","properties":{"population":481},"geometry":{"type":"Point","coordinates":[2.286600171655868,50.30744578289717]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[-0.303801235637615,46.09746858697929]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[3.8870844199704099,47.06817233718634]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[0.9985935847952371,43.769072989900447]}},{"type":"Feature","properties":{"population":803},"geometry":{"type":"Point","coordinates":[2.0629078863915959,43.29973685839896]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[3.1115766229123618,49.865202156504938]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[-0.10275717121708485,48.946942598346279]}},{"type":"Feature","properties":{"population":996},"geometry":{"type":"Point","coordinates":[2.2381452811371576,43.2808473678341]}},{"type":"Feature","properties":{"population":1201},"geometry":{"type":"Point","coordinates":[0.668412799681705,46.442563307328999]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[1.7177384266642273,42.74098557825919]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[-1.1641907031039072,49.2253906423659]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[3.054351062822093,46.17006344803173]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[0.7402242852424361,43.62019723529117]}},{"type":"Feature","properties":{"population":760},"geometry":{"type":"Point","coordinates":[4.960483396785983,44.71337841904437]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[2.577065652954284,43.896025206123898]}},{"type":"Feature","properties":{"population":1596},"geometry":{"type":"Point","coordinates":[6.660443787732111,46.22784270172304]}},{"type":"Feature","properties":{"population":685},"geometry":{"type":"Point","coordinates":[1.0658768642704133,49.56864830364107]}},{"type":"Feature","properties":{"population":882},"geometry":{"type":"Point","coordinates":[1.7295317577838632,48.08968054891808]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[5.904666826085752,47.476030181773108]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[5.487020099259472,49.45480860804228]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[7.395174841251865,49.16015292875492]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[1.990850153264682,49.81823663552436]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[-0.6006290279070619,48.18582383794597]}},{"type":"Feature","properties":{"population":2251},"geometry":{"type":"Point","coordinates":[-2.5863936813365506,47.925594497943098]}},{"type":"Feature","properties":{"population":1883},"geometry":{"type":"Point","coordinates":[4.748925727789133,46.324043701726228]}},{"type":"Feature","properties":{"population":824},"geometry":{"type":"Point","coordinates":[7.1442858090862189,48.73911077385054]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[5.451338572099367,47.56861854833733]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[1.9158365513234313,45.15799467191849]}},{"type":"Feature","properties":{"population":1643},"geometry":{"type":"Point","coordinates":[6.082905298889215,43.828118792415398]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[3.535374061759554,45.41909134939259]}},{"type":"Feature","properties":{"population":548},"geometry":{"type":"Point","coordinates":[0.9888853366904878,45.11892912261861]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[5.452602843154263,49.02266254325297]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[4.964950801859731,47.248457275722547]}},{"type":"Feature","properties":{"population":4398},"geometry":{"type":"Point","coordinates":[1.9838760229236745,50.876998954258507]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[2.80527726494254,48.61412204927588]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[0.23877433440987365,44.70637417523641]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[6.327325938470771,47.523786720343519]}},{"type":"Feature","properties":{"population":2250},"geometry":{"type":"Point","coordinates":[5.3074348404565578,45.34502424997417]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[0.7926192018971856,44.4831730089665]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[5.5895043455154129,48.44917886685885]}},{"type":"Feature","properties":{"population":882},"geometry":{"type":"Point","coordinates":[5.429063535679138,45.50164472182541]}},{"type":"Feature","properties":{"population":1762},"geometry":{"type":"Point","coordinates":[4.007969316547829,44.934283844743777]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[3.123300769374155,44.76675944331977]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[2.0109816603890224,50.23798227443743]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[-0.5996346311730267,44.4495214355716]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[3.625196551521301,48.88126099350209]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[-0.5400822188300946,49.059621205147937]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[1.0351008849467567,47.98603738124511]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[-0.2214441438660647,49.23615397935865]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[5.415319925224398,48.64517438948475]}},{"type":"Feature","properties":{"population":965},"geometry":{"type":"Point","coordinates":[2.77932271212353,50.132993026153048]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.966708670335809,48.4006041109018]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[2.8783050287785416,46.23189919695634]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[3.2163773985594186,49.32922105405253]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[5.1047562550513769,46.85059043561226]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[0.9440216786994888,45.861033565967087]}},{"type":"Feature","properties":{"population":3431},"geometry":{"type":"Point","coordinates":[-0.3555364828095458,46.31565016974828]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[6.668158736644826,48.23653226869473]}},{"type":"Feature","properties":{"population":1182},"geometry":{"type":"Point","coordinates":[5.661768077288765,45.40614613245172]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[3.9671877789756357,45.098497149473669]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[4.207294076246171,48.045889709805297]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[1.897838042417168,50.03289530495997]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[6.61359458241707,48.31384975491216]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[3.795864792193187,48.832316624021057]}},{"type":"Feature","properties":{"population":1861},"geometry":{"type":"Point","coordinates":[5.436773016884509,45.70397481004132]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[-1.5281300242629723,49.31067681331351]}},{"type":"Feature","properties":{"population":1087},"geometry":{"type":"Point","coordinates":[6.37402076951321,45.3180966320741]}},{"type":"Feature","properties":{"population":612},"geometry":{"type":"Point","coordinates":[4.344038397378849,44.35940937052614]}},{"type":"Feature","properties":{"population":980},"geometry":{"type":"Point","coordinates":[-1.1502545251199413,44.20094314122945]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[1.6777539047952124,46.58013477304473]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[3.7586547845420288,49.84324945711704]}},{"type":"Feature","properties":{"population":2690},"geometry":{"type":"Point","coordinates":[3.497079357892166,45.96129441236166]}},{"type":"Feature","properties":{"population":1443},"geometry":{"type":"Point","coordinates":[1.9581528177898136,49.57557248090343]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[6.223346197649322,48.98788439555402]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[1.7807284336646199,50.40921957758097]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[3.056406054967723,50.213858598715777]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[0.7172122316988295,49.28928991301377]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[2.6155789513156284,43.76588065334999]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[-0.11967151539508585,44.89777441137313]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[0.659510795751021,48.485821155691578]}},{"type":"Feature","properties":{"population":2676},"geometry":{"type":"Point","coordinates":[-0.42601843919260359,44.68107753459011]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[1.8604677471843357,43.62292413916909]}},{"type":"Feature","properties":{"population":2875},"geometry":{"type":"Point","coordinates":[1.9881541472617266,49.37258117537232]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[3.532923504392453,44.487162567573438]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[-0.07132895069148862,42.99326058522543]}},{"type":"Feature","properties":{"population":826},"geometry":{"type":"Point","coordinates":[2.3704242129089776,49.42844724727155]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[5.105526998430552,46.48497210696494]}},{"type":"Feature","properties":{"population":1808},"geometry":{"type":"Point","coordinates":[0.32225290550125859,44.87406122144417]}},{"type":"Feature","properties":{"population":942},"geometry":{"type":"Point","coordinates":[3.601746298348942,49.091569028038318]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[5.385355385339309,45.02429457157164]}},{"type":"Feature","properties":{"population":3412},"geometry":{"type":"Point","coordinates":[-3.7275703808702165,48.50572210183452]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[2.4945184696477735,44.69589508336561]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[2.876068803565928,49.01758565787996]}},{"type":"Feature","properties":{"population":766},"geometry":{"type":"Point","coordinates":[7.116564582243016,47.516096188109468]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[1.8770703443612976,49.14924150661]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[4.830901193679548,46.464940668010139]}},{"type":"Feature","properties":{"population":742},"geometry":{"type":"Point","coordinates":[2.0199604903085657,43.800538179537699]}},{"type":"Feature","properties":{"population":1915},"geometry":{"type":"Point","coordinates":[8.154894623151235,48.94007017108591]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[6.000438521336757,49.38863990807439]}},{"type":"Feature","properties":{"population":644},"geometry":{"type":"Point","coordinates":[2.5842269511686526,49.42091117808944]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.59992243939952,46.944654569295519]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[4.031120857157141,47.9497287742921]}},{"type":"Feature","properties":{"population":10895},"geometry":{"type":"Point","coordinates":[-0.4036031690179876,47.345755048845017]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[4.710245358334964,46.33364340788937]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[3.9825819744011468,49.802949001870079]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[5.581614717869569,49.21178239931562]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[2.6214900536227838,49.508774386323739]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[4.782840504150017,46.99918762475937]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[1.6855609697552599,49.17030666390923]}},{"type":"Feature","properties":{"population":551},"geometry":{"type":"Point","coordinates":[3.063659370851621,46.01438698159437]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[8.99996889231522,41.890709049959699]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[4.285177169648034,48.42608189746511]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[1.3529282718556775,49.45925684789677]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[2.853491882291445,43.348255511461058]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[2.043607187144043,46.05005033920834]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[0.5142256060164407,43.57398262406344]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[-0.06185474513292199,43.741018953557297]}},{"type":"Feature","properties":{"population":562},"geometry":{"type":"Point","coordinates":[0.20077526219518847,43.89026238956026]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[7.268495144266754,48.89533536770799]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[4.167477670400456,47.045265275283018]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[3.9615022732859965,47.91248835164087]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[0.31313835019945338,49.73405981290857]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[0.13026174313442008,45.835468536828667]}},{"type":"Feature","properties":{"population":1249},"geometry":{"type":"Point","coordinates":[1.2619325636009107,48.554980766155818]}},{"type":"Feature","properties":{"population":5106},"geometry":{"type":"Point","coordinates":[4.438500828808975,43.771563471864279]}},{"type":"Feature","properties":{"population":2127},"geometry":{"type":"Point","coordinates":[1.5664792314828254,50.061029195694107]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[-0.1552937737881181,48.18929551882551]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[1.8442832616886418,49.30475687191116]}},{"type":"Feature","properties":{"population":506},"geometry":{"type":"Point","coordinates":[5.422661923430993,47.015481812939849]}},{"type":"Feature","properties":{"population":1606},"geometry":{"type":"Point","coordinates":[-1.0421865442620895,46.735501027405678]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[7.061934504892185,48.36689856253424]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[-0.17263336967748514,48.968650010391609]}},{"type":"Feature","properties":{"population":788},"geometry":{"type":"Point","coordinates":[3.6446405217328774,50.070864317361358]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[3.665150827292519,45.141664965244398]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[3.0905778158581667,50.23562997959138]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[1.2844626300838167,42.98813727543074]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[1.3031487499985666,45.428393760492529]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[1.9368320746687565,43.04681444627737]}},{"type":"Feature","properties":{"population":739},"geometry":{"type":"Point","coordinates":[6.854831963269278,49.15932639226659]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[4.000454031187834,49.51728499116434]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[2.7584135365322477,42.56550734200945]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[2.6054940810592419,50.211497800298328]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[5.527317793005898,46.5156536446093]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[5.120045445653776,46.60511224068115]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[4.619267672649492,44.50231473712779]}},{"type":"Feature","properties":{"population":1245},"geometry":{"type":"Point","coordinates":[6.59889870384123,48.13709303878974]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[3.616237897581074,43.94828348258768]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[1.9014476667228424,48.17513280122633]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[0.5533951092528291,44.781915710646149]}},{"type":"Feature","properties":{"population":892},"geometry":{"type":"Point","coordinates":[0.9004622056984993,46.57574763472109]}},{"type":"Feature","properties":{"population":1512},"geometry":{"type":"Point","coordinates":[0.5325495419435161,44.24751697676432]}},{"type":"Feature","properties":{"population":2169},"geometry":{"type":"Point","coordinates":[4.808777734356719,48.476077247193739]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[1.0123200919599774,48.720308264231118]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[3.7545168067547158,48.68267918946535]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[0.7413847867298207,43.78582086976161]}},{"type":"Feature","properties":{"population":1438},"geometry":{"type":"Point","coordinates":[-0.21488098184211114,49.05319947957773]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[5.1585615959026269,48.26269575900718]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[0.6007054031622852,42.98499180448224]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[3.6329409180550744,47.033956418117238]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[1.8806099222386037,50.16985043157066]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[2.5601035957540696,47.98985191384259]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[4.726056412408139,45.385870544926557]}},{"type":"Feature","properties":{"population":1065},"geometry":{"type":"Point","coordinates":[5.649883277137636,44.02674585647253]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[0.47806192428730678,43.222813239758398]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[1.6947596652784103,49.15066276647057]}},{"type":"Feature","properties":{"population":1263},"geometry":{"type":"Point","coordinates":[1.801093871197727,45.55257969141896]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[4.852954052961357,48.92357787397313]}},{"type":"Feature","properties":{"population":748},"geometry":{"type":"Point","coordinates":[4.305565049120678,43.98856888479023]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[6.026878131500344,45.92257281977141]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[1.6366878977336735,44.97465571176953]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[6.613956836205079,47.48307392707798]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[2.446968233154319,44.223273513271468]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[-0.08262258006129716,45.622513762120977]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[4.152125743846015,47.13364124193695]}},{"type":"Feature","properties":{"population":987},"geometry":{"type":"Point","coordinates":[5.325478188821716,47.73905559378437]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[0.7032586553088541,49.646119413203198]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[1.8745331157711119,50.452222033808]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[0.0198670694754332,43.304299085838128]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[4.2746491802881929,44.619881743295767]}},{"type":"Feature","properties":{"population":2358},"geometry":{"type":"Point","coordinates":[-1.3127368880539153,47.52134235442768]}},{"type":"Feature","properties":{"population":4456},"geometry":{"type":"Point","coordinates":[2.8810173407743409,49.47975004844823]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[1.54309000751025,43.842878386374717]}},{"type":"Feature","properties":{"population":965},"geometry":{"type":"Point","coordinates":[3.4709796152677399,43.621546948737528]}},{"type":"Feature","properties":{"population":1592},"geometry":{"type":"Point","coordinates":[1.9869990772628328,49.427711874142797]}},{"type":"Feature","properties":{"population":3655},"geometry":{"type":"Point","coordinates":[-4.22821277898815,47.820525105111148]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[2.441821328056011,49.89125680094351]}},{"type":"Feature","properties":{"population":1622},"geometry":{"type":"Point","coordinates":[-0.18738455114596384,45.043735614723448]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[3.818553078678319,49.484957540271349]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[2.180426509357453,49.0978236408638]}},{"type":"Feature","properties":{"population":1030},"geometry":{"type":"Point","coordinates":[8.067888615870253,48.83697128767704]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[5.697719517632904,47.057587426969899]}},{"type":"Feature","properties":{"population":7565},"geometry":{"type":"Point","coordinates":[5.561792889886816,45.318617520938399]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[0.31802155315246496,49.239158737002878]}},{"type":"Feature","properties":{"population":2977},"geometry":{"type":"Point","coordinates":[4.028335798126979,45.219560554095099]}},{"type":"Feature","properties":{"population":574},"geometry":{"type":"Point","coordinates":[6.3235993983619729,49.32771914122337]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[7.386827087513835,47.581253650890328]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[4.8045571583469679,48.94019683632825]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[3.0839880105704204,49.6784679405509]}},{"type":"Feature","properties":{"population":1820},"geometry":{"type":"Point","coordinates":[3.0284740056403876,48.78870107093181]}},{"type":"Feature","properties":{"population":1791},"geometry":{"type":"Point","coordinates":[-1.1165231086144477,46.82232894273003]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[-0.04586459427326519,43.44031005808629]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[1.4148463147743673,47.65811109681461]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[2.9532906506198985,49.76521161523022]}},{"type":"Feature","properties":{"population":1720},"geometry":{"type":"Point","coordinates":[4.592598561870717,43.848004279389417]}},{"type":"Feature","properties":{"population":3280},"geometry":{"type":"Point","coordinates":[1.2146184960893527,43.35740866861662]}},{"type":"Feature","properties":{"population":3302},"geometry":{"type":"Point","coordinates":[3.8030094628674369,43.516916228175819]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[3.3073913720812349,49.245937182175698]}},{"type":"Feature","properties":{"population":1431},"geometry":{"type":"Point","coordinates":[2.542803064218704,47.761483705443428]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[3.8615074938449784,49.77240473742518]}},{"type":"Feature","properties":{"population":852},"geometry":{"type":"Point","coordinates":[4.97165011975332,44.62413915242852]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[3.2468397794127505,49.33518735227268]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[4.780866516149735,48.792145769608499]}},{"type":"Feature","properties":{"population":2022},"geometry":{"type":"Point","coordinates":[1.492847684539049,48.802023059282287]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[-0.34862789986827938,46.20286522143324]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[6.324109661159802,47.43429605262594]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[0.592214264721192,43.772521442356637]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[4.600963804928175,47.69983126068899]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[4.546426978522112,47.93521878856268]}},{"type":"Feature","properties":{"population":2871},"geometry":{"type":"Point","coordinates":[5.347443040871441,46.054033224111147]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[3.5523977397083619,45.24946614419578]}},{"type":"Feature","properties":{"population":824},"geometry":{"type":"Point","coordinates":[-0.39482325421372807,45.69567288230817]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[6.473171848606042,48.923753139133129]}},{"type":"Feature","properties":{"population":1167},"geometry":{"type":"Point","coordinates":[0.3525760109328878,49.47304192261813]}},{"type":"Feature","properties":{"population":1072},"geometry":{"type":"Point","coordinates":[2.904362737634987,50.14444446131925]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[5.003013390814367,49.022231626235889]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[5.880636680312669,49.33581294354465]}},{"type":"Feature","properties":{"population":2124},"geometry":{"type":"Point","coordinates":[0.3678319770879834,46.475441965196939]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[2.0400195629014439,44.284289593981018]}},{"type":"Feature","properties":{"population":1131},"geometry":{"type":"Point","coordinates":[-0.49174890212204028,43.630527422406228]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[1.9170487854272807,46.10026979822637]}},{"type":"Feature","properties":{"population":598},"geometry":{"type":"Point","coordinates":[1.5825084744532952,49.48418866517815]}},{"type":"Feature","properties":{"population":651},"geometry":{"type":"Point","coordinates":[1.6044336374631177,45.618558515569429]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[4.997599692997046,48.96528568636528]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[4.3385258175930929,49.16468210620286]}},{"type":"Feature","properties":{"population":21},"geometry":{"type":"Point","coordinates":[5.0829408257893269,49.19944506236024]}},{"type":"Feature","properties":{"population":5952},"geometry":{"type":"Point","coordinates":[4.7089030753973619,44.431882420637787]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[6.103420713421032,48.84874145935065]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[-0.23596429768027653,44.682278366960478]}},{"type":"Feature","properties":{"population":1429},"geometry":{"type":"Point","coordinates":[0.06582262753293969,44.86188802762386]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[4.05321145914847,48.58225721812343]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[4.717565205692034,49.4404349891206]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[2.5536574751725586,49.92748172418305]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[0.6584276616343228,42.98462497517183]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[1.9368498756893773,50.517767427453097]}},{"type":"Feature","properties":{"population":1704},"geometry":{"type":"Point","coordinates":[2.9808010291818034,44.93458311743396]}},{"type":"Feature","properties":{"population":899},"geometry":{"type":"Point","coordinates":[2.960305156445329,48.506181397047679]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[5.861603220111733,47.033368125158379]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[4.08284362584551,48.50021928572747]}},{"type":"Feature","properties":{"population":1278},"geometry":{"type":"Point","coordinates":[0.5339117486322506,49.63101239139699]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[4.8615940761950819,49.48117020972868]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[1.0735605580777615,43.78873263139335]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[3.375412202141175,47.95218584605156]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[-0.3242339794235628,44.43302558237079]}},{"type":"Feature","properties":{"population":3378},"geometry":{"type":"Point","coordinates":[-0.18773177323138813,49.10994081479194]}},{"type":"Feature","properties":{"population":2944},"geometry":{"type":"Point","coordinates":[2.186251644120628,49.91322232381072]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[2.223091813770672,50.51182210887886]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[6.212750634699324,48.170856433132687]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[5.740391285669529,48.35500002095037]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[5.0998013933182408,48.4720712042184]}},{"type":"Feature","properties":{"population":1569},"geometry":{"type":"Point","coordinates":[3.052123169980194,45.89732223547059]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[5.4270749579614538,44.68937804319978]}},{"type":"Feature","properties":{"population":1249},"geometry":{"type":"Point","coordinates":[2.9037939482660528,48.80836930573081]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[1.4608618593894083,45.66003768944808]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[1.923582692558367,44.54211916956922]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[0.20982679475046349,43.233882008024888]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[0.443811685900908,44.77885728428958]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[0.0050832474014577,44.55909245270489]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[-0.15150698790327364,48.70466553030932]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[0.9667305035351717,43.065350179457187]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[-1.3203196444967154,49.632719664503358]}},{"type":"Feature","properties":{"population":1051},"geometry":{"type":"Point","coordinates":[2.175831620447169,50.13554491416462]}},{"type":"Feature","properties":{"population":1343},"geometry":{"type":"Point","coordinates":[7.1397991557747899,47.82203409053995]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[6.853995376676151,49.00688627084906]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[2.4890485477806769,43.07566155903077]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[4.555803085864237,46.47537755099618]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[9.11914993486135,42.526188618756737]}},{"type":"Feature","properties":{"population":853},"geometry":{"type":"Point","coordinates":[1.3185016763976825,49.19094109338207]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[4.09371805109539,49.86639042255794]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[2.753817243006743,44.71105733663893]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[0.40562514059048407,45.41669755431367]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[0.03217807954126744,44.31319381119298]}},{"type":"Feature","properties":{"population":3188},"geometry":{"type":"Point","coordinates":[2.4701201959415277,44.37274532421068]}},{"type":"Feature","properties":{"population":1100},"geometry":{"type":"Point","coordinates":[3.3983701292350965,43.574530000451357]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[4.690326021455008,46.85195468873031]}},{"type":"Feature","properties":{"population":848},"geometry":{"type":"Point","coordinates":[2.2510808346700914,50.85578174589069]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[6.781830527247121,48.03573075511205]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[5.098650440643178,49.02456514718388]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[4.0257012692165559,43.82777288536267]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[3.9133350869452898,47.14561011459884]}},{"type":"Feature","properties":{"population":441},"geometry":{"type":"Point","coordinates":[3.8506489630241909,45.1108879616728]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[5.347567032376019,46.3638145383625]}},{"type":"Feature","properties":{"population":713},"geometry":{"type":"Point","coordinates":[1.6719114646454183,48.9535351123027]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[2.4857910873586697,49.00026038194816]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[6.063404760122876,48.52685611812803]}},{"type":"Feature","properties":{"population":891},"geometry":{"type":"Point","coordinates":[6.516663534562361,48.61126236245465]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[-0.45699825257141626,46.04562922163049]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[6.2370288324807678,48.28415465431574]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[-0.6455787427554964,45.34037489553396]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[2.634957062401112,43.81328109799847]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[2.3538966072478759,45.10149566971329]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[7.695805860178172,48.991696307784298]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[0.2870658303472043,43.259202811512839]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[5.569191938271143,49.510876572059547]}},{"type":"Feature","properties":{"population":1207},"geometry":{"type":"Point","coordinates":[-0.3611192647690698,44.684576429235068]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[4.038635430539145,49.20538932961061]}},{"type":"Feature","properties":{"population":7418},"geometry":{"type":"Point","coordinates":[7.373011192406218,47.85313944090626]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[6.045173889442714,47.36735263099622]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[4.669716698965678,48.20479607749503]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[0.6770626980777493,44.931751328495057]}},{"type":"Feature","properties":{"population":1080},"geometry":{"type":"Point","coordinates":[1.663987048082567,50.48116486239478]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[2.6602299490729686,43.08408736503758]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[0.3103414790388599,48.30803835298687]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[-4.8671744976903918,48.041232663029088]}},{"type":"Feature","properties":{"population":696},"geometry":{"type":"Point","coordinates":[2.6453155179295368,49.810549884653038]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[2.8981100723691335,44.83105743312521]}},{"type":"Feature","properties":{"population":1747},"geometry":{"type":"Point","coordinates":[3.6544359746852645,47.805150288182918]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[4.932729484704398,49.29806352668459]}},{"type":"Feature","properties":{"population":1165},"geometry":{"type":"Point","coordinates":[3.4081140214142318,48.652077913723449]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[6.075918284829146,49.1020563227236]}},{"type":"Feature","properties":{"population":2796},"geometry":{"type":"Point","coordinates":[-0.8290103882947209,45.06870027487388]}},{"type":"Feature","properties":{"population":1297},"geometry":{"type":"Point","coordinates":[-1.5142984667616438,46.2109710774875]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[2.521899508725102,49.41475664106636]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[2.6459852082279635,47.817472474012749]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[0.6402915633341142,43.32637482068471]}},{"type":"Feature","properties":{"population":4219},"geometry":{"type":"Point","coordinates":[0.7123102339112177,49.18835492023807]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[-0.4746070858341296,48.17029385289024]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[1.81701070398517,44.027551058336239]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[1.3102314179732995,46.602813248558039]}},{"type":"Feature","properties":{"population":2846},"geometry":{"type":"Point","coordinates":[7.018022355348039,48.18685266196541]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[-0.10076713466660457,44.63344972420676]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[9.193771796258807,42.38276543793208]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[0.6829600346564264,44.60569949540535]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[0.670811459915311,48.73590530888951]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[-0.5983032024598265,45.309437588375107]}},{"type":"Feature","properties":{"population":2249},"geometry":{"type":"Point","coordinates":[3.058161904566845,45.81123282711435]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[-1.2515351843140002,47.823637310403537]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[2.0371092948022238,49.17520239540385]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[2.349042685008942,49.48231191990868]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[2.9093493127464526,47.96963280413622]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[3.554704985193118,48.63195787580179]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[6.383187185677043,46.19336859862792]}},{"type":"Feature","properties":{"population":2245},"geometry":{"type":"Point","coordinates":[4.616019755018849,45.8606198055972]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[5.256690010966474,48.048472207793967]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.90818048762213,46.704351177782239]}},{"type":"Feature","properties":{"population":1526},"geometry":{"type":"Point","coordinates":[6.177461796838435,49.46039658519412]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[0.7464825432058649,48.31212791646225]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[4.842160055263735,45.15793163682941]}},{"type":"Feature","properties":{"population":2222},"geometry":{"type":"Point","coordinates":[2.0378878178163859,50.37398821207179]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[-0.2285907949161194,48.95859808342885]}},{"type":"Feature","properties":{"population":1448},"geometry":{"type":"Point","coordinates":[1.2456499985315364,49.409532548767597]}},{"type":"Feature","properties":{"population":1861},"geometry":{"type":"Point","coordinates":[-1.2234158235445148,43.468102524948417]}},{"type":"Feature","properties":{"population":631},"geometry":{"type":"Point","coordinates":[-2.942651664070523,48.60017699480527]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.3483146972081495,46.36059391364262]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[6.486134526896345,47.62463470221996]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[4.788077367589034,48.34120823309624]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[2.6532999357385118,50.13745383857574]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[4.857085462212586,48.73146210117962]}},{"type":"Feature","properties":{"population":698},"geometry":{"type":"Point","coordinates":[7.184260253534809,49.08588306709314]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[-1.292422672831488,47.86149486868521]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[0.12729992111320966,47.09113280412316]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[-0.12310845956503194,46.7690316865796]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[2.43154109131393,43.16833352014305]}},{"type":"Feature","properties":{"population":1773},"geometry":{"type":"Point","coordinates":[4.519338452746524,43.96735522303799]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[0.447579278468732,45.941065607341489]}},{"type":"Feature","properties":{"population":510},"geometry":{"type":"Point","coordinates":[1.7402131833774604,49.85609384327474]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[4.529757105025931,47.449895149453208]}},{"type":"Feature","properties":{"population":526},"geometry":{"type":"Point","coordinates":[5.723392766008275,44.68271451595938]}},{"type":"Feature","properties":{"population":21},"geometry":{"type":"Point","coordinates":[0.6413513461840682,42.81101015282938]}},{"type":"Feature","properties":{"population":1417},"geometry":{"type":"Point","coordinates":[-1.7028829325941273,48.499637271477478]}},{"type":"Feature","properties":{"population":1118},"geometry":{"type":"Point","coordinates":[1.0463016102929242,43.7266383870144]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[0.8438176111313082,46.72647510844189]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[5.885509188150779,44.59034823503929]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[0.16121086372260227,44.367583179861167]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[3.2233660310868608,45.71376718891767]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[0.752745076786653,43.369998963270109]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[3.0513240957084797,46.5117269293432]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[1.4165138056004867,49.82477810769971]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[1.6544160158776975,48.30065000412468]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[2.7396340599759099,49.003535550427397]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[3.56921223832791,47.19161644567959]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[5.246358683287369,49.366393877979877]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[4.448428150773432,49.063980958104249]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[9.015738205010834,41.84820291636997]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[4.672765431915942,46.81348456218731]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[-0.3822357944574116,48.777902161143547]}},{"type":"Feature","properties":{"population":541},"geometry":{"type":"Point","coordinates":[0.5573535154600161,48.13568730223428]}},{"type":"Feature","properties":{"population":1731},"geometry":{"type":"Point","coordinates":[7.128842003542901,47.73432958172733]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[7.166588800586881,48.31747008656111]}},{"type":"Feature","properties":{"population":2705},"geometry":{"type":"Point","coordinates":[1.52656854090949,45.231323293197259]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[-0.8503065538354662,43.28534039494207]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[1.2001493881477643,48.32408676416297]}},{"type":"Feature","properties":{"population":1719},"geometry":{"type":"Point","coordinates":[2.4653569828167805,44.47702220759061]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[3.279199070444735,47.54852933143339]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[0.883204589961303,49.412614215019328]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[5.110284482781536,48.3598617982116]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[4.346544181492128,48.250988612228308]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[-0.8840902706170299,46.13832447791865]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[2.279279946267725,48.43255557656815]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[-0.7433072946514311,46.321371237548948]}},{"type":"Feature","properties":{"population":1015},"geometry":{"type":"Point","coordinates":[1.6418517679790359,45.2112855984617]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[6.163607139801543,48.41383478050658]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[0.1198062934283582,44.69603795486096]}},{"type":"Feature","properties":{"population":1106},"geometry":{"type":"Point","coordinates":[-0.1439644716744869,44.584888661752469]}},{"type":"Feature","properties":{"population":1941},"geometry":{"type":"Point","coordinates":[-1.3874174976029082,47.037986141463559]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[-1.8036603354087302,48.28031177501717]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[5.396246657220161,46.42605455145898]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[-0.09220862794190303,43.08079900742154]}},{"type":"Feature","properties":{"population":712},"geometry":{"type":"Point","coordinates":[3.435479498336223,45.78154341964188]}},{"type":"Feature","properties":{"population":1073},"geometry":{"type":"Point","coordinates":[-0.21252216657034424,44.500261414115829]}},{"type":"Feature","properties":{"population":3714},"geometry":{"type":"Point","coordinates":[6.325451548295171,46.23073046856765]}},{"type":"Feature","properties":{"population":1324},"geometry":{"type":"Point","coordinates":[3.4259941815627039,43.53554132703867]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[1.39952437068095,45.03117602590384]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[6.244526961729947,47.848524058853659]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[-0.47048156609861349,43.57058337860539]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[0.27824894293732296,47.019570101161018]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[0.3012115551191819,43.061594606933947]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[2.216803169240447,49.69554934159215]}},{"type":"Feature","properties":{"population":3434},"geometry":{"type":"Point","coordinates":[5.1405568270342709,45.85909658260609]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[5.767867613107918,48.2247429116259]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[4.938463940478317,47.852115848818169]}},{"type":"Feature","properties":{"population":1597},"geometry":{"type":"Point","coordinates":[5.550092999790293,45.4457391757681]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[-1.0707034526462014,48.88149475974445]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[0.6726877003914491,44.87350483014927]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[5.831911502683822,47.31807236278509]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[6.733428651804401,47.27696594065484]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[4.877898886732832,44.482657278539637]}},{"type":"Feature","properties":{"population":2109},"geometry":{"type":"Point","coordinates":[-2.527519713846256,47.63830861206676]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[5.55989559364197,49.12971632148787]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[6.27290991524605,47.40472493260349]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[5.390864791560064,46.45518600703147]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[8.995499743624379,42.28294218942761]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[4.053830150139882,45.88805221228139]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[2.283571087800411,46.672147677589219]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[-0.4070992361417619,46.530993350238748]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[1.7557988639660749,44.850724481545437]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[6.1378091810404789,44.48920964687163]}},{"type":"Feature","properties":{"population":1314},"geometry":{"type":"Point","coordinates":[1.712990423902094,50.70157297153889]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[-0.8554457153144064,44.39008147263191]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[2.8040925211531606,48.46496637499112]}},{"type":"Feature","properties":{"population":1142},"geometry":{"type":"Point","coordinates":[-0.6565595425455583,45.63189046646951]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[5.482084882571706,46.79358988403282]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[3.542993513470084,44.25577348560329]}},{"type":"Feature","properties":{"population":2453},"geometry":{"type":"Point","coordinates":[-0.6773091137589513,45.8866198884304]}},{"type":"Feature","properties":{"population":680},"geometry":{"type":"Point","coordinates":[1.064383135996947,43.97507913656913]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[-0.6554511524834449,43.04201160165306]}},{"type":"Feature","properties":{"population":523},"geometry":{"type":"Point","coordinates":[6.202480896464115,49.48972069492099]}},{"type":"Feature","properties":{"population":1761},"geometry":{"type":"Point","coordinates":[-1.6804549904616375,47.51782317025044]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[5.626894463108006,46.967308556842159]}},{"type":"Feature","properties":{"population":1589},"geometry":{"type":"Point","coordinates":[-2.6768892822830967,48.3381502153129]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[0.6806474155440506,49.84478335418709]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[4.632704255099856,47.369166295330959]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[-0.09186895171922295,43.32247591846139]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[5.665876730116731,49.137881584111649]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[0.6241106665590123,49.172044127900488]}},{"type":"Feature","properties":{"population":674},"geometry":{"type":"Point","coordinates":[2.1073936280186649,50.63669979419948]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[5.607505052687829,46.825172552785719]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[-0.6927004173031292,43.49185941113605]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[1.936910267776869,46.05832601707534]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[-0.5578531841123317,43.571730125506359]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.3182528696115199,44.59953521222025]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[0.997134288949202,45.73800980485649]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[4.426320584084127,47.843250343937629]}},{"type":"Feature","properties":{"population":595},"geometry":{"type":"Point","coordinates":[2.933615723228397,48.33677448449331]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[3.334114882004897,47.659867567571648]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[3.7104787443969555,47.38793529402498]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[-0.38568748179922798,45.60947947378887]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[6.140357274092811,46.062806348528528]}},{"type":"Feature","properties":{"population":713},"geometry":{"type":"Point","coordinates":[3.667174224971156,48.47637751645914]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[3.8910047249454089,48.59250824203443]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[1.6399877632422276,45.0153893381951]}},{"type":"Feature","properties":{"population":1325},"geometry":{"type":"Point","coordinates":[3.206538123068592,48.22106343800113]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[5.90606064273083,48.02113867801312]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[-0.2898674415550795,47.11348668096727]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[0.7093410256688546,48.71612970560954]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[0.832912069955864,49.14674710041668]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[2.4340894411097584,50.239531592710729]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[7.0236889161884978,48.603437482938499]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[0.9450614182605781,44.67905370687942]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[-3.2276340627912134,48.686590315587988]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[2.677257983998311,43.23277191437531]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[6.144258133422055,48.132533383199298]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[8.864604209204746,41.60230761616236]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[5.934379758304134,47.997582920073487]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[2.610941506173192,50.37988082679997]}},{"type":"Feature","properties":{"population":2782},"geometry":{"type":"Point","coordinates":[-2.3353850653457726,47.582935692867447]}},{"type":"Feature","properties":{"population":1409},"geometry":{"type":"Point","coordinates":[-0.9979061144151697,43.55248060344417]}},{"type":"Feature","properties":{"population":3469},"geometry":{"type":"Point","coordinates":[-2.006110289023252,48.52525434572064]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[3.663481014838576,49.144525429240498]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[0.1410240613491491,46.08481424543637]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[1.0151257349051489,43.30852149989927]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[6.545391020963299,48.90822013486332]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[1.8615920772025124,50.804405308884209]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[6.572436627404529,48.61252868630116]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[4.998143592309952,47.137598360987528]}},{"type":"Feature","properties":{"population":4237},"geometry":{"type":"Point","coordinates":[4.422843065766332,43.91487732850492]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[3.0928874544062658,48.38642840526334]}},{"type":"Feature","properties":{"population":843},"geometry":{"type":"Point","coordinates":[3.049376604835836,43.66673955491993]}},{"type":"Feature","properties":{"population":1006},"geometry":{"type":"Point","coordinates":[2.7603247151059375,50.53217115223823]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[9.138660340356122,41.97298623960753]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[0.5568901898617332,46.212272102070269]}},{"type":"Feature","properties":{"population":2046},"geometry":{"type":"Point","coordinates":[-0.19343956810577993,47.821547638270427]}},{"type":"Feature","properties":{"population":5602},"geometry":{"type":"Point","coordinates":[5.725453214455985,43.20329458198184]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[3.8361340086300355,46.03472264291001]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[6.079664083394316,46.71577167918779]}},{"type":"Feature","properties":{"population":12},"geometry":{"type":"Point","coordinates":[5.754362735144965,44.30969500588955]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[0.43364299379218049,47.6353645626966]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[0.09158479091809364,48.10886055938735]}},{"type":"Feature","properties":{"population":1239},"geometry":{"type":"Point","coordinates":[1.6539490771551542,46.90766192389531]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[2.7086168714705209,44.74015924535]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[0.00637220922706064,44.58019162884555]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[-0.6606999342170812,43.79638800872367]}},{"type":"Feature","properties":{"population":597},"geometry":{"type":"Point","coordinates":[-0.5604332926240504,48.412840294884187]}},{"type":"Feature","properties":{"population":1248},"geometry":{"type":"Point","coordinates":[1.0314319242335906,47.45573064967719]}},{"type":"Feature","properties":{"population":4969},"geometry":{"type":"Point","coordinates":[2.783684992027172,50.61252705036445]}},{"type":"Feature","properties":{"population":1280},"geometry":{"type":"Point","coordinates":[4.363203666447795,49.29226349556459]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[1.7514322080367675,47.2592731739529]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[3.109931704746664,48.121489676173748]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[5.447166269810238,46.72781591187911]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[5.864228881239957,48.16559418502489]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[4.502660256139025,49.785027510848319]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[4.2386837582161409,46.19617790323243]}},{"type":"Feature","properties":{"population":2468},"geometry":{"type":"Point","coordinates":[0.14480662254112199,45.41428993452076]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[9.116079988623245,41.75037104420214]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[5.380747254354042,47.390282511200137]}},{"type":"Feature","properties":{"population":2378},"geometry":{"type":"Point","coordinates":[-1.3172719756755716,47.05958432786095]}},{"type":"Feature","properties":{"population":562},"geometry":{"type":"Point","coordinates":[8.969631569585684,41.77069456709233]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[-0.1371380408099971,47.96382602984377]}},{"type":"Feature","properties":{"population":1162},"geometry":{"type":"Point","coordinates":[-0.6113948197458856,44.30654071012524]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[3.849438213103315,48.21722175819746]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[3.1551980786156879,49.54365031697062]}},{"type":"Feature","properties":{"population":1001},"geometry":{"type":"Point","coordinates":[2.254766676541059,43.22602781748209]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[1.368344668263435,48.95134735059341]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[0.8641220210635207,48.72808958522471]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[-0.9703519027837327,49.26291768436179]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[-1.288546986034591,48.52544975966995]}},{"type":"Feature","properties":{"population":1867},"geometry":{"type":"Point","coordinates":[-0.3094188260740013,46.5793834269082]}},{"type":"Feature","properties":{"population":2950},"geometry":{"type":"Point","coordinates":[2.395673235905234,48.43639928430371]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[5.634082271200557,49.1012152543972]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[4.28139274445741,46.36399014237277]}},{"type":"Feature","properties":{"population":843},"geometry":{"type":"Point","coordinates":[2.464981552769528,48.45980300576439]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[4.599564491063772,48.64593963765739]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[1.8430127034251918,43.65448846387565]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[5.73605125977984,48.50166912967706]}},{"type":"Feature","properties":{"population":3644},"geometry":{"type":"Point","coordinates":[4.711664907960118,45.784792679700718]}},{"type":"Feature","properties":{"population":920},"geometry":{"type":"Point","coordinates":[4.682141227280506,44.03061028492464]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[6.0983205815742809,48.86675568024341]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[3.258680799870406,47.84551128806607]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[3.7773125866067485,46.91266170492611]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[4.871518380936383,47.662475949599308]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.194376977583765,46.70039890093146]}},{"type":"Feature","properties":{"population":1053},"geometry":{"type":"Point","coordinates":[0.2917921060027442,44.549292870756548]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[-1.3381496899265624,49.0854226564474]}},{"type":"Feature","properties":{"population":1429},"geometry":{"type":"Point","coordinates":[9.352312575615088,41.813444704092258]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[0.17133579203449357,43.221107627942597]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[1.8437160567277423,43.01097452710526]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[2.5667756656123537,43.49517594838219]}},{"type":"Feature","properties":{"population":664},"geometry":{"type":"Point","coordinates":[1.293308124689324,44.80942808965482]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[3.7229336758737507,47.05433164214052]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[0.6352979116694892,43.12355127109982]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[2.7502619428926287,47.43114650625124]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[3.010605374856558,50.22504515133434]}},{"type":"Feature","properties":{"population":584},"geometry":{"type":"Point","coordinates":[0.3650208382954203,49.23838860043497]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[7.3373354744862759,48.36129428159871]}},{"type":"Feature","properties":{"population":1512},"geometry":{"type":"Point","coordinates":[0.09629868516774046,47.70354270883131]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[4.875284737806747,47.09477697945307]}},{"type":"Feature","properties":{"population":1076},"geometry":{"type":"Point","coordinates":[3.9919646044205,48.1865831147498]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[5.940574762194698,47.701998604784787]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[4.32633843815743,49.834769661955387]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[-3.6652777259106266,48.49786019202804]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[5.999395069575775,47.41777360681021]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[4.201951561336198,47.547096803575]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[6.301107874319972,47.814203864968508]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[6.784162800937611,47.33098391079815]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[-1.0437582418188239,47.96607473029177]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[-0.10985710300009329,48.29542214212685]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[5.556824210070945,47.12271121033046]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[0.20714864136808829,48.872130314724348]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[2.2418647680306997,42.596503818795657]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[3.315970547416239,44.89864024035831]}},{"type":"Feature","properties":{"population":1040},"geometry":{"type":"Point","coordinates":[2.159568662900187,50.75241961009907]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[-0.12809153676644118,45.27336952954423]}},{"type":"Feature","properties":{"population":330},"geometry":{"type":"Point","coordinates":[6.5612443731075589,49.34984318858854]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[1.9933262269301809,49.1228522728402]}},{"type":"Feature","properties":{"population":1359},"geometry":{"type":"Point","coordinates":[-1.1114376656267644,48.17257719676434]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[-0.1838712477426248,44.399990869522458]}},{"type":"Feature","properties":{"population":733},"geometry":{"type":"Point","coordinates":[1.7823301124851372,43.293989378969239]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[5.738794631869037,46.49510916048844]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[1.9837341694910787,50.79433721907067]}},{"type":"Feature","properties":{"population":5613},"geometry":{"type":"Point","coordinates":[5.571548396770819,43.384457785043199]}},{"type":"Feature","properties":{"population":716},"geometry":{"type":"Point","coordinates":[6.671266591772121,47.53920800024977]}},{"type":"Feature","properties":{"population":1156},"geometry":{"type":"Point","coordinates":[0.8251727503645235,49.07977484196101]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[2.81792409419831,42.929817032935137]}},{"type":"Feature","properties":{"population":723},"geometry":{"type":"Point","coordinates":[2.197862759863976,44.04144085329624]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[2.7470900690536594,45.8441832847117]}},{"type":"Feature","properties":{"population":1284},"geometry":{"type":"Point","coordinates":[5.170218055786976,43.83147738546199]}},{"type":"Feature","properties":{"population":856},"geometry":{"type":"Point","coordinates":[1.7381059246340092,50.77204244654236]}},{"type":"Feature","properties":{"population":1200},"geometry":{"type":"Point","coordinates":[3.2887433366243274,46.19703605368752]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.226052295342602,48.651795003771727]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[-0.6903175853254944,46.61819083631451]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[1.8971897172992887,45.90776839472861]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[-1.5223612231471185,47.856010599821789]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[-1.4024695487505204,46.472325450407307]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[0.9016410066135069,48.6804281445795]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[3.7489786091466246,50.03985419648966]}},{"type":"Feature","properties":{"population":905},"geometry":{"type":"Point","coordinates":[-0.7829313555971319,46.019501544966299]}},{"type":"Feature","properties":{"population":1885},"geometry":{"type":"Point","coordinates":[6.040779553964146,49.186302130743907]}},{"type":"Feature","properties":{"population":2193},"geometry":{"type":"Point","coordinates":[5.46994835695649,45.654447700498057]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[-3.5647086085194199,48.496578025225968]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[-0.19998774313615778,48.154899177801357]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[1.4343597122813406,43.32092901281845]}},{"type":"Feature","properties":{"population":2640},"geometry":{"type":"Point","coordinates":[3.3676734708622355,43.504803826656907]}},{"type":"Feature","properties":{"population":1056},"geometry":{"type":"Point","coordinates":[6.055429115556896,48.07715708875112]}},{"type":"Feature","properties":{"population":1022},"geometry":{"type":"Point","coordinates":[4.756039448728531,49.50851264131914]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[7.143634642625988,48.892034480935368]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[5.784685028894208,46.95301178623285]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[1.493528035755606,47.03868246881319]}},{"type":"Feature","properties":{"population":1745},"geometry":{"type":"Point","coordinates":[4.247785914123761,44.47083660926647]}},{"type":"Feature","properties":{"population":1975},"geometry":{"type":"Point","coordinates":[5.170124099278856,46.6213150495938]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[-0.7872218177950934,44.0336760575258]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[5.452090078351427,47.14537238073449]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[5.137156946646537,49.426735840474787]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[1.8507309533689296,42.895310737137169]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[7.3011972139197038,47.62035790937827]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[3.644549264206322,48.61887817351695]}},{"type":"Feature","properties":{"population":1509},"geometry":{"type":"Point","coordinates":[2.592273551198376,50.466175650245308]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[5.4965584833879,46.65956218296624]}},{"type":"Feature","properties":{"population":846},"geometry":{"type":"Point","coordinates":[0.32218349063669718,47.21284494021356]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[0.14275355202458588,45.49668229116674]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[5.518122518405871,49.42100905625507]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[3.9243177804886408,43.728543760801617]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[0.7500888241972308,48.0025509940187]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[6.396707985579862,48.41611819177978]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[0.6248548964108034,49.4587884523807]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[9.011621948382457,41.524966301772469]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[6.616605646444579,48.44490012150186]}},{"type":"Feature","properties":{"population":1025},"geometry":{"type":"Point","coordinates":[-1.993522855600262,48.21577061110753]}},{"type":"Feature","properties":{"population":1130},"geometry":{"type":"Point","coordinates":[3.2687647642221817,46.04400120229242]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[4.856997422577535,49.06669288347161]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[-4.084392750633479,48.60989390528239]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[0.5527214113196399,47.63097978364122]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[2.4278137804680606,44.006902405062]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[-0.030028532662887979,43.38517174118287]}},{"type":"Feature","properties":{"population":577},"geometry":{"type":"Point","coordinates":[0.7319456951349936,46.469790174787217]}},{"type":"Feature","properties":{"population":1308},"geometry":{"type":"Point","coordinates":[0.9659059653115903,48.88221992246859]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[2.346281761728006,43.84403500845108]}},{"type":"Feature","properties":{"population":958},"geometry":{"type":"Point","coordinates":[2.993177571292319,48.85902665388455]}},{"type":"Feature","properties":{"population":450},"geometry":{"type":"Point","coordinates":[0.4411847154120343,43.11701674105379]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[-0.03743177037790224,47.13584097667573]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[0.6864363168484339,49.1734177845178]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[4.0464784196475709,45.322031060939]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[6.430574700908092,48.44740666235779]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[2.891506579154156,45.631169600214899]}},{"type":"Feature","properties":{"population":1344},"geometry":{"type":"Point","coordinates":[0.028541166162075018,44.506750222876437]}},{"type":"Feature","properties":{"population":1604},"geometry":{"type":"Point","coordinates":[4.019928027107209,45.83103994203596]}},{"type":"Feature","properties":{"population":1636},"geometry":{"type":"Point","coordinates":[1.6076569616160835,44.94072090274307]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[0.11115605811909585,46.2315276823361]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[2.8918626673038978,47.27097777726755]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[-0.16774618386981064,43.447111581006627]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[1.7553962191608197,43.42532019471709]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[7.12597904972914,48.77980896761905]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[5.4933112008645239,46.33676933956952]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[6.348414376920529,47.420183543281577]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[4.6419490447861719,47.30039873724989]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[3.9264334335914716,45.448834082435308]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[5.943632099791634,46.79104132373018]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[3.4452306091810378,49.19946127327444]}},{"type":"Feature","properties":{"population":1518},"geometry":{"type":"Point","coordinates":[-2.3702073739728055,47.71494961418988]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[5.742853274156905,44.8827133204546]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[5.114389981883949,46.87066885271936]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.1374901589995897,44.795082521821118]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[2.0798066419933858,46.19058963347989]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[2.1717303631344615,45.37265863270005]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[4.671819237307468,48.74080684956461]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[0.0796238171999377,48.67362950130736]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[2.223856277609122,49.61912176268957]}},{"type":"Feature","properties":{"population":574},"geometry":{"type":"Point","coordinates":[1.901311854673841,45.83788866772975]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[5.083713201617018,47.63691564648509]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[7.061299557204084,48.448569457607337]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[3.8282793501869545,45.47671496374105]}},{"type":"Feature","properties":{"population":1149},"geometry":{"type":"Point","coordinates":[3.553863621961408,49.53826134546094]}},{"type":"Feature","properties":{"population":3060},"geometry":{"type":"Point","coordinates":[-1.0554538306311193,45.69359818226385]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[2.219353458124774,49.59001613423924]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[6.6933704555269799,48.19646704736545]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[4.536657600618053,44.25700559677092]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[6.2353769907215199,47.3615787120159]}},{"type":"Feature","properties":{"population":1234},"geometry":{"type":"Point","coordinates":[0.42026172112702056,49.5923357956353]}},{"type":"Feature","properties":{"population":1164},"geometry":{"type":"Point","coordinates":[0.3340237011211784,49.715563494222809]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[9.35288824134121,42.47373660653586]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[5.023337093711147,46.55691262607329]}},{"type":"Feature","properties":{"population":579},"geometry":{"type":"Point","coordinates":[5.852241275624026,45.67651006563023]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[5.512062374517291,49.13868841996273]}},{"type":"Feature","properties":{"population":2205},"geometry":{"type":"Point","coordinates":[4.6417762417249499,44.055065784805488]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[3.8800063694807305,50.01767613223838]}},{"type":"Feature","properties":{"population":3268},"geometry":{"type":"Point","coordinates":[1.0226353492582483,48.472778635995698]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[6.056813959871553,46.747222937091368]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[-2.768012057589756,48.11077847530074]}},{"type":"Feature","properties":{"population":3101},"geometry":{"type":"Point","coordinates":[0.44136436060145947,45.82399861934171]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[-0.36099294285730906,43.65268252883314]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[2.9247446655169768,50.055923840902888]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[-0.6805316511815251,46.56510803665814]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[3.759932530244965,49.357001525134467]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[5.725502866842526,46.869953399972917]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[6.6353642459691379,44.724618634867159]}},{"type":"Feature","properties":{"population":1552},"geometry":{"type":"Point","coordinates":[2.386513541253047,47.16105816037359]}},{"type":"Feature","properties":{"population":1449},"geometry":{"type":"Point","coordinates":[-1.4432235335660285,46.5585798859258]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[3.7794278633542999,49.765421223045048]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[1.6252317203438805,46.62613613769465]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[-0.022507973371345154,44.62692639016554]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[-0.08017510866321989,44.193007067072567]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[-0.14067227490863982,43.57646327836711]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[4.939669938558085,44.67539370531552]}},{"type":"Feature","properties":{"population":1098},"geometry":{"type":"Point","coordinates":[-1.015715425258479,47.951658561121998]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[2.8867527457066908,46.02539594684154]}},{"type":"Feature","properties":{"population":1423},"geometry":{"type":"Point","coordinates":[-4.411216697824776,48.57546833249115]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[4.775567773899863,48.378506810617007]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[2.163560130781653,47.0948558323213]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[4.526615149676838,46.402613410741817]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[4.466202168261435,47.377746045461]}},{"type":"Feature","properties":{"population":4294},"geometry":{"type":"Point","coordinates":[2.689857418291922,42.69934631758148]}},{"type":"Feature","properties":{"population":1189},"geometry":{"type":"Point","coordinates":[1.9154725729513409,43.98652568414174]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[0.6023943713617452,43.0155555425686]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[1.631529415399801,43.52035478109253]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[-0.03299691611680612,44.806650307634047]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[7.451702947731251,48.02558625032941]}},{"type":"Feature","properties":{"population":1126},"geometry":{"type":"Point","coordinates":[7.948514997869655,48.98875232182068]}},{"type":"Feature","properties":{"population":1435},"geometry":{"type":"Point","coordinates":[2.4156124219865768,47.979888001409829]}},{"type":"Feature","properties":{"population":1258},"geometry":{"type":"Point","coordinates":[2.8714425199246538,43.32957856020799]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[2.6766225565388237,50.04631325235531]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[5.81729892538829,47.485391912316227]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[0.11086064295997866,43.36005974499932]}},{"type":"Feature","properties":{"population":4251},"geometry":{"type":"Point","coordinates":[8.836638745136643,41.93522268111896]}},{"type":"Feature","properties":{"population":3225},"geometry":{"type":"Point","coordinates":[6.136895511895824,47.59345785280075]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[-0.28197383693116848,43.37667492132348]}},{"type":"Feature","properties":{"population":1396},"geometry":{"type":"Point","coordinates":[-0.5191642484604285,45.8147276368157]}},{"type":"Feature","properties":{"population":749},"geometry":{"type":"Point","coordinates":[-1.2458084758755657,43.306150670808388]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[-0.5751050530165225,46.20122974256178]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[3.1770930983927179,49.147178274219957]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[2.218878822010302,45.5637992168065]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[4.246762092141495,49.42066423544947]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[2.249142653007169,50.46637899760484]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[1.0352849762616963,42.998115229085147]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[0.6395487386838263,43.49450058182801]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[1.6169297256007005,46.47137975451831]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[1.4767103520234526,49.960567274666]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[7.935929540558655,48.958348676294409]}},{"type":"Feature","properties":{"population":1446},"geometry":{"type":"Point","coordinates":[6.136988782917185,47.331189659561719]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[2.3055511855058428,44.04670451912665]}},{"type":"Feature","properties":{"population":20},"geometry":{"type":"Point","coordinates":[0.26217711629546006,43.33528775125955]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[2.8356679825593376,50.02263570615456]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[-1.6372273853353215,49.347158344600618]}},{"type":"Feature","properties":{"population":1078},"geometry":{"type":"Point","coordinates":[2.265283993890225,44.592816955075708]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[0.11771644083283772,43.725556054038658]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[3.3416754825576358,49.42735332043733]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[0.6706366991434185,49.710621710637479]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[3.4752262422732604,49.17124651919026]}},{"type":"Feature","properties":{"population":2586},"geometry":{"type":"Point","coordinates":[2.456755102425539,49.37819973842746]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[2.531348810575888,50.314120335419108]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[5.520829009235628,47.147996278884189]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[5.0048051955819059,49.07897797793341]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[1.6735625053891544,49.24600004030925]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.333109872662408,48.80781601825594]}},{"type":"Feature","properties":{"population":660},"geometry":{"type":"Point","coordinates":[1.5304446142704014,49.017111305719819]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[6.419547449031011,44.432230897771869]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[1.619465201173792,50.12867895449049]}},{"type":"Feature","properties":{"population":2881},"geometry":{"type":"Point","coordinates":[0.24056925299543548,46.650140424329418]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[0.4418944543371697,43.08324466513918]}},{"type":"Feature","properties":{"population":1167},"geometry":{"type":"Point","coordinates":[-0.6961854264250532,46.8630942933766]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[0.7448712250702656,48.874560649559388]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[6.344494889573986,47.03664571976842]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[3.6546981313402715,48.44127645762156]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[2.0231970829102505,50.43382121126521]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[4.86774997188047,44.58759680495183]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[2.119739732242553,44.01006016292365]}},{"type":"Feature","properties":{"population":1153},"geometry":{"type":"Point","coordinates":[6.865736243795855,47.60354193983293]}},{"type":"Feature","properties":{"population":1092},"geometry":{"type":"Point","coordinates":[0.37770107065719496,44.612211048682237]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[2.402341289995954,49.96584553382846]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[1.9710303881691416,43.61145514539382]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[2.0748592633101845,50.323311839455339]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[0.5022397143268405,47.88015718871534]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[1.8243301221994195,47.255824556282188]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[-0.5997368962257184,49.142227191213688]}},{"type":"Feature","properties":{"population":3828},"geometry":{"type":"Point","coordinates":[2.21300762864577,48.55036156582955]}},{"type":"Feature","properties":{"population":1740},"geometry":{"type":"Point","coordinates":[3.277420247351638,45.744357437136269]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[5.142788200776327,49.203397492393289]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.235658167765711,47.00968454131265]}},{"type":"Feature","properties":{"population":574},"geometry":{"type":"Point","coordinates":[0.28279454248250415,49.10509754335142]}},{"type":"Feature","properties":{"population":1471},"geometry":{"type":"Point","coordinates":[0.9232482978653976,49.60882283715881]}},{"type":"Feature","properties":{"population":1123},"geometry":{"type":"Point","coordinates":[3.843509913009451,45.92354078338072]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[6.3742124126908969,47.61883837457132]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[4.114704288179648,47.89997426397237]}},{"type":"Feature","properties":{"population":762},"geometry":{"type":"Point","coordinates":[4.8507132416794829,44.60894802704225]}},{"type":"Feature","properties":{"population":1289},"geometry":{"type":"Point","coordinates":[-0.4331642079457068,43.396032674142698]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[5.702836725520479,46.73425328123543]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[-0.6810652496520007,43.57373484215209]}},{"type":"Feature","properties":{"population":1195},"geometry":{"type":"Point","coordinates":[4.431576034956434,44.44487607112353]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[6.422974393515196,47.09435600725592]}},{"type":"Feature","properties":{"population":3339},"geometry":{"type":"Point","coordinates":[-3.9386070348314377,47.95983979285412]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[4.804138900292821,49.78641461163049]}},{"type":"Feature","properties":{"population":806},"geometry":{"type":"Point","coordinates":[7.071465128474581,48.028054604708199]}},{"type":"Feature","properties":{"population":1658},"geometry":{"type":"Point","coordinates":[3.2123015928011604,50.268797613197637]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[5.974684529187212,44.74806429589958]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[6.066410962750059,47.87547212623842]}},{"type":"Feature","properties":{"population":1032},"geometry":{"type":"Point","coordinates":[-1.3666202455029649,48.33840246283606]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[0.9513642508429722,48.298114067427118]}},{"type":"Feature","properties":{"population":4034},"geometry":{"type":"Point","coordinates":[1.9910233800001496,46.574287444100288]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[5.694452343083732,48.56427404080511]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[0.6010240891356015,49.28559004948069]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[0.990337261648154,49.623581183638858]}},{"type":"Feature","properties":{"population":812},"geometry":{"type":"Point","coordinates":[1.3583987481109892,44.42144274803856]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[3.2025581589201068,49.545127549932839]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[4.1985874592594,49.54220907440861]}},{"type":"Feature","properties":{"population":548},"geometry":{"type":"Point","coordinates":[5.460286964846522,47.36664667266517]}},{"type":"Feature","properties":{"population":1383},"geometry":{"type":"Point","coordinates":[2.695644248946145,50.30156226703838]}},{"type":"Feature","properties":{"population":1759},"geometry":{"type":"Point","coordinates":[7.6023910919340189,48.765619176576667]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[3.734443033041399,49.253196276250978]}},{"type":"Feature","properties":{"population":1139},"geometry":{"type":"Point","coordinates":[5.293282486110398,46.067392511633467]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[6.874703836351913,47.28394771369302]}},{"type":"Feature","properties":{"population":3655},"geometry":{"type":"Point","coordinates":[2.8308762130356106,48.97251828703501]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[1.7324838040833249,50.52348082710484]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[4.158536654689347,49.702542759868119]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[7.258323253044681,49.09293694457045]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[6.020678848747852,47.55798121993052]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[4.083478813283908,47.49385370348635]}},{"type":"Feature","properties":{"population":911},"geometry":{"type":"Point","coordinates":[4.459981218869292,45.92529203564764]}},{"type":"Feature","properties":{"population":1242},"geometry":{"type":"Point","coordinates":[6.994025314852951,47.92826199019365]}},{"type":"Feature","properties":{"population":2943},"geometry":{"type":"Point","coordinates":[3.592223908852439,43.68341481815469]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[2.492770274577522,42.66616174657578]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[-1.5279633573372622,48.60345003145809]}},{"type":"Feature","properties":{"population":4799},"geometry":{"type":"Point","coordinates":[-0.2125622767331444,44.442368350436719]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[4.431074569772022,44.11598936734258]}},{"type":"Feature","properties":{"population":1093},"geometry":{"type":"Point","coordinates":[-0.24387631493226964,43.271967403209817]}},{"type":"Feature","properties":{"population":526},"geometry":{"type":"Point","coordinates":[4.338785301043401,46.27894730843596]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[7.476562275264742,48.792338580561189]}},{"type":"Feature","properties":{"population":1880},"geometry":{"type":"Point","coordinates":[-1.2735916639899137,47.03643632509603]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[2.5285382826377944,50.17590435235722]}},{"type":"Feature","properties":{"population":1863},"geometry":{"type":"Point","coordinates":[-4.16618706144551,48.2175983649419]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[2.5395565367189105,44.78443398723234]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.902555209921217,44.867098182327008]}},{"type":"Feature","properties":{"population":1010},"geometry":{"type":"Point","coordinates":[0.9308296283559042,46.85031214417067]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[0.11894793583632825,49.33066572417496]}},{"type":"Feature","properties":{"population":659},"geometry":{"type":"Point","coordinates":[5.631223875287201,49.46553317202659]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[1.0743798622839367,47.65239421475619]}},{"type":"Feature","properties":{"population":1023},"geometry":{"type":"Point","coordinates":[3.127678333168513,44.210967720398247]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[2.203415462943713,43.66593794625225]}},{"type":"Feature","properties":{"population":1933},"geometry":{"type":"Point","coordinates":[6.311526369488325,45.63309426624833]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[0.9871735080906238,49.07396451677765]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[6.171847108014001,48.28661308012195]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[0.8715395242262692,44.34041724250804]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[4.5544180178613049,44.09959044502361]}},{"type":"Feature","properties":{"population":1430},"geometry":{"type":"Point","coordinates":[2.8386150428800818,47.003784060910778]}},{"type":"Feature","properties":{"population":831},"geometry":{"type":"Point","coordinates":[1.042450899899865,49.024793537182528]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[5.376689221461873,44.3302319124337]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[-0.6995586035180001,43.692977662904507]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[3.340719554560038,48.61168010602816]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[3.126537331006678,50.156382871523849]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[5.999391224837154,46.802784937152988]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[4.627194272550697,47.639200052726149]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[4.919793351077217,49.313600136013018]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[5.928277616465738,46.68772992921602]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[2.473996975382021,50.25422186155862]}},{"type":"Feature","properties":{"population":1077},"geometry":{"type":"Point","coordinates":[5.573481976066662,47.29153166610582]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[-0.08664747728928292,44.28962918954339]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[3.335152242523571,50.43375261374416]}},{"type":"Feature","properties":{"population":1417},"geometry":{"type":"Point","coordinates":[2.1052334520113789,48.601429473600138]}},{"type":"Feature","properties":{"population":801},"geometry":{"type":"Point","coordinates":[5.810557126568325,45.17365290459531]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[1.2169152251131819,49.81832112504246]}},{"type":"Feature","properties":{"population":1227},"geometry":{"type":"Point","coordinates":[5.330278746644732,46.38673061095922]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[0.3643228675840451,43.41634753851117]}},{"type":"Feature","properties":{"population":11223},"geometry":{"type":"Point","coordinates":[2.1440547073989975,50.99805983929383]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[5.636087486332877,47.84070500498]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[0.7085378018527986,44.578116804343377]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[1.8848840069752722,43.63887576770531]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[3.2910100970497266,44.95237510303149]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[6.661551417697012,48.26397413102672]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.637175736724966,47.22243326908287]}},{"type":"Feature","properties":{"population":4734},"geometry":{"type":"Point","coordinates":[2.534663783394245,49.27327723144469]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[1.8553484011286173,45.77144087118301]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[-0.5086214498890969,45.1043685880863]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[2.6794393788558716,42.516681342284908]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[2.645017171557788,44.6394280629932]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[3.1540659465187179,49.855197700533057]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[4.965229368071376,45.19891214789986]}},{"type":"Feature","properties":{"population":1362},"geometry":{"type":"Point","coordinates":[6.929450441977924,43.49846007914528]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[-0.22814639412499616,43.56310150589268]}},{"type":"Feature","properties":{"population":2036},"geometry":{"type":"Point","coordinates":[-0.2568685270527286,47.406970583535379]}},{"type":"Feature","properties":{"population":645},"geometry":{"type":"Point","coordinates":[6.375230639073451,49.44150332504465]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[5.5659240514698908,46.52998570805362]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[0.7042517214970879,44.91683010602494]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[5.345270895446441,48.82748748729341]}},{"type":"Feature","properties":{"population":759},"geometry":{"type":"Point","coordinates":[2.4910218287564169,50.15244936110081]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[6.2654495274292369,48.892707212270369]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[1.5653187252489034,46.65210578266101]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[1.18328300765377,42.753855815073539]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[3.3845610963071008,49.53327124758787]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[4.500814398641609,47.301370857499318]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[2.4224112883289314,45.81778714147286]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[6.972403306694499,47.57890943337759]}},{"type":"Feature","properties":{"population":1235},"geometry":{"type":"Point","coordinates":[1.6434814608583095,50.064566171754368]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[4.33554827544043,47.74217549446899]}},{"type":"Feature","properties":{"population":1602},"geometry":{"type":"Point","coordinates":[3.109897254062583,49.41083642623109]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[0.6476330235060941,43.254343312206277]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[5.6932835948177,48.122702059005778]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[0.7559532067072856,49.76588333169303]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[6.247520123188546,48.57643387956698]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[2.8268643698900055,48.537894717406739]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[2.960629390147297,47.88825789835747]}},{"type":"Feature","properties":{"population":2228},"geometry":{"type":"Point","coordinates":[7.533401173807613,48.26880469966934]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[6.040345440330745,45.5684743428083]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[4.687723215161335,48.64526018476963]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[1.9439011753303493,49.139218182961119]}},{"type":"Feature","properties":{"population":1086},"geometry":{"type":"Point","coordinates":[3.2453225532674936,48.31202437076214]}},{"type":"Feature","properties":{"population":3529},"geometry":{"type":"Point","coordinates":[2.190078413612519,43.77951911147978]}},{"type":"Feature","properties":{"population":1654},"geometry":{"type":"Point","coordinates":[2.572341351239085,50.52121067391351]}},{"type":"Feature","properties":{"population":2850},"geometry":{"type":"Point","coordinates":[-0.09586726700911222,43.00534525981702]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[2.6491705614934024,45.88322633108768]}},{"type":"Feature","properties":{"population":1207},"geometry":{"type":"Point","coordinates":[2.3235240136064108,49.81392871081648]}},{"type":"Feature","properties":{"population":945},"geometry":{"type":"Point","coordinates":[0.17137155452685053,46.67065022558418]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[1.0187945394317813,43.361575633379079]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[0.2853881297077497,49.722601600990838]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[2.185854400858361,43.07984572462438]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[3.641520909802722,48.84712981861907]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[2.4693437195935865,49.09256770330285]}},{"type":"Feature","properties":{"population":627},"geometry":{"type":"Point","coordinates":[7.373488466719963,44.056317871665708]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[2.6615500301952927,42.65086135544212]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[1.671706943003801,44.90583572574934]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[2.119305865592122,50.119195458959037]}},{"type":"Feature","properties":{"population":1031},"geometry":{"type":"Point","coordinates":[0.25264446081379368,45.044240968371799]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[4.507715523150607,49.576058515204739]}},{"type":"Feature","properties":{"population":1093},"geometry":{"type":"Point","coordinates":[3.924739673393807,50.000164583242739]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[5.896963159201576,47.70965959873369]}},{"type":"Feature","properties":{"population":425},"geometry":{"type":"Point","coordinates":[7.054806769073657,48.94727135998179]}},{"type":"Feature","properties":{"population":2313},"geometry":{"type":"Point","coordinates":[1.9794776354440136,49.74770703330851]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[1.6055289490593688,44.13512385779028]}},{"type":"Feature","properties":{"population":2195},"geometry":{"type":"Point","coordinates":[-0.13270326730131219,48.187542097023428]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[5.498277003738067,47.82321969982949]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[-0.17261846727970546,46.11490357157999]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[6.528466268434312,48.92626316399906]}},{"type":"Feature","properties":{"population":1004},"geometry":{"type":"Point","coordinates":[2.9552170230689618,46.4702526642124]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[3.9302813973766415,45.706689158709199]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[2.274644196628373,45.86138707151681]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[1.8110787161023013,45.84971144931551]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[2.1045795349122868,50.611335616386437]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[0.6080469588807094,43.38788715490741]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[5.562320606876911,43.983752749900528]}},{"type":"Feature","properties":{"population":1509},"geometry":{"type":"Point","coordinates":[3.8958741141700479,49.381418933820309]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[1.6496901603901029,49.452643767925838]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[5.423806044827816,46.32221234878285]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[1.880485778075407,45.455110984604917]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[0.157326968666784,44.230115676986269]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[4.677323428608146,49.6235663789797]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[0.8021394853323202,49.453269410668109]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[6.302307483666292,45.26574197289021]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[-0.5917042681966762,43.58360442274936]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[0.6197465419952779,48.226926951414757]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[5.290080111028135,46.54821691893115]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[1.8887347019277834,50.69594495514548]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[-0.20410979881414793,44.76457432430064]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[2.8841874519441688,49.72195311592605]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[-0.890413824677,43.27426912275024]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[5.554976068271162,46.79494055822387]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[4.182119304173194,49.10908212143338]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[0.8057564186324401,49.816224589603859]}},{"type":"Feature","properties":{"population":1895},"geometry":{"type":"Point","coordinates":[4.113974645290161,48.236855141420118]}},{"type":"Feature","properties":{"population":682},"geometry":{"type":"Point","coordinates":[6.8428947060900529,49.07662974864005]}},{"type":"Feature","properties":{"population":1991},"geometry":{"type":"Point","coordinates":[5.11551829669661,45.538614816007108]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[5.553333770234976,48.21610306343634]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[1.5749110884395726,45.76741103782233]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[2.721927633918078,45.72080398040762]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[4.662879531774561,47.755333869934769]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[4.680953621706884,47.39972017788287]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[2.4469193983909527,50.101567514406138]}},{"type":"Feature","properties":{"population":6910},"geometry":{"type":"Point","coordinates":[-2.7454067694706385,48.4431715463879]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[-0.4523925184592534,45.949423609191168]}},{"type":"Feature","properties":{"population":1122},"geometry":{"type":"Point","coordinates":[1.2528783532601569,49.1806230173741]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[0.2086746144605267,45.568536701695219]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[4.65236292383047,47.24946676954418]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[-0.5926422075891502,43.26312978098738]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[0.5764930601742839,43.13990709835608]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[2.777539546555186,49.020150600683987]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[4.879374217949355,47.45930190448019]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.251474935181792,47.022603980337027]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[6.635728221545461,47.161726954991717]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[0.6933727950628874,45.7439311895426]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[0.07578519128737012,44.479932125238928]}},{"type":"Feature","properties":{"population":2022},"geometry":{"type":"Point","coordinates":[2.7254490452046409,42.70979236196883]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[5.283239111361582,48.81061475306614]}},{"type":"Feature","properties":{"population":3548},"geometry":{"type":"Point","coordinates":[5.365028795016756,48.03728242170327]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[5.722509751938437,46.95889333670294]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[0.5395375762435734,42.848533245955398]}},{"type":"Feature","properties":{"population":1651},"geometry":{"type":"Point","coordinates":[1.7785047110619013,46.866416459393459]}},{"type":"Feature","properties":{"population":591},"geometry":{"type":"Point","coordinates":[-1.394343587293758,49.59271459977833]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[4.063345428028034,50.17373634097156]}},{"type":"Feature","properties":{"population":4322},"geometry":{"type":"Point","coordinates":[5.543768090289142,45.06018534316918]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[4.32812256814254,49.49206776258209]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[7.0972335772469619,48.51367408472789]}},{"type":"Feature","properties":{"population":1818},"geometry":{"type":"Point","coordinates":[-1.1339128815323319,48.28683382902049]}},{"type":"Feature","properties":{"population":3457},"geometry":{"type":"Point","coordinates":[-1.5177227971752905,43.426518937630628]}},{"type":"Feature","properties":{"population":431},"geometry":{"type":"Point","coordinates":[-0.623721788741696,45.66814621975101]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[6.103476816926577,48.25915259626626]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[3.096894756443257,49.88460025798488]}},{"type":"Feature","properties":{"population":1649},"geometry":{"type":"Point","coordinates":[3.484996451924588,50.51270953766917]}},{"type":"Feature","properties":{"population":1346},"geometry":{"type":"Point","coordinates":[1.6723169469415274,42.89565566529475]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[8.957756354814327,42.198998153684197]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[1.4184270587330095,48.15198816404398]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[3.6306071324938196,45.141915870717507]}},{"type":"Feature","properties":{"population":1765},"geometry":{"type":"Point","coordinates":[2.350777811138179,49.06029408585447]}},{"type":"Feature","properties":{"population":1887},"geometry":{"type":"Point","coordinates":[0.9853809716638327,49.25401731331487]}},{"type":"Feature","properties":{"population":3133},"geometry":{"type":"Point","coordinates":[-0.451257775748087,49.18677676098563]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[2.2189773371824366,50.303906906266558]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[0.006364036261999417,47.14184966906726]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[2.9187117694703978,50.28661033928505]}},{"type":"Feature","properties":{"population":615},"geometry":{"type":"Point","coordinates":[4.274815714128686,45.759316916527918]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[5.824226455974237,46.60286848276958]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[4.8515447830218589,44.22778319453203]}},{"type":"Feature","properties":{"population":2121},"geometry":{"type":"Point","coordinates":[2.927611435856874,49.00607852031972]}},{"type":"Feature","properties":{"population":791},"geometry":{"type":"Point","coordinates":[5.764390149505018,45.04815649739198]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[5.5229010610564039,45.810617466141568]}},{"type":"Feature","properties":{"population":597},"geometry":{"type":"Point","coordinates":[6.886281460216887,48.954735557479668]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[2.1771818208687128,49.60202167581717]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[1.534332063301099,48.88993754730155]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[3.8150717111267604,45.21723674800034]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[2.0302854275278885,43.88555516325478]}},{"type":"Feature","properties":{"population":774},"geometry":{"type":"Point","coordinates":[-3.0461440384987537,48.714463811917259]}},{"type":"Feature","properties":{"population":3570},"geometry":{"type":"Point","coordinates":[-1.0699837985973869,49.284848786783069]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[-0.2763976874867567,44.43254463146711]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[2.768554230843723,47.906845043094879]}},{"type":"Feature","properties":{"population":666},"geometry":{"type":"Point","coordinates":[5.464431284403374,45.79993375224987]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[4.59675798504154,44.75732326733845]}},{"type":"Feature","properties":{"population":837},"geometry":{"type":"Point","coordinates":[4.1024568629110969,44.27247260246797]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[9.324920591402636,42.52700929838994]}},{"type":"Feature","properties":{"population":5360},"geometry":{"type":"Point","coordinates":[7.410036173212569,48.489995383662968]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[2.392243219386737,45.6135403764347]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[5.018586817881477,49.60661091337506]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[2.9627377230767388,43.56960181008044]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[3.5073129088684689,47.203471894535869]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[-0.4519262611278611,45.336182109173758]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[6.0323285870973939,48.390354669266738]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[0.509922900772316,49.377089730116669]}},{"type":"Feature","properties":{"population":1171},"geometry":{"type":"Point","coordinates":[-0.6346476702631598,48.05523551957115]}},{"type":"Feature","properties":{"population":635},"geometry":{"type":"Point","coordinates":[-0.7947114805314309,43.17728515342381]}},{"type":"Feature","properties":{"population":1147},"geometry":{"type":"Point","coordinates":[3.995474277171412,46.01372784610586]}},{"type":"Feature","properties":{"population":850},"geometry":{"type":"Point","coordinates":[4.40136724931934,45.681764710894679]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[0.22870665557216145,43.99512409366844]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[-0.6878489224717684,47.726628571477409]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[-0.7214090112120742,49.193961285828788]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[-0.05018996967370768,48.27632783837975]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[5.2643031491849359,46.847091257194687]}},{"type":"Feature","properties":{"population":17},"geometry":{"type":"Point","coordinates":[0.24111709241884272,43.25646762037276]}},{"type":"Feature","properties":{"population":3578},"geometry":{"type":"Point","coordinates":[-0.4722696903108278,44.65446045541967]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[3.8264142915391545,49.24211486895421]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[6.5521115859939569,43.94421213795915]}},{"type":"Feature","properties":{"population":1514},"geometry":{"type":"Point","coordinates":[2.3277879881519745,48.45609845868307]}},{"type":"Feature","properties":{"population":2271},"geometry":{"type":"Point","coordinates":[-0.5846660272484178,46.33728641797914]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[-0.3202982353804564,48.640086646400749]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[1.9211827178599435,49.58022381741355]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[2.1765162791680616,45.77599141552361]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[2.1079260527965406,44.63275818695934]}},{"type":"Feature","properties":{"population":732},"geometry":{"type":"Point","coordinates":[-0.7930422885976793,45.7797686546334]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[3.920198880437924,44.519160752410439]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[4.452219859160002,49.4743661579068]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[0.9151554958774918,44.36262622885093]}},{"type":"Feature","properties":{"population":1476},"geometry":{"type":"Point","coordinates":[4.905282251223863,48.66839304937587]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[0.10390417087739903,49.151154253256468]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[1.1411630818782102,49.77175587627208]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[2.3518878571599086,49.58528491277184]}},{"type":"Feature","properties":{"population":1083},"geometry":{"type":"Point","coordinates":[6.938038742112629,47.54338823482747]}},{"type":"Feature","properties":{"population":2724},"geometry":{"type":"Point","coordinates":[2.3463084981909918,49.74643231866081]}},{"type":"Feature","properties":{"population":1625},"geometry":{"type":"Point","coordinates":[2.743716966413074,47.05383951021139]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[0.7586962011825394,43.994668592119108]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[5.843742664871601,49.20042719152046]}},{"type":"Feature","properties":{"population":1876},"geometry":{"type":"Point","coordinates":[4.243126831079216,45.33502641380857]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[7.0088681493310169,47.723971421898379]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[1.8545199140030664,42.989150613672837]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.254833953880035,49.52131514763013]}},{"type":"Feature","properties":{"population":779},"geometry":{"type":"Point","coordinates":[7.090977079517815,47.719275035666559]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[5.222409250310596,48.16818259831834]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[4.121105921697474,48.615030046977128]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[2.914829852000325,49.610202086899487]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[3.1905339035942767,49.46152002498912]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[1.3252993191162302,44.823411201233977]}},{"type":"Feature","properties":{"population":1309},"geometry":{"type":"Point","coordinates":[2.809266247488114,46.6265667020697]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[1.8621058343607118,48.37686452481]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[1.987048663929082,49.91051018943246]}},{"type":"Feature","properties":{"population":889},"geometry":{"type":"Point","coordinates":[-2.1625741152191675,48.11990988113723]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[0.8626868321361405,48.994129948085859]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[5.03647977919393,48.38182473607573]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[2.5016240701560097,46.987987967108519]}},{"type":"Feature","properties":{"population":6180},"geometry":{"type":"Point","coordinates":[0.974136332853823,47.12042626438312]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[1.2718287519991436,48.84447929060497]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[2.0734364072771664,50.351635011784917]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[5.681987081042649,47.10970129012149]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[1.1479350022139372,42.81774699023153]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[0.827818304227725,42.97771757519042]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[5.9687236826756309,49.02153837579104]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[1.9574273435343,50.49630841570247]}},{"type":"Feature","properties":{"population":753},"geometry":{"type":"Point","coordinates":[6.443406850891995,45.46029668827643]}},{"type":"Feature","properties":{"population":1641},"geometry":{"type":"Point","coordinates":[5.127317607905676,46.09603786541414]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[5.086128086496363,48.80753304208966]}},{"type":"Feature","properties":{"population":1669},"geometry":{"type":"Point","coordinates":[4.634944497058272,46.03486927130633]}},{"type":"Feature","properties":{"population":7476},"geometry":{"type":"Point","coordinates":[-1.475873832136539,43.401619838338259]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[3.0765977767541829,43.6331773318622]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[0.0015902081282072069,49.19355475318249]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[2.859369145348118,46.29927226687396]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[5.653509919448097,44.76039916824789]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[6.124311642283617,47.72205738838652]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[0.938870481434279,42.92645876308701]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[4.549860316603007,45.15646329220591]}},{"type":"Feature","properties":{"population":881},"geometry":{"type":"Point","coordinates":[-4.146349319611182,48.588708252378669]}},{"type":"Feature","properties":{"population":1454},"geometry":{"type":"Point","coordinates":[3.116040969430013,50.056149365302]}},{"type":"Feature","properties":{"population":5008},"geometry":{"type":"Point","coordinates":[-2.6270599289618596,47.56911355154778]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[1.64947499765799,49.110144921148329]}},{"type":"Feature","properties":{"population":2288},"geometry":{"type":"Point","coordinates":[6.066821762969616,49.446385134403069]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[3.644307767047298,46.10706649273442]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[2.234504784596897,50.11829736449254]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[5.437452449835368,46.6973994074381]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[2.512005606845528,46.68975316779098]}},{"type":"Feature","properties":{"population":3814},"geometry":{"type":"Point","coordinates":[3.357350388941993,50.31132206677007]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[3.863731403708377,45.793274200370849]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[1.5803821299013894,45.54071996918297]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[7.084764542250523,47.68274571242316]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[1.456720921077392,43.52465137827152]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[-0.11607014053898758,49.15790400120363]}},{"type":"Feature","properties":{"population":655},"geometry":{"type":"Point","coordinates":[4.741694698358099,45.460257938942479]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[3.221283911203804,48.980256403277909]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[2.1407804600036246,49.889728941054]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[1.2922025122117569,48.315360814647139]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[5.683309658378636,46.767016797362519]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[1.1559832934660833,47.69082308607617]}},{"type":"Feature","properties":{"population":2092},"geometry":{"type":"Point","coordinates":[3.1321338830207696,48.30490641353299]}},{"type":"Feature","properties":{"population":2506},"geometry":{"type":"Point","coordinates":[-1.2710105308926814,46.828352250647849]}},{"type":"Feature","properties":{"population":795},"geometry":{"type":"Point","coordinates":[2.0773569135979588,50.72924723593056]}},{"type":"Feature","properties":{"population":3520},"geometry":{"type":"Point","coordinates":[1.7679323937157743,47.81446121461549]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[1.5556469119407322,49.30764908173016]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.57436182723045,50.18768099537679]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.501851201013965,47.2957010987417]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[-0.07061960309993215,44.41742308513519]}},{"type":"Feature","properties":{"population":4342},"geometry":{"type":"Point","coordinates":[6.30020348532366,43.320580255894018]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[-0.1329939621430289,43.21569761942003]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[1.572822474983413,49.94625962207461]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[2.524754381167241,48.233190445846719]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[5.614298388583673,44.366493834531407]}},{"type":"Feature","properties":{"population":1766},"geometry":{"type":"Point","coordinates":[7.080282148736492,47.85178238433635]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[1.7467778055006059,48.895241364146539]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[4.504411084272814,48.06981166504062]}},{"type":"Feature","properties":{"population":2889},"geometry":{"type":"Point","coordinates":[4.7282032511278289,45.41900339667913]}},{"type":"Feature","properties":{"population":600},"geometry":{"type":"Point","coordinates":[0.04750614408403422,47.79409089143983]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[-0.5812961174284959,45.05256589830101]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[3.906504955702238,46.79936889172801]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[2.8268284466050779,48.30342418301883]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[-0.39566662494217305,43.43905647830053]}},{"type":"Feature","properties":{"population":1173},"geometry":{"type":"Point","coordinates":[2.0397392659858895,42.45910518945037]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[5.785073675771005,48.571125950204358]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[1.7834909000466384,43.27104605400434]}},{"type":"Feature","properties":{"population":820},"geometry":{"type":"Point","coordinates":[7.476241795397653,48.73789118086766]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[6.320835875494326,48.260134545182179]}},{"type":"Feature","properties":{"population":611},"geometry":{"type":"Point","coordinates":[2.6644248982197924,50.377971486822207]}},{"type":"Feature","properties":{"population":1415},"geometry":{"type":"Point","coordinates":[-1.4953754385926024,46.474238060430888]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[6.305568026854982,48.92545366289353]}},{"type":"Feature","properties":{"population":849},"geometry":{"type":"Point","coordinates":[4.056797221881835,49.90752418492373]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[-0.1709210641888045,43.567213768614347]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[1.5864450570603639,43.3347275854126]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[-0.8832979791075191,47.88098655307112]}},{"type":"Feature","properties":{"population":3422},"geometry":{"type":"Point","coordinates":[1.9832534755014125,49.147535810742947]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[1.8679887456255307,50.36732243109349]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[7.814358732268043,49.03898923325141]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[0.5579419285936023,42.739634993583887]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[1.9857289346524017,50.84153086360344]}},{"type":"Feature","properties":{"population":1972},"geometry":{"type":"Point","coordinates":[-1.5734398068785585,48.53105356212391]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[0.7654464242387001,43.550847207617248]}},{"type":"Feature","properties":{"population":1613},"geometry":{"type":"Point","coordinates":[4.86735372494474,46.146962748549508]}},{"type":"Feature","properties":{"population":672},"geometry":{"type":"Point","coordinates":[-0.21193091038023768,43.204725458165949]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[4.598683559099079,48.30653002828917]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[5.726491879471207,46.82382827310959]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[3.8707915851105629,47.492633268196]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[2.5317576649483026,50.156670207809927]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[3.8222065043364159,47.98417417200165]}},{"type":"Feature","properties":{"population":2005},"geometry":{"type":"Point","coordinates":[6.93675837347617,45.48164008707823]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[2.937143591473923,47.79482810497403]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[1.2145093239892778,48.71974223374082]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[1.9168662879724592,49.640316229036297]}},{"type":"Feature","properties":{"population":720},"geometry":{"type":"Point","coordinates":[6.256405069841695,49.13430073231506]}},{"type":"Feature","properties":{"population":6144},"geometry":{"type":"Point","coordinates":[-1.5966404470256717,47.088820135206699]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[3.45612442726811,43.502315526958799]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[6.60281819688688,46.2396601950976]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[2.8589066026097345,44.98352523756624]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[7.3250317167784699,47.57996025110152]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[4.9462288279798349,44.49932123139972]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[2.7658326331659257,45.89636525436492]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[1.4454224377461662,42.93300785514929]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[6.756860381529397,48.90853351633601]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[4.444159540206732,47.47421899969085]}},{"type":"Feature","properties":{"population":5386},"geometry":{"type":"Point","coordinates":[2.378080725895021,49.12316396199292]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[1.8569092911236609,49.11539707556479]}},{"type":"Feature","properties":{"population":2308},"geometry":{"type":"Point","coordinates":[-0.6511617188335361,47.351075638301278]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[0.23103636720574978,49.243877172789769]}},{"type":"Feature","properties":{"population":1781},"geometry":{"type":"Point","coordinates":[2.1316175261892176,50.034205011234188]}},{"type":"Feature","properties":{"population":1686},"geometry":{"type":"Point","coordinates":[5.647174355290628,43.7945729220687]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.903800958743715,48.985327130285309]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[0.48691323517806459,43.31314019065003]}},{"type":"Feature","properties":{"population":598},"geometry":{"type":"Point","coordinates":[4.110941614595842,49.10232160766177]}},{"type":"Feature","properties":{"population":1619},"geometry":{"type":"Point","coordinates":[2.1791840142511744,50.7006274723727]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[8.860948051080195,42.573425385532789]}},{"type":"Feature","properties":{"population":1069},"geometry":{"type":"Point","coordinates":[3.4039944089821816,47.72032739840973]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[0.9129168519613594,43.16589126325067]}},{"type":"Feature","properties":{"population":1393},"geometry":{"type":"Point","coordinates":[8.031811171492525,48.98703132417028]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[0.11053117332984489,47.13951796402159]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[0.17210800549904266,43.462534053563519]}},{"type":"Feature","properties":{"population":1027},"geometry":{"type":"Point","coordinates":[0.7696157032570348,49.36081153703282]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[8.018873707668819,48.9403467902506]}},{"type":"Feature","properties":{"population":905},"geometry":{"type":"Point","coordinates":[2.6338675682987668,46.17038672781461]}},{"type":"Feature","properties":{"population":1067},"geometry":{"type":"Point","coordinates":[1.737208051332519,44.942296875584329]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[5.252533353096035,46.99409049026973]}},{"type":"Feature","properties":{"population":1103},"geometry":{"type":"Point","coordinates":[4.962323675008178,47.26175875550107]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[4.904020778792296,49.06183594190146]}},{"type":"Feature","properties":{"population":924},"geometry":{"type":"Point","coordinates":[1.5887340341052104,43.028496120487918]}},{"type":"Feature","properties":{"population":1038},"geometry":{"type":"Point","coordinates":[-0.2704581304339218,45.723173459471627]}},{"type":"Feature","properties":{"population":843},"geometry":{"type":"Point","coordinates":[1.1415768844723227,44.183061138616647]}},{"type":"Feature","properties":{"population":2200},"geometry":{"type":"Point","coordinates":[7.041758222997226,47.888278519014757]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[2.5587938723481766,49.972126898241267]}},{"type":"Feature","properties":{"population":2412},"geometry":{"type":"Point","coordinates":[4.809737284116197,44.85908646140707]}},{"type":"Feature","properties":{"population":4208},"geometry":{"type":"Point","coordinates":[0.5980100052172728,49.65288577703884]}},{"type":"Feature","properties":{"population":760},"geometry":{"type":"Point","coordinates":[1.535028032193043,48.41601601848296]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[0.9462127144603848,48.64919783347805]}},{"type":"Feature","properties":{"population":1245},"geometry":{"type":"Point","coordinates":[1.3926908983628595,44.19341782821986]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[7.07047796583446,47.64232863844551]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[0.38697251136884089,44.07409063194175]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[-0.6739049441807057,43.755364347624759]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[6.604337449508571,43.915118464523029]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[6.433853322945488,46.03511333183189]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[3.1407694140988249,49.629438524326577]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[6.9784328995651399,47.570759508860408]}},{"type":"Feature","properties":{"population":1520},"geometry":{"type":"Point","coordinates":[5.369476737699474,45.49602736973558]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[0.09666889692726133,46.97281014627626]}},{"type":"Feature","properties":{"population":1336},"geometry":{"type":"Point","coordinates":[1.6783223575727682,43.385273386787918]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[9.010324899496899,41.78749432402406]}},{"type":"Feature","properties":{"population":963},"geometry":{"type":"Point","coordinates":[9.255155230681334,42.44741985771426]}},{"type":"Feature","properties":{"population":1516},"geometry":{"type":"Point","coordinates":[4.462870849926606,45.85409782190858]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[5.8152091298763859,47.590677011692957]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[-0.059405036457698099,45.643110715189219]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[1.9775272334295107,44.51883425004797]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[4.28623396003425,48.21683722969843]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[1.2908773555338602,44.765580675717767]}},{"type":"Feature","properties":{"population":4059},"geometry":{"type":"Point","coordinates":[-0.6135290564823841,46.36924822987371]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[2.41264641311976,45.857544007603937]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[3.2466184123875228,48.43228637101362]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[2.7126962458124757,49.677257286068918]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[2.3782196283636174,50.13614791953802]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[-1.2078573854312423,43.204581893733209]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[1.2004176407628922,46.47632125558215]}},{"type":"Feature","properties":{"population":3565},"geometry":{"type":"Point","coordinates":[2.6833284916373025,42.44426072870739]}},{"type":"Feature","properties":{"population":892},"geometry":{"type":"Point","coordinates":[1.4686850656737125,48.53494062066308]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[2.065244600989766,42.52163033082166]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[0.2569519100238767,44.20735122634374]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[3.9179902505046089,44.71085717330742]}},{"type":"Feature","properties":{"population":1449},"geometry":{"type":"Point","coordinates":[5.429372342773215,49.07939323749135]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[-1.8975768354643794,48.345045005405939]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[6.640240922767535,48.17398256337263]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[6.181189779227616,47.91799197865233]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[2.0144707450416536,49.44951503219452]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[2.471819971029991,49.88790061912438]}},{"type":"Feature","properties":{"population":620},"geometry":{"type":"Point","coordinates":[3.8269300613990127,48.53367690669908]}},{"type":"Feature","properties":{"population":1331},"geometry":{"type":"Point","coordinates":[1.5437303922215949,47.55166400445947]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[2.118424101364624,50.33795932845493]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[6.112002846385117,47.67173048443958]}},{"type":"Feature","properties":{"population":1604},"geometry":{"type":"Point","coordinates":[-0.42845636596834948,49.14795844242498]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[1.8055055015525894,49.55625172453854]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[5.817725796664428,46.82514092715835]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[-0.21920713314172567,44.816988021493639]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[1.9473861353670768,44.46135398004813]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[0.5979490941585526,49.19447131819667]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[3.1874758465511396,49.894017604749617]}},{"type":"Feature","properties":{"population":4299},"geometry":{"type":"Point","coordinates":[1.2699061048891236,44.013389523635868]}},{"type":"Feature","properties":{"population":1371},"geometry":{"type":"Point","coordinates":[0.32373246487649617,46.005887176492759]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[4.061798184883657,48.53404443045975]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[3.202395327560685,48.70660192201008]}},{"type":"Feature","properties":{"population":1259},"geometry":{"type":"Point","coordinates":[4.237732610196832,44.62953884226901]}},{"type":"Feature","properties":{"population":20},"geometry":{"type":"Point","coordinates":[5.78565924362585,46.321656247085908]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[2.0332213837518724,50.73534116389588]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.366908295264553,46.753758008320669]}},{"type":"Feature","properties":{"population":3455},"geometry":{"type":"Point","coordinates":[2.5090804271245594,49.14062270214942]}},{"type":"Feature","properties":{"population":636},"geometry":{"type":"Point","coordinates":[2.028492237293787,45.336814236114268]}},{"type":"Feature","properties":{"population":1016},"geometry":{"type":"Point","coordinates":[5.732941457919583,48.68936098767394]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[0.14999298103507398,46.06517264546663]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[0.6473940080592083,44.9496398078751]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[2.6075167235578928,50.31129577049394]}},{"type":"Feature","properties":{"population":4098},"geometry":{"type":"Point","coordinates":[-1.4207094674788344,48.25843569791144]}},{"type":"Feature","properties":{"population":961},"geometry":{"type":"Point","coordinates":[7.552241148287086,48.344949834570048]}},{"type":"Feature","properties":{"population":337},"geometry":{"type":"Point","coordinates":[2.752694070190614,47.39601394468353]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[3.12135281573472,49.58290785347004]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[5.010647364477393,48.313986464625028]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[1.495878652176212,44.592154055192469]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[1.083408941155503,46.027269940742538]}},{"type":"Feature","properties":{"population":1325},"geometry":{"type":"Point","coordinates":[5.2861630467552509,48.10294421626906]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[3.599401394080792,47.582356926702598]}},{"type":"Feature","properties":{"population":835},"geometry":{"type":"Point","coordinates":[-1.6257918432609715,47.77716189526525]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[3.111796071519077,46.21331910788216]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[1.5490116940804575,50.115035584355918]}},{"type":"Feature","properties":{"population":1031},"geometry":{"type":"Point","coordinates":[7.229334829762167,47.93816907293135]}},{"type":"Feature","properties":{"population":1056},"geometry":{"type":"Point","coordinates":[4.639670719836232,49.799404582221978]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[0.7157568096543142,49.80500254218265]}},{"type":"Feature","properties":{"population":971},"geometry":{"type":"Point","coordinates":[4.688239263128794,44.15415116148349]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[2.4159067902324407,45.89689434593778]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[4.64122097536563,49.33213060720372]}},{"type":"Feature","properties":{"population":4631},"geometry":{"type":"Point","coordinates":[-0.47159604280393926,47.39212779383446]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[5.562547559580719,49.323623351661719]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[1.1272132824235646,45.11266227060093]}},{"type":"Feature","properties":{"population":271},"geometry":{"type":"Point","coordinates":[2.9043791800167915,46.41132004275498]}},{"type":"Feature","properties":{"population":1147},"geometry":{"type":"Point","coordinates":[5.479932179471355,45.250496595897427]}},{"type":"Feature","properties":{"population":5816},"geometry":{"type":"Point","coordinates":[-0.18347320496182277,44.988266588376998]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[4.474245616418029,48.33389057788305]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[3.702198784235841,46.32755162320573]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[5.740427594565291,49.127390971628688]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[2.4670529418983477,50.174350747113297]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[2.775462088093547,49.89912764925778]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[1.6047899299435629,42.904028498926127]}},{"type":"Feature","properties":{"population":1863},"geometry":{"type":"Point","coordinates":[1.2163995670586374,49.48726053991469]}},{"type":"Feature","properties":{"population":856},"geometry":{"type":"Point","coordinates":[-0.5640939165175156,44.12620835430704]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[2.4994473415171418,49.970639630761997]}},{"type":"Feature","properties":{"population":6881},"geometry":{"type":"Point","coordinates":[-2.3128785953017818,47.32326491703392]}},{"type":"Feature","properties":{"population":2103},"geometry":{"type":"Point","coordinates":[-1.1131855497210735,46.2486713027592]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[2.4645030374098608,50.0451710157901]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[0.4077848414424385,48.660505760689307]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[1.9668316800116748,45.95186436037677]}},{"type":"Feature","properties":{"population":607},"geometry":{"type":"Point","coordinates":[7.928929896499426,49.00478991716881]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[1.935540481743134,44.49397257883208]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[6.16542591928235,48.457937351619609]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[7.108589996925151,47.601784326180737]}},{"type":"Feature","properties":{"population":957},"geometry":{"type":"Point","coordinates":[1.8777186257864645,48.78333658457284]}},{"type":"Feature","properties":{"population":1010},"geometry":{"type":"Point","coordinates":[0.36154525131223239,44.2176363731351]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[2.411017935055942,50.32313424385848]}},{"type":"Feature","properties":{"population":2208},"geometry":{"type":"Point","coordinates":[-2.280742313921347,48.523912657872369]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[6.424051121595403,48.7686408064498]}},{"type":"Feature","properties":{"population":1344},"geometry":{"type":"Point","coordinates":[-0.7206032101163333,43.99573752870765]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[-1.4398872005209363,49.22807074656214]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[1.4369162445162647,47.248895629853]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[3.428005757370496,49.693768067221359]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[4.24369607239928,48.885585212248169]}},{"type":"Feature","properties":{"population":1337},"geometry":{"type":"Point","coordinates":[-2.4150981681519756,48.05189979753223]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[5.766170023115829,49.35707156014926]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[6.875225813195393,44.779642447072237]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[0.46939318179789499,44.08030997675476]}},{"type":"Feature","properties":{"population":2587},"geometry":{"type":"Point","coordinates":[5.636749071133291,45.37958785693456]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[-0.1128076056275089,43.31055733048557]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[-0.0474627099146707,48.85007017357899]}},{"type":"Feature","properties":{"population":1448},"geometry":{"type":"Point","coordinates":[6.087761249920515,48.589506051226397]}},{"type":"Feature","properties":{"population":6000},"geometry":{"type":"Point","coordinates":[2.5367267294478288,44.30509322851952]}},{"type":"Feature","properties":{"population":1799},"geometry":{"type":"Point","coordinates":[3.330926071060393,45.37264915781785]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[6.60851187297761,46.2834500962035]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[2.2847128733316177,50.40943083046965]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[-0.6133781834263419,48.359042862751298]}},{"type":"Feature","properties":{"population":3393},"geometry":{"type":"Point","coordinates":[-0.43217701042595277,44.8543153656774]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[2.443091021437812,42.76362699096449]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[-0.25198135082336739,43.36165412731884]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[1.5285131454235846,49.75889730544075]}},{"type":"Feature","properties":{"population":474},"geometry":{"type":"Point","coordinates":[-0.11099339043676883,45.14600867609562]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[0.2509816871170748,48.348662956312718]}},{"type":"Feature","properties":{"population":977},"geometry":{"type":"Point","coordinates":[1.7284625454620939,48.622822240400427]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[3.683890801050022,46.770558691063417]}},{"type":"Feature","properties":{"population":1948},"geometry":{"type":"Point","coordinates":[5.584419486401945,43.42196250160208]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[0.7013761578646728,45.43662214426552]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[2.19540594968225,43.737086215852418]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[2.4662323736679947,42.862190013690497]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[2.785046009346542,49.980443989844157]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[5.037242060374193,45.95318360303714]}},{"type":"Feature","properties":{"population":24165},"geometry":{"type":"Point","coordinates":[2.5038121835612725,48.90873809535031]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[-0.007340496853749914,43.31811407074068]}},{"type":"Feature","properties":{"population":1822},"geometry":{"type":"Point","coordinates":[2.5087242679582459,48.377326616618699]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[3.00793232934425,50.16722714531239]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[5.444637195848383,44.46646968671211]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[0.7800578672845905,47.699059086292027]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[5.506122900403478,46.78338161259558]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[3.176844699185273,49.59972352604466]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[-3.0159599286228797,48.26414648578343]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[2.6583058372296266,42.95740482264762]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[-0.7319410056942529,43.258169773668999]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[-1.169335642668522,46.0197579400815]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[0.12752120841456894,43.14262546738869]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[0.1530008679105279,48.83579263081706]}},{"type":"Feature","properties":{"population":981},"geometry":{"type":"Point","coordinates":[5.807580296821756,49.31888482850503]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[2.797857502133326,43.14620254314158]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[2.532205207693056,43.375825381757049]}},{"type":"Feature","properties":{"population":1100},"geometry":{"type":"Point","coordinates":[1.6751614163501457,50.36785924291021]}},{"type":"Feature","properties":{"population":752},"geometry":{"type":"Point","coordinates":[2.866465784595568,49.560024095383308]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[2.8638469232204866,49.64978706138736]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[4.659667043184229,46.92328566530773]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[0.8276990286962593,45.60037573225155]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[3.8508681629704184,46.54351156547851]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[5.726259827715717,48.096309034853977]}},{"type":"Feature","properties":{"population":1592},"geometry":{"type":"Point","coordinates":[0.7560692016440883,44.27769016825445]}},{"type":"Feature","properties":{"population":537},"geometry":{"type":"Point","coordinates":[1.9361424798619694,50.6775189867357]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[2.934775147620921,48.1477141841417]}},{"type":"Feature","properties":{"population":3794},"geometry":{"type":"Point","coordinates":[-1.4276805092718837,46.90705584374133]}},{"type":"Feature","properties":{"population":897},"geometry":{"type":"Point","coordinates":[1.4103920282802532,49.17364895782183]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[4.780635135783115,49.05707998397908]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[6.854472848946721,47.410553036454917]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[-0.4832302207228393,45.86150326698158]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[4.710168417128533,46.309651907346587]}},{"type":"Feature","properties":{"population":1649},"geometry":{"type":"Point","coordinates":[-1.5711391357134575,48.23496164901936]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[0.9982627372698503,49.670274146322558]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[0.5424137181035975,43.14772574220357]}},{"type":"Feature","properties":{"population":1073},"geometry":{"type":"Point","coordinates":[-0.5595804515554377,46.64766841858101]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[4.682920855826008,48.2701912004055]}},{"type":"Feature","properties":{"population":829},"geometry":{"type":"Point","coordinates":[4.899515049885286,45.95985362113635]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[4.553968585531152,45.53409955007869]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[5.984450412359537,47.906715578311928]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[1.4811336117811514,49.761792326120218]}},{"type":"Feature","properties":{"population":1560},"geometry":{"type":"Point","coordinates":[2.230876800596632,46.18706537786186]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[6.3560042887862899,48.81821389259785]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[0.8418679223735371,43.42063564733824]}},{"type":"Feature","properties":{"population":741},"geometry":{"type":"Point","coordinates":[1.473987993131923,47.22104251807111]}},{"type":"Feature","properties":{"population":1090},"geometry":{"type":"Point","coordinates":[0.6992638940983531,44.16510724446625]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.656684938535221,48.5765220342386]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[5.680851384635539,46.18556736000863]}},{"type":"Feature","properties":{"population":408},"geometry":{"type":"Point","coordinates":[-0.9350372531617052,48.1208276831954]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[6.259021799485106,48.55444861741435]}},{"type":"Feature","properties":{"population":976},"geometry":{"type":"Point","coordinates":[7.185237809427135,49.04610571135542]}},{"type":"Feature","properties":{"population":1491},"geometry":{"type":"Point","coordinates":[7.206498044192175,48.44812300806541]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[1.5338877376360856,43.433720873456959]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[3.447827629958821,49.43367304766191]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[5.963912287667917,44.89018764714705]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[2.5050981930928808,49.655464725040129]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[3.775011006263132,48.70532711284496]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[2.6936150998392387,43.489029560866]}},{"type":"Feature","properties":{"population":1444},"geometry":{"type":"Point","coordinates":[7.3755020752939199,48.97467600343746]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[1.6441869685707087,49.80984260502843]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[3.1741680394856837,49.28992911413949]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[-0.6238816053540317,49.27201297963217]}},{"type":"Feature","properties":{"population":1099},"geometry":{"type":"Point","coordinates":[-1.6652075445868305,49.51780814536199]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[2.8943265351379248,48.14525600420563]}},{"type":"Feature","properties":{"population":898},"geometry":{"type":"Point","coordinates":[2.8290507486961369,49.531950474624199]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[4.166150169703954,46.58292827741155]}},{"type":"Feature","properties":{"population":860},"geometry":{"type":"Point","coordinates":[3.434471497080787,50.19389852217912]}},{"type":"Feature","properties":{"population":716},"geometry":{"type":"Point","coordinates":[2.314925141293381,44.24761622602479]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[4.620371561151155,47.13026906969117]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[-0.8755235112647581,45.56006296162792]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[1.7549793458556538,43.123800211073767]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[0.8175266667066865,48.7250590274114]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[2.2081001735117939,46.1250255614578]}},{"type":"Feature","properties":{"population":1124},"geometry":{"type":"Point","coordinates":[1.951404082116338,43.947532845455999]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[1.0310321518274713,43.99411708514305]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[5.073819427711999,45.386665859827697]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[2.648376092251152,47.2620914751814]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[5.418040266583396,49.545701267858969]}},{"type":"Feature","properties":{"population":460},"geometry":{"type":"Point","coordinates":[-0.2516455282579771,43.0896501581598]}},{"type":"Feature","properties":{"population":3352},"geometry":{"type":"Point","coordinates":[7.524282492884088,48.48528958705233]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[0.9662780906695383,42.92071245600303]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[4.300334228912543,46.475932533691068]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[2.4073876208820819,44.71925529687719]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[-1.0088407748135764,43.46549743087685]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[4.41956890403866,44.61190870954073]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.8062517520112505,43.82978382864748]}},{"type":"Feature","properties":{"population":630},"geometry":{"type":"Point","coordinates":[0.7808903934519336,49.09552956816609]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[1.679299946349322,49.809427560623777]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.8093264017887566,45.80117266680068]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[5.204411099916103,46.025825151065919]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[-1.4990614242520637,49.08264268537047]}},{"type":"Feature","properties":{"population":3285},"geometry":{"type":"Point","coordinates":[5.319444678098054,46.18356073784219]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[0.9769756418099924,43.389130589418517]}},{"type":"Feature","properties":{"population":1424},"geometry":{"type":"Point","coordinates":[0.42965242182449367,47.391371545122208]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[4.018893245883227,44.81208022626952]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[0.6698100009796463,49.65841589795875]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[0.23083933706863433,43.07116079574539]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[1.622261716635728,42.83418108569309]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[4.7829552819444,48.29500105493911]}},{"type":"Feature","properties":{"population":1353},"geometry":{"type":"Point","coordinates":[6.5233152525911779,48.1968341817301]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[-0.4440134205887149,49.04467831917361]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[1.5690406274579012,42.98012564984366]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[5.342219260840159,45.04457283928786]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[4.002322355915438,45.542454223847638]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[5.993999180364963,48.305710687441059]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[2.3083776553503068,45.68993126197295]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[3.783050083685007,48.36714097484674]}},{"type":"Feature","properties":{"population":2349},"geometry":{"type":"Point","coordinates":[1.3449466983280634,43.28023637225938]}},{"type":"Feature","properties":{"population":552},"geometry":{"type":"Point","coordinates":[1.9305145432566196,50.83400288036934]}},{"type":"Feature","properties":{"population":537},"geometry":{"type":"Point","coordinates":[-0.09836437436105052,44.61427271639658]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[2.7462107150604919,47.73451934938167]}},{"type":"Feature","properties":{"population":2060},"geometry":{"type":"Point","coordinates":[2.9490823966731978,50.660343802111828]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[5.039572320536074,48.41539486824423]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[2.3497101192271816,44.471211784293227]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[0.6562864999690283,49.18668754701035]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[3.9329892131594685,48.61868852858159]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[1.2953963986635678,44.539006893251528]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[1.6417029081008515,49.24263116280696]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[1.6880159312062884,49.261677861311]}},{"type":"Feature","properties":{"population":735},"geometry":{"type":"Point","coordinates":[0.4698429739644465,44.64528216061662]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[1.887003533942459,42.988851645468077]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[0.9354059791754773,49.10733406212833]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[5.400957057464485,47.95796737982883]}},{"type":"Feature","properties":{"population":2295},"geometry":{"type":"Point","coordinates":[4.8509683777059069,44.8919417349034]}},{"type":"Feature","properties":{"population":1396},"geometry":{"type":"Point","coordinates":[6.231721559804707,49.324416949954898]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[2.647079135383537,49.62520915535073]}},{"type":"Feature","properties":{"population":2772},"geometry":{"type":"Point","coordinates":[-0.9535936681365694,45.867683856754137]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[-0.8110446434555013,43.09906669846379]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[5.208022562453898,48.37100981919293]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[4.21581909832874,46.79668786536397]}},{"type":"Feature","properties":{"population":490},"geometry":{"type":"Point","coordinates":[3.4924766631333794,46.320785618153148]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[5.39675886185306,44.13821456242623]}},{"type":"Feature","properties":{"population":1075},"geometry":{"type":"Point","coordinates":[1.6423433167734359,49.01527364078623]}},{"type":"Feature","properties":{"population":1523},"geometry":{"type":"Point","coordinates":[4.0040816847109099,45.13134924230617]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[0.8323395282582,43.207194487646997]}},{"type":"Feature","properties":{"population":3316},"geometry":{"type":"Point","coordinates":[-2.6962949046290687,47.73158396831817]}},{"type":"Feature","properties":{"population":1587},"geometry":{"type":"Point","coordinates":[7.307036236974552,48.99795851335696]}},{"type":"Feature","properties":{"population":1017},"geometry":{"type":"Point","coordinates":[1.0655668353252433,48.033751334526268]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[4.6289211484520609,47.92068572079581]}},{"type":"Feature","properties":{"population":786},"geometry":{"type":"Point","coordinates":[4.951184453909945,46.41513821733506]}},{"type":"Feature","properties":{"population":1436},"geometry":{"type":"Point","coordinates":[0.3913297042599031,48.13188740865695]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[5.115549786684337,48.55818497769439]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[1.5371794375043047,44.72641517342736]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[2.7174055795828297,49.69066051312914]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[4.082699259207299,45.40497728171685]}},{"type":"Feature","properties":{"population":1970},"geometry":{"type":"Point","coordinates":[2.77640211347131,48.664023414148399]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[3.8716321180036048,48.02475977327568]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[0.3465242532883891,43.48548275125751]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[-0.13999316098837098,43.776121111835269]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[4.012224101649384,49.397282801112179]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[3.469549329539271,47.08556050868454]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[4.811573457986333,47.93943101051327]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[0.481712126804107,44.31866492308975]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[1.310478170250114,48.28350734447878]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[2.2876471995716516,46.568714844489019]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[9.38129706439963,42.254078884469247]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[-0.24296839720250652,49.007792899567679]}},{"type":"Feature","properties":{"population":2396},"geometry":{"type":"Point","coordinates":[4.833022910505667,43.71449505765116]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[7.017566317480722,43.75260080650694]}},{"type":"Feature","properties":{"population":3522},"geometry":{"type":"Point","coordinates":[4.493582209218947,46.79516317409768]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[1.507958898243528,47.75683589948273]}},{"type":"Feature","properties":{"population":1618},"geometry":{"type":"Point","coordinates":[-0.9151699857665159,46.92485880284565]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[4.605970985634492,47.28987095565425]}},{"type":"Feature","properties":{"population":478},"geometry":{"type":"Point","coordinates":[-0.6394127891966273,43.616502655292908]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.107115864997195,46.31003316415301]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[-4.202032981206592,48.49586324912058]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[0.062351308215275878,44.695258093091997]}},{"type":"Feature","properties":{"population":1662},"geometry":{"type":"Point","coordinates":[-0.5284319381027177,49.33380014261228]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[6.2798192602885269,48.991560383738477]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[-0.6819491569253334,49.22750590440216]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[-0.9154836507875598,45.34379230272798]}},{"type":"Feature","properties":{"population":958},"geometry":{"type":"Point","coordinates":[0.2855470378099632,49.08872287293299]}},{"type":"Feature","properties":{"population":1032},"geometry":{"type":"Point","coordinates":[-1.7384320477243843,49.583335328574857]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[3.276545865078787,46.25790285040771]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[3.369236842670535,49.44736089351491]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[1.4880376691877666,43.45045775200588]}},{"type":"Feature","properties":{"population":4877},"geometry":{"type":"Point","coordinates":[4.309393402103337,48.94594833894588]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[7.357623214588854,48.71934695156755]}},{"type":"Feature","properties":{"population":1843},"geometry":{"type":"Point","coordinates":[1.1574637119923717,49.5708203872047]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[6.434112493830744,49.40345056869066]}},{"type":"Feature","properties":{"population":411},"geometry":{"type":"Point","coordinates":[-0.35283985022768857,48.33218063726512]}},{"type":"Feature","properties":{"population":631},"geometry":{"type":"Point","coordinates":[0.7595067140243963,45.58173514289216]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[2.640809492405782,45.84061744016066]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[0.46567149589090459,45.994739281436569]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[1.6066300389897839,43.93357125641819]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[2.4989510355196589,50.20714186507207]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[1.7288666538264224,49.574661312117438]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[6.571481958263279,43.83009888050063]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[3.831001570910083,46.30382885592608]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[6.61545233030623,48.20914255182413]}},{"type":"Feature","properties":{"population":1626},"geometry":{"type":"Point","coordinates":[4.309607736110757,46.288988511110037]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[0.5292467455261991,47.18444411078919]}},{"type":"Feature","properties":{"population":1074},"geometry":{"type":"Point","coordinates":[3.082207281179812,48.966243820186068]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[1.466438185377893,44.16435208083219]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.6181707336821917,50.34627158492801]}},{"type":"Feature","properties":{"population":442},"geometry":{"type":"Point","coordinates":[-0.418985379593559,43.68043327785376]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[5.765240985087973,49.409618599145549]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[4.276181033815872,48.04715110041083]}},{"type":"Feature","properties":{"population":1264},"geometry":{"type":"Point","coordinates":[4.679124055485054,45.927388907564608]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[6.732072547182178,47.42247451282925]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[-0.677578516303348,49.096491277216959]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[3.332159025636014,47.11795811983419]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.819465394669854,47.82510358394377]}},{"type":"Feature","properties":{"population":4274},"geometry":{"type":"Point","coordinates":[-2.645891726227382,48.50304624700679]}},{"type":"Feature","properties":{"population":5870},"geometry":{"type":"Point","coordinates":[7.601857725236711,48.36577143377138]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[-0.5060947700901476,46.082564347629908]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[4.260877213518777,47.08419101306973]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[4.47700471752158,44.09321188785024]}},{"type":"Feature","properties":{"population":718},"geometry":{"type":"Point","coordinates":[0.5660146357714451,49.12907890163419]}},{"type":"Feature","properties":{"population":8727},"geometry":{"type":"Point","coordinates":[-0.5508102823492354,47.70405101901975]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[5.775782031490341,47.62233179188158]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[2.285433969826645,42.77493140167576]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[2.3847834129911167,42.64197532326918]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[5.605794596950468,46.71679893444749]}},{"type":"Feature","properties":{"population":3463},"geometry":{"type":"Point","coordinates":[7.704942623565282,48.381304758844937]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[-0.039028329076559859,48.93039683697452]}},{"type":"Feature","properties":{"population":2420},"geometry":{"type":"Point","coordinates":[-0.5680402173605422,49.113677091523879]}},{"type":"Feature","properties":{"population":1607},"geometry":{"type":"Point","coordinates":[1.5680121428867545,43.5398340506469]}},{"type":"Feature","properties":{"population":3491},"geometry":{"type":"Point","coordinates":[7.258387039016635,47.90362408021722]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[2.985116519345178,49.44524888530467]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[-3.366789660853151,48.09618850437313]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[-0.34118625932759497,45.56117514329256]}},{"type":"Feature","properties":{"population":739},"geometry":{"type":"Point","coordinates":[6.955599632775537,47.50337504530336]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[2.573315393285591,49.896314074559267]}},{"type":"Feature","properties":{"population":2356},"geometry":{"type":"Point","coordinates":[3.127396095840947,50.53922573335829]}},{"type":"Feature","properties":{"population":3870},"geometry":{"type":"Point","coordinates":[-1.9371253794322446,47.81144875348594]}},{"type":"Feature","properties":{"population":1063},"geometry":{"type":"Point","coordinates":[2.5392917652531019,47.688483505298297]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[0.905199366815831,44.74039885836366]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[5.538871283138385,44.807614072895457]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[-0.19508792813400817,43.316720292819869]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[1.0437689031134723,48.15331452508493]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[-0.5030056162887205,48.86513738876165]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[4.436436171672173,48.40126129133956]}},{"type":"Feature","properties":{"population":4285},"geometry":{"type":"Point","coordinates":[1.610261739751082,49.04953147907241]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[-0.28430601671607938,44.862707398740329]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[1.9604679210153034,49.53473423532237]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[6.713536565219356,48.687155495030598]}},{"type":"Feature","properties":{"population":1243},"geometry":{"type":"Point","coordinates":[1.3950119739270548,49.841058256271]}},{"type":"Feature","properties":{"population":1065},"geometry":{"type":"Point","coordinates":[4.60336450065746,46.30614861218591]}},{"type":"Feature","properties":{"population":1321},"geometry":{"type":"Point","coordinates":[0.32668160320506076,47.449784091795049]}},{"type":"Feature","properties":{"population":1195},"geometry":{"type":"Point","coordinates":[6.690284161320595,47.447202985786159]}},{"type":"Feature","properties":{"population":1767},"geometry":{"type":"Point","coordinates":[-4.041829251044551,48.656216678735287]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[4.444053296361867,47.521374579236908]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[2.6032997478730528,46.26366661066733]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[-0.7337744154069511,43.31308596126728]}},{"type":"Feature","properties":{"population":2006},"geometry":{"type":"Point","coordinates":[-3.191479695008462,48.58393524953027]}},{"type":"Feature","properties":{"population":425},"geometry":{"type":"Point","coordinates":[2.77653673254465,45.67150235083523]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[1.4274579823986356,49.37463280772325]}},{"type":"Feature","properties":{"population":2016},"geometry":{"type":"Point","coordinates":[-0.288211132005182,49.2444726569629]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[7.5087494029216439,48.79222511621528]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[5.145902081342815,46.97204252704117]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[0.8074568389684019,45.380803887079128]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[2.7338178396363195,49.50023947180508]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[4.727679970230732,49.62724662899124]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[-3.5370358020712167,48.64795742707059]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[2.408114636743279,49.819149944807978]}},{"type":"Feature","properties":{"population":1891},"geometry":{"type":"Point","coordinates":[6.3844542309715719,46.21920272052614]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[3.401473463120333,45.50777785211153]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[4.751106602094775,48.75508745682324]}},{"type":"Feature","properties":{"population":2569},"geometry":{"type":"Point","coordinates":[0.0717732721411991,47.89349377844983]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[5.693064251115943,49.29720665007845]}},{"type":"Feature","properties":{"population":1579},"geometry":{"type":"Point","coordinates":[-2.2996110652451287,47.64048736026765]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[4.955403105688385,47.159737196147009]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[2.0944153544661527,50.748963152308629]}},{"type":"Feature","properties":{"population":2559},"geometry":{"type":"Point","coordinates":[5.169473847536015,46.00722903910967]}},{"type":"Feature","properties":{"population":5256},"geometry":{"type":"Point","coordinates":[0.8979354423579835,44.10757611631187]}},{"type":"Feature","properties":{"population":845},"geometry":{"type":"Point","coordinates":[0.6256392642654003,43.09074090913903]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[5.2966450196261249,49.490986039049847]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[4.007523414314919,46.35366401310437]}},{"type":"Feature","properties":{"population":1322},"geometry":{"type":"Point","coordinates":[3.382649841715016,48.98448874496519]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[1.970095901125202,45.455289095455167]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[3.016951566402374,49.77122849617143]}},{"type":"Feature","properties":{"population":635},"geometry":{"type":"Point","coordinates":[1.0237331412621927,44.50808137813544]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[4.278378383965387,47.12192224310023]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[0.7398655788590535,43.2219050747565]}},{"type":"Feature","properties":{"population":2219},"geometry":{"type":"Point","coordinates":[2.933043245080145,42.511473721756079]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[2.321240518106114,49.66517030511797]}},{"type":"Feature","properties":{"population":829},"geometry":{"type":"Point","coordinates":[1.83901651609244,47.30856105538347]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[1.9711622875795254,44.54443798878717]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[5.306323232489888,48.58180131583327]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[3.6381733888498797,45.46134286358415]}},{"type":"Feature","properties":{"population":2911},"geometry":{"type":"Point","coordinates":[-1.3460838331806564,48.284929275096448]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[3.9755274255998307,49.084975258602387]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[2.5952561995983935,42.774618039518099]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[4.5312616315854259,49.48933257990582]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[4.127409816817527,45.8874976026594]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[0.12574506370619499,44.38041415496069]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[7.4105537711144129,48.7149355025671]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[3.9925061179558467,47.53982892346661]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[2.2895893645123306,47.44942848554815]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[1.7245502539053864,49.52273783945809]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[3.19138042243898,49.34447955877261]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.3904983421244377,48.82875023055217]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[2.6322180096507008,42.49111536194428]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[1.9729311843281486,49.556675486356208]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[5.607795906272293,49.23844790947276]}},{"type":"Feature","properties":{"population":909},"geometry":{"type":"Point","coordinates":[2.565394639103943,49.32644597567276]}},{"type":"Feature","properties":{"population":507},"geometry":{"type":"Point","coordinates":[3.23547743353203,50.2336371186126]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[-0.8697422254735053,47.918416349250097]}},{"type":"Feature","properties":{"population":3465},"geometry":{"type":"Point","coordinates":[1.2463465379814019,43.391273000869379]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[1.5703030397265632,44.59180930240407]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[4.800157000438289,49.38620886875398]}},{"type":"Feature","properties":{"population":1627},"geometry":{"type":"Point","coordinates":[2.2587263013317528,45.37136174273925]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[5.4338650454417769,47.51617011982333]}},{"type":"Feature","properties":{"population":526},"geometry":{"type":"Point","coordinates":[6.238900332747719,47.58350391593249]}},{"type":"Feature","properties":{"population":3257},"geometry":{"type":"Point","coordinates":[6.770345514793363,47.87892926667302]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[5.195254249965139,45.966359185547378]}},{"type":"Feature","properties":{"population":447},"geometry":{"type":"Point","coordinates":[1.562668420846341,46.894100472387]}},{"type":"Feature","properties":{"population":1331},"geometry":{"type":"Point","coordinates":[5.278407466082191,48.72001800931172]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[4.103384974318782,44.949166000118299]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[6.414506795752426,47.01931627091643]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[1.8988559528937075,49.17409910839862]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[6.95615696818447,47.56417834159766]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[2.7509900706326566,47.348127668810437]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[1.1340444137156594,48.94474782236244]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[1.8167335687973099,43.24614897357698]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[5.732740233780433,47.457491333208199]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[5.103351443003765,44.48928444558497]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.769786699533463,48.377874875295258]}},{"type":"Feature","properties":{"population":1332},"geometry":{"type":"Point","coordinates":[-2.8463802642171118,48.504028689474299]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[0.9014915371501798,42.87352073195553]}},{"type":"Feature","properties":{"population":1128},"geometry":{"type":"Point","coordinates":[-0.7166191019074154,43.793138498980798]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[0.5725273508823585,43.28992006120574]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[-1.243331094816479,47.85482851550462]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[1.8846832160890115,43.22770409167031]}},{"type":"Feature","properties":{"population":1770},"geometry":{"type":"Point","coordinates":[3.124125269322292,50.309936550847137]}},{"type":"Feature","properties":{"population":51},"geometry":{"type":"Point","coordinates":[9.031531813304524,41.700179411676987]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[0.4459975971212245,45.23186890745144]}},{"type":"Feature","properties":{"population":2023},"geometry":{"type":"Point","coordinates":[2.344565290835448,44.19018921807677]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[3.5610225696139268,47.38319997855439]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[1.1166769717931307,46.336716409674689]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[2.2812825107779965,46.14675621114701]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[1.797679385924678,46.118553225178249]}},{"type":"Feature","properties":{"population":1039},"geometry":{"type":"Point","coordinates":[-1.9835032177059787,48.28138932590264]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[4.537792757171648,44.58747831737925]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[5.4167266352755949,48.25099280696935]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[1.9757156199687905,44.485580969431108]}},{"type":"Feature","properties":{"population":1459},"geometry":{"type":"Point","coordinates":[7.481932763126174,47.97363947050456]}},{"type":"Feature","properties":{"population":906},"geometry":{"type":"Point","coordinates":[-3.977499370655763,48.05662929095097]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[3.229941398139138,49.376001195524249]}},{"type":"Feature","properties":{"population":436},"geometry":{"type":"Point","coordinates":[5.679347231996636,45.848333833982049]}},{"type":"Feature","properties":{"population":758},"geometry":{"type":"Point","coordinates":[4.242045037527298,44.03483289370081]}},{"type":"Feature","properties":{"population":1304},"geometry":{"type":"Point","coordinates":[-0.6969444081345836,49.02903955219263]}},{"type":"Feature","properties":{"population":1682},"geometry":{"type":"Point","coordinates":[-0.3522262019031474,46.795517066773637]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[4.307269443562344,49.68511960737753]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[6.24701025368616,47.96217416502909]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[2.4597360370197207,42.74267052089171]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[0.7001653530149461,45.96911697061307]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.7734437550175365,44.01207306618097]}},{"type":"Feature","properties":{"population":755},"geometry":{"type":"Point","coordinates":[3.1919576259247575,50.58217550860407]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[6.29137056820265,47.43584476794889]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[0.9147455526050047,44.64138840856683]}},{"type":"Feature","properties":{"population":1592},"geometry":{"type":"Point","coordinates":[-1.7184247966461924,46.99133767489392]}},{"type":"Feature","properties":{"population":1134},"geometry":{"type":"Point","coordinates":[1.161677122822363,49.072424010647797]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[3.9794518411872468,48.22887906468222]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[6.001282345751552,49.16995200154238]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[2.211289353064114,44.580917355302208]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[6.485506404264361,47.612006644305889]}},{"type":"Feature","properties":{"population":4410},"geometry":{"type":"Point","coordinates":[-4.71822065118956,48.351090653193008]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[1.0273258457234663,48.23656146414066]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[-0.1424176589980411,44.61556406574579]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[0.6602083677049141,43.98315785942524]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[6.990974141069453,48.762457536841768]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[5.591153964481459,49.30376066943875]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[-0.8062448453812382,49.14107146726211]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[1.8154715261872319,50.37055870982943]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[7.234074038151428,48.395256000215947]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[5.489847523864488,48.760724956505899]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[-0.5717448764639012,49.07682360766576]}},{"type":"Feature","properties":{"population":821},"geometry":{"type":"Point","coordinates":[0.12467663829060856,46.303755451892218]}},{"type":"Feature","properties":{"population":652},"geometry":{"type":"Point","coordinates":[5.217196546960402,45.56101393335138]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[1.035281820080572,48.44962415803407]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[2.4336518224750605,44.65178434519087]}},{"type":"Feature","properties":{"population":3224},"geometry":{"type":"Point","coordinates":[-0.2627337732926704,43.175804380665]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[2.280919254072155,50.43462158911924]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[0.2071537941606017,44.19786111622788]}},{"type":"Feature","properties":{"population":833},"geometry":{"type":"Point","coordinates":[6.666565050567772,48.17917209975929]}},{"type":"Feature","properties":{"population":1311},"geometry":{"type":"Point","coordinates":[-0.0876828448552435,44.591365490904717]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[7.333340707880185,47.477506643495619]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[-0.07065823324900685,45.696414271391777]}},{"type":"Feature","properties":{"population":1115},"geometry":{"type":"Point","coordinates":[4.468600637940469,44.01525759682377]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[3.0632097938365816,49.179276644415278]}},{"type":"Feature","properties":{"population":5515},"geometry":{"type":"Point","coordinates":[2.7898514008939996,50.25872547236453]}},{"type":"Feature","properties":{"population":843},"geometry":{"type":"Point","coordinates":[0.2923378012075407,49.166430511539989]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[1.7758868014999343,43.144841657089049]}},{"type":"Feature","properties":{"population":611},"geometry":{"type":"Point","coordinates":[3.9953300326807659,50.16337213167527]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[5.486865490139547,48.91086036721892]}},{"type":"Feature","properties":{"population":1363},"geometry":{"type":"Point","coordinates":[6.380745246482897,46.133251804192187]}},{"type":"Feature","properties":{"population":1109},"geometry":{"type":"Point","coordinates":[5.884683980525454,43.93197962245132]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[5.829369845711301,46.46056953407377]}},{"type":"Feature","properties":{"population":1270},"geometry":{"type":"Point","coordinates":[0.23003301747500874,48.107259088089318]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[-0.025962336684770189,45.77262013821844]}},{"type":"Feature","properties":{"population":2342},"geometry":{"type":"Point","coordinates":[2.6667463711467489,50.5702955194278]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[5.169590004549037,47.11194791703042]}},{"type":"Feature","properties":{"population":1168},"geometry":{"type":"Point","coordinates":[2.2963106091669918,47.130793684872518]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[5.390384357223195,47.00781972625933]}},{"type":"Feature","properties":{"population":978},"geometry":{"type":"Point","coordinates":[1.2190370369985109,48.95819544116491]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[9.410909403967433,42.28214340151268]}},{"type":"Feature","properties":{"population":325},"geometry":{"type":"Point","coordinates":[0.251440326247343,44.61290157645434]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[5.800266553495,48.51919934026985]}},{"type":"Feature","properties":{"population":2109},"geometry":{"type":"Point","coordinates":[2.141482512507298,48.057022786558267]}},{"type":"Feature","properties":{"population":580},"geometry":{"type":"Point","coordinates":[6.44334063903926,49.300447943986707]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[4.567600260727418,48.82548093909606]}},{"type":"Feature","properties":{"population":4350},"geometry":{"type":"Point","coordinates":[4.778456571618787,45.63099226417942]}},{"type":"Feature","properties":{"population":363},"geometry":{"type":"Point","coordinates":[3.5772703718316878,46.209403944039639]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[0.009294969076541255,48.565373655848897]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[7.498490677288762,48.86396976272145]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[4.1034582541949728,50.21425253748242]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[1.5829516966177029,44.38793554886743]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[-0.05436755146955849,44.55116733715914]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[3.1439102149967326,44.86711719501467]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[0.21376456742854778,43.526839306562248]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[4.223749932322043,49.76090906347254]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[4.8865411963913198,44.517724330177667]}},{"type":"Feature","properties":{"population":715},"geometry":{"type":"Point","coordinates":[6.940761387076472,47.787267161020938]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[1.8333403363722519,48.09988138733872]}},{"type":"Feature","properties":{"population":598},"geometry":{"type":"Point","coordinates":[-0.8110756892356199,46.64014397611938]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[0.8140384217211962,48.50490904603008]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[7.385561644295604,49.1440535314864]}},{"type":"Feature","properties":{"population":797},"geometry":{"type":"Point","coordinates":[-2.268656575158593,48.350690600435068]}},{"type":"Feature","properties":{"population":635},"geometry":{"type":"Point","coordinates":[-0.5206060896637991,45.690898584291939]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[2.152066502307927,50.469629773442409]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[3.4801142814757819,44.06375447616237]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[1.3004289696959777,48.86909124057367]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[0.7309364758814102,46.34105688446398]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[1.910433317502183,50.50059256972185]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[0.7090203839859202,43.785802799677437]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[5.62671992968676,45.73703945165644]}},{"type":"Feature","properties":{"population":21},"geometry":{"type":"Point","coordinates":[3.238174539812146,43.81776239876203]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[0.7612433026317412,48.79265018216344]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[3.8770885744633349,48.559093162655738]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[6.187125125166368,48.47435455420072]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[1.7385585363990753,50.362082516430508]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[5.953709105389936,48.325093617432887]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[2.887196205148941,44.53106212683485]}},{"type":"Feature","properties":{"population":872},"geometry":{"type":"Point","coordinates":[2.0367771649594057,43.18675245698893]}},{"type":"Feature","properties":{"population":855},"geometry":{"type":"Point","coordinates":[3.3069641612371156,49.321245151674997]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[-1.2627483388615287,43.18301068403802]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[3.8718359517732385,44.0357002861118]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[-0.7590508447480248,46.428671628585608]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[1.6628607805464158,49.5348362524358]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[0.8874421583926422,44.058613578133527]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[5.896522936722222,46.98909347666803]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[4.726259440664996,47.841867146431237]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[5.695721402967834,49.224375610490408]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[1.0258381094085285,43.46032404379818]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[-0.18785618553560955,43.67544066118887]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[-2.0240694442599604,48.33707249002149]}},{"type":"Feature","properties":{"population":4825},"geometry":{"type":"Point","coordinates":[2.547806059654955,48.70573965964333]}},{"type":"Feature","properties":{"population":1969},"geometry":{"type":"Point","coordinates":[5.890962034600254,45.62699710747629]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[3.49934571724444,48.795576992502997]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[5.360093911703243,45.42320126791171]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[5.804736996045513,47.96939460692555]}},{"type":"Feature","properties":{"population":886},"geometry":{"type":"Point","coordinates":[4.44157768939441,45.57331393759768]}},{"type":"Feature","properties":{"population":1072},"geometry":{"type":"Point","coordinates":[0.2715327775287119,47.109138228976309]}},{"type":"Feature","properties":{"population":405},"geometry":{"type":"Point","coordinates":[4.61329888377562,44.83720563777968]}},{"type":"Feature","properties":{"population":768},"geometry":{"type":"Point","coordinates":[0.9624469001939527,49.6223137409893]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[6.186996506039012,48.50600957692292]}},{"type":"Feature","properties":{"population":1079},"geometry":{"type":"Point","coordinates":[1.5060094909974616,46.280722649713649]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[3.0250880458530755,44.45157254613313]}},{"type":"Feature","properties":{"population":514},"geometry":{"type":"Point","coordinates":[4.033450517802764,47.214429765826547]}},{"type":"Feature","properties":{"population":2783},"geometry":{"type":"Point","coordinates":[5.2993964565716189,45.00677368955037]}},{"type":"Feature","properties":{"population":253},"geometry":{"type":"Point","coordinates":[2.0509612994770887,43.10758021206418]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[0.8170582132174201,48.244393091821859]}},{"type":"Feature","properties":{"population":523},"geometry":{"type":"Point","coordinates":[-4.360776467576675,48.01654368475383]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[1.3842200776294214,48.298730944433447]}},{"type":"Feature","properties":{"population":1791},"geometry":{"type":"Point","coordinates":[2.059030773983106,50.853042342242677]}},{"type":"Feature","properties":{"population":1435},"geometry":{"type":"Point","coordinates":[4.840278472677211,45.21238886487562]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[1.3159045295810819,46.31051492419649]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[1.0622806264621115,44.71332882923979]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[2.613650312446387,48.52320014708246]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[2.428576908207734,48.18782399844063]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[6.661783731424585,44.17243895556907]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[3.9849270046982809,45.45977185398915]}},{"type":"Feature","properties":{"population":1729},"geometry":{"type":"Point","coordinates":[5.416521745602813,46.0893365687456]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[4.763567377656141,47.21141881517504]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[1.9053565454478144,49.53049060111968]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[3.872387307107375,45.467416109150047]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[-0.008530479969190439,46.496201583203248]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[0.5567094280042291,43.738855883182129]}},{"type":"Feature","properties":{"population":353},"geometry":{"type":"Point","coordinates":[3.919145395256712,43.79451728225343]}},{"type":"Feature","properties":{"population":760},"geometry":{"type":"Point","coordinates":[-4.169739865139241,48.436875767259198]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[6.327898896577027,47.234285815285257]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[5.448182086659105,43.829675224108097]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[7.228306533249243,48.86341853696567]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[6.670267610640698,48.39976024262683]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[4.692461013625666,47.148912965954178]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[4.357616260673295,44.8517704080664]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[1.5196300988469103,45.54144889631657]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[2.6415061918259346,44.71701624107294]}},{"type":"Feature","properties":{"population":1193},"geometry":{"type":"Point","coordinates":[-0.3183633327472286,44.82394295309808]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[5.29772679439037,48.05752501375968]}},{"type":"Feature","properties":{"population":1023},"geometry":{"type":"Point","coordinates":[6.501468507602685,43.9718329296365]}},{"type":"Feature","properties":{"population":408},"geometry":{"type":"Point","coordinates":[3.8266421831412167,49.127324511623928]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[2.7928171873984857,44.93528511878197]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[-0.41027214651606638,48.73626661533905]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[1.920964733298826,44.043903002199829]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[0.20599233230648665,42.84909828778192]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.756820384073412,49.46054535557179]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[0.30616117942479195,43.01059122475599]}},{"type":"Feature","properties":{"population":346},"geometry":{"type":"Point","coordinates":[1.9601569202283518,49.618089536124809]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[-1.1630654073756173,49.2090067554416]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[-0.8911070761743686,43.75634044051395]}},{"type":"Feature","properties":{"population":864},"geometry":{"type":"Point","coordinates":[0.00018989123278025663,45.036862173954528]}},{"type":"Feature","properties":{"population":1131},"geometry":{"type":"Point","coordinates":[5.582468683164135,46.393781986723258]}},{"type":"Feature","properties":{"population":2672},"geometry":{"type":"Point","coordinates":[3.3384922709828634,49.647977315820927]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[3.006995833452535,46.20568395820296]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[5.886392760377333,48.3313178758249]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[1.3891196842683514,48.51644095977704]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[1.0458182553909259,44.65413897084398]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[6.858533417374681,43.8718202255044]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[0.6128387031242053,49.70935668388278]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.013180953986644,49.35206272462881]}},{"type":"Feature","properties":{"population":614},"geometry":{"type":"Point","coordinates":[0.9126883596870439,49.68915959171019]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.858566907986842,48.4901310499988]}},{"type":"Feature","properties":{"population":953},"geometry":{"type":"Point","coordinates":[4.688071974586684,45.09948760131713]}},{"type":"Feature","properties":{"population":1277},"geometry":{"type":"Point","coordinates":[2.570464282388709,49.84805150403063]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[1.772433453144873,50.55437284878788]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[3.098755016061558,46.941357639509849]}},{"type":"Feature","properties":{"population":1022},"geometry":{"type":"Point","coordinates":[-1.2398767472118578,48.18412877849822]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[1.9804339871721653,50.148524664067377]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[3.863462478468866,46.93613561882871]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[2.2296081558142628,50.25749647202507]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[6.800224645440646,44.7674661073637]}},{"type":"Feature","properties":{"population":655},"geometry":{"type":"Point","coordinates":[7.2376047732075,47.563255832705859]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[0.1544036378521053,44.00992548884181]}},{"type":"Feature","properties":{"population":2866},"geometry":{"type":"Point","coordinates":[4.847813065584515,44.194260245449587]}},{"type":"Feature","properties":{"population":1118},"geometry":{"type":"Point","coordinates":[3.508978611317682,50.26028039692665]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[5.463028931650103,46.03614608885415]}},{"type":"Feature","properties":{"population":940},"geometry":{"type":"Point","coordinates":[6.017778741723563,45.17058097783947]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[0.7554206577282177,44.215732045506687]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[6.6115122529367,48.73177969799852]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[0.8841872289155818,47.24863512655486]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[3.3125428475729046,47.94958346881744]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[5.9449300561730908,47.794606023930288]}},{"type":"Feature","properties":{"population":713},"geometry":{"type":"Point","coordinates":[1.780189313536104,47.450444221218287]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[-0.1850993736819559,43.654129967268328]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[2.3649912060590796,44.045171654664979]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[6.3274048967753979,45.63775361549635]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[6.008667176908235,47.49547135372833]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[3.2769602070708485,47.31133100066529]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[4.449173889109454,49.17191313246426]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[3.815423187014409,44.033027346677069]}},{"type":"Feature","properties":{"population":2764},"geometry":{"type":"Point","coordinates":[1.662160782542825,47.25210451294913]}},{"type":"Feature","properties":{"population":1767},"geometry":{"type":"Point","coordinates":[3.3832188047323776,46.19270569120623]}},{"type":"Feature","properties":{"population":1201},"geometry":{"type":"Point","coordinates":[-4.6794321407502299,48.035086311196938]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[2.9291069272579088,47.0908435518281]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[5.524806525761003,46.037530481931337]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[3.958107253286073,47.78712146290325]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[1.7551934380794532,46.002777597943218]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[3.8642809836319764,48.48005408254894]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[0.5460409308528876,49.76252944038092]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[2.1770894445219586,50.375667540244759]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[6.640175535916492,47.38127949432926]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[0.87386431731466,44.62265274785931]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[4.8312302333618819,48.8519107993375]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[4.9577518661606689,47.00857935737941]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[4.05593290333724,46.87325155193465]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[1.8763093373050524,49.68098587611461]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[2.792603304541901,46.56164482846833]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[6.2128499492402329,45.668623216139568]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[1.0358059118548507,48.41519447480628]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[3.2096511113158989,46.579092572140769]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[0.3790924336116938,46.016161309615167]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[3.4603191086702775,50.01610586945502]}},{"type":"Feature","properties":{"population":1471},"geometry":{"type":"Point","coordinates":[7.328829906084342,43.68776740268391]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[9.29633022093374,42.62006209827319]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[5.263632944917989,48.000777379597639]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.9817621742885187,47.593641674599229]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[1.5403243885813017,44.38931394688693]}},{"type":"Feature","properties":{"population":1557},"geometry":{"type":"Point","coordinates":[4.051022534733634,44.01240682693735]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[6.514373704312734,47.513267292226718]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[7.418089246060307,49.13205262592314]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[1.7190263135519069,50.88425264511572]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[2.802082801153818,50.18389566170214]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[3.438698242346195,49.40287035809386]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[6.836709701951484,48.53353517421001]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[2.5261521077585078,42.61551272743404]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[2.4186336522071567,50.73423787337839]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[0.311880175279941,43.38156167176983]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[1.2974350486922149,49.414265961272459]}},{"type":"Feature","properties":{"population":594},"geometry":{"type":"Point","coordinates":[3.929490360858136,44.44462866317473]}},{"type":"Feature","properties":{"population":907},"geometry":{"type":"Point","coordinates":[0.07490205991425737,47.07398430515623]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[7.638652380018197,48.80087058214185]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[-0.462637687369301,48.111998730806067]}},{"type":"Feature","properties":{"population":4822},"geometry":{"type":"Point","coordinates":[0.055851854946330079,43.391364050024609]}},{"type":"Feature","properties":{"population":868},"geometry":{"type":"Point","coordinates":[0.8165016451687404,46.917704348134979]}},{"type":"Feature","properties":{"population":3247},"geometry":{"type":"Point","coordinates":[1.2537301357671196,49.334851845158919]}},{"type":"Feature","properties":{"population":1195},"geometry":{"type":"Point","coordinates":[1.7478274120695457,43.75548175255195]}},{"type":"Feature","properties":{"population":1193},"geometry":{"type":"Point","coordinates":[1.0937616028693629,49.85997603500839]}},{"type":"Feature","properties":{"population":1835},"geometry":{"type":"Point","coordinates":[-2.3863896567783287,47.76939711097225]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[3.5302634424275869,48.09570324715943]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[1.6621309188817737,48.72032851885587]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[0.47336663605180409,43.234893589719558]}},{"type":"Feature","properties":{"population":3565},"geometry":{"type":"Point","coordinates":[0.07590381615856193,49.35427702842462]}},{"type":"Feature","properties":{"population":569},"geometry":{"type":"Point","coordinates":[1.8971990746213186,43.81479084088636]}},{"type":"Feature","properties":{"population":2922},"geometry":{"type":"Point","coordinates":[-1.101580121252229,45.49567727635709]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.685977759515474,44.458203305623467]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[1.779667860077163,46.563301157405309]}},{"type":"Feature","properties":{"population":484},"geometry":{"type":"Point","coordinates":[3.5789272650890435,50.17818221927925]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[4.823554695255593,49.773465932888367]}},{"type":"Feature","properties":{"population":1088},"geometry":{"type":"Point","coordinates":[0.034642420570314479,44.45355958342257]}},{"type":"Feature","properties":{"population":751},"geometry":{"type":"Point","coordinates":[-1.4247900639501503,48.676568063287437]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[-0.043195582011358198,49.19579763330666]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[3.928284773228398,49.355838191991889]}},{"type":"Feature","properties":{"population":865},"geometry":{"type":"Point","coordinates":[-2.899916054154515,47.59511793149321]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.6968592711557588,46.28418624327975]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[4.98085248412213,48.85462953134255]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[3.0165314742092739,45.542951254267268]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[2.7589775319861387,43.955775077577658]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[9.228765265243192,42.4041889587718]}},{"type":"Feature","properties":{"population":2291},"geometry":{"type":"Point","coordinates":[4.282948544775521,45.241924269972958]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[2.7150380599820704,46.58422258914674]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[5.569732247239021,47.306583511879498]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[6.554065882391643,49.276349929355379]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[3.3426246122775948,48.028331263588189]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[1.0170588999080459,46.05338939278536]}},{"type":"Feature","properties":{"population":725},"geometry":{"type":"Point","coordinates":[-1.6136624471890886,48.374926670384208]}},{"type":"Feature","properties":{"population":1738},"geometry":{"type":"Point","coordinates":[1.370153963944699,49.03840604086266]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[1.07087793613072,43.07937767924786]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[6.519060052718582,47.61523249062575]}},{"type":"Feature","properties":{"population":932},"geometry":{"type":"Point","coordinates":[0.2174859643443404,47.315267499268]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[3.161316501515351,48.77407996361723]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[6.726965086438865,47.12215886571279]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[1.4406668056411909,45.29287886472369]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[1.029573038583781,43.8362190578318]}},{"type":"Feature","properties":{"population":2759},"geometry":{"type":"Point","coordinates":[4.141408756383416,48.52744928141316]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[5.236550519993462,44.326512609580138]}},{"type":"Feature","properties":{"population":1124},"geometry":{"type":"Point","coordinates":[-1.5889638876780868,46.57312430797429]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[0.7277526149223472,49.40377234417913]}},{"type":"Feature","properties":{"population":1472},"geometry":{"type":"Point","coordinates":[1.6437463344244392,42.93760712535005]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[5.268609436319743,48.54380259921154]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[-0.5884597048987115,47.98564609548508]}},{"type":"Feature","properties":{"population":584},"geometry":{"type":"Point","coordinates":[4.085273978889089,43.9113567415294]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[6.527620564778132,48.40639541804909]}},{"type":"Feature","properties":{"population":1025},"geometry":{"type":"Point","coordinates":[-2.59126149891626,48.10615480247314]}},{"type":"Feature","properties":{"population":1720},"geometry":{"type":"Point","coordinates":[4.038995753836443,46.275630555695247]}},{"type":"Feature","properties":{"population":1766},"geometry":{"type":"Point","coordinates":[-0.10854986761603776,48.397929998533779]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[4.776851259830846,49.445896881537468]}},{"type":"Feature","properties":{"population":729},"geometry":{"type":"Point","coordinates":[0.4745154835723799,48.649803863132408]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[3.62687818532236,49.12666971374805]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[3.558719133721088,49.52090315514733]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[4.994773065485865,49.2432757108279]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[-0.1700025636960436,48.29511955178826]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[3.771606458733964,48.810476500313537]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[0.49949202731687106,45.07190399820986]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[2.8104835455807217,44.051157526299629]}},{"type":"Feature","properties":{"population":1359},"geometry":{"type":"Point","coordinates":[3.7368822187170025,46.522624114466399]}},{"type":"Feature","properties":{"population":1205},"geometry":{"type":"Point","coordinates":[3.016114862844399,48.980748436995437]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[-1.1382389736033945,47.713153065490818]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[4.272157958869699,46.53064334029704]}},{"type":"Feature","properties":{"population":551},"geometry":{"type":"Point","coordinates":[0.8972947810195798,44.27496890761207]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[-0.3229117449402231,43.43823156417509]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[4.753280083118719,48.71668948965352]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[0.8780362865412201,43.930550723303948]}},{"type":"Feature","properties":{"population":1558},"geometry":{"type":"Point","coordinates":[2.257740001339736,46.9387826810242]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[1.8640200323576509,45.5420163502082]}},{"type":"Feature","properties":{"population":2329},"geometry":{"type":"Point","coordinates":[1.4793792404553413,43.69793557474266]}},{"type":"Feature","properties":{"population":823},"geometry":{"type":"Point","coordinates":[0.5570127116010691,45.271036584471378]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[3.536054925441049,49.52984362337681]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[0.619364637990233,43.562068332020498]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[5.616112527751604,43.904330063228048]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[-0.05620837895403825,43.05891158349815]}},{"type":"Feature","properties":{"population":943},"geometry":{"type":"Point","coordinates":[5.16974590973557,45.029214995599499]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[3.9663877821836799,46.33260708255401]}},{"type":"Feature","properties":{"population":249},"geometry":{"type":"Point","coordinates":[3.6903971054235127,47.71196756741521]}},{"type":"Feature","properties":{"population":5732},"geometry":{"type":"Point","coordinates":[-0.3090856053320124,46.36570845078209]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[-3.0067712523235636,48.5769573499929]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[9.304015085074209,42.34807083791998]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[-1.2861426974434376,48.978109397666027]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[4.224501941964143,47.52838714516262]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[0.9805314175076865,46.697662783125817]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[3.045301762742734,46.03995739238468]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[3.182979172318426,45.452427382900598]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[1.6924282424931477,43.031725180899808]}},{"type":"Feature","properties":{"population":2763},"geometry":{"type":"Point","coordinates":[6.612569232446304,43.647181904864797]}},{"type":"Feature","properties":{"population":3842},"geometry":{"type":"Point","coordinates":[0.45354252123608976,47.35378297761799]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[5.9313868545718269,47.73590547527586]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[6.69158028190624,43.76516514296781]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[5.88076275874542,44.7824476222662]}},{"type":"Feature","properties":{"population":1257},"geometry":{"type":"Point","coordinates":[7.218030277460793,47.845792911227089]}},{"type":"Feature","properties":{"population":637},"geometry":{"type":"Point","coordinates":[3.8266827315605465,48.9359428149206]}},{"type":"Feature","properties":{"population":2784},"geometry":{"type":"Point","coordinates":[3.9709704409818307,49.43965433037057]}},{"type":"Feature","properties":{"population":1078},"geometry":{"type":"Point","coordinates":[4.1230503702031229,49.473243069220398]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[3.981513146368757,47.89913576165077]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[6.7803411168794389,47.13601016481069]}},{"type":"Feature","properties":{"population":1060},"geometry":{"type":"Point","coordinates":[-3.670170473868738,48.62192082653644]}},{"type":"Feature","properties":{"population":2168},"geometry":{"type":"Point","coordinates":[-0.6896014282053276,46.64987157725786]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[3.438952577159212,49.59669853207929]}},{"type":"Feature","properties":{"population":1097},"geometry":{"type":"Point","coordinates":[1.496706391143942,43.82886058601372]}},{"type":"Feature","properties":{"population":3462},"geometry":{"type":"Point","coordinates":[2.0849081672568885,49.61321551715555]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[0.6915448649079926,43.88414301449019]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[6.378623112175858,47.6756131056954]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[2.796765478226291,49.50854451301776]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[4.7461027171155509,49.3080620493905]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[5.909539897376273,46.52878991730634]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[4.3725180473276039,44.50874610014179]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[2.7550551812373258,50.125925925085869]}},{"type":"Feature","properties":{"population":1949},"geometry":{"type":"Point","coordinates":[7.421152478489716,48.043119178444459]}},{"type":"Feature","properties":{"population":510},"geometry":{"type":"Point","coordinates":[3.4007626704692277,48.22473808470398]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[-3.110716339441608,48.17691166145804]}},{"type":"Feature","properties":{"population":1793},"geometry":{"type":"Point","coordinates":[-0.5371345023112066,46.414710576002118]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[9.323364588083527,42.214657241422489]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[1.674680565609982,49.28924822824503]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[1.9965599050720866,44.11736766311728]}},{"type":"Feature","properties":{"population":1463},"geometry":{"type":"Point","coordinates":[-3.4104277149467689,48.28810877093455]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[5.252953900937637,43.92685887254448]}},{"type":"Feature","properties":{"population":1319},"geometry":{"type":"Point","coordinates":[5.8226293321872639,44.24804001071072]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[4.124156947793791,47.37190791097938]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[1.0172457777140239,44.20505719091033]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[-0.21748099141028749,44.713371067961137]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[3.8804922714103227,45.73093871371475]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[-1.0118835547481429,46.513922647829179]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[2.64582359709828,46.99110166858497]}},{"type":"Feature","properties":{"population":533},"geometry":{"type":"Point","coordinates":[-3.572473073765769,48.61087471416313]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[4.081299413035084,44.72457496350476]}},{"type":"Feature","properties":{"population":37918},"geometry":{"type":"Point","coordinates":[6.243109202833907,46.19084815518293]}},{"type":"Feature","properties":{"population":1072},"geometry":{"type":"Point","coordinates":[2.6223353849474417,44.4818306025012]}},{"type":"Feature","properties":{"population":1904},"geometry":{"type":"Point","coordinates":[7.568509018366107,48.563875624609497]}},{"type":"Feature","properties":{"population":4197},"geometry":{"type":"Point","coordinates":[1.2868691199861078,43.82232343346774]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[5.892610821474231,47.4636745527372]}},{"type":"Feature","properties":{"population":1273},"geometry":{"type":"Point","coordinates":[-1.4988838055065337,48.33458707837766]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[5.166771267274446,46.76165636343091]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[2.4143088303266517,49.939615390391669]}},{"type":"Feature","properties":{"population":1448},"geometry":{"type":"Point","coordinates":[7.295187876388549,48.538540371756429]}},{"type":"Feature","properties":{"population":1522},"geometry":{"type":"Point","coordinates":[-0.5661992404512236,45.36426074664623]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[2.1215014989388005,43.306025192750258]}},{"type":"Feature","properties":{"population":1416},"geometry":{"type":"Point","coordinates":[3.1278450588033177,45.5847524243855]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[-1.5629687669398305,49.42628848885962]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[4.041114704474166,44.6166684829377]}},{"type":"Feature","properties":{"population":680},"geometry":{"type":"Point","coordinates":[0.7847578746384588,47.084228281453608]}},{"type":"Feature","properties":{"population":1001},"geometry":{"type":"Point","coordinates":[5.805482322037067,47.40307495301848]}},{"type":"Feature","properties":{"population":3193},"geometry":{"type":"Point","coordinates":[5.773808161209978,46.89409019347598]}},{"type":"Feature","properties":{"population":3162},"geometry":{"type":"Point","coordinates":[2.946068178435391,46.95176490857126]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[3.8858131245181997,49.10305959937606]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[5.821350890654305,48.78505429942944]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[2.172965239548651,44.827988824131008]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[3.1449987420571969,49.96268999816839]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[4.052296627906405,48.38035319464615]}},{"type":"Feature","properties":{"population":1461},"geometry":{"type":"Point","coordinates":[3.3491677354679765,50.27195963653927]}},{"type":"Feature","properties":{"population":2843},"geometry":{"type":"Point","coordinates":[2.1041787242537688,47.91422259809753]}},{"type":"Feature","properties":{"population":3093},"geometry":{"type":"Point","coordinates":[-0.47625295622004057,44.76687628997328]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[3.274082364869649,49.03180989390019]}},{"type":"Feature","properties":{"population":972},"geometry":{"type":"Point","coordinates":[5.937136148334768,45.50115248030214]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[0.7659308303433293,49.27988558424175]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[1.7332270255007845,43.34903681819744]}},{"type":"Feature","properties":{"population":700},"geometry":{"type":"Point","coordinates":[5.260433142796019,46.428996617287868]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[7.090057496811272,44.035072084011208]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[1.7434448729847965,50.56410355505928]}},{"type":"Feature","properties":{"population":1771},"geometry":{"type":"Point","coordinates":[3.614830706955014,50.151954158842567]}},{"type":"Feature","properties":{"population":1109},"geometry":{"type":"Point","coordinates":[4.205493267753072,45.33036748866196]}},{"type":"Feature","properties":{"population":952},"geometry":{"type":"Point","coordinates":[4.702420713005581,47.31061624634101]}},{"type":"Feature","properties":{"population":1101},"geometry":{"type":"Point","coordinates":[-0.036132314845512488,48.45779006000639]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[2.8876579745705648,45.01990719828324]}},{"type":"Feature","properties":{"population":4660},"geometry":{"type":"Point","coordinates":[-0.2702772620251928,46.285910708778789]}},{"type":"Feature","properties":{"population":478},"geometry":{"type":"Point","coordinates":[2.4613347733148949,49.82010504223589]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[3.7632801872397665,50.32279570456685]}},{"type":"Feature","properties":{"population":889},"geometry":{"type":"Point","coordinates":[0.8646939008325761,44.44565943716094]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[2.953355291443608,48.9245043175564]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[3.03057677948807,43.776045998623839]}},{"type":"Feature","properties":{"population":1460},"geometry":{"type":"Point","coordinates":[6.663711721330634,49.246541655849728]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[5.698810128609687,49.48726522118551]}},{"type":"Feature","properties":{"population":3347},"geometry":{"type":"Point","coordinates":[-0.4412706821530468,45.16360670115259]}},{"type":"Feature","properties":{"population":779},"geometry":{"type":"Point","coordinates":[2.7685826159967039,48.932181135540137]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[1.839159424116327,45.96306351789084]}},{"type":"Feature","properties":{"population":947},"geometry":{"type":"Point","coordinates":[3.9848169788548866,44.019076145665589]}},{"type":"Feature","properties":{"population":1363},"geometry":{"type":"Point","coordinates":[0.17003046281778592,46.39875789030703]}},{"type":"Feature","properties":{"population":3764},"geometry":{"type":"Point","coordinates":[1.237722220228097,49.8748360757964]}},{"type":"Feature","properties":{"population":3741},"geometry":{"type":"Point","coordinates":[8.893843918972856,41.650424623411769]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.607828048706413,47.57777748391186]}},{"type":"Feature","properties":{"population":1912},"geometry":{"type":"Point","coordinates":[3.934518249910588,46.0272735476005]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[1.4337947632277262,46.507597075964799]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[-0.022454423528492454,43.060321027767098]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[-0.09352511484764581,44.56037039321974]}},{"type":"Feature","properties":{"population":708},"geometry":{"type":"Point","coordinates":[-1.52141143125958,47.76441110516664]}},{"type":"Feature","properties":{"population":5388},"geometry":{"type":"Point","coordinates":[2.0817910060068778,50.884696984137537]}},{"type":"Feature","properties":{"population":3775},"geometry":{"type":"Point","coordinates":[0.9405799420998312,49.26105729572319]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[9.35993945693458,42.52002795270297]}},{"type":"Feature","properties":{"population":851},"geometry":{"type":"Point","coordinates":[9.048331933091989,41.50467653253791]}},{"type":"Feature","properties":{"population":488},"geometry":{"type":"Point","coordinates":[0.9853491738217204,49.85851720984182]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[7.6041792405051249,48.22375915547263]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[0.47192357495713357,43.963489278994348]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[5.140472294472737,47.476863416545857]}},{"type":"Feature","properties":{"population":1177},"geometry":{"type":"Point","coordinates":[5.690168324321286,45.869983495098939]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[2.7613831383318319,49.958554727208667]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[1.937782300102332,46.268204789785638]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[0.0471065166683519,44.62945449602235]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[2.427339292799823,48.0411557011549]}},{"type":"Feature","properties":{"population":4108},"geometry":{"type":"Point","coordinates":[4.131311860089538,45.55668983496743]}},{"type":"Feature","properties":{"population":970},"geometry":{"type":"Point","coordinates":[3.674513043286863,43.72453525583929]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[3.8865811488135795,48.11647733235455]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[2.3714653514683436,43.97048461723377]}},{"type":"Feature","properties":{"population":620},"geometry":{"type":"Point","coordinates":[0.6662379947777229,49.820610874983618]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[-0.13913786629458936,48.42690677379695]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[-0.05756283229954611,47.012740550822467]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[-4.602047082273112,48.49513143016286]}},{"type":"Feature","properties":{"population":1489},"geometry":{"type":"Point","coordinates":[3.9706495857938179,49.070743271147119]}},{"type":"Feature","properties":{"population":1767},"geometry":{"type":"Point","coordinates":[5.708145920342041,45.437733528888319]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[5.773030822927493,45.81114005696281]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[3.557573613791206,49.49360802462005]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[3.8321491849910367,49.80393311399334]}},{"type":"Feature","properties":{"population":6},"geometry":{"type":"Point","coordinates":[2.154835219210752,50.11047010069923]}},{"type":"Feature","properties":{"population":1084},"geometry":{"type":"Point","coordinates":[-1.2416248569163476,45.86224064522478]}},{"type":"Feature","properties":{"population":671},"geometry":{"type":"Point","coordinates":[3.4470816710912079,48.54975788185104]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[3.1814726279500968,49.81209041687991]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[-0.578804436974194,45.45111754321181]}},{"type":"Feature","properties":{"population":1070},"geometry":{"type":"Point","coordinates":[3.181239263201038,48.978272841697719]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.490227949761688,48.65664616539843]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[1.9696637341942083,43.22965348224811]}},{"type":"Feature","properties":{"population":1210},"geometry":{"type":"Point","coordinates":[-3.931608412260088,48.63285971291372]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[3.794906128891469,49.122103214793337]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[0.6463285924907959,45.671481957261537]}},{"type":"Feature","properties":{"population":979},"geometry":{"type":"Point","coordinates":[4.928304462078826,46.30765899124266]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[-1.5291158009187179,48.73827837455642]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[2.5426778580763709,46.96885474011222]}},{"type":"Feature","properties":{"population":945},"geometry":{"type":"Point","coordinates":[2.240636410874397,49.241069643980868]}},{"type":"Feature","properties":{"population":672},"geometry":{"type":"Point","coordinates":[3.399218393978445,47.85031779250653]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[0.4575375093801892,47.73115667447473]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[3.9902450068469306,45.81833830148625]}},{"type":"Feature","properties":{"population":858},"geometry":{"type":"Point","coordinates":[3.6775937701411336,50.22940806286069]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[4.171757529473158,44.54221585305875]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[-0.0195100679926007,48.77300090518889]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[3.967884381683629,50.3318375254465]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[0.4651466976531148,43.37562151262764]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[2.0750571528620638,50.69043470212025]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[2.5832383178213167,49.77265303220837]}},{"type":"Feature","properties":{"population":3851},"geometry":{"type":"Point","coordinates":[4.557330712514196,43.82793668405673]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[2.322226213679722,44.49965688899833]}},{"type":"Feature","properties":{"population":1345},"geometry":{"type":"Point","coordinates":[-0.37361173214935858,44.96241476533045]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[7.182102775865172,48.9571338135415]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[1.2511551273387172,44.372110391185909]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[4.237373431467019,45.13710341552736]}},{"type":"Feature","properties":{"population":788},"geometry":{"type":"Point","coordinates":[2.7278033816814886,42.90628359360995]}},{"type":"Feature","properties":{"population":3004},"geometry":{"type":"Point","coordinates":[-0.9137815493863987,44.97271040619521]}},{"type":"Feature","properties":{"population":801},"geometry":{"type":"Point","coordinates":[-2.557652041642684,48.345697264886279]}},{"type":"Feature","properties":{"population":1338},"geometry":{"type":"Point","coordinates":[1.9579033088497267,49.105006188603919]}},{"type":"Feature","properties":{"population":844},"geometry":{"type":"Point","coordinates":[7.2388111172630229,43.92755087203397]}},{"type":"Feature","properties":{"population":455},"geometry":{"type":"Point","coordinates":[3.3218623611009767,50.152125777320637]}},{"type":"Feature","properties":{"population":785},"geometry":{"type":"Point","coordinates":[5.901120560546829,44.27911304440011]}},{"type":"Feature","properties":{"population":2267},"geometry":{"type":"Point","coordinates":[5.562857311669296,46.21814238458965]}},{"type":"Feature","properties":{"population":2123},"geometry":{"type":"Point","coordinates":[5.188318446763678,43.68411164257289]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[5.552913817525743,46.61213765249588]}},{"type":"Feature","properties":{"population":768},"geometry":{"type":"Point","coordinates":[1.8484122335990332,47.63659764851349]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[4.3562387157650639,48.49796937941777]}},{"type":"Feature","properties":{"population":942},"geometry":{"type":"Point","coordinates":[3.1674585193204649,43.500111850916]}},{"type":"Feature","properties":{"population":3099},"geometry":{"type":"Point","coordinates":[6.620488012064987,48.0933182145656]}},{"type":"Feature","properties":{"population":1680},"geometry":{"type":"Point","coordinates":[7.374165220324264,48.258906413445178]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[7.513102168549967,48.70835103323935]}},{"type":"Feature","properties":{"population":1106},"geometry":{"type":"Point","coordinates":[4.058837620389453,49.38606980113124]}},{"type":"Feature","properties":{"population":500},"geometry":{"type":"Point","coordinates":[3.17039513325176,46.030271770888287]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[2.747606126040579,49.77027659726901]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[4.566485743845409,47.547034064662707]}},{"type":"Feature","properties":{"population":367},"geometry":{"type":"Point","coordinates":[4.41458801183436,46.34167767365489]}},{"type":"Feature","properties":{"population":821},"geometry":{"type":"Point","coordinates":[0.8396726056829469,45.536827235808058]}},{"type":"Feature","properties":{"population":952},"geometry":{"type":"Point","coordinates":[-3.3716480484279658,48.63695142050301]}},{"type":"Feature","properties":{"population":478},"geometry":{"type":"Point","coordinates":[-0.6172304328775509,46.64038551143778]}},{"type":"Feature","properties":{"population":1673},"geometry":{"type":"Point","coordinates":[7.705967498061884,48.623727978182397]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[4.671955757664818,46.79164059948754]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[3.8408539265855818,49.357386182888038]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[1.9321572896037094,48.46976148580342]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[3.34144457969105,46.26652540232459]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[0.6715010500139325,49.24612860995656]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[4.440942381772767,46.52860694842075]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[-0.5830654526418189,45.327053158806837]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[-0.8010092065751177,49.249901076286]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[3.9580568920110279,48.70263836090749]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[-0.7538252752001087,43.351985150735249]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[7.136411973510394,47.659493715678269]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[5.297632662941312,47.29059790652739]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[5.530300816932207,46.47404236086292]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[1.9119524986172938,47.133182320874819]}},{"type":"Feature","properties":{"population":4292},"geometry":{"type":"Point","coordinates":[5.383460542763967,43.73031939565627]}},{"type":"Feature","properties":{"population":749},"geometry":{"type":"Point","coordinates":[6.186987121525455,48.84873168503233]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[4.454756606429579,44.926265788602787]}},{"type":"Feature","properties":{"population":1746},"geometry":{"type":"Point","coordinates":[1.9823752938151159,48.84817983984126]}},{"type":"Feature","properties":{"population":655},"geometry":{"type":"Point","coordinates":[0.4138338999994774,49.3620207925136]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[5.195341257411467,49.14448945819075]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[1.4623565437999902,44.98958775756422]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[0.01126569583329699,45.3710156163823]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[6.398775047902198,48.61942450760165]}},{"type":"Feature","properties":{"population":2728},"geometry":{"type":"Point","coordinates":[-0.39306718268607346,44.84385863268879]}},{"type":"Feature","properties":{"population":994},"geometry":{"type":"Point","coordinates":[1.0686742023666394,49.30837549503231]}},{"type":"Feature","properties":{"population":816},"geometry":{"type":"Point","coordinates":[6.054394919996874,45.47976393466865]}},{"type":"Feature","properties":{"population":1148},"geometry":{"type":"Point","coordinates":[4.465866855411083,44.61908920543647]}},{"type":"Feature","properties":{"population":1972},"geometry":{"type":"Point","coordinates":[1.6237566859350326,50.243879390011539]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[5.885673954435244,48.22162151649548]}},{"type":"Feature","properties":{"population":2479},"geometry":{"type":"Point","coordinates":[-0.9156377245333287,45.59937375720853]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[-0.00523054347119429,48.445955509729959]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[6.371929460387857,45.71159597896232]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.2279772431355373,48.85468120732686]}},{"type":"Feature","properties":{"population":2057},"geometry":{"type":"Point","coordinates":[-1.280389710221303,43.8491621578195]}},{"type":"Feature","properties":{"population":701},"geometry":{"type":"Point","coordinates":[6.607815851859172,48.59815825732635]}},{"type":"Feature","properties":{"population":812},"geometry":{"type":"Point","coordinates":[4.684358089274355,47.114976921897689]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[6.498953094974249,48.242640484699389]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[2.7107501067015398,46.03442279960229]}},{"type":"Feature","properties":{"population":862},"geometry":{"type":"Point","coordinates":[0.7601550844883525,43.52467703287463]}},{"type":"Feature","properties":{"population":712},"geometry":{"type":"Point","coordinates":[2.458741456080212,45.625757281376099]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[0.7202493271354979,46.02646939782855]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[5.850356761104511,46.01457811540443]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[-0.6307699267229234,48.738968362136187]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[5.718097977874747,47.208437623197259]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[6.043169409471211,48.358071890618727]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[-0.8067771521700244,43.658861573662239]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[3.87053975425961,48.63929539704425]}},{"type":"Feature","properties":{"population":2339},"geometry":{"type":"Point","coordinates":[4.317584954123721,43.75114584544488]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[4.499051749893343,47.437494465531958]}},{"type":"Feature","properties":{"population":1595},"geometry":{"type":"Point","coordinates":[2.986948758469556,44.05675297649675]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[0.1777149113275548,45.84811654701072]}},{"type":"Feature","properties":{"population":666},"geometry":{"type":"Point","coordinates":[5.765380278274573,47.17936064336599]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[-0.047192806869621798,45.32347384760964]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[7.178854911045247,44.00457265615434]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[4.580349924824252,46.00664351682563]}},{"type":"Feature","properties":{"population":1390},"geometry":{"type":"Point","coordinates":[-0.3698841588899293,48.969960281762158]}},{"type":"Feature","properties":{"population":4244},"geometry":{"type":"Point","coordinates":[6.798473909409889,47.23972866544545]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.508432445203902,46.847887620969249]}},{"type":"Feature","properties":{"population":1562},"geometry":{"type":"Point","coordinates":[5.920715654042007,49.4338713033144]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[-0.5894987590043953,43.91506164806716]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[-0.323681075327493,45.50352372844464]}},{"type":"Feature","properties":{"population":4723},"geometry":{"type":"Point","coordinates":[6.115769427932777,46.03596520073395]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[1.6463115812361258,49.770792838541748]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[6.622170720429975,47.90918526636322]}},{"type":"Feature","properties":{"population":502},"geometry":{"type":"Point","coordinates":[2.3810730155879304,44.67350294172525]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[2.119327233787838,42.86347548475849]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[2.262095385296867,50.078263194658067]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[6.615227361686398,48.78236713513054]}},{"type":"Feature","properties":{"population":1579},"geometry":{"type":"Point","coordinates":[4.9928564851787009,46.557361263665047]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[2.1972396020857878,48.526904167253309]}},{"type":"Feature","properties":{"population":700},"geometry":{"type":"Point","coordinates":[6.110631898108213,49.00539903750561]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[5.696571710423409,47.341154532476917]}},{"type":"Feature","properties":{"population":1630},"geometry":{"type":"Point","coordinates":[1.5666304583155555,43.55809509650237]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[4.52214701616022,47.206365447147607]}},{"type":"Feature","properties":{"population":1749},"geometry":{"type":"Point","coordinates":[3.584694558217112,45.89632033126661]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[-3.5626387072840774,48.21995986269991]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[6.583709451898131,47.83228504974025]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[6.445714256399351,44.04488316055306]}},{"type":"Feature","properties":{"population":754},"geometry":{"type":"Point","coordinates":[-2.3197452845535686,48.656432953294949]}},{"type":"Feature","properties":{"population":955},"geometry":{"type":"Point","coordinates":[4.160983531641905,49.14422371805773]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[6.630542557051823,49.022532981356167]}},{"type":"Feature","properties":{"population":931},"geometry":{"type":"Point","coordinates":[7.372760571300431,47.54967647763318]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[6.527290730203896,48.69388097879732]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[6.264146136756647,45.4397903302008]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.3289502763426879,49.270059967273528]}},{"type":"Feature","properties":{"population":903},"geometry":{"type":"Point","coordinates":[2.2805696440215366,50.79496296106475]}},{"type":"Feature","properties":{"population":844},"geometry":{"type":"Point","coordinates":[-0.6897728483661602,48.25972576155559]}},{"type":"Feature","properties":{"population":678},"geometry":{"type":"Point","coordinates":[1.9155881358941678,48.51487084516537]}},{"type":"Feature","properties":{"population":1759},"geometry":{"type":"Point","coordinates":[1.02296754488785,47.12915028430272]}},{"type":"Feature","properties":{"population":2191},"geometry":{"type":"Point","coordinates":[-3.260649068930998,47.95574256935985]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[5.270922030666191,44.20596353810713]}},{"type":"Feature","properties":{"population":2541},"geometry":{"type":"Point","coordinates":[2.4923543721452368,45.393564047197809]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[9.354231027320529,42.82197061967128]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[2.124150470354972,46.09201357709819]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[3.088530324623969,49.859846607326577]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[4.037276233590314,47.7882073610219]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[6.542145786463572,47.46260593074255]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[5.586230579218449,46.58492896643672]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[2.3305761261255286,49.606279119150588]}},{"type":"Feature","properties":{"population":1271},"geometry":{"type":"Point","coordinates":[1.8529962850467843,43.34679984206232]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[2.5739803741933304,46.6328036299616]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[1.2363893131681985,48.98701460987812]}},{"type":"Feature","properties":{"population":2003},"geometry":{"type":"Point","coordinates":[-0.01958090018139631,46.2656732963019]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[1.5107905785602119,48.965429645658037]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[1.6873279872645535,44.47600263647315]}},{"type":"Feature","properties":{"population":3675},"geometry":{"type":"Point","coordinates":[0.19683828174837365,47.89792839105002]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[6.083882409835447,45.05256067160183]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[2.300698425508473,43.0326352047952]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[3.7008503032371404,47.76828158266157]}},{"type":"Feature","properties":{"population":4414},"geometry":{"type":"Point","coordinates":[2.800328649662856,48.63558517486511]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[3.8597970906810228,49.244924589690558]}},{"type":"Feature","properties":{"population":614},"geometry":{"type":"Point","coordinates":[-0.34198575245077175,43.86211497814643]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[1.5550422689319555,44.924371187516928]}},{"type":"Feature","properties":{"population":905},"geometry":{"type":"Point","coordinates":[2.3918550222652086,49.05414016135975]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[0.8510539255839265,48.69661897440148]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[6.272597321526813,49.442102929168409]}},{"type":"Feature","properties":{"population":1496},"geometry":{"type":"Point","coordinates":[5.7740709758137769,44.9562176110466]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[2.7759486569544045,43.719326260627557]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[3.1500764944179955,49.41144288504923]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[3.1191823032834184,50.123971299635957]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[1.0965656212583,47.34945539570456]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[2.02584297850637,42.84276156536289]}},{"type":"Feature","properties":{"population":361},"geometry":{"type":"Point","coordinates":[7.045464873992228,45.29203443933932]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[4.271500301214938,48.14891410567652]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[3.960143946672575,48.046652395871237]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[2.2712203131244048,50.38311170556801]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[5.331827061735938,44.185205757286627]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[2.443320656018357,49.08120550753158]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[4.540229050404186,48.04954116148968]}},{"type":"Feature","properties":{"population":5190},"geometry":{"type":"Point","coordinates":[5.591927505621021,49.45783251744602]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[6.776897481264947,47.29951556630141]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[5.5681303282099059,44.49769835105328]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[0.28216396935866869,49.487637090925868]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[3.5585792883317666,44.58773337015765]}},{"type":"Feature","properties":{"population":2204},"geometry":{"type":"Point","coordinates":[-4.592592218483292,48.52907636188416]}},{"type":"Feature","properties":{"population":1653},"geometry":{"type":"Point","coordinates":[6.127273703659503,46.536133565252729]}},{"type":"Feature","properties":{"population":885},"geometry":{"type":"Point","coordinates":[5.967273086330308,48.02776077027694]}},{"type":"Feature","properties":{"population":645},"geometry":{"type":"Point","coordinates":[0.12636691245639354,48.69822884021858]}},{"type":"Feature","properties":{"population":7580},"geometry":{"type":"Point","coordinates":[6.489693244813006,43.45104489796115]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[0.2799024418603618,43.07609320006221]}},{"type":"Feature","properties":{"population":354},"geometry":{"type":"Point","coordinates":[3.4464040216226254,49.3725936217722]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[-0.04195388394608769,42.977683034326918]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[-0.36663430771461566,48.922542712505]}},{"type":"Feature","properties":{"population":3451},"geometry":{"type":"Point","coordinates":[-1.1412592562117384,46.62978537145925]}},{"type":"Feature","properties":{"population":734},"geometry":{"type":"Point","coordinates":[2.548791672316794,43.133618093158407]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[1.9893060566048329,50.51518638563865]}},{"type":"Feature","properties":{"population":3339},"geometry":{"type":"Point","coordinates":[5.727365820044818,45.06899210129273]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[5.945427830989755,48.803784221840349]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[4.485355367101884,45.12862438196795]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[4.49621015237908,47.55142514689921]}},{"type":"Feature","properties":{"population":647},"geometry":{"type":"Point","coordinates":[-0.452715786983765,49.00321305913888]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[0.4069270753788088,49.140454882348489]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[6.276781465389122,48.91667514152177]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[5.715506989608212,48.47259460153385]}},{"type":"Feature","properties":{"population":1761},"geometry":{"type":"Point","coordinates":[-1.4386167725315147,48.9114549084885]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[3.8836448601714887,44.8340631862738]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[0.8631080945819687,43.405956675874147]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[1.1357280552172469,49.12371237250288]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[1.7934307232327294,49.04292122466728]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[7.074670608798132,44.187411651715368]}},{"type":"Feature","properties":{"population":4203},"geometry":{"type":"Point","coordinates":[3.297995334082839,50.32776001993602]}},{"type":"Feature","properties":{"population":421},"geometry":{"type":"Point","coordinates":[0.6123517547561921,49.36654981835949]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[5.172571806953931,49.600043177816178]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[2.2323577573315496,45.895595502004209]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[-0.18753496190705658,49.259340695212937]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[6.397700200529955,47.212997871822647]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[1.2652473394520876,44.545120793188747]}},{"type":"Feature","properties":{"population":3189},"geometry":{"type":"Point","coordinates":[-0.9306104993211568,46.78763006017562]}},{"type":"Feature","properties":{"population":1707},"geometry":{"type":"Point","coordinates":[-0.3142894747979535,49.110476680629869]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[-0.10302528716725382,48.85446774669333]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[2.685416643048993,43.83991436311823]}},{"type":"Feature","properties":{"population":564},"geometry":{"type":"Point","coordinates":[0.7404185953723474,44.1571493595113]}},{"type":"Feature","properties":{"population":685},"geometry":{"type":"Point","coordinates":[4.093511005998843,43.83180631270886]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[3.879632825456133,45.87064168663583]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[1.5583525528877967,49.82454652065388]}},{"type":"Feature","properties":{"population":5220},"geometry":{"type":"Point","coordinates":[2.1262895246523727,48.549272732868988]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[3.3820894765651765,44.02642643856097]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[5.698338268387534,45.501605010824409]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[5.632522551976959,48.80567509112974]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[4.025964442138779,47.142869782537257]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[3.983354902227073,46.31087781955749]}},{"type":"Feature","properties":{"population":724},"geometry":{"type":"Point","coordinates":[0.9754671760334378,46.82497814790503]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[4.790639196298333,48.19247069068693]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[3.448936079302383,49.33213625725752]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[0.0027662759361176548,43.105254205006428]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[1.1341185883093815,46.08607966114815]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[0.9812153141415151,45.802159330112889]}},{"type":"Feature","properties":{"population":1513},"geometry":{"type":"Point","coordinates":[3.7887210514442377,48.50459549563358]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[7.020145333612286,47.3323205829025]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[1.5253792185605302,49.54619679105397]}},{"type":"Feature","properties":{"population":674},"geometry":{"type":"Point","coordinates":[6.322808219292647,48.0284813378548]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[-0.20682715024994875,48.08744388158741]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[3.860200808496651,48.98365892888104]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.909305316449989,49.5856546125037]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[6.11082988512439,48.54814628829622]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[1.9330060362376745,44.10501482392489]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[0.5518847308279421,48.698670397521457]}},{"type":"Feature","properties":{"population":1054},"geometry":{"type":"Point","coordinates":[3.2721454581891145,49.77426322944219]}},{"type":"Feature","properties":{"population":1724},"geometry":{"type":"Point","coordinates":[5.129203774487935,47.511534271291548]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[0.8674438873726976,45.369485110956528]}},{"type":"Feature","properties":{"population":1121},"geometry":{"type":"Point","coordinates":[-0.2830361696718215,49.26115538708573]}},{"type":"Feature","properties":{"population":2173},"geometry":{"type":"Point","coordinates":[1.7090417320423952,49.02319427881466]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[6.116842878494484,46.82018527006868]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[4.548311382613429,49.44597617218197]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.9079374899636829,44.002713279236058]}},{"type":"Feature","properties":{"population":3353},"geometry":{"type":"Point","coordinates":[0.19937083862910535,46.03923184025741]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[9.473114282905272,42.31457112538094]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[4.333345233860795,46.23702110766502]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[0.5466227800177542,48.372480006298037]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.2653765862389582,48.73112225250596]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[1.9927250312304668,45.091839424945288]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[5.83365768625167,47.507916496912049]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[2.4172763003551736,49.767614491427199]}},{"type":"Feature","properties":{"population":792},"geometry":{"type":"Point","coordinates":[6.111158255797874,49.171263658125287]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[1.6938067387126284,48.92641471316188]}},{"type":"Feature","properties":{"population":4355},"geometry":{"type":"Point","coordinates":[5.857582035780607,43.89574691129769]}},{"type":"Feature","properties":{"population":3592},"geometry":{"type":"Point","coordinates":[4.172157206825792,43.71702006380039]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[1.5866743187449122,47.56844311168294]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[5.56021517886193,48.98862586754207]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[3.2214503864895245,43.66871074891933]}},{"type":"Feature","properties":{"population":914},"geometry":{"type":"Point","coordinates":[6.552781027716126,46.293406983893778]}},{"type":"Feature","properties":{"population":1003},"geometry":{"type":"Point","coordinates":[2.7663186074521697,48.483993473377697]}},{"type":"Feature","properties":{"population":659},"geometry":{"type":"Point","coordinates":[4.845945541315751,46.873075963133938]}},{"type":"Feature","properties":{"population":1267},"geometry":{"type":"Point","coordinates":[0.3316712002370217,43.10732225917297]}},{"type":"Feature","properties":{"population":761},"geometry":{"type":"Point","coordinates":[9.51171708439875,42.40122749480377]}},{"type":"Feature","properties":{"population":1568},"geometry":{"type":"Point","coordinates":[-1.3942901971241717,47.56400678141638]}},{"type":"Feature","properties":{"population":550},"geometry":{"type":"Point","coordinates":[6.311853734298253,48.694930626044158]}},{"type":"Feature","properties":{"population":1651},"geometry":{"type":"Point","coordinates":[5.952168377222488,43.646495278747348]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[-0.20707274425650325,48.76587432028127]}},{"type":"Feature","properties":{"population":718},"geometry":{"type":"Point","coordinates":[-1.7851568322300975,49.403196048926968]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[5.496734410711641,46.03328726776485]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[0.7896375588053011,45.324506504705869]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[3.1314767419131677,49.68812469989844]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[-0.06391288812129126,43.71105710175897]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[0.9857158641365491,46.65409714257007]}},{"type":"Feature","properties":{"population":2600},"geometry":{"type":"Point","coordinates":[5.200913888012586,47.338549277723689]}},{"type":"Feature","properties":{"population":2742},"geometry":{"type":"Point","coordinates":[5.5320896608370779,45.54737345144068]}},{"type":"Feature","properties":{"population":767},"geometry":{"type":"Point","coordinates":[3.280874950110269,50.22519370607543]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[4.621159732611437,46.66383015688824]}},{"type":"Feature","properties":{"population":1807},"geometry":{"type":"Point","coordinates":[-0.38389347891011307,49.231817283994057]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[6.98397858249015,47.34861541958952]}},{"type":"Feature","properties":{"population":1752},"geometry":{"type":"Point","coordinates":[2.3136294915186936,50.975751113576979]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[1.3751208269380083,43.34568501728003]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[1.8182239953359643,49.73128542837972]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[5.439988945033706,46.85670682244799]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[1.4189774034462955,49.72507740771545]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[1.4135945404066735,46.74208054502671]}},{"type":"Feature","properties":{"population":1931},"geometry":{"type":"Point","coordinates":[3.270460678407453,50.292488756476547]}},{"type":"Feature","properties":{"population":1432},"geometry":{"type":"Point","coordinates":[1.6045563267090442,47.96237051025631]}},{"type":"Feature","properties":{"population":1351},"geometry":{"type":"Point","coordinates":[2.023918762585602,47.99377904048835]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[5.216810892055276,49.18863456251146]}},{"type":"Feature","properties":{"population":2607},"geometry":{"type":"Point","coordinates":[7.414743214006647,47.79854579139097]}},{"type":"Feature","properties":{"population":944},"geometry":{"type":"Point","coordinates":[2.454141021369782,50.59171027830016]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[-2.79446164391039,48.25033787177938]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[5.232510841902515,49.168420174410488]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[1.5944651575351317,43.009344485721978]}},{"type":"Feature","properties":{"population":2569},"geometry":{"type":"Point","coordinates":[6.458486543591971,45.53061977503814]}},{"type":"Feature","properties":{"population":797},"geometry":{"type":"Point","coordinates":[6.529753369430869,45.83518073887912]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[0.5113253169471381,43.08587378750351]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[1.2773668197829904,45.45475702030039]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[-1.0115595387149233,43.526408028541727]}},{"type":"Feature","properties":{"population":739},"geometry":{"type":"Point","coordinates":[1.5351107492306456,46.19862783570358]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[1.2851361984010049,46.4695174496991]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[1.0728916021787472,45.20481891318529]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[6.205225979258783,48.90284490394894]}},{"type":"Feature","properties":{"population":5623},"geometry":{"type":"Point","coordinates":[1.4692035855342787,48.47986107073746]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[1.0288370948920365,49.84767242552842]}},{"type":"Feature","properties":{"population":923},"geometry":{"type":"Point","coordinates":[7.09578893590383,47.793168608708977]}},{"type":"Feature","properties":{"population":918},"geometry":{"type":"Point","coordinates":[2.1612269260683885,43.36618980029811]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[3.576161307872642,43.805238809337577]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[6.504104795828,49.018782931971518]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[1.8551409850228944,43.19079168440549]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[5.282383097166465,46.31916644814706]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[2.434432185852857,50.71866157160112]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[5.894334215609441,48.045762890150459]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[-0.023468526235597314,47.794964201307809]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[0.9632002168932246,48.704578800258989]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[4.306383739447657,49.132765276369557]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[4.38871448618826,48.895046495215108]}},{"type":"Feature","properties":{"population":903},"geometry":{"type":"Point","coordinates":[0.5244858126098065,45.882922932813908]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[0.48561712397215447,49.791748240403617]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[0.38134701790166489,49.33709702830572]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.1251730402797825,48.38800763738665]}},{"type":"Feature","properties":{"population":2556},"geometry":{"type":"Point","coordinates":[9.362786961470454,41.9411707784227]}},{"type":"Feature","properties":{"population":2172},"geometry":{"type":"Point","coordinates":[9.517044849624903,42.3209476718674]}},{"type":"Feature","properties":{"population":4068},"geometry":{"type":"Point","coordinates":[-1.4154786825565509,47.07155558638002]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[0.702423353532689,49.66806719659821]}},{"type":"Feature","properties":{"population":429},"geometry":{"type":"Point","coordinates":[6.087795811623125,45.60883722002603]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[1.2864476051771495,49.140578598797038]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[0.5107432990058769,43.5374374411029]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[4.486259123339739,47.32223071274404]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[3.776058054452532,48.40622258398743]}},{"type":"Feature","properties":{"population":564},"geometry":{"type":"Point","coordinates":[6.711317899460053,45.60733652764125]}},{"type":"Feature","properties":{"population":1162},"geometry":{"type":"Point","coordinates":[-1.7991476902870943,47.181261363583349]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[5.106810204193867,46.430210599757497]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[0.907206948134664,45.074796696206259]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[4.50432122691863,44.73956263741583]}},{"type":"Feature","properties":{"population":3483},"geometry":{"type":"Point","coordinates":[5.079172529769785,45.55961448068247]}},{"type":"Feature","properties":{"population":4687},"geometry":{"type":"Point","coordinates":[-0.3896337499340008,44.7827437777569]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[2.3724323029424867,50.58951028482159]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[3.2739834975655808,49.08289179422761]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[6.489187709572594,49.23925116210141]}},{"type":"Feature","properties":{"population":1396},"geometry":{"type":"Point","coordinates":[3.0585561116846717,50.31402583145156]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[5.8464475286125989,48.333909790787227]}},{"type":"Feature","properties":{"population":1093},"geometry":{"type":"Point","coordinates":[6.605184195580691,49.22128266815842]}},{"type":"Feature","properties":{"population":1597},"geometry":{"type":"Point","coordinates":[1.4728506789592769,44.23975769717735]}},{"type":"Feature","properties":{"population":342},"geometry":{"type":"Point","coordinates":[4.629427104799244,45.04035710837329]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[7.458170979559357,47.621476403412767]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[0.3472181286973727,46.39342621144495]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[3.9455095352508455,49.41431405264285]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[2.5992480829141617,47.4175800064789]}},{"type":"Feature","properties":{"population":754},"geometry":{"type":"Point","coordinates":[1.3646730342244762,48.22909962058071]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[3.699046006744043,47.356095249998748]}},{"type":"Feature","properties":{"population":635},"geometry":{"type":"Point","coordinates":[1.3379980269425902,48.90675454623337]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.981394837562072,48.361278241910067]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[1.579610029239889,49.637372562636908]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[6.099222282618899,46.728532536647907]}},{"type":"Feature","properties":{"population":1257},"geometry":{"type":"Point","coordinates":[-0.13110713060607105,46.989923965579119]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[2.654671300617117,50.40240644470956]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[4.146975563954524,48.94064289646372]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[4.839076677421943,44.451540148700107]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[4.783161874967376,49.873384613714808]}},{"type":"Feature","properties":{"population":2151},"geometry":{"type":"Point","coordinates":[6.652499077167452,48.02441671423874]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[0.1267589068202514,44.345890696650048]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[0.6432895551007525,48.847503776649897]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[1.4046631558645928,49.746272358561117]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[1.4148528385570614,44.79680596196077]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[4.549619846227512,45.79682494288178]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[1.7442154285670904,42.96092544536174]}},{"type":"Feature","properties":{"population":2617},"geometry":{"type":"Point","coordinates":[1.20423478651875,45.765906536787777]}},{"type":"Feature","properties":{"population":1893},"geometry":{"type":"Point","coordinates":[1.7718704216215584,50.46583166201757]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[3.593450370374318,48.60014271650625]}},{"type":"Feature","properties":{"population":579},"geometry":{"type":"Point","coordinates":[-2.8979682896985725,48.240399217843478]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[3.3568417041269784,45.74942044372607]}},{"type":"Feature","properties":{"population":458},"geometry":{"type":"Point","coordinates":[-0.7968829492478577,43.32239409548456]}},{"type":"Feature","properties":{"population":1014},"geometry":{"type":"Point","coordinates":[2.9761012881858686,48.58237188314603]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[2.2697315480543978,49.05339212926458]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[-0.4106852486719387,43.975499598310957]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[3.63607843673599,47.392908238008327]}},{"type":"Feature","properties":{"population":705},"geometry":{"type":"Point","coordinates":[6.8523433490576279,47.753382110459678]}},{"type":"Feature","properties":{"population":822},"geometry":{"type":"Point","coordinates":[2.930387050685996,49.04292475934662]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[-0.5812313085449854,45.089300462968747]}},{"type":"Feature","properties":{"population":2471},"geometry":{"type":"Point","coordinates":[5.893631793686501,49.36787799251993]}},{"type":"Feature","properties":{"population":2498},"geometry":{"type":"Point","coordinates":[2.255937461303052,49.358891316402019]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[5.673182092692506,47.71820890473911]}},{"type":"Feature","properties":{"population":959},"geometry":{"type":"Point","coordinates":[0.7031875119179653,49.695010445682488]}},{"type":"Feature","properties":{"population":551},"geometry":{"type":"Point","coordinates":[6.798910780150985,47.348829281345448]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[1.9582880270225079,50.22427343393893]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[5.239618218011962,49.57228348244142]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[1.393193953437769,49.513928794426188]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[-0.5020337966481184,45.184822182134819]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[4.554694189115042,48.46219514040684]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[5.072050727803667,44.75645837224068]}},{"type":"Feature","properties":{"population":19},"geometry":{"type":"Point","coordinates":[9.406364102958064,42.31948572811289]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[-2.361109352722705,48.090111490160669]}},{"type":"Feature","properties":{"population":485},"geometry":{"type":"Point","coordinates":[3.921447395867832,49.21958125529808]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[4.791742616152309,49.023318727796809]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[0.5894012985249221,44.09330030204221]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[4.0836425992943818,47.230594344870798]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[3.247082905913457,49.351072648728557]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[0.2164385617387027,48.90140028203419]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[4.4348536592692568,49.2962181605246]}},{"type":"Feature","properties":{"population":1228},"geometry":{"type":"Point","coordinates":[-1.6487426461157198,48.51682891407164]}},{"type":"Feature","properties":{"population":924},"geometry":{"type":"Point","coordinates":[-0.6471244888291757,43.29799723679492]}},{"type":"Feature","properties":{"population":1261},"geometry":{"type":"Point","coordinates":[0.9655196156814415,45.544501280306359]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[-0.21188718917381153,45.916274762046629]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[5.78933442563311,48.24595195193202]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[-2.256812755692014,48.44267902094548]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[-2.192365637237565,48.58970499903972]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[1.3202552169678164,45.457846666429627]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[2.6731422876197934,50.26369761836597]}},{"type":"Feature","properties":{"population":667},"geometry":{"type":"Point","coordinates":[4.929620528491677,49.65898231798295]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[2.0618296502079005,50.41563703910505]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[2.1044138937551359,50.27089723760504]}},{"type":"Feature","properties":{"population":1264},"geometry":{"type":"Point","coordinates":[0.2564663099783295,49.56622566131181]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[-0.5421367053654375,45.50300502233885]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[6.301620050942763,47.00092181551887]}},{"type":"Feature","properties":{"population":608},"geometry":{"type":"Point","coordinates":[3.0713986930011405,43.56961373837299]}},{"type":"Feature","properties":{"population":692},"geometry":{"type":"Point","coordinates":[3.6682492771574055,46.63482213102683]}},{"type":"Feature","properties":{"population":86},"geometry":{"type":"Point","coordinates":[5.6604515338751499,47.90875693318939]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[6.017153480525515,48.269099338383728]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[3.9563264778632289,47.57329780751727]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[0.29336036710510068,48.546616699082019]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[1.0846848794471873,46.25494308236865]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[5.92987904287502,47.76436717816164]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[5.8936906587918769,47.63941484610906]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[2.338367312516305,42.61690327479426]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[1.7789317257285125,49.8664177209152]}},{"type":"Feature","properties":{"population":22},"geometry":{"type":"Point","coordinates":[0.2807403963160007,43.030371246189009]}},{"type":"Feature","properties":{"population":938},"geometry":{"type":"Point","coordinates":[4.931395361867118,49.75977645381503]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[5.06981343136101,48.71851487507373]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[0.5583916123767125,48.78642008859287]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[3.3643845837561097,49.82913084027845]}},{"type":"Feature","properties":{"population":2447},"geometry":{"type":"Point","coordinates":[3.294426540876478,50.47251139937263]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[5.513893960995195,48.79813014753244]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[2.04887440130168,44.67943278186251]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[5.2294967158050709,45.32894571555801]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[4.2219056590431889,46.26451870073401]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[4.638894299355353,46.6766124814382]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[5.203132979280663,46.827222627397038]}},{"type":"Feature","properties":{"population":1225},"geometry":{"type":"Point","coordinates":[3.184725689751493,46.85049582631048]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[5.798007527951971,44.8890767998529]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[-0.25833749214320025,44.409775334732]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[0.23292700358212235,48.801734105078498]}},{"type":"Feature","properties":{"population":1347},"geometry":{"type":"Point","coordinates":[1.2427727394299906,46.06257833538862]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[-0.31278578102235068,45.18556211409877]}},{"type":"Feature","properties":{"population":846},"geometry":{"type":"Point","coordinates":[1.371008532675146,45.37425097184349]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[-1.1941380197577379,43.23411594685979]}},{"type":"Feature","properties":{"population":976},"geometry":{"type":"Point","coordinates":[5.697087994803283,46.6994484091154]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[-0.448432389922938,44.486423345945997]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[1.6687936373671766,50.78146007821763]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[2.175051465766464,42.96437557719041]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[0.9407673080029715,48.92479797405371]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[5.321395233267597,48.49444207941406]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[4.674508473216873,47.438364609331568]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[5.788395592523238,46.33909142578187]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[4.696331341715149,46.25958780069526]}},{"type":"Feature","properties":{"population":622},"geometry":{"type":"Point","coordinates":[2.0140700363556207,44.68342095738909]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[1.8470619841543437,50.57079071193956]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[8.948911627083316,41.82696833107476]}},{"type":"Feature","properties":{"population":556},"geometry":{"type":"Point","coordinates":[1.3673790692367645,45.093127585970048]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[4.8787676717029779,47.14132769615915]}},{"type":"Feature","properties":{"population":3896},"geometry":{"type":"Point","coordinates":[3.175529015857553,43.21487124389894]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[0.41915712483104447,44.51081586194897]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[4.702979125502356,47.012327640212109]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[7.819698572539995,48.970432713517038]}},{"type":"Feature","properties":{"population":960},"geometry":{"type":"Point","coordinates":[3.401718350565354,45.90257302293843]}},{"type":"Feature","properties":{"population":298},"geometry":{"type":"Point","coordinates":[-1.0059974233163918,49.23970292185296]}},{"type":"Feature","properties":{"population":758},"geometry":{"type":"Point","coordinates":[5.429709156893564,46.16154196062046]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[-1.4659082885545543,49.42920812504604]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[5.479132150452453,44.23469350797809]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[4.6191242436432848,48.573275244438068]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[3.9099267429876849,49.61736118005031]}},{"type":"Feature","properties":{"population":913},"geometry":{"type":"Point","coordinates":[2.7885416082447267,48.03836873397405]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[5.41285957707833,44.35296880801019]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[5.2003206169229909,47.17782906716779]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[7.0287839356645549,48.8069925077651]}},{"type":"Feature","properties":{"population":722},"geometry":{"type":"Point","coordinates":[2.6669921491247758,48.198934902589559]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[0.8877008345136741,49.61210177595611]}},{"type":"Feature","properties":{"population":2124},"geometry":{"type":"Point","coordinates":[5.410005563533161,46.05019032922381]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[1.4077628713618289,49.91802073921674]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[5.9155087222284739,48.831857881830988]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[1.3187439496499117,49.08025156787537]}},{"type":"Feature","properties":{"population":579},"geometry":{"type":"Point","coordinates":[4.95562522795449,46.53913347781395]}},{"type":"Feature","properties":{"population":4386},"geometry":{"type":"Point","coordinates":[-2.2456714964106925,47.43698596970017]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[0.7538650876146945,45.75710395780679]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[2.225965993704062,50.18545214532579]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[4.63994447901919,49.42656233011079]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[0.31166634234498077,45.952379134723788]}},{"type":"Feature","properties":{"population":977},"geometry":{"type":"Point","coordinates":[-1.931552636480034,48.335230621750628]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[7.3176835017564,48.302522475577067]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[-0.5345046370791171,49.04110120195273]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[6.697747993504564,48.58089454120458]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[4.962790417543038,47.49186074903043]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[2.635316494669212,50.32969873144409]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[5.542911663635887,49.11534689030466]}},{"type":"Feature","properties":{"population":1567},"geometry":{"type":"Point","coordinates":[1.8086603366129353,47.74753623706589]}},{"type":"Feature","properties":{"population":1179},"geometry":{"type":"Point","coordinates":[1.1620247553965185,43.30335254008385]}},{"type":"Feature","properties":{"population":548},"geometry":{"type":"Point","coordinates":[-0.5464695735546213,45.173239988080918]}},{"type":"Feature","properties":{"population":1433},"geometry":{"type":"Point","coordinates":[2.024493146923651,46.08624413305352]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[4.577329065598111,47.999406159328959]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[-1.4221541803644214,48.62775810130705]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[3.6639676769002276,45.71754151640341]}},{"type":"Feature","properties":{"population":6699},"geometry":{"type":"Point","coordinates":[-2.8428012055337117,47.66167048355909]}},{"type":"Feature","properties":{"population":1441},"geometry":{"type":"Point","coordinates":[-1.325121522001744,43.939681947736449]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[3.776542899981723,49.13048364127654]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[0.38468431667323746,44.289642605959347]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[4.935557944887391,46.01389784224908]}},{"type":"Feature","properties":{"population":1080},"geometry":{"type":"Point","coordinates":[5.2483696690464749,43.86729654750432]}},{"type":"Feature","properties":{"population":1154},"geometry":{"type":"Point","coordinates":[-0.3115485814577722,44.01414008380455]}},{"type":"Feature","properties":{"population":529},"geometry":{"type":"Point","coordinates":[2.0298160693573514,44.00698871247245]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[2.005984288102594,47.04539096002007]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[0.7275474706663415,47.971961417893627]}},{"type":"Feature","properties":{"population":2759},"geometry":{"type":"Point","coordinates":[1.1541337300210895,45.06302331101386]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[1.6520048129117294,45.658088795435769]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[3.0025947777995465,49.64867808302854]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[3.865130526940234,44.636427663670719]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[3.219748498754683,49.28410420025933]}},{"type":"Feature","properties":{"population":1192},"geometry":{"type":"Point","coordinates":[0.9945978605180141,49.481949997953929]}},{"type":"Feature","properties":{"population":1034},"geometry":{"type":"Point","coordinates":[5.977603346265269,45.905701080480579]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[3.611584088401587,45.938266835254697]}},{"type":"Feature","properties":{"population":6441},"geometry":{"type":"Point","coordinates":[-1.078607840160108,44.795470081355059]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[1.2728472130594613,46.900650513229319]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[1.9055786262385182,46.42715143446921]}},{"type":"Feature","properties":{"population":2701},"geometry":{"type":"Point","coordinates":[1.3868428670481424,45.852288120021629]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.46859246178435345,43.82972398460504]}},{"type":"Feature","properties":{"population":2493},"geometry":{"type":"Point","coordinates":[-1.1994401128805008,43.773637508783107]}},{"type":"Feature","properties":{"population":588},"geometry":{"type":"Point","coordinates":[1.236573683651926,47.13512534991027]}},{"type":"Feature","properties":{"population":2914},"geometry":{"type":"Point","coordinates":[-1.331254538460784,46.88546710495586]}},{"type":"Feature","properties":{"population":1780},"geometry":{"type":"Point","coordinates":[1.42029195078755,47.61741335600889]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[1.2232984965901766,49.84103746990391]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[3.313094424808373,43.622387239481508]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[0.5377513099446788,49.20495814406536]}},{"type":"Feature","properties":{"population":405},"geometry":{"type":"Point","coordinates":[6.378033048207547,43.94608937082363]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[3.8643888305829567,47.99316395300036]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[3.1762115141834754,46.344580900438227]}},{"type":"Feature","properties":{"population":3932},"geometry":{"type":"Point","coordinates":[-4.48547618602877,48.014231362184]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[6.15641638578828,48.320877994718518]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[-4.212229684010083,48.15829426514284]}},{"type":"Feature","properties":{"population":2192},"geometry":{"type":"Point","coordinates":[5.0476658923136858,46.242170597988287]}},{"type":"Feature","properties":{"population":1673},"geometry":{"type":"Point","coordinates":[6.935639941727335,49.10434535089026]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[3.486732197300791,49.878894166858589]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[-2.064684873708386,48.05676345993389]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[0.27304311867476929,48.59952905280113]}},{"type":"Feature","properties":{"population":1060},"geometry":{"type":"Point","coordinates":[7.497701784634192,47.55702331181686]}},{"type":"Feature","properties":{"population":1394},"geometry":{"type":"Point","coordinates":[-2.915025243599814,48.41732165574272]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[1.5015796811086316,44.29142191636743]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[0.6499709941863082,43.452075403868487]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[4.461639211409879,47.216105283012598]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[0.8110233811165303,47.95686260408765]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[0.893560260850062,44.21649615433482]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[2.9205121484452007,50.30505181088786]}},{"type":"Feature","properties":{"population":690},"geometry":{"type":"Point","coordinates":[3.4332793141811046,50.35200152542125]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[-0.26367775744722368,48.82912540957926]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[2.0384263424572555,43.863239821281748]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[3.6655973983474467,49.950690107536427]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[2.143702792859276,50.12053567349142]}},{"type":"Feature","properties":{"population":654},"geometry":{"type":"Point","coordinates":[5.294352312671003,46.04343601003446]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[2.360187397265692,42.47301553762015]}},{"type":"Feature","properties":{"population":3463},"geometry":{"type":"Point","coordinates":[-0.05673496777358787,47.18051379058242]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[1.483467827097371,47.7778126264862]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[1.149680832615784,44.976428091623748]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[3.371328399342778,46.880625086341058]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[0.47907419007816878,43.059846511155239]}},{"type":"Feature","properties":{"population":1717},"geometry":{"type":"Point","coordinates":[6.831680717101128,49.10802181309395]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[1.5938161598467505,43.856599729454348]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[0.9054339033608131,49.725869320240509]}},{"type":"Feature","properties":{"population":3891},"geometry":{"type":"Point","coordinates":[-2.6563582419016709,48.426951363215277]}},{"type":"Feature","properties":{"population":1916},"geometry":{"type":"Point","coordinates":[4.886455477684777,45.92270282503975]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[5.187960687484398,44.31105850722865]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[0.24411752023920417,44.654389064667928]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[0.9657843303529314,48.7723238837782]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[4.011896775142129,45.287991898050709]}},{"type":"Feature","properties":{"population":1697},"geometry":{"type":"Point","coordinates":[5.053660604896931,47.24499990871715]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[3.910671963382674,49.94302296759578]}},{"type":"Feature","properties":{"population":2085},"geometry":{"type":"Point","coordinates":[6.384131038985428,45.642350544873959]}},{"type":"Feature","properties":{"population":636},"geometry":{"type":"Point","coordinates":[1.8283097722858446,43.36872871057961]}},{"type":"Feature","properties":{"population":511},"geometry":{"type":"Point","coordinates":[-0.8140691121423922,48.511192585412427]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[6.025587700205188,48.06190040715929]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[6.220617502069974,47.06440693259883]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[5.330473413030159,45.51375482787559]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[-0.2615544084720704,43.629776150258]}},{"type":"Feature","properties":{"population":794},"geometry":{"type":"Point","coordinates":[1.4212629560135628,46.98595511079028]}},{"type":"Feature","properties":{"population":751},"geometry":{"type":"Point","coordinates":[6.637489674298516,49.048978459076099]}},{"type":"Feature","properties":{"population":20},"geometry":{"type":"Point","coordinates":[5.117492568436853,49.33189184791805]}},{"type":"Feature","properties":{"population":2885},"geometry":{"type":"Point","coordinates":[1.2325372511748625,43.61521576050114]}},{"type":"Feature","properties":{"population":3000},"geometry":{"type":"Point","coordinates":[-2.0116391008726359,47.158565865775347]}},{"type":"Feature","properties":{"population":614},"geometry":{"type":"Point","coordinates":[2.955097940835359,50.62653696280693]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[1.0701373678782407,49.60893966764949]}},{"type":"Feature","properties":{"population":1262},"geometry":{"type":"Point","coordinates":[-1.3748317631978689,48.80979912067244]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[-0.13599712348408428,47.94122726051631]}},{"type":"Feature","properties":{"population":1535},"geometry":{"type":"Point","coordinates":[1.5708783318373428,43.50336628753571]}},{"type":"Feature","properties":{"population":649},"geometry":{"type":"Point","coordinates":[3.776251810061946,50.268926784822038]}},{"type":"Feature","properties":{"population":100},"geometry":{"type":"Point","coordinates":[1.667878458414044,49.38511459249152]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[4.994247051170454,44.661535188363028]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[4.03651317435156,50.22246699881565]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[-3.850833221332164,48.35999257333987]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[6.255203603398608,47.04980618229736]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[5.1710600786202749,44.33694259257801]}},{"type":"Feature","properties":{"population":881},"geometry":{"type":"Point","coordinates":[0.33479513225079746,48.04667142514216]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[3.3045519830928824,49.960278299673927]}},{"type":"Feature","properties":{"population":2762},"geometry":{"type":"Point","coordinates":[1.3595218700313816,46.10915703137907]}},{"type":"Feature","properties":{"population":1875},"geometry":{"type":"Point","coordinates":[1.2815242789533126,45.99756618930658]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[4.102125256417607,44.48272936735811]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[1.0495982912627702,49.76865390226046]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[0.8984629136045249,45.5682242149029]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[3.2559244283805479,47.692357097688667]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.0552297072674,49.45049278519514]}},{"type":"Feature","properties":{"population":2659},"geometry":{"type":"Point","coordinates":[2.9908747709019267,48.364573566933938]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[4.287623834423762,46.099215536320318]}},{"type":"Feature","properties":{"population":598},"geometry":{"type":"Point","coordinates":[5.175817847190633,46.452981848605968]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[2.0314989529128706,50.29332204014293]}},{"type":"Feature","properties":{"population":1072},"geometry":{"type":"Point","coordinates":[0.7714331693795282,45.70551139438189]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[3.2841504704256549,44.8704314926495]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[0.3909203538841219,44.55522913881607]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[5.416869824837933,46.904297809109177]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[3.7149874667585069,44.81260310028964]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.729095385045018,48.86665358068082]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[6.6905616867685879,48.829385437957]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[5.3696561145518368,46.48307678592812]}},{"type":"Feature","properties":{"population":1306},"geometry":{"type":"Point","coordinates":[0.883268227827904,49.52364978511966]}},{"type":"Feature","properties":{"population":2508},"geometry":{"type":"Point","coordinates":[1.2664426250764914,43.68744379579135]}},{"type":"Feature","properties":{"population":3721},"geometry":{"type":"Point","coordinates":[0.6456091920486531,45.364358256257]}},{"type":"Feature","properties":{"population":2259},"geometry":{"type":"Point","coordinates":[7.649017303296236,48.75608518273155]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[2.846294649444889,49.197275357252319]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[0.9966096019279903,43.008038699213177]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[2.3572179738041,49.952471953314979]}},{"type":"Feature","properties":{"population":2510},"geometry":{"type":"Point","coordinates":[5.951389487778399,47.30108790160005]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[1.0463867048381786,49.15453152941616]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[5.705921242822159,44.314889479162598]}},{"type":"Feature","properties":{"population":698},"geometry":{"type":"Point","coordinates":[4.803797120896423,47.28877891256688]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[-0.14635278638383718,43.82411994357137]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[0.9951698748582838,44.79355816902353]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[6.672451978735922,47.868842592312649]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[5.831138846782942,49.074059033671918]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[6.632824198535598,47.65150770473719]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[4.695732653773021,47.34359263359229]}},{"type":"Feature","properties":{"population":1079},"geometry":{"type":"Point","coordinates":[0.5226503762764162,46.48290664347747]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[5.236956284490724,46.962766931902418]}},{"type":"Feature","properties":{"population":3020},"geometry":{"type":"Point","coordinates":[4.669992779833102,44.7099373769717]}},{"type":"Feature","properties":{"population":3530},"geometry":{"type":"Point","coordinates":[5.496358802291812,45.397418953309038]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[2.291112799053842,50.34461629881725]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[5.7383617674558329,48.53732430623094]}},{"type":"Feature","properties":{"population":2873},"geometry":{"type":"Point","coordinates":[2.898470673741759,48.39191930622098]}},{"type":"Feature","properties":{"population":2001},"geometry":{"type":"Point","coordinates":[0.2002025034593966,47.869976310340948]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[3.1319517981699396,50.103790991261828]}},{"type":"Feature","properties":{"population":1812},"geometry":{"type":"Point","coordinates":[4.381693545186269,44.57656790410951]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[2.4582487651367757,50.143455122022569]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[3.658568298516061,46.90113433770425]}},{"type":"Feature","properties":{"population":3933},"geometry":{"type":"Point","coordinates":[4.757423469771625,45.47378991980047]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[1.5680730228911762,46.0721864934677]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[2.9773369911692595,50.055427026376928]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[0.47645046268919385,45.553726915711347]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[3.1039563409102879,49.756335468375059]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[-0.13018580126006819,43.01974803653019]}},{"type":"Feature","properties":{"population":1559},"geometry":{"type":"Point","coordinates":[2.3276797163728779,48.57052615347119]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[4.1933679733868909,48.380041312152119]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[4.328467106275509,45.01083425809729]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[0.11852744097964746,49.29151354374665]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[-1.2563760981201265,48.03610746087431]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[2.1265006307995399,50.284223956075617]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[2.7277740241048469,46.8067299422007]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[1.7107908360319045,43.636101775941018]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[1.5582814098044058,49.36003809064709]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[1.4805133678326817,48.95752985488117]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[4.306081326388723,49.72508744080769]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[3.2401734693484527,46.289646892813419]}},{"type":"Feature","properties":{"population":1177},"geometry":{"type":"Point","coordinates":[5.314646432788017,43.82715615529388]}},{"type":"Feature","properties":{"population":1143},"geometry":{"type":"Point","coordinates":[1.6651489930812916,48.832472752436917]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[-1.2446839683870239,49.43891129838497]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[1.6255185293829362,46.006592124365017]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[6.749930214360356,48.57184195625228]}},{"type":"Feature","properties":{"population":2022},"geometry":{"type":"Point","coordinates":[1.0603064211660196,45.766327410224317]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[3.2534319869109584,49.471919037121789]}},{"type":"Feature","properties":{"population":2958},"geometry":{"type":"Point","coordinates":[0.6078619847384932,46.927011667670409]}},{"type":"Feature","properties":{"population":3514},"geometry":{"type":"Point","coordinates":[0.2656891339517945,47.94339171412626]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[4.02470119172197,43.946645411403199]}},{"type":"Feature","properties":{"population":3251},"geometry":{"type":"Point","coordinates":[2.648325601993124,49.30047512126767]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[5.704624176016817,45.009180460909288]}},{"type":"Feature","properties":{"population":604},"geometry":{"type":"Point","coordinates":[6.615072643603152,44.41713966480982]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[4.124991117524623,48.46013688618314]}},{"type":"Feature","properties":{"population":177},"geometry":{"type":"Point","coordinates":[5.975147003700152,47.450303096356197]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[1.5345100137583992,47.2021824963818]}},{"type":"Feature","properties":{"population":3918},"geometry":{"type":"Point","coordinates":[-1.1011062165145387,45.65775275911966]}},{"type":"Feature","properties":{"population":1602},"geometry":{"type":"Point","coordinates":[2.167271974616531,50.85599552071284]}},{"type":"Feature","properties":{"population":321},"geometry":{"type":"Point","coordinates":[5.278010345490994,44.33351969455769]}},{"type":"Feature","properties":{"population":2007},"geometry":{"type":"Point","coordinates":[-0.24901019867938554,44.86057672551377]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[4.6557076259518779,49.256612091761578]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[1.47199602779245,47.81525681255343]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[1.484134830124809,45.71610558655461]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[2.8238411402756795,47.13871293340429]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[-0.3114834044113797,45.929365387283649]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[6.830343650698414,48.612641072525459]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[5.267900072868094,49.394579804465497]}},{"type":"Feature","properties":{"population":1314},"geometry":{"type":"Point","coordinates":[4.702221683832537,48.47849759360009]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[3.0069404250365596,48.52131273474284]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[5.220613721002971,49.594324478650758]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[6.27195404122106,48.26753586689591]}},{"type":"Feature","properties":{"population":608},"geometry":{"type":"Point","coordinates":[1.0017742792636959,49.23146046265412]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[3.275423485373487,48.67113636325544]}},{"type":"Feature","properties":{"population":1543},"geometry":{"type":"Point","coordinates":[4.932776314364047,48.028936293318377]}},{"type":"Feature","properties":{"population":1808},"geometry":{"type":"Point","coordinates":[3.575667595356654,48.726232643610298]}},{"type":"Feature","properties":{"population":4727},"geometry":{"type":"Point","coordinates":[0.9089544446654796,47.59262361253952]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[2.747522798394407,48.67986177037256]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[2.219973733334351,46.64775183243821]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[-0.47202101932506176,45.76931388490991]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[3.2474057850345856,48.97949214539709]}},{"type":"Feature","properties":{"population":1097},"geometry":{"type":"Point","coordinates":[5.198281470807683,49.623053036784728]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[5.8459632388441549,48.82952883935538]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[2.17202438289916,44.903777562665727]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[1.2590160672266156,46.34940358879777]}},{"type":"Feature","properties":{"population":677},"geometry":{"type":"Point","coordinates":[1.3014857570946193,47.68570560767477]}},{"type":"Feature","properties":{"population":3495},"geometry":{"type":"Point","coordinates":[1.6335076249094214,43.055003442813767]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[3.0906334044671208,49.491840562902]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[-0.4639887042058255,45.90552708511641]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[7.045026499769934,43.840667471168789]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[-3.902425152678117,48.289633457055298]}},{"type":"Feature","properties":{"population":416},"geometry":{"type":"Point","coordinates":[0.37634507217522686,46.86794284147633]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[0.6777610438327674,43.42225843022494]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[4.678906847042929,49.66358100101779]}},{"type":"Feature","properties":{"population":794},"geometry":{"type":"Point","coordinates":[2.9536639125209307,45.23130584982051]}},{"type":"Feature","properties":{"population":384},"geometry":{"type":"Point","coordinates":[-1.4364465729916556,49.38571395784602]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[1.8938416663691909,44.00501517552347]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[-0.551374741060787,43.22143776978903]}},{"type":"Feature","properties":{"population":673},"geometry":{"type":"Point","coordinates":[5.733255383892619,46.354333820315229]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[1.9410780683168499,50.025042676100579]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[-0.965226491715237,43.41305772028257]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[4.481312650086551,48.579071820272499]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[2.1279073227797724,49.486486672530727]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[3.6434605493555969,47.31846599588786]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[-0.03871259306363375,47.08063058061614]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[3.9978270284276009,44.48475178748224]}},{"type":"Feature","properties":{"population":595},"geometry":{"type":"Point","coordinates":[-1.5928336336520804,49.50067233889648]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[8.969153153241578,41.968362967003049]}},{"type":"Feature","properties":{"population":372},"geometry":{"type":"Point","coordinates":[4.359579302985993,48.40030852140044]}},{"type":"Feature","properties":{"population":485},"geometry":{"type":"Point","coordinates":[0.33373214013634297,47.48952931001572]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[0.39972302199720108,47.03017829545451]}},{"type":"Feature","properties":{"population":438},"geometry":{"type":"Point","coordinates":[5.266266124450747,43.82608644270994]}},{"type":"Feature","properties":{"population":3231},"geometry":{"type":"Point","coordinates":[6.2044836427675309,49.275939982288267]}},{"type":"Feature","properties":{"population":692},"geometry":{"type":"Point","coordinates":[0.5235353904829715,47.36003607458424]}},{"type":"Feature","properties":{"population":1053},"geometry":{"type":"Point","coordinates":[3.898319089947333,45.15225201505764]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[0.1137108695050363,43.63528987210033]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[-0.16418835143156289,43.9757765856352]}},{"type":"Feature","properties":{"population":165},"geometry":{"type":"Point","coordinates":[3.12992609347198,49.79396539840245]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[5.2338983383774428,48.94040254302446]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[0.92636375971015,48.59538233650417]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[-2.9709932048378167,47.39110491511558]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[3.9002291805010707,46.14631925007188]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[-0.5549639810506669,45.642706668205288]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[3.49959573848799,49.513753101968919]}},{"type":"Feature","properties":{"population":958},"geometry":{"type":"Point","coordinates":[2.7690714022614766,48.63775428454011]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[6.553391707820785,47.513885680818088]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[2.9624483684035964,46.28859136405096]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[4.426366407471752,49.79872876913518]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[1.4314450213271184,49.789390774219189]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[2.5633507592489979,42.44325883063447]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[2.8237169329412046,47.260478735666399]}},{"type":"Feature","properties":{"population":1325},"geometry":{"type":"Point","coordinates":[-3.613445678813534,47.85585232062098]}},{"type":"Feature","properties":{"population":87},"geometry":{"type":"Point","coordinates":[3.0833125897436979,45.28442985899264]}},{"type":"Feature","properties":{"population":930},"geometry":{"type":"Point","coordinates":[-0.6195768511206549,46.12179175689497]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[4.969313066788614,49.55387871215224]}},{"type":"Feature","properties":{"population":1119},"geometry":{"type":"Point","coordinates":[4.610945873923833,45.07750259629797]}},{"type":"Feature","properties":{"population":686},"geometry":{"type":"Point","coordinates":[7.630009577378818,48.453650110409977]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[6.992149368306129,48.692684110589457]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[1.3185357286540299,47.91850862675381]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[2.141234136000352,46.5725604466324]}},{"type":"Feature","properties":{"population":3301},"geometry":{"type":"Point","coordinates":[2.977891643098319,42.72538743110474]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[1.4429979827982265,42.701991779337728]}},{"type":"Feature","properties":{"population":1948},"geometry":{"type":"Point","coordinates":[-1.748966515904167,46.75759264498915]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[0.9351438413557233,43.33292509880446]}},{"type":"Feature","properties":{"population":1584},"geometry":{"type":"Point","coordinates":[3.452817537641272,50.50005230360504]}},{"type":"Feature","properties":{"population":1592},"geometry":{"type":"Point","coordinates":[3.0954505360860309,49.94491406166558]}},{"type":"Feature","properties":{"population":1318},"geometry":{"type":"Point","coordinates":[-0.7520956143357243,43.74127448988269]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[4.682332897308815,47.94111014199202]}},{"type":"Feature","properties":{"population":1914},"geometry":{"type":"Point","coordinates":[4.559647239973561,46.234710619431869]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[3.4626360968704326,45.918299042619839]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[1.957708241089395,48.42299779111654]}},{"type":"Feature","properties":{"population":1050},"geometry":{"type":"Point","coordinates":[-0.7368815820435466,43.32892303404532]}},{"type":"Feature","properties":{"population":777},"geometry":{"type":"Point","coordinates":[2.789695670242138,50.33040220114241]}},{"type":"Feature","properties":{"population":1067},"geometry":{"type":"Point","coordinates":[0.6186793472984665,45.23047310020606]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[3.4208845643753955,45.43035284735115]}},{"type":"Feature","properties":{"population":783},"geometry":{"type":"Point","coordinates":[-0.2500579264852535,44.50366060551304]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[5.789040014511724,46.73148777408485]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[1.7145919494369833,43.500708375568247]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[6.439531683739828,48.10747807739713]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[7.067675016403066,47.61084662077786]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[4.419522913427331,44.353748249687217]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[5.7228575652680429,48.8908505926433]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[1.305773160752539,48.94739149391459]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[5.604913941231738,48.51545116548075]}},{"type":"Feature","properties":{"population":762},"geometry":{"type":"Point","coordinates":[2.3464084351954757,48.36711966274238]}},{"type":"Feature","properties":{"population":821},"geometry":{"type":"Point","coordinates":[3.9033230077991134,45.120133103042267]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[0.8559549318320867,48.48251257304235]}},{"type":"Feature","properties":{"population":5653},"geometry":{"type":"Point","coordinates":[5.3068311867834139,43.61355481122776]}},{"type":"Feature","properties":{"population":1105},"geometry":{"type":"Point","coordinates":[-3.254936611837614,48.55685183102324]}},{"type":"Feature","properties":{"population":1264},"geometry":{"type":"Point","coordinates":[-1.36111478076401,43.858707998321197]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[2.984804419376494,43.580759596893837]}},{"type":"Feature","properties":{"population":1387},"geometry":{"type":"Point","coordinates":[-0.3803665347991165,44.607005044751598]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[1.941537216202191,46.22979657124787]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[1.0661315669199337,48.61611286718246]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[7.024340379542517,47.86061375351126]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[0.5621809683617196,49.219392421942149]}},{"type":"Feature","properties":{"population":611},"geometry":{"type":"Point","coordinates":[4.432296396518595,46.57403364816279]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[6.580083099138966,47.4728264380809]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[2.077146966489677,50.23967945862091]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.083007554206237,49.27348589877734]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[0.19577033179535936,43.20326205305637]}},{"type":"Feature","properties":{"population":1496},"geometry":{"type":"Point","coordinates":[-1.4638121436921992,48.823819749890599]}},{"type":"Feature","properties":{"population":1224},"geometry":{"type":"Point","coordinates":[-3.1811877755851096,48.71674068415185]}},{"type":"Feature","properties":{"population":2287},"geometry":{"type":"Point","coordinates":[1.8702299406962804,49.003667551479157]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[-1.3150564980106295,48.83466832942071]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[5.026082701716722,48.80126878155584]}},{"type":"Feature","properties":{"population":1951},"geometry":{"type":"Point","coordinates":[6.232250021835449,43.427142396056499]}},{"type":"Feature","properties":{"population":184},"geometry":{"type":"Point","coordinates":[9.292635535460166,42.05227676426586]}},{"type":"Feature","properties":{"population":2924},"geometry":{"type":"Point","coordinates":[-0.44943041461164975,48.53124192760265]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[7.119685552737981,43.98734639453225]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[1.9423626225990414,50.463617727504828]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[-0.021338776720275546,44.232120062582549]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[1.2830338431397173,48.70270825049737]}},{"type":"Feature","properties":{"population":838},"geometry":{"type":"Point","coordinates":[1.2244205183047712,44.83936744986871]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[5.472670754644498,45.63308911189376]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[1.9762820623575342,49.992720251685017]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[1.721843513569594,43.4490788365613]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[0.7023416693446247,49.058936380400648]}},{"type":"Feature","properties":{"population":1016},"geometry":{"type":"Point","coordinates":[1.9952123618881364,50.08176628018163]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[4.95307327564986,49.33735151021965]}},{"type":"Feature","properties":{"population":2289},"geometry":{"type":"Point","coordinates":[-4.198542063617847,48.61955714758027]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[-0.17969073900915726,47.77263891892482]}},{"type":"Feature","properties":{"population":1014},"geometry":{"type":"Point","coordinates":[4.04689794337671,49.163285364427078]}},{"type":"Feature","properties":{"population":643},"geometry":{"type":"Point","coordinates":[2.925055375848113,44.26776282507294]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[9.165868567447422,42.580466169459068]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[0.7593383033224787,47.66860695078369]}},{"type":"Feature","properties":{"population":3426},"geometry":{"type":"Point","coordinates":[5.773076238785327,45.85619441441031]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[2.2891162570761698,48.32674169007821]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[4.4432525474579489,47.819858939194727]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[5.966765585000335,47.5225834770021]}},{"type":"Feature","properties":{"population":3482},"geometry":{"type":"Point","coordinates":[1.716589560290233,44.76348045726202]}},{"type":"Feature","properties":{"population":1338},"geometry":{"type":"Point","coordinates":[-1.989610037208396,48.0603843604858]}},{"type":"Feature","properties":{"population":1010},"geometry":{"type":"Point","coordinates":[-1.550594349806439,47.951402499119598]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[4.020490726451248,43.753610943567178]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[1.0074369130362647,44.67330020545952]}},{"type":"Feature","properties":{"population":296},"geometry":{"type":"Point","coordinates":[6.595595329791307,49.283951868331538]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[-1.1117227269807162,48.676927166251797]}},{"type":"Feature","properties":{"population":1116},"geometry":{"type":"Point","coordinates":[5.498123663980426,45.70259144018143]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[1.8286650398248024,45.905267433983137]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[3.1457374263247499,50.327972196192678]}},{"type":"Feature","properties":{"population":1973},"geometry":{"type":"Point","coordinates":[-1.3310243203969659,47.43789770457686]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[7.064018337468771,47.70599647593564]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[5.47196188096409,48.16940720388171]}},{"type":"Feature","properties":{"population":3466},"geometry":{"type":"Point","coordinates":[-1.64288440603488,48.01863798849537]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[6.177718791311582,47.52541775768224]}},{"type":"Feature","properties":{"population":2190},"geometry":{"type":"Point","coordinates":[0.936882265994723,47.553996043985268]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[4.736362306394467,46.5524193674961]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[3.2522940554030734,49.31523379164076]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[5.888772233505032,49.23001802831122]}},{"type":"Feature","properties":{"population":2428},"geometry":{"type":"Point","coordinates":[6.105971833005271,47.633897038185427]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[0.9477511583598757,43.41008212974176]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[2.6654730562968509,48.07947493963104]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[0.9308435711899328,44.40410186239703]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[0.4951686162942662,45.797419385144497]}},{"type":"Feature","properties":{"population":650},"geometry":{"type":"Point","coordinates":[2.119553340182866,46.29994168569538]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[3.480131618057682,50.067574320481359]}},{"type":"Feature","properties":{"population":480},"geometry":{"type":"Point","coordinates":[-1.0785592771118067,49.14230501817791]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[0.11428916682668297,48.2656612279805]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[2.4822445824217724,42.56807427173378]}},{"type":"Feature","properties":{"population":784},"geometry":{"type":"Point","coordinates":[3.1400966434138235,49.38820429922627]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[1.072556926687128,48.7405949511177]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[4.894210696069737,47.16059467998912]}},{"type":"Feature","properties":{"population":4205},"geometry":{"type":"Point","coordinates":[2.029644784313228,47.83659272096309]}},{"type":"Feature","properties":{"population":907},"geometry":{"type":"Point","coordinates":[-1.1245897799214449,47.802924748762759]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[4.829597868032723,49.50068853562168]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[-0.8996451572797072,43.66987514698174]}},{"type":"Feature","properties":{"population":14},"geometry":{"type":"Point","coordinates":[0.40298944491740026,42.885776569642818]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[1.2761096501710819,44.95644135102419]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[7.264605754855396,47.458741402858809]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[-0.6753191243524019,48.53952643664681]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.5913783569310803,42.81458030160594]}},{"type":"Feature","properties":{"population":2207},"geometry":{"type":"Point","coordinates":[-1.3638360262192267,43.658299300399267]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[0.6401602958244239,47.71425487528814]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[6.457848850189307,48.61852319834819]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[5.564685384108117,47.16732680114845]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[4.020292235843814,48.717639453422929]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[5.620054605108534,48.26690505503703]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[1.6227420016941419,49.72443784951205]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[-0.323946391183307,47.965688288369907]}},{"type":"Feature","properties":{"population":719},"geometry":{"type":"Point","coordinates":[1.1053616522956847,47.485729374736838]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[0.8508310830558535,45.20730292525903]}},{"type":"Feature","properties":{"population":37},"geometry":{"type":"Point","coordinates":[2.628940173735947,42.90490608497201]}},{"type":"Feature","properties":{"population":183},"geometry":{"type":"Point","coordinates":[6.729907348187031,47.21679404156053]}},{"type":"Feature","properties":{"population":1524},"geometry":{"type":"Point","coordinates":[1.10074239422406,49.29320391917496]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[1.0813675142629196,44.86678722455777]}},{"type":"Feature","properties":{"population":2893},"geometry":{"type":"Point","coordinates":[-0.6443353171785333,46.19229674006348]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[2.7315078885068178,49.6654376343979]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[2.0911969364642428,43.152677940640447]}},{"type":"Feature","properties":{"population":2121},"geometry":{"type":"Point","coordinates":[-2.6221302296886046,48.45863666941628]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[5.472368152465713,45.11868195618018]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[0.990497446960073,42.92393844079155]}},{"type":"Feature","properties":{"population":2706},"geometry":{"type":"Point","coordinates":[5.9464960224568979,45.530301665174857]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[3.643288298080278,47.25155811340739]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[1.5730732171988682,44.22393615605076]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[2.9557317199306705,50.13813762340854]}},{"type":"Feature","properties":{"population":956},"geometry":{"type":"Point","coordinates":[-0.9609654764829756,45.4168544702366]}},{"type":"Feature","properties":{"population":794},"geometry":{"type":"Point","coordinates":[1.0501253091416825,48.50599735102104]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[6.381915840589122,48.14299748695077]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[4.707325439467394,47.74078605818346]}},{"type":"Feature","properties":{"population":871},"geometry":{"type":"Point","coordinates":[2.8606029413260285,43.693584834267067]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[5.509416501916138,44.40954442617945]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[0.785515617590204,48.171964733129779]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[0.36722961094836217,42.91150419353445]}},{"type":"Feature","properties":{"population":2164},"geometry":{"type":"Point","coordinates":[6.901641285783274,47.51938567051132]}},{"type":"Feature","properties":{"population":738},"geometry":{"type":"Point","coordinates":[2.1276987816816486,47.526873367600888]}},{"type":"Feature","properties":{"population":824},"geometry":{"type":"Point","coordinates":[5.792693394284663,45.40962084839997]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[4.712098485883303,47.268842834973479]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[1.8851135492074259,49.95925803940628]}},{"type":"Feature","properties":{"population":1694},"geometry":{"type":"Point","coordinates":[2.130093947397497,43.705485530527578]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[4.426777734003478,49.83495021295092]}},{"type":"Feature","properties":{"population":307},"geometry":{"type":"Point","coordinates":[5.740856333648269,44.56716314765055]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[5.4484112740648,46.47326795857671]}},{"type":"Feature","properties":{"population":736},"geometry":{"type":"Point","coordinates":[0.5366851150314466,46.64590505086286]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[0.3828751350181346,44.173465734816478]}},{"type":"Feature","properties":{"population":641},"geometry":{"type":"Point","coordinates":[3.1008612610305685,48.310062615504808]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[5.265281618918611,49.2165636090441]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[6.6173742719682508,47.21613709736209]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[0.8251777771196697,47.72539439410952]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[7.971036363161872,48.92662237049714]}},{"type":"Feature","properties":{"population":3942},"geometry":{"type":"Point","coordinates":[-4.7210556629065218,48.43903389731567]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[9.417872179389791,42.45281593671981]}},{"type":"Feature","properties":{"population":974},"geometry":{"type":"Point","coordinates":[-4.198411437437216,48.271235908716139]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[-1.1772713593333533,43.27337438464282]}},{"type":"Feature","properties":{"population":1955},"geometry":{"type":"Point","coordinates":[-1.8225876527290126,48.42043080472333]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[1.3328773444401872,48.96636810540819]}},{"type":"Feature","properties":{"population":663},"geometry":{"type":"Point","coordinates":[3.071912861219678,46.768518352896638]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[-0.9741522428795723,46.23753056661688]}},{"type":"Feature","properties":{"population":2028},"geometry":{"type":"Point","coordinates":[6.124119375342147,49.13136067673282]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[2.319091670955182,46.900449490278749]}},{"type":"Feature","properties":{"population":1808},"geometry":{"type":"Point","coordinates":[9.493051642492326,42.501489665587808]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[1.7873035419999797,49.62235266585851]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[-3.5321627977084439,48.35916756766951]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[4.710871381271943,50.04782855409416]}},{"type":"Feature","properties":{"population":597},"geometry":{"type":"Point","coordinates":[-1.0521036192797542,45.88871152010483]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[5.158148160159135,47.4565597107635]}},{"type":"Feature","properties":{"population":875},"geometry":{"type":"Point","coordinates":[4.484651616004707,44.14217741209425]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[0.5798614085976847,43.01758897406423]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[-0.04875602837915951,44.61903881965895]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[1.832736770627792,45.43324479031768]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[6.425702363856609,46.23179474271786]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[0.9851969560875168,43.66421768457738]}},{"type":"Feature","properties":{"population":2190},"geometry":{"type":"Point","coordinates":[2.893300110037653,50.59209086261457]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[3.086531549379367,48.14469483657021]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[5.907065572848006,44.85038002693096]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[2.6406487267276135,42.929545228446389]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[1.6587012632217733,47.93146452514875]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[0.49012748697095007,46.32529543088837]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[3.5339022591255064,49.54694212129539]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.8967010549435319,50.19206738143169]}},{"type":"Feature","properties":{"population":171},"geometry":{"type":"Point","coordinates":[2.0408461411345839,49.791366141917347]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[5.918244420459848,48.21389433387895]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[2.8712511496896666,42.9612309568887]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[5.707627173770826,49.464272645798249]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[4.631014718178988,48.777070146285819]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[3.3701403820952398,49.55503017562997]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[5.2189560223255289,48.71301374609467]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[4.940880537544111,48.41336749215556]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[2.2456838230518727,45.98983588200313]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[2.323148145982962,48.068038436348277]}},{"type":"Feature","properties":{"population":842},"geometry":{"type":"Point","coordinates":[3.6707646868107139,49.10215459793066]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[4.186965902848908,47.899997193553279]}},{"type":"Feature","properties":{"population":1703},"geometry":{"type":"Point","coordinates":[6.380897985143145,47.189326671460559]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[5.144033671473516,46.928417909678689]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[5.333274740922576,48.75571637700485]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[5.6135789563798339,44.698699717239538]}},{"type":"Feature","properties":{"population":4720},"geometry":{"type":"Point","coordinates":[-1.5405889716535875,46.68523840167561]}},{"type":"Feature","properties":{"population":712},"geometry":{"type":"Point","coordinates":[2.5078616790554237,49.35267107188839]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[3.122321629863594,46.5443093489142]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[4.751250114360319,47.67179111812705]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[0.12297612126423496,46.16493315959318]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[4.137616942948495,47.86197838352076]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[6.0619790196306539,48.37424061064416]}},{"type":"Feature","properties":{"population":1832},"geometry":{"type":"Point","coordinates":[5.166711044313708,45.53743182423738]}},{"type":"Feature","properties":{"population":2560},"geometry":{"type":"Point","coordinates":[6.637115063994058,46.369336577673298]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[1.9420816552991618,44.838090637202757]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[3.279367769489716,49.493650710385548]}},{"type":"Feature","properties":{"population":1655},"geometry":{"type":"Point","coordinates":[6.478407252979133,43.636782374092]}},{"type":"Feature","properties":{"population":602},"geometry":{"type":"Point","coordinates":[6.4556485493968,49.445980460509357]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[0.5533669291336584,43.3095614605316]}},{"type":"Feature","properties":{"population":3815},"geometry":{"type":"Point","coordinates":[0.5605568082375007,48.52099034393474]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[5.608261434400172,47.15086858858213]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[4.807511147232069,48.037740129479498]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[2.767433954138141,50.332696917241857]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[0.4077805321566179,46.99915987992544]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[5.55561771721091,46.559445785163209]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[0.48840183335756817,43.26249469874976]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[0.9923263432680385,43.46506472804737]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[0.9601106658095783,44.177056928705187]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[2.0883000417295856,49.58478712552124]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[5.2051346981981,49.20959983995873]}},{"type":"Feature","properties":{"population":328},"geometry":{"type":"Point","coordinates":[2.4015179503408494,49.70751984076483]}},{"type":"Feature","properties":{"population":2591},"geometry":{"type":"Point","coordinates":[-1.3049092264557867,48.189905492326129]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[2.4057007401614207,43.57258995111796]}},{"type":"Feature","properties":{"population":1138},"geometry":{"type":"Point","coordinates":[-2.327782738466787,47.86204782235865]}},{"type":"Feature","properties":{"population":455},"geometry":{"type":"Point","coordinates":[5.639491841242792,46.82804170212568]}},{"type":"Feature","properties":{"population":4549},"geometry":{"type":"Point","coordinates":[-1.1386727574590996,48.048412503215157]}},{"type":"Feature","properties":{"population":658},"geometry":{"type":"Point","coordinates":[7.009298650305854,48.850890656661089]}},{"type":"Feature","properties":{"population":2297},"geometry":{"type":"Point","coordinates":[2.1643908175299537,48.61082664100769]}},{"type":"Feature","properties":{"population":571},"geometry":{"type":"Point","coordinates":[5.779372793058668,45.513967415090217]}},{"type":"Feature","properties":{"population":3101},"geometry":{"type":"Point","coordinates":[6.14637760170287,48.78848126826653]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[7.129941089045327,49.052992381795309]}},{"type":"Feature","properties":{"population":1560},"geometry":{"type":"Point","coordinates":[3.326191859478518,48.25094991126606]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[6.156477436781512,47.220488550604269]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[3.9664887916527946,48.99950161716605]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[6.596264190475879,43.78842346183206]}},{"type":"Feature","properties":{"population":887},"geometry":{"type":"Point","coordinates":[-4.129377073037279,48.45762913912282]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[7.447606292766619,48.851372223707659]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[-0.07455155208626542,48.68646568904011]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[4.040011558355977,47.580463517708917]}},{"type":"Feature","properties":{"population":300},"geometry":{"type":"Point","coordinates":[5.1314913784973179,48.827363013316347]}},{"type":"Feature","properties":{"population":4292},"geometry":{"type":"Point","coordinates":[0.4099605717915274,44.86892997077865]}},{"type":"Feature","properties":{"population":434},"geometry":{"type":"Point","coordinates":[5.289279383541465,47.19241367902209]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[-0.12988278091065223,43.53177458279818]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[2.1433165659509259,44.58066747869409]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[0.39690751676080768,42.964012394744148]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[2.002461285901104,43.01602207599773]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[3.591272717108526,47.262148186179718]}},{"type":"Feature","properties":{"population":1324},"geometry":{"type":"Point","coordinates":[0.41914376245414838,46.8975703787711]}},{"type":"Feature","properties":{"population":593},"geometry":{"type":"Point","coordinates":[1.6597592009204776,49.200400629572829]}},{"type":"Feature","properties":{"population":3295},"geometry":{"type":"Point","coordinates":[-1.0087457309211,43.693203165998308]}},{"type":"Feature","properties":{"population":746},"geometry":{"type":"Point","coordinates":[5.695195120295826,46.14482881981764]}},{"type":"Feature","properties":{"population":718},"geometry":{"type":"Point","coordinates":[3.1409806166038707,46.1504137785661]}},{"type":"Feature","properties":{"population":706},"geometry":{"type":"Point","coordinates":[-0.39755623804712089,45.80573989710176]}},{"type":"Feature","properties":{"population":733},"geometry":{"type":"Point","coordinates":[1.2985227735108942,49.845578482139519]}},{"type":"Feature","properties":{"population":1759},"geometry":{"type":"Point","coordinates":[4.934312483697819,44.39476658240365]}},{"type":"Feature","properties":{"population":1963},"geometry":{"type":"Point","coordinates":[4.907178996332327,45.623076462625807]}},{"type":"Feature","properties":{"population":1240},"geometry":{"type":"Point","coordinates":[5.242013146338621,46.69036157372682]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[5.3280092382274,48.638874234800628]}},{"type":"Feature","properties":{"population":267},"geometry":{"type":"Point","coordinates":[2.6884815547124405,47.28073207930916]}},{"type":"Feature","properties":{"population":1156},"geometry":{"type":"Point","coordinates":[3.5970237284059505,48.508735146792549]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[4.819861431591453,46.68142855788288]}},{"type":"Feature","properties":{"population":436},"geometry":{"type":"Point","coordinates":[5.809398650033938,46.95573529439944]}},{"type":"Feature","properties":{"population":995},"geometry":{"type":"Point","coordinates":[-1.5955080083780387,48.297606919999228]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[6.199826304817343,47.91237917050673]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[-0.10033302546355678,47.172356903366367]}},{"type":"Feature","properties":{"population":903},"geometry":{"type":"Point","coordinates":[-0.039110373107666459,46.15251586398793]}},{"type":"Feature","properties":{"population":501},"geometry":{"type":"Point","coordinates":[3.5850595627330907,49.677938145061798]}},{"type":"Feature","properties":{"population":773},"geometry":{"type":"Point","coordinates":[6.165650861064162,43.5660134607107]}},{"type":"Feature","properties":{"population":470},"geometry":{"type":"Point","coordinates":[0.7232951747182044,43.64823219492487]}},{"type":"Feature","properties":{"population":601},"geometry":{"type":"Point","coordinates":[3.0533484597632345,45.12311920236199]}},{"type":"Feature","properties":{"population":1017},"geometry":{"type":"Point","coordinates":[0.44397064807120775,48.70755792970537]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[1.7796020588466346,49.55855404873281]}},{"type":"Feature","properties":{"population":549},"geometry":{"type":"Point","coordinates":[3.2274839470609359,50.25285805982054]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[1.0382230401954336,45.04395416952961]}},{"type":"Feature","properties":{"population":1551},"geometry":{"type":"Point","coordinates":[2.361684714449804,43.66236401355461]}},{"type":"Feature","properties":{"population":66},"geometry":{"type":"Point","coordinates":[3.8802083290219429,49.79616402755176]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[6.639104351262673,48.216934323268137]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[5.956716873210352,47.62924288818822]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[-2.9859560619593918,48.66595070200419]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[0.500421733638901,49.14289452806007]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[4.560913579914673,48.09838431975836]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[1.6514311092703742,45.605243449753938]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[0.4106710479731524,45.25054570151951]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[5.318804211919104,48.658683273288868]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[5.308579274105162,49.52349397942372]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[9.058141933640963,42.51753531653842]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[-0.35093627120599665,48.94840496239751]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[3.7596932712891437,48.86029100161016]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[-0.024596376174435113,45.273796039042938]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[-0.07524549926543625,44.66184967885689]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[2.8046980289817355,48.94870101146361]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[0.027064596067955465,48.50703453748701]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[0.8233087754387256,49.79516499430837]}},{"type":"Feature","properties":{"population":3064},"geometry":{"type":"Point","coordinates":[2.9349001336908735,43.27026638909734]}},{"type":"Feature","properties":{"population":578},"geometry":{"type":"Point","coordinates":[2.91116976354882,49.665372931798469]}},{"type":"Feature","properties":{"population":983},"geometry":{"type":"Point","coordinates":[0.86380137096179,47.928323366624528]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[0.9016445022070583,43.830452703079178]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[6.4116597258975489,49.349102743456928]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[-0.623821305839921,46.54300385533062]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[2.8195614959840706,49.96843372495947]}},{"type":"Feature","properties":{"population":800},"geometry":{"type":"Point","coordinates":[-0.2955713740432666,43.182336623259839]}},{"type":"Feature","properties":{"population":1156},"geometry":{"type":"Point","coordinates":[5.017584149036989,45.81680209884282]}},{"type":"Feature","properties":{"population":1303},"geometry":{"type":"Point","coordinates":[2.914913348297153,43.225002730327769]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[1.9303928850203716,49.74358132967968]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[5.525907819421523,44.88642937027692]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[-0.48268910171365117,46.66993462829862]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[0.548761545003353,43.27611251067872]}},{"type":"Feature","properties":{"population":2965},"geometry":{"type":"Point","coordinates":[5.683261787460116,49.53604065614483]}},{"type":"Feature","properties":{"population":934},"geometry":{"type":"Point","coordinates":[1.2533400061938383,44.07311175093224]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[5.022176789489394,49.196261801823528]}},{"type":"Feature","properties":{"population":1493},"geometry":{"type":"Point","coordinates":[7.062109540681397,48.97608363789076]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[0.3299782067404571,48.70507868622851]}},{"type":"Feature","properties":{"population":427},"geometry":{"type":"Point","coordinates":[-1.628552520354395,49.25711775172262]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[-0.4649833571041058,49.09581222663789]}},{"type":"Feature","properties":{"population":295},"geometry":{"type":"Point","coordinates":[2.2113705709760298,48.32481585439677]}},{"type":"Feature","properties":{"population":1331},"geometry":{"type":"Point","coordinates":[3.2690470943668186,50.57145904791627]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[4.801017358278118,49.043268066593778]}},{"type":"Feature","properties":{"population":1581},"geometry":{"type":"Point","coordinates":[2.8951216684056364,42.57506270869156]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[0.7917029453264379,45.47288908185752]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[1.9062197056701194,49.55899941311491]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[0.020123115441417043,43.11519854433032]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[6.981779863332516,47.646976879687688]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[4.550142153671614,46.615402388477878]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[5.795805539622735,48.86865385498975]}},{"type":"Feature","properties":{"population":1195},"geometry":{"type":"Point","coordinates":[4.681274882946393,45.16553643150632]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[1.74269234743315,42.71945552416448]}},{"type":"Feature","properties":{"population":1369},"geometry":{"type":"Point","coordinates":[5.279792145345943,45.07690929222897]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[0.7860460296244175,46.42107890830768]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[-1.244600807036693,48.6794165903992]}},{"type":"Feature","properties":{"population":659},"geometry":{"type":"Point","coordinates":[-0.8454930153453317,45.89081802076118]}},{"type":"Feature","properties":{"population":1797},"geometry":{"type":"Point","coordinates":[1.7229848650530369,45.366721951550079]}},{"type":"Feature","properties":{"population":906},"geometry":{"type":"Point","coordinates":[7.02123225799088,47.76223471123522]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[5.291920481259629,47.77180082113397]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[3.50601999516929,48.04122736641581]}},{"type":"Feature","properties":{"population":2051},"geometry":{"type":"Point","coordinates":[4.708906028216034,45.91337071580827]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[6.536404316722588,49.37535362470002]}},{"type":"Feature","properties":{"population":1659},"geometry":{"type":"Point","coordinates":[4.839666525251175,46.30540000463276]}},{"type":"Feature","properties":{"population":1330},"geometry":{"type":"Point","coordinates":[2.229827955787833,43.87829811702161]}},{"type":"Feature","properties":{"population":3712},"geometry":{"type":"Point","coordinates":[4.17482905432959,46.16651654767017]}},{"type":"Feature","properties":{"population":4392},"geometry":{"type":"Point","coordinates":[7.010980823777738,48.995913414947157]}},{"type":"Feature","properties":{"population":1236},"geometry":{"type":"Point","coordinates":[4.686895757960366,45.27625728605188]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[7.123636358733604,48.39317918430264]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[3.7221080349927067,50.30760342384758]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[3.5233838758645108,46.85325464092449]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[6.52409948419062,48.31119254407556]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[-0.26203296578299609,46.158150906262]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[4.538310188754665,49.54130474117553]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[5.71749085349797,48.44933748049759]}},{"type":"Feature","properties":{"population":1115},"geometry":{"type":"Point","coordinates":[0.33390255181423059,46.44526303585718]}},{"type":"Feature","properties":{"population":1879},"geometry":{"type":"Point","coordinates":[0.305282954888646,47.30347178526001]}},{"type":"Feature","properties":{"population":4053},"geometry":{"type":"Point","coordinates":[3.541320892407244,45.75856083754343]}},{"type":"Feature","properties":{"population":301},"geometry":{"type":"Point","coordinates":[1.7122029618088429,50.06272422559398]}},{"type":"Feature","properties":{"population":1264},"geometry":{"type":"Point","coordinates":[3.3512656372823357,45.778622361808817]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[4.991842929274225,46.02293581238776]}},{"type":"Feature","properties":{"population":1722},"geometry":{"type":"Point","coordinates":[2.819623543614714,50.59560540097778]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[3.1911990989578697,50.21542011334871]}},{"type":"Feature","properties":{"population":2173},"geometry":{"type":"Point","coordinates":[-4.2087300516618149,48.52063791889277]}},{"type":"Feature","properties":{"population":134},"geometry":{"type":"Point","coordinates":[4.9111761747287459,47.732766573983727]}},{"type":"Feature","properties":{"population":1121},"geometry":{"type":"Point","coordinates":[-0.2290320569182042,47.1144549669599]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[2.229195387131585,43.482859925942587]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[3.364534467847096,48.820462496087838]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[1.4494198560155718,46.47907220615661]}},{"type":"Feature","properties":{"population":830},"geometry":{"type":"Point","coordinates":[-0.7566381975171761,49.19677396132311]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[5.48447174964878,46.37846799772612]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[3.3533220456035348,47.958915479309187]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[-0.1397858894605977,48.078358936342159]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[1.3607450411610376,49.43270134765628]}},{"type":"Feature","properties":{"population":1974},"geometry":{"type":"Point","coordinates":[0.1117640026744586,48.22449067236133]}},{"type":"Feature","properties":{"population":3053},"geometry":{"type":"Point","coordinates":[0.27825804255860378,47.88986529942829]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[3.1031675846462329,49.8341407479991]}},{"type":"Feature","properties":{"population":374},"geometry":{"type":"Point","coordinates":[0.9099734957881193,49.80604076932092]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[-0.06576502601408303,44.60986075824326]}},{"type":"Feature","properties":{"population":9625},"geometry":{"type":"Point","coordinates":[1.2546591483595767,49.95506316853121]}},{"type":"Feature","properties":{"population":1040},"geometry":{"type":"Point","coordinates":[0.471596882544872,45.8985166484845]}},{"type":"Feature","properties":{"population":1980},"geometry":{"type":"Point","coordinates":[4.826407959561532,45.53614715867061]}},{"type":"Feature","properties":{"population":905},"geometry":{"type":"Point","coordinates":[-0.24783976348011187,43.238733356122398]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[7.145183409249213,44.10238479615134]}},{"type":"Feature","properties":{"population":3077},"geometry":{"type":"Point","coordinates":[3.1353055405473557,43.457751864246649]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[2.7237820578561666,42.57642764887806]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[6.973962088081337,47.621031680108369]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[4.907529621244344,48.949148776805639]}},{"type":"Feature","properties":{"population":4596},"geometry":{"type":"Point","coordinates":[-2.9315368212609909,48.68206515001695]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[0.7930327179280815,47.917090455958319]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[6.2015733114606459,47.124706927126698]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[2.5249614592661224,49.64107945539205]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[6.029075045415005,48.167544868633957]}},{"type":"Feature","properties":{"population":584},"geometry":{"type":"Point","coordinates":[0.5379490693484086,46.44165997374208]}},{"type":"Feature","properties":{"population":6838},"geometry":{"type":"Point","coordinates":[5.08736010831181,43.74458217330455]}},{"type":"Feature","properties":{"population":802},"geometry":{"type":"Point","coordinates":[-0.12039354392250079,48.137885736064969]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[0.9834040433884431,43.301309428160617]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[2.157995601004929,43.85477851122742]}},{"type":"Feature","properties":{"population":685},"geometry":{"type":"Point","coordinates":[3.1819848771944265,45.9573802328258]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[3.6042701029850718,49.82580598524316]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[4.623348365500807,48.90401879141836]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[1.9439698491451183,50.09733682489645]}},{"type":"Feature","properties":{"population":3507},"geometry":{"type":"Point","coordinates":[-3.1094513761305979,47.70182454482516]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[4.281246277665678,47.598004986122919]}},{"type":"Feature","properties":{"population":1250},"geometry":{"type":"Point","coordinates":[2.1428647077168145,48.464289056057577]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[7.16287747583695,48.72191203831459]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[0.6632274393963068,49.214964919342929]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[4.646473242198803,46.97789967511204]}},{"type":"Feature","properties":{"population":175},"geometry":{"type":"Point","coordinates":[-1.2158942152688495,48.697457627537477]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[2.5075035176715114,50.29665346728253]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[6.687152186537089,47.31896040276567]}},{"type":"Feature","properties":{"population":1130},"geometry":{"type":"Point","coordinates":[-2.23072931215904,48.245494565491899]}},{"type":"Feature","properties":{"population":962},"geometry":{"type":"Point","coordinates":[1.1663106605536107,43.42310859171139]}},{"type":"Feature","properties":{"population":894},"geometry":{"type":"Point","coordinates":[-0.3068130636741479,47.24149002370327]}},{"type":"Feature","properties":{"population":160},"geometry":{"type":"Point","coordinates":[5.630443764705691,46.78822104227886]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[3.265262593307704,44.92003699160299]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[4.901224285738076,47.149612356088478]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[-0.4284478059487548,46.08937043250749]}},{"type":"Feature","properties":{"population":539},"geometry":{"type":"Point","coordinates":[7.482955128830677,48.92164439906597]}},{"type":"Feature","properties":{"population":1947},"geometry":{"type":"Point","coordinates":[-1.3390717352098119,46.51594529330319]}},{"type":"Feature","properties":{"population":824},"geometry":{"type":"Point","coordinates":[-1.6864527320485617,49.59312569913025]}},{"type":"Feature","properties":{"population":79},"geometry":{"type":"Point","coordinates":[5.438501753085181,48.44674680320545]}},{"type":"Feature","properties":{"population":2522},"geometry":{"type":"Point","coordinates":[-1.5801579802412387,46.61121445869209]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[1.0301653481477369,48.96037119583924]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[7.362235448425412,48.60925649025404]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[5.782502240435306,47.76598317320963]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[1.6308495572593387,44.289111084289398]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[6.343550056526575,47.73805805491206]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[7.016409463937001,48.68219500991042]}},{"type":"Feature","properties":{"population":370},"geometry":{"type":"Point","coordinates":[4.526234414078903,44.845494277914109]}},{"type":"Feature","properties":{"population":313},"geometry":{"type":"Point","coordinates":[5.322357930839209,47.32283820337396]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[6.690857110221644,47.24885042162476]}},{"type":"Feature","properties":{"population":1019},"geometry":{"type":"Point","coordinates":[2.690143064971006,50.35018767565547]}},{"type":"Feature","properties":{"population":2850},"geometry":{"type":"Point","coordinates":[3.3693246005518269,49.66712024491136]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[0.14976615025233323,44.87211221378834]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[4.392460489537859,45.06622128731623]}},{"type":"Feature","properties":{"population":481},"geometry":{"type":"Point","coordinates":[6.385937046164269,49.41444708712779]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[6.275661334165197,47.01591046664903]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[0.9820320179794457,43.08353487448937]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[0.024896595174283315,48.723717501358468]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[0.7688245233944572,48.7162523805429]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[-1.732748067806131,48.44169582491987]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[4.239790935721321,47.617083318165189]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[6.503656422692115,47.4521160219704]}},{"type":"Feature","properties":{"population":685},"geometry":{"type":"Point","coordinates":[1.9601820501579459,46.16078215818818]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[1.8181536700384482,46.07827857727459]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[1.8518009289770084,50.64437302884037]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[0.2951109658251697,43.21209227314331]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[5.221043033478589,49.537313547409677]}},{"type":"Feature","properties":{"population":1997},"geometry":{"type":"Point","coordinates":[-0.3440510397702387,49.08671300062318]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[4.528006482818082,48.18732642868135]}},{"type":"Feature","properties":{"population":2400},"geometry":{"type":"Point","coordinates":[-4.03069488673077,48.699357819351877]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[4.150394869152172,46.737468611158998]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[4.2333859079309719,49.28663428644243]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[2.877537001710017,43.22861312160145]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[4.9876979157389089,47.86099862833234]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[5.170624581099703,47.69589764860941]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[1.7132071035822858,48.47003770240003]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[3.8751232649933096,47.330988536848568]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[5.866335951167125,49.01129513868688]}},{"type":"Feature","properties":{"population":1236},"geometry":{"type":"Point","coordinates":[3.4887372361082686,44.64815282155981]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[5.914457675677524,48.341467001813168]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[-0.2631462689214924,44.61655986719551]}},{"type":"Feature","properties":{"population":423},"geometry":{"type":"Point","coordinates":[2.583860398733527,44.72607638072767]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[0.05859713615797293,43.81767722103422]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[1.3986060465548489,49.08264422819094]}},{"type":"Feature","properties":{"population":995},"geometry":{"type":"Point","coordinates":[0.6440320433953348,49.4822433561063]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[5.742071864319664,47.41248793483566]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[5.236422596512731,48.914277140115178]}},{"type":"Feature","properties":{"population":2202},"geometry":{"type":"Point","coordinates":[-1.763456966057223,48.257052138927218]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[2.1135838770461339,43.788291624588328]}},{"type":"Feature","properties":{"population":1127},"geometry":{"type":"Point","coordinates":[-2.4170905841789778,47.81192254011794]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[2.62731691973316,48.23116960060331]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[3.848572513522848,48.66241917795433]}},{"type":"Feature","properties":{"population":981},"geometry":{"type":"Point","coordinates":[3.424734509876972,50.49478520671832]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[2.325334213693275,43.38341013063391]}},{"type":"Feature","properties":{"population":428},"geometry":{"type":"Point","coordinates":[2.0601113764641556,42.90880032878591]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[5.322726897726198,48.36703150188197]}},{"type":"Feature","properties":{"population":1433},"geometry":{"type":"Point","coordinates":[3.3753639143202047,49.85823809498969]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[0.25613338992532638,44.766290740290958]}},{"type":"Feature","properties":{"population":360},"geometry":{"type":"Point","coordinates":[5.030190153553839,48.90120940148776]}},{"type":"Feature","properties":{"population":2972},"geometry":{"type":"Point","coordinates":[5.122182134936585,48.43316056603026]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[1.9981976291672299,45.30609518827023]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[2.7788858896585166,46.2280306988094]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[3.2211408593910488,46.1371825618353]}},{"type":"Feature","properties":{"population":1231},"geometry":{"type":"Point","coordinates":[1.972677840542571,48.03520751809102]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[2.4518760618871524,46.88895938818394]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[6.696760308201067,44.462567454863918]}},{"type":"Feature","properties":{"population":3627},"geometry":{"type":"Point","coordinates":[-1.854488415690192,47.34376341248927]}},{"type":"Feature","properties":{"population":522},"geometry":{"type":"Point","coordinates":[5.781886660936851,44.36572758044247]}},{"type":"Feature","properties":{"population":753},"geometry":{"type":"Point","coordinates":[-0.6102995931740286,45.192718290770269]}},{"type":"Feature","properties":{"population":150},"geometry":{"type":"Point","coordinates":[2.0546748979511948,46.404392832183429]}},{"type":"Feature","properties":{"population":721},"geometry":{"type":"Point","coordinates":[1.2113798084296792,45.31488224471332]}},{"type":"Feature","properties":{"population":34},"geometry":{"type":"Point","coordinates":[3.270029861838334,49.447398880494997]}},{"type":"Feature","properties":{"population":990},"geometry":{"type":"Point","coordinates":[4.239501160205617,49.245491597674668]}},{"type":"Feature","properties":{"population":912},"geometry":{"type":"Point","coordinates":[3.9314741644839157,46.00638666632005]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[6.847949809194344,48.90543387477596]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[1.2201256686645992,49.66244469895657]}},{"type":"Feature","properties":{"population":1377},"geometry":{"type":"Point","coordinates":[6.03438445791426,44.081451861732478]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[0.49925736793478139,47.05565104103411]}},{"type":"Feature","properties":{"population":846},"geometry":{"type":"Point","coordinates":[7.310555903894109,48.150711102217069]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[-0.6141204169967383,49.23957680001907]}},{"type":"Feature","properties":{"population":217},"geometry":{"type":"Point","coordinates":[1.8113500288340366,47.13956707961685]}},{"type":"Feature","properties":{"population":1312},"geometry":{"type":"Point","coordinates":[-2.8810272508256538,48.11545041535986]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[5.44608369951014,49.491980410737607]}},{"type":"Feature","properties":{"population":407},"geometry":{"type":"Point","coordinates":[0.867122696006434,43.67209581865205]}},{"type":"Feature","properties":{"population":771},"geometry":{"type":"Point","coordinates":[-0.30136965866557416,45.522812757346319]}},{"type":"Feature","properties":{"population":1536},"geometry":{"type":"Point","coordinates":[2.1204786382854197,48.57899882214362]}},{"type":"Feature","properties":{"population":964},"geometry":{"type":"Point","coordinates":[4.129607566574084,44.426855600905259]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[1.043740212533823,49.654522259624]}},{"type":"Feature","properties":{"population":4119},"geometry":{"type":"Point","coordinates":[2.5310155861684255,51.03567414464139]}},{"type":"Feature","properties":{"population":862},"geometry":{"type":"Point","coordinates":[-0.3397518959645231,43.247967615783199]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[6.648744428125768,43.721075942214508]}},{"type":"Feature","properties":{"population":726},"geometry":{"type":"Point","coordinates":[2.372290809270526,50.019181287135037]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[0.0010318362962111544,43.48123342376609]}},{"type":"Feature","properties":{"population":1923},"geometry":{"type":"Point","coordinates":[5.6414950226759779,48.61594543155247]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[-2.0688194741400398,48.33723246915454]}},{"type":"Feature","properties":{"population":1234},"geometry":{"type":"Point","coordinates":[5.270379847508609,45.82248806034392]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[4.291283024022372,47.99893059445232]}},{"type":"Feature","properties":{"population":1024},"geometry":{"type":"Point","coordinates":[3.9652071082327629,50.21909368601446]}},{"type":"Feature","properties":{"population":1726},"geometry":{"type":"Point","coordinates":[0.831500028177952,49.42699195872683]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[2.7637430846572039,49.574957904074448]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[6.253503081086791,48.96830879550274]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[5.628792416953828,49.156297443680028]}},{"type":"Feature","properties":{"population":1905},"geometry":{"type":"Point","coordinates":[2.2710605279487465,47.089386523208059]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[1.5150425017702252,50.08313063125188]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[4.462481994407951,48.01607463444331]}},{"type":"Feature","properties":{"population":349},"geometry":{"type":"Point","coordinates":[-1.6652386018085308,49.396076646866848]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[1.3770192675890687,46.46154829262743]}},{"type":"Feature","properties":{"population":2949},"geometry":{"type":"Point","coordinates":[-0.6912186993282404,47.48695885549284]}},{"type":"Feature","properties":{"population":585},"geometry":{"type":"Point","coordinates":[1.4419486262937902,44.64608553248868]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[1.7829735923559156,43.555836504027947]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[0.18163447993902269,43.17462905930542]}},{"type":"Feature","properties":{"population":315},"geometry":{"type":"Point","coordinates":[2.383428585781313,49.669613322675569]}},{"type":"Feature","properties":{"population":1114},"geometry":{"type":"Point","coordinates":[-0.1591795268073955,46.66473091642614]}},{"type":"Feature","properties":{"population":855},"geometry":{"type":"Point","coordinates":[6.311639847878841,46.799086376051288]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[4.5209385148689809,47.24935656008215]}},{"type":"Feature","properties":{"population":959},"geometry":{"type":"Point","coordinates":[4.534439211571669,45.22435950699018]}},{"type":"Feature","properties":{"population":1645},"geometry":{"type":"Point","coordinates":[2.7089788035091044,44.27763164723466]}},{"type":"Feature","properties":{"population":5242},"geometry":{"type":"Point","coordinates":[3.2405647470229774,45.644147887343589]}},{"type":"Feature","properties":{"population":763},"geometry":{"type":"Point","coordinates":[3.5402787394582484,50.257923550225729]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[6.616617275802387,47.85193367110717]}},{"type":"Feature","properties":{"population":1337},"geometry":{"type":"Point","coordinates":[0.5384608581069722,44.11742707726075]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[1.1899604868831293,48.59323073183778]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[2.5587271437250136,47.95785134732883]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[-0.46132063504975159,48.916636706316889]}},{"type":"Feature","properties":{"population":2140},"geometry":{"type":"Point","coordinates":[1.365935626312099,49.1851333430966]}},{"type":"Feature","properties":{"population":1824},"geometry":{"type":"Point","coordinates":[7.630589256858796,48.25519723277318]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[0.052644664675176509,43.70909778304186]}},{"type":"Feature","properties":{"population":606},"geometry":{"type":"Point","coordinates":[4.089722469297909,46.275594252854528]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[-0.12173811075671674,49.13618972514284]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[1.1762771101873853,46.34180769733676]}},{"type":"Feature","properties":{"population":537},"geometry":{"type":"Point","coordinates":[2.6909416553720635,49.50113950071423]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[4.147167007457985,49.337131227959947]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[0.4375791836420914,49.724958931994219]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[1.5730527107311819,47.0525553088323]}},{"type":"Feature","properties":{"population":4395},"geometry":{"type":"Point","coordinates":[2.0051923056031448,48.309337315053657]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[6.414497038574944,48.38439346340346]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[1.1818942014845853,49.83681414244204]}},{"type":"Feature","properties":{"population":397},"geometry":{"type":"Point","coordinates":[0.8369202922806186,49.104500083997859]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[5.717056131580562,46.75395832497579]}},{"type":"Feature","properties":{"population":731},"geometry":{"type":"Point","coordinates":[-0.056469664034589337,44.981571886991698]}},{"type":"Feature","properties":{"population":592},"geometry":{"type":"Point","coordinates":[4.1831579747918019,46.910884163172458]}},{"type":"Feature","properties":{"population":390},"geometry":{"type":"Point","coordinates":[5.49319485774529,46.62277628447978]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[5.469180682670384,48.58580342843227]}},{"type":"Feature","properties":{"population":1154},"geometry":{"type":"Point","coordinates":[2.5639648547871278,48.34856767632211]}},{"type":"Feature","properties":{"population":640},"geometry":{"type":"Point","coordinates":[2.9233959352036607,45.58652928605689]}},{"type":"Feature","properties":{"population":4488},"geometry":{"type":"Point","coordinates":[6.149575486387458,43.27631849585526]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[0.19393309557962633,43.45893436941029]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[3.6457106734129236,47.08853906126888]}},{"type":"Feature","properties":{"population":1264},"geometry":{"type":"Point","coordinates":[4.11877448220179,45.51259888559552]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[0.8054496904320111,49.255213861089867]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[0.23164515006828699,43.33268204816729]}},{"type":"Feature","properties":{"population":1679},"geometry":{"type":"Point","coordinates":[3.4391262238792437,50.242784238352]}},{"type":"Feature","properties":{"population":5526},"geometry":{"type":"Point","coordinates":[4.874956011921645,44.8313571625384]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[3.6308791754689397,49.99000519640012]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[4.106666782172698,47.48144308936569]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[3.6332062965589975,46.3974150035704]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[2.0586290355511,49.35800119773449]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[0.7627230098081237,44.61276369506118]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[6.6684055166151119,48.37638533012538]}},{"type":"Feature","properties":{"population":4422},"geometry":{"type":"Point","coordinates":[6.15132402818223,47.10129108722135]}},{"type":"Feature","properties":{"population":1310},"geometry":{"type":"Point","coordinates":[-0.1824579231843483,45.02444246869639]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[-0.37541253740463878,48.46940751880512]}},{"type":"Feature","properties":{"population":620},"geometry":{"type":"Point","coordinates":[7.229339252681178,48.362583259862898]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[3.310012805155816,44.993404821647747]}},{"type":"Feature","properties":{"population":974},"geometry":{"type":"Point","coordinates":[1.303208833696987,48.43727319346445]}},{"type":"Feature","properties":{"population":1403},"geometry":{"type":"Point","coordinates":[-1.6736037560104329,47.76334945674524]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[0.9240774055416361,49.79365209804651]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[1.5112709525498199,43.10937542050614]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[6.295940840798774,49.46861629882312]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[6.960605149847314,47.66367773660286]}},{"type":"Feature","properties":{"population":6994},"geometry":{"type":"Point","coordinates":[-0.21021649463753892,47.44107206087191]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[3.7890377880600707,49.37681052284288]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[4.372732121470672,47.21476726557066]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[6.438707849482782,49.04202622367751]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[1.4963209727206109,49.34356651846241]}},{"type":"Feature","properties":{"population":951},"geometry":{"type":"Point","coordinates":[6.333191333502876,45.489306376675688]}},{"type":"Feature","properties":{"population":1222},"geometry":{"type":"Point","coordinates":[7.6613291901153739,48.62312719746717]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[1.127469894728878,49.18110756234863]}},{"type":"Feature","properties":{"population":1925},"geometry":{"type":"Point","coordinates":[2.711835205729864,48.299012885924]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[0.5989423438256764,44.6815629695899]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[0.5594087330748639,49.546876269586338]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[6.43333560701369,47.374308646712758]}},{"type":"Feature","properties":{"population":579},"geometry":{"type":"Point","coordinates":[7.564613189165312,47.94181594214285]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[4.281150164322354,49.933051258602599]}},{"type":"Feature","properties":{"population":2600},"geometry":{"type":"Point","coordinates":[3.924908861362974,49.83536060246943]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[2.6338114855862186,49.48703415736225]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[6.202740342656473,43.71551753404698]}},{"type":"Feature","properties":{"population":1538},"geometry":{"type":"Point","coordinates":[0.13008113336419359,47.21089402581461]}},{"type":"Feature","properties":{"population":570},"geometry":{"type":"Point","coordinates":[1.2481381958606737,44.747662610263358]}},{"type":"Feature","properties":{"population":336},"geometry":{"type":"Point","coordinates":[-0.424343218313871,47.88593435132336]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[0.3478237446543645,43.129983904219688]}},{"type":"Feature","properties":{"population":5223},"geometry":{"type":"Point","coordinates":[-3.73011647766774,48.027824081659989]}},{"type":"Feature","properties":{"population":1046},"geometry":{"type":"Point","coordinates":[6.927605463355297,49.124732443199857]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[6.4108810832261089,44.56880494011883]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[7.546878834737171,48.632191280328658]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[5.42092414125673,45.63145218714206]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[6.283175553863751,48.585097045801877]}},{"type":"Feature","properties":{"population":1439},"geometry":{"type":"Point","coordinates":[0.5933679618910812,48.03606441126354]}},{"type":"Feature","properties":{"population":1506},"geometry":{"type":"Point","coordinates":[4.124260272127812,46.09344288780191]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[1.5386367075145447,45.62539417527011]}},{"type":"Feature","properties":{"population":1445},"geometry":{"type":"Point","coordinates":[2.416327947607865,42.53806539529308]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[5.272224330882512,46.822517665655109]}},{"type":"Feature","properties":{"population":1774},"geometry":{"type":"Point","coordinates":[-0.5992382048182601,48.753097983229888]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[3.449900888811293,45.34486151369781]}},{"type":"Feature","properties":{"population":1767},"geometry":{"type":"Point","coordinates":[0.7544002574316725,44.73638695486364]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[4.850314637345823,49.349486522457777]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[0.439438895346368,42.8017601186596]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[2.9832461682690556,47.00952696019995]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[3.2013539225585445,49.92178394207565]}},{"type":"Feature","properties":{"population":1156},"geometry":{"type":"Point","coordinates":[-0.9463502368130455,48.482952782766627]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[-1.3208729801217914,49.352771894653887]}},{"type":"Feature","properties":{"population":1160},"geometry":{"type":"Point","coordinates":[4.408352019594145,45.5905140545795]}},{"type":"Feature","properties":{"population":3160},"geometry":{"type":"Point","coordinates":[-0.9480687926452398,45.57212303548808]}},{"type":"Feature","properties":{"population":5146},"geometry":{"type":"Point","coordinates":[3.0989976599761848,43.397634898175819]}},{"type":"Feature","properties":{"population":462},"geometry":{"type":"Point","coordinates":[1.862992730308844,43.66827078585099]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.796357549903212,46.78619564125373]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[5.872399022551996,47.13353655466417]}},{"type":"Feature","properties":{"population":911},"geometry":{"type":"Point","coordinates":[1.1498612298125155,48.63191483156309]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[6.298822147187136,48.50955055287747]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[-0.7890863002425885,43.75610737673943]}},{"type":"Feature","properties":{"population":3900},"geometry":{"type":"Point","coordinates":[-1.398466698632057,43.702410669324347]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[0.42959758036350628,48.62132962419199]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[6.159100874621235,44.39191058382352]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[6.7415014438829499,49.03465101742453]}},{"type":"Feature","properties":{"population":712},"geometry":{"type":"Point","coordinates":[-0.7504951184970582,44.38811517234896]}},{"type":"Feature","properties":{"population":2143},"geometry":{"type":"Point","coordinates":[0.9022215786127008,43.466517388424829]}},{"type":"Feature","properties":{"population":793},"geometry":{"type":"Point","coordinates":[0.40265124132177496,45.69076739054022]}},{"type":"Feature","properties":{"population":653},"geometry":{"type":"Point","coordinates":[1.7517892593292109,49.38906819887111]}},{"type":"Feature","properties":{"population":2462},"geometry":{"type":"Point","coordinates":[-1.728447725414557,47.734323875611448]}},{"type":"Feature","properties":{"population":1437},"geometry":{"type":"Point","coordinates":[1.5137038419693523,46.1460970522001]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[0.9761053186364646,46.54725839964594]}},{"type":"Feature","properties":{"population":858},"geometry":{"type":"Point","coordinates":[0.7094436669761051,49.31984868122077]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[2.96565431832623,44.42435636081148]}},{"type":"Feature","properties":{"population":4048},"geometry":{"type":"Point","coordinates":[0.15065394314049286,47.640020276822529]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[3.2297184064285076,49.91494447544163]}},{"type":"Feature","properties":{"population":861},"geometry":{"type":"Point","coordinates":[2.9179124052108644,45.7182511991102]}},{"type":"Feature","properties":{"population":3046},"geometry":{"type":"Point","coordinates":[2.1540753707745536,47.8832341510327]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[-1.1589917425606764,48.779857954921968]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[2.063026295902994,45.44523362363149]}},{"type":"Feature","properties":{"population":1043},"geometry":{"type":"Point","coordinates":[2.122244049786483,49.34895543196427]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[-1.5586761622225634,48.869379429596488]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[5.927924575111937,45.92601664652714]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[5.5542143582726759,48.18538314266963]}},{"type":"Feature","properties":{"population":585},"geometry":{"type":"Point","coordinates":[1.7712297683392302,50.893039916894057]}},{"type":"Feature","properties":{"population":1632},"geometry":{"type":"Point","coordinates":[3.669037546699812,46.58740933003448]}},{"type":"Feature","properties":{"population":695},"geometry":{"type":"Point","coordinates":[4.144419612907414,49.304807004070159]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[0.06794306563906912,44.83292484047518]}},{"type":"Feature","properties":{"population":90},"geometry":{"type":"Point","coordinates":[4.618712286653102,47.496567716535377]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[2.741930621149921,44.895250624905148]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[4.5376218070083109,46.428872690144228]}},{"type":"Feature","properties":{"population":4089},"geometry":{"type":"Point","coordinates":[1.5029922083682744,48.418995092370149]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[4.4204524961863689,49.47742870458534]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[3.75879530481471,47.390127610445329]}},{"type":"Feature","properties":{"population":2149},"geometry":{"type":"Point","coordinates":[0.5642848100315242,47.50350315648002]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[4.117475549069437,43.63476770618342]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[6.052034055153497,47.52994925596255]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[6.698261666116986,47.41963253038309]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[6.311546402930129,49.00066325218134]}},{"type":"Feature","properties":{"population":287},"geometry":{"type":"Point","coordinates":[0.30498158907358499,44.5766279010352]}},{"type":"Feature","properties":{"population":748},"geometry":{"type":"Point","coordinates":[4.922140731065251,48.58000450559748]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[4.473776147109688,49.140025123864109]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[1.1370193385324344,43.090797272569869]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[-0.17993343925472669,48.60249360916932]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[0.2462748368962268,43.463793986652429]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[4.9785691700810779,47.707636113056107]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.846537663650089,48.43891065324177]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[2.6695298384013674,43.03015929385258]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[3.0961505135618836,44.00578714279238]}},{"type":"Feature","properties":{"population":436},"geometry":{"type":"Point","coordinates":[6.098956385312066,45.4461229229124]}},{"type":"Feature","properties":{"population":706},"geometry":{"type":"Point","coordinates":[2.331098385615032,47.562980653954117]}},{"type":"Feature","properties":{"population":846},"geometry":{"type":"Point","coordinates":[2.291382970226293,49.41403653903162]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[3.6796357836583035,47.65395705100657]}},{"type":"Feature","properties":{"population":2432},"geometry":{"type":"Point","coordinates":[7.212725968509606,47.97023886861289]}},{"type":"Feature","properties":{"population":1593},"geometry":{"type":"Point","coordinates":[2.134093358234782,44.310072409508]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[0.6666448429519535,43.230137841994757]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[1.4845081938360936,48.98919333934989]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[6.644047234863602,47.28941056045442]}},{"type":"Feature","properties":{"population":4368},"geometry":{"type":"Point","coordinates":[0.21294560346732398,46.31465130261753]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[-0.7076534968530679,46.33650609819019]}},{"type":"Feature","properties":{"population":1957},"geometry":{"type":"Point","coordinates":[4.860479509812401,46.74952110940534]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[0.09222456778052989,48.364681721380737]}},{"type":"Feature","properties":{"population":798},"geometry":{"type":"Point","coordinates":[-1.2632170327959894,49.655931765910299]}},{"type":"Feature","properties":{"population":836},"geometry":{"type":"Point","coordinates":[-0.4292106646888531,44.79484597260272]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[6.5254012155513509,49.27658230485775]}},{"type":"Feature","properties":{"population":2028},"geometry":{"type":"Point","coordinates":[4.444084606440165,44.65797711263902]}},{"type":"Feature","properties":{"population":302},"geometry":{"type":"Point","coordinates":[5.271739444723537,44.40619792215726]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[0.9430592895816021,44.15269648411762]}},{"type":"Feature","properties":{"population":1732},"geometry":{"type":"Point","coordinates":[-1.7238293819114652,48.29246522917081]}},{"type":"Feature","properties":{"population":29},"geometry":{"type":"Point","coordinates":[4.980102267393891,47.66327335957654]}},{"type":"Feature","properties":{"population":1600},"geometry":{"type":"Point","coordinates":[-4.497310189252222,48.046486529592389]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[1.8731354622862955,50.18782822649194]}},{"type":"Feature","properties":{"population":1942},"geometry":{"type":"Point","coordinates":[2.8811199365373354,50.19852521221189]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[4.436696607923012,48.573429175066227]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[1.7224506041511996,49.14289732040177]}},{"type":"Feature","properties":{"population":27},"geometry":{"type":"Point","coordinates":[2.3946461211166607,42.76327161771004]}},{"type":"Feature","properties":{"population":46},"geometry":{"type":"Point","coordinates":[6.800485068450895,48.82237740439766]}},{"type":"Feature","properties":{"population":1054},"geometry":{"type":"Point","coordinates":[3.0947965880859846,48.420003151416988]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[0.589761127021119,43.09161593999222]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[6.733877229083742,48.1655627417198]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[0.5799101950082449,45.590898100683819]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[5.393444693052997,48.49606487714834]}},{"type":"Feature","properties":{"population":3969},"geometry":{"type":"Point","coordinates":[0.24559260794947383,46.53167531956148]}},{"type":"Feature","properties":{"population":1842},"geometry":{"type":"Point","coordinates":[2.8394914348715045,47.57756252430918]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[0.16471265426886579,45.133082884325819]}},{"type":"Feature","properties":{"population":1215},"geometry":{"type":"Point","coordinates":[4.348957268187662,45.85209456243954]}},{"type":"Feature","properties":{"population":1815},"geometry":{"type":"Point","coordinates":[-4.095907261172449,48.592388509654778]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[5.725315943150147,47.7517366595683]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[0.2769524223427915,47.06810014058722]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[3.113211592142867,46.64414614784097]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[5.448908718820523,47.69382151069566]}},{"type":"Feature","properties":{"population":2668},"geometry":{"type":"Point","coordinates":[5.59024511336124,45.120939891499009]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[-1.0988595751464663,43.526894998728419]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[3.7576587981271576,47.08903780162109]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[1.305300733844057,47.773568410120848]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[-1.2467304345448765,49.17656293031311]}},{"type":"Feature","properties":{"population":430},"geometry":{"type":"Point","coordinates":[2.9254163447221419,49.85488060188156]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[3.2333317469031428,47.97474174116654]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[1.6935468931470868,49.62083710748229]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[3.8006681589404187,44.804881668235598]}},{"type":"Feature","properties":{"population":1714},"geometry":{"type":"Point","coordinates":[4.854345747643059,48.76709485767288]}},{"type":"Feature","properties":{"population":509},"geometry":{"type":"Point","coordinates":[4.749847581336239,44.98812157363739]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[2.8675334370303529,50.56951216177134]}},{"type":"Feature","properties":{"population":575},"geometry":{"type":"Point","coordinates":[4.13423399968099,45.98906670412926]}},{"type":"Feature","properties":{"population":436},"geometry":{"type":"Point","coordinates":[0.6931706908068597,49.3943918660613]}},{"type":"Feature","properties":{"population":697},"geometry":{"type":"Point","coordinates":[0.06367093964972388,48.084182645600119]}},{"type":"Feature","properties":{"population":323},"geometry":{"type":"Point","coordinates":[0.4321245583626857,42.73149058569947]}},{"type":"Feature","properties":{"population":656},"geometry":{"type":"Point","coordinates":[3.7508241383998057,46.462779545859479]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[5.352942719626876,45.31349600517128]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[5.891067070969623,48.09775911104421]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[-0.8123787198139346,45.32647431790489]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[-0.3313942152636496,43.01396776772306]}},{"type":"Feature","properties":{"population":1405},"geometry":{"type":"Point","coordinates":[5.188632304079778,44.69517781896769]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[0.9189288273815955,43.89496500943065]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[1.2699399535706102,49.798449799465448]}},{"type":"Feature","properties":{"population":655},"geometry":{"type":"Point","coordinates":[2.2549284803181579,44.785881400090037]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[1.5027071123435985,43.42294329357071]}},{"type":"Feature","properties":{"population":489},"geometry":{"type":"Point","coordinates":[0.28641775814314249,44.62325950732917]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[2.2441555911294519,44.949426214104438]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[2.691175710383419,48.10670724745741]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[0.0997669156643728,49.237557968787907]}},{"type":"Feature","properties":{"population":381},"geometry":{"type":"Point","coordinates":[3.423481109952801,49.878279183296459]}},{"type":"Feature","properties":{"population":2293},"geometry":{"type":"Point","coordinates":[1.0204250438396057,44.065709138793128]}},{"type":"Feature","properties":{"population":639},"geometry":{"type":"Point","coordinates":[3.789621188399475,48.163451139187767]}},{"type":"Feature","properties":{"population":1659},"geometry":{"type":"Point","coordinates":[0.9643657679564877,45.65772195388436]}},{"type":"Feature","properties":{"population":344},"geometry":{"type":"Point","coordinates":[0.8558903751798491,49.0695905034084]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[3.7979662204341677,50.17900939858838]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[2.272171676321855,46.3061744180431]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[3.7249928944093186,47.30874735156473]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[-0.5795916040277108,42.93908551525859]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[9.297734113383277,42.47160047682823]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[0.07840029876560226,46.04904473803461]}},{"type":"Feature","properties":{"population":526},"geometry":{"type":"Point","coordinates":[0.9538201558301076,49.84258825698042]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[0.04806915472869624,43.304227796494128]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[3.15319560887078,47.32105807301155]}},{"type":"Feature","properties":{"population":1074},"geometry":{"type":"Point","coordinates":[1.596073588512282,47.80053260085949]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[-0.13650240179118115,46.85511658055831]}},{"type":"Feature","properties":{"population":779},"geometry":{"type":"Point","coordinates":[0.5157809270035325,43.29477936215549]}},{"type":"Feature","properties":{"population":1698},"geometry":{"type":"Point","coordinates":[4.930896698056162,44.552772409909078]}},{"type":"Feature","properties":{"population":1208},"geometry":{"type":"Point","coordinates":[6.947698621710761,49.14512921792164]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[3.7904667721391704,49.14585638447125]}},{"type":"Feature","properties":{"population":859},"geometry":{"type":"Point","coordinates":[-0.816125152084433,46.71443170412634]}},{"type":"Feature","properties":{"population":4312},"geometry":{"type":"Point","coordinates":[2.265365483712857,48.58154741830404]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[5.692019742817304,46.47871177691523]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[6.659900751553967,47.1046478737712]}},{"type":"Feature","properties":{"population":565},"geometry":{"type":"Point","coordinates":[0.24632575435490376,45.92419017271098]}},{"type":"Feature","properties":{"population":850},"geometry":{"type":"Point","coordinates":[-0.9788568752313123,43.71083560533661]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[4.683382110459207,47.08263248319851]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[7.359160843985916,49.07718584273534]}},{"type":"Feature","properties":{"population":1984},"geometry":{"type":"Point","coordinates":[2.1762520756781567,43.54998649887491]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[0.377039726543081,48.65219060196473]}},{"type":"Feature","properties":{"population":1914},"geometry":{"type":"Point","coordinates":[8.091299016865694,48.854817315411789]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[2.1384471016547046,49.980291404359359]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[0.5402583183178029,48.55526394966806]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[0.4527819890452388,48.779090929285548]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[1.6331306388044147,44.769876275383257]}},{"type":"Feature","properties":{"population":1385},"geometry":{"type":"Point","coordinates":[2.5262539746540555,48.00937575848756]}},{"type":"Feature","properties":{"population":441},"geometry":{"type":"Point","coordinates":[6.10806475233469,47.83722710201688]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[4.796691813760285,45.16294848680168]}},{"type":"Feature","properties":{"population":476},"geometry":{"type":"Point","coordinates":[3.2863520780722674,45.44286852776696]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[5.756541039734419,46.754769415446208]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[1.4243050795479547,48.27642823623117]}},{"type":"Feature","properties":{"population":4435},"geometry":{"type":"Point","coordinates":[0.6554633661623996,45.21015157607597]}},{"type":"Feature","properties":{"population":2514},"geometry":{"type":"Point","coordinates":[7.303022310144809,47.68610131943065]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[6.802943855064315,48.51381095474212]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[1.6695800296501358,44.20667535991909]}},{"type":"Feature","properties":{"population":876},"geometry":{"type":"Point","coordinates":[0.5913402196295879,44.82874254448488]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[6.008502815300661,44.28887424482698]}},{"type":"Feature","properties":{"population":1153},"geometry":{"type":"Point","coordinates":[-3.241317407597175,48.83881893956017]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[1.9441516956797272,43.40725330905831]}},{"type":"Feature","properties":{"population":705},"geometry":{"type":"Point","coordinates":[1.9935237329853087,47.24762040514749]}},{"type":"Feature","properties":{"population":736},"geometry":{"type":"Point","coordinates":[5.351375813790411,47.189395182529398]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[3.873957447619238,48.52551245763224]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[0.2816875681698475,49.61152999336895]}},{"type":"Feature","properties":{"population":844},"geometry":{"type":"Point","coordinates":[6.4527975849435779,47.85617415320814]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[3.2084664694070685,49.21903840562805]}},{"type":"Feature","properties":{"population":2458},"geometry":{"type":"Point","coordinates":[4.227552544675581,43.72342986478624]}},{"type":"Feature","properties":{"population":616},"geometry":{"type":"Point","coordinates":[2.095150993755473,43.7753673782129]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[5.675441385652,47.25500006343408]}},{"type":"Feature","properties":{"population":2280},"geometry":{"type":"Point","coordinates":[1.2816834117520682,45.73755345784437]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[1.63154532521006,49.78615550149606]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[-0.3312049752858841,44.944440136597]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[3.130333821160466,49.21336859073734]}},{"type":"Feature","properties":{"population":1609},"geometry":{"type":"Point","coordinates":[0.35199839820623066,47.817701363763557]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[1.6367889585129867,44.48009765596745]}},{"type":"Feature","properties":{"population":1444},"geometry":{"type":"Point","coordinates":[5.434922540447714,46.584915482053599]}},{"type":"Feature","properties":{"population":516},"geometry":{"type":"Point","coordinates":[3.18482389435888,45.523423863991578]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[7.299529324823791,48.68270453625333]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.34163415714820308,43.451533918358737]}},{"type":"Feature","properties":{"population":605},"geometry":{"type":"Point","coordinates":[3.3123205094470409,46.478616322803]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[2.836494719131931,48.014772575043888]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[0.9066587203988569,48.26461155098312]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[7.288880473916906,47.53598733714142]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[5.262859567825682,48.49425511490762]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[4.4330966896226429,47.02307873899969]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[0.5999474325297745,49.584465714118277]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[-1.239628853665161,43.18310941210651]}},{"type":"Feature","properties":{"population":935},"geometry":{"type":"Point","coordinates":[0.04679654459112924,45.639773506268827]}},{"type":"Feature","properties":{"population":869},"geometry":{"type":"Point","coordinates":[1.5884689943773363,45.90675954803014]}},{"type":"Feature","properties":{"population":883},"geometry":{"type":"Point","coordinates":[1.359616209552789,49.72113347411523]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[4.2219859776450658,45.663925106780428]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[0.6018292277747984,45.26703836389895]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[3.1491673543065756,49.36443533414841]}},{"type":"Feature","properties":{"population":710},"geometry":{"type":"Point","coordinates":[1.7544551038100079,50.0763123502347]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[1.4685382184036436,45.523264619930909]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[4.805388068499318,48.72834456013689]}},{"type":"Feature","properties":{"population":774},"geometry":{"type":"Point","coordinates":[2.2440586133069009,49.68069679276693]}},{"type":"Feature","properties":{"population":695},"geometry":{"type":"Point","coordinates":[3.642881687456675,50.137117555658949]}},{"type":"Feature","properties":{"population":5074},"geometry":{"type":"Point","coordinates":[4.386883949755393,49.132604897458147]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[2.4924261496775808,49.328885488273879]}},{"type":"Feature","properties":{"population":922},"geometry":{"type":"Point","coordinates":[5.1421113133882339,46.05290865163991]}},{"type":"Feature","properties":{"population":833},"geometry":{"type":"Point","coordinates":[2.169206812785599,50.627427436537747]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[1.424017905671002,45.700231793067818]}},{"type":"Feature","properties":{"population":1455},"geometry":{"type":"Point","coordinates":[4.051292153599282,50.14037551363333]}},{"type":"Feature","properties":{"population":1044},"geometry":{"type":"Point","coordinates":[6.09244366846578,45.53147565001342]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[-0.6193877518763228,49.06881041318201]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[6.540418946697915,48.22990287988429]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[0.1915917509519281,46.166839680378917]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[6.86821476281723,47.32754879189407]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[6.232165764720946,44.19032757366507]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[-0.03849365382195517,44.71901404112451]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[6.1510297608689259,48.37080661097086]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[6.813479136620594,47.59108850910329]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[9.192952564407915,42.34075950815629]}},{"type":"Feature","properties":{"population":1728},"geometry":{"type":"Point","coordinates":[-1.3483528571335724,48.227137513775328]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[-1.2055363162691307,47.97580538472608]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[0.6449922668773915,43.08291203482583]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[6.990808872622878,43.84932846583621]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[2.421620788239965,50.38077616260164]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[5.8290223167841399,48.72258847023095]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[6.261122134037987,49.35874737153378]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[6.530900707006972,48.976205118583859]}},{"type":"Feature","properties":{"population":898},"geometry":{"type":"Point","coordinates":[3.531445388088245,44.398475225469557]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[6.559313788306548,48.93031158158421]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[5.705790635681348,46.93848308420647]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[5.128238997649966,44.10623566369109]}},{"type":"Feature","properties":{"population":333},"geometry":{"type":"Point","coordinates":[1.846568849565981,44.306057760682467]}},{"type":"Feature","properties":{"population":910},"geometry":{"type":"Point","coordinates":[2.5823479009029195,49.47916166060218]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[2.326404600140807,49.3867911053251]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[0.25243970295562859,49.34705775035814]}},{"type":"Feature","properties":{"population":551},"geometry":{"type":"Point","coordinates":[2.2360036166281858,48.23414673224887]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[4.928872831874898,49.38207925214345]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[5.295821934940095,48.28531423657868]}},{"type":"Feature","properties":{"population":890},"geometry":{"type":"Point","coordinates":[0.035209511179015249,48.396693023703708]}},{"type":"Feature","properties":{"population":2001},"geometry":{"type":"Point","coordinates":[1.6216975364142397,50.81185914345078]}},{"type":"Feature","properties":{"population":4957},"geometry":{"type":"Point","coordinates":[-0.6563024628463856,45.12809796862279]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[3.092411836833678,49.30540134207414]}},{"type":"Feature","properties":{"population":1515},"geometry":{"type":"Point","coordinates":[5.009055706379728,46.15670789857789]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[5.465227215028744,47.46462731780627]}},{"type":"Feature","properties":{"population":1354},"geometry":{"type":"Point","coordinates":[5.399243792865025,44.07306622069664]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[4.634271717647069,47.0070759406443]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[7.070902724562135,43.88444773247493]}},{"type":"Feature","properties":{"population":1185},"geometry":{"type":"Point","coordinates":[-3.151407632607585,48.80080479833057]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[-0.22934705229883813,46.53260845880109]}},{"type":"Feature","properties":{"population":574},"geometry":{"type":"Point","coordinates":[-0.6323491829603719,45.43139320739862]}},{"type":"Feature","properties":{"population":987},"geometry":{"type":"Point","coordinates":[-1.1726823134734162,48.00487292821269]}},{"type":"Feature","properties":{"population":1025},"geometry":{"type":"Point","coordinates":[-0.02165169268174442,44.83346680672818]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[3.4377486331182425,48.38469352616063]}},{"type":"Feature","properties":{"population":2191},"geometry":{"type":"Point","coordinates":[-1.7691563593311548,49.38053465061463]}},{"type":"Feature","properties":{"population":398},"geometry":{"type":"Point","coordinates":[2.3124400233640509,50.140137418669159]}},{"type":"Feature","properties":{"population":589},"geometry":{"type":"Point","coordinates":[5.528108674008929,46.65367614620344]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[5.224343860229408,49.249725473428529]}},{"type":"Feature","properties":{"population":632},"geometry":{"type":"Point","coordinates":[3.1564820670360147,48.20911784041812]}},{"type":"Feature","properties":{"population":1249},"geometry":{"type":"Point","coordinates":[-0.13095376630158379,44.782798114872118]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[2.6288885248603326,44.91439454501767]}},{"type":"Feature","properties":{"population":662},"geometry":{"type":"Point","coordinates":[4.181269631655572,44.0889614741336]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[5.4102000216201369,47.48752629190512]}},{"type":"Feature","properties":{"population":499},"geometry":{"type":"Point","coordinates":[3.926457053847225,48.20874788988309]}},{"type":"Feature","properties":{"population":2406},"geometry":{"type":"Point","coordinates":[0.07247966444463899,48.45121491289288]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[3.183365392212198,47.48665325637873]}},{"type":"Feature","properties":{"population":1006},"geometry":{"type":"Point","coordinates":[0.933147585206992,49.84990420606921]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[1.7222847135240119,49.06671666714313]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[6.296177238051824,48.03494554730513]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[0.011367395069280322,49.239348762512538]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[5.216434931324253,47.56111421878851]}},{"type":"Feature","properties":{"population":1794},"geometry":{"type":"Point","coordinates":[-1.9796914118407707,48.38550576358145]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[-0.07992930203258463,43.96676127522479]}},{"type":"Feature","properties":{"population":841},"geometry":{"type":"Point","coordinates":[1.805062882279046,48.52606565603959]}},{"type":"Feature","properties":{"population":957},"geometry":{"type":"Point","coordinates":[4.7388548007079989,45.094240393314837]}},{"type":"Feature","properties":{"population":3804},"geometry":{"type":"Point","coordinates":[-0.7086003990554725,47.461288884537818]}},{"type":"Feature","properties":{"population":2452},"geometry":{"type":"Point","coordinates":[4.821585589107705,45.84782213389332]}},{"type":"Feature","properties":{"population":7364},"geometry":{"type":"Point","coordinates":[6.295055216612674,48.62248614563237]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[5.369257040540293,48.08789209314644]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[-1.086848559958156,43.3916046222759]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[3.632467183110862,50.27231065658958]}},{"type":"Feature","properties":{"population":413},"geometry":{"type":"Point","coordinates":[-0.8412912151401413,43.75547070708408]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[3.311478007371968,43.87181414985768]}},{"type":"Feature","properties":{"population":609},"geometry":{"type":"Point","coordinates":[-0.5061691085868114,45.59987314789235]}},{"type":"Feature","properties":{"population":879},"geometry":{"type":"Point","coordinates":[1.4146281207066017,43.9262939806128]}},{"type":"Feature","properties":{"population":2095},"geometry":{"type":"Point","coordinates":[4.17481902510146,44.227998538897647]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[6.803915652197911,48.65587272586328]}},{"type":"Feature","properties":{"population":1305},"geometry":{"type":"Point","coordinates":[-4.204929628493771,48.57539553295997]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[5.211132994609512,47.8845121555299]}},{"type":"Feature","properties":{"population":1523},"geometry":{"type":"Point","coordinates":[4.938746888502035,45.3115755587922]}},{"type":"Feature","properties":{"population":1513},"geometry":{"type":"Point","coordinates":[-0.13101670545034795,44.553564991155429]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[2.321693929168718,47.501524469601857]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[5.496404297208107,46.72978176208382]}},{"type":"Feature","properties":{"population":816},"geometry":{"type":"Point","coordinates":[0.5020592469835726,49.47008492252875]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[2.1384012446191886,44.555449476928689]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[5.015067669378922,44.25504180399794]}},{"type":"Feature","properties":{"population":580},"geometry":{"type":"Point","coordinates":[2.538063937915554,44.931105508774617]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[2.154459422961876,48.527219653432187]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[5.850750773590019,48.88348663336792]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[3.917231742887493,47.57084479437844]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[1.2624432565676447,42.95141427455992]}},{"type":"Feature","properties":{"population":679},"geometry":{"type":"Point","coordinates":[-3.460622824153075,48.227770588176628]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[1.999504305432008,43.045756101001597]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[2.440799681882071,48.101497979840257]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[5.403560589539557,45.9216104436653]}},{"type":"Feature","properties":{"population":14},"geometry":{"type":"Point","coordinates":[4.901139688134628,47.778368377555938]}},{"type":"Feature","properties":{"population":1566},"geometry":{"type":"Point","coordinates":[7.4156819499188109,47.818381397652988]}},{"type":"Feature","properties":{"population":2206},"geometry":{"type":"Point","coordinates":[-3.4831884344935539,48.61959801776534]}},{"type":"Feature","properties":{"population":878},"geometry":{"type":"Point","coordinates":[0.9411907847333152,49.39259235068926]}},{"type":"Feature","properties":{"population":1493},"geometry":{"type":"Point","coordinates":[5.184632372579284,46.79416742852553]}},{"type":"Feature","properties":{"population":518},"geometry":{"type":"Point","coordinates":[6.861174233620839,48.20548062802017]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[1.7601347717265894,46.1425396319233]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[6.48214114240566,49.152179615016979]}},{"type":"Feature","properties":{"population":902},"geometry":{"type":"Point","coordinates":[4.713054096605478,46.75742288215845]}},{"type":"Feature","properties":{"population":1253},"geometry":{"type":"Point","coordinates":[7.530191850581917,48.445334289876537]}},{"type":"Feature","properties":{"population":2238},"geometry":{"type":"Point","coordinates":[3.062292890530467,50.513230171816378]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[4.002089598235987,48.11442930970511]}},{"type":"Feature","properties":{"population":483},"geometry":{"type":"Point","coordinates":[0.4172915803997145,44.136546456170488]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[4.675327043508431,46.65541341132521]}},{"type":"Feature","properties":{"population":2063},"geometry":{"type":"Point","coordinates":[-1.1104963901822987,46.47321685748827]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[0.18634614734254727,45.47220401482596]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[2.040610989639498,49.63184424040694]}},{"type":"Feature","properties":{"population":1883},"geometry":{"type":"Point","coordinates":[4.465247991529969,45.737712089160677]}},{"type":"Feature","properties":{"population":1523},"geometry":{"type":"Point","coordinates":[-0.7152271658835477,46.26137833868726]}},{"type":"Feature","properties":{"population":3075},"geometry":{"type":"Point","coordinates":[5.545174245885621,45.16846528338577]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[4.856490129154498,48.89797238546959]}},{"type":"Feature","properties":{"population":1257},"geometry":{"type":"Point","coordinates":[2.094921940964501,43.280892754890178]}},{"type":"Feature","properties":{"population":403},"geometry":{"type":"Point","coordinates":[1.7683974451838159,49.74574659875012]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[0.44190670303170206,45.26294057371748]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[-0.7256172835104319,43.24776839967657]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[5.312576684183377,48.46412898501089]}},{"type":"Feature","properties":{"population":6225},"geometry":{"type":"Point","coordinates":[-2.831035068467662,47.69753455041384]}},{"type":"Feature","properties":{"population":2648},"geometry":{"type":"Point","coordinates":[5.980754553831758,48.6826388576986]}},{"type":"Feature","properties":{"population":948},"geometry":{"type":"Point","coordinates":[-2.1976038699564359,47.74813185580104]}},{"type":"Feature","properties":{"population":915},"geometry":{"type":"Point","coordinates":[-0.8274667668447803,45.81620873937901]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[4.526596146969442,46.940844698324678]}},{"type":"Feature","properties":{"population":718},"geometry":{"type":"Point","coordinates":[0.3481039133343503,48.62536129475058]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[5.48036347868438,49.179553154847038]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[5.828642128911427,47.22697888147944]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[-0.6651283765544769,44.42498120195667]}},{"type":"Feature","properties":{"population":508},"geometry":{"type":"Point","coordinates":[5.135452141561979,48.4605872404375]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[4.400597729870665,47.7357509760766]}},{"type":"Feature","properties":{"population":590},"geometry":{"type":"Point","coordinates":[4.983690219114917,45.082113942665348]}},{"type":"Feature","properties":{"population":120},"geometry":{"type":"Point","coordinates":[1.7682929449103194,50.28714815290014]}},{"type":"Feature","properties":{"population":772},"geometry":{"type":"Point","coordinates":[4.4416738254783179,49.54644658907475]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[5.1387693065254889,49.047824574703827]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[5.0620656580808049,44.171487830120138]}},{"type":"Feature","properties":{"population":1297},"geometry":{"type":"Point","coordinates":[-1.3889241207414836,48.69985305277475]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[2.21119721855574,43.10392566653622]}},{"type":"Feature","properties":{"population":739},"geometry":{"type":"Point","coordinates":[3.3264483973911855,49.577534853387039]}},{"type":"Feature","properties":{"population":510},"geometry":{"type":"Point","coordinates":[4.914124380993582,46.405258959269648]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[3.6026375132284995,47.62107298480355]}},{"type":"Feature","properties":{"population":2830},"geometry":{"type":"Point","coordinates":[6.5886876346049549,47.42431856859445]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[4.0731229095971719,50.20164454007042]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[-0.24972680245702148,43.541542390653948]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[3.0197747375471897,46.85949474147204]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.310860188985686,48.2713010548706]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[7.230239420335142,48.92696829858264]}},{"type":"Feature","properties":{"population":435},"geometry":{"type":"Point","coordinates":[5.008880280006636,47.01025518192315]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[3.676108657981646,48.574610142100159]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[-0.4448248937980719,43.50518369368753]}},{"type":"Feature","properties":{"population":1173},"geometry":{"type":"Point","coordinates":[0.44566027208080918,43.757002385208298]}},{"type":"Feature","properties":{"population":1541},"geometry":{"type":"Point","coordinates":[0.9633683700338429,49.444438580314017]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[-0.03719953436125518,45.911773283227699]}},{"type":"Feature","properties":{"population":440},"geometry":{"type":"Point","coordinates":[2.310653697643236,44.600757777360659]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[5.256507542883382,47.82272467512493]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[1.5041134814148592,44.70755945800843]}},{"type":"Feature","properties":{"population":532},"geometry":{"type":"Point","coordinates":[2.124122281747782,49.30837677717563]}},{"type":"Feature","properties":{"population":728},"geometry":{"type":"Point","coordinates":[5.9252574119115499,48.6547576855606]}},{"type":"Feature","properties":{"population":1972},"geometry":{"type":"Point","coordinates":[7.525016042883224,47.88371300309204]}},{"type":"Feature","properties":{"population":19117},"geometry":{"type":"Point","coordinates":[4.866657490874889,44.015056858649909]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.6044566308575449,48.660007971146928]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[5.628088818958959,47.27820074332546]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.570625427931556,46.46961981890972]}},{"type":"Feature","properties":{"population":619},"geometry":{"type":"Point","coordinates":[1.4981166555839359,44.37089968176055]}},{"type":"Feature","properties":{"population":264},"geometry":{"type":"Point","coordinates":[2.6538262172313096,45.70076768074937]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[6.632856324894244,48.88941273684429]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[4.441944531551245,48.63996280931681]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[1.6867628787399245,44.00854680075618]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[1.538129220020807,49.52672813438904]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[0.47295701207508497,46.93828966041386]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[5.503484086837509,47.19686631972728]}},{"type":"Feature","properties":{"population":559},"geometry":{"type":"Point","coordinates":[-0.7598176118428647,46.24847063001373]}},{"type":"Feature","properties":{"population":832},"geometry":{"type":"Point","coordinates":[3.7518988799284695,49.40218364047032]}},{"type":"Feature","properties":{"population":281},"geometry":{"type":"Point","coordinates":[4.666449220784967,46.31035959875766]}},{"type":"Feature","properties":{"population":1842},"geometry":{"type":"Point","coordinates":[6.741608923451453,47.8958643998228]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[2.6514575809280935,42.86955090686372]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[0.623725864793747,44.835529622029799]}},{"type":"Feature","properties":{"population":1276},"geometry":{"type":"Point","coordinates":[4.883562248443581,44.639746346175417]}},{"type":"Feature","properties":{"population":1219},"geometry":{"type":"Point","coordinates":[2.872267637932484,50.299700821784508]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[4.859977843812966,49.0425074766296]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[5.245141753406889,48.73760723330785]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[2.9619674395889756,49.0423523705647]}},{"type":"Feature","properties":{"population":445},"geometry":{"type":"Point","coordinates":[-4.295796444222196,48.62368781517674]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[3.1929163512786817,45.66046031821371]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[2.0713241859218738,43.68326694736161]}},{"type":"Feature","properties":{"population":1148},"geometry":{"type":"Point","coordinates":[4.6423556723251508,46.14739304121403]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[2.5792426016348815,45.81640747223648]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[5.881266165621155,45.96186147442258]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[4.389466769688096,44.80569768826091]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[3.828409491712899,44.10571016107533]}},{"type":"Feature","properties":{"population":682},"geometry":{"type":"Point","coordinates":[-0.20807562267980019,46.782972305483479]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[1.7438259764323239,49.89773175350459]}},{"type":"Feature","properties":{"population":806},"geometry":{"type":"Point","coordinates":[5.843512296203229,45.85127268417837]}},{"type":"Feature","properties":{"population":1223},"geometry":{"type":"Point","coordinates":[0.26904266546585967,46.719647526875949]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[2.0634318405210068,50.27438656126045]}},{"type":"Feature","properties":{"population":859},"geometry":{"type":"Point","coordinates":[2.8698094547842798,45.74603390108426]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[1.5655537009490035,42.828661043978559]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[3.651482764168218,50.17981189379308]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[-0.7333978160998828,43.70343751630659]}},{"type":"Feature","properties":{"population":790},"geometry":{"type":"Point","coordinates":[2.8484984599281657,49.48951629687076]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[4.152984864374048,43.937552463534597]}},{"type":"Feature","properties":{"population":781},"geometry":{"type":"Point","coordinates":[-0.7118319929256518,47.660620599916708]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[4.456593327472969,47.86934231355683]}},{"type":"Feature","properties":{"population":145},"geometry":{"type":"Point","coordinates":[3.840112968395018,48.87129617565889]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[3.2064238927579868,43.7088836613849]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[3.2782967188906708,44.504467520593539]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[0.8758374779875321,49.23807176472775]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[3.8110639059143329,45.36337941618652]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[2.7596801165703987,50.19255319840226]}},{"type":"Feature","properties":{"population":523},"geometry":{"type":"Point","coordinates":[1.3184482318177209,49.87411547926297]}},{"type":"Feature","properties":{"population":317},"geometry":{"type":"Point","coordinates":[7.201716078768367,48.33267543689572]}},{"type":"Feature","properties":{"population":2260},"geometry":{"type":"Point","coordinates":[4.564832020397351,43.940825477067459]}},{"type":"Feature","properties":{"population":843},"geometry":{"type":"Point","coordinates":[7.260868573163994,48.006415174172378]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[5.068888286734913,45.175024784601408]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[5.689986288100054,46.79429052178176]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[2.5861331964965279,49.680623032156628]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[0.25067439543611827,43.416676026730907]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[1.8154081474897459,42.94152826271732]}},{"type":"Feature","properties":{"population":814},"geometry":{"type":"Point","coordinates":[1.4787904380220909,46.00521176854633]}},{"type":"Feature","properties":{"population":1912},"geometry":{"type":"Point","coordinates":[-0.3777366260430821,49.312777838362418]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[3.236396033231459,49.58595851823304]}},{"type":"Feature","properties":{"population":5743},"geometry":{"type":"Point","coordinates":[1.5285608236273543,44.06338347168373]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[4.361623923240864,49.589205317554569]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[0.44001250366747599,48.57697846411494]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[1.9937281794923252,48.162556389911888]}},{"type":"Feature","properties":{"population":906},"geometry":{"type":"Point","coordinates":[1.5966677752990047,48.4923884461633]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.2793198769892861,43.40120564954799]}},{"type":"Feature","properties":{"population":4435},"geometry":{"type":"Point","coordinates":[-0.7666850254621477,48.017349044632307]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[0.6179570755684791,45.72301391300124]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[3.176905106062494,45.318058471115168]}},{"type":"Feature","properties":{"population":1793},"geometry":{"type":"Point","coordinates":[-1.8293421049765362,48.18790705090078]}},{"type":"Feature","properties":{"population":535},"geometry":{"type":"Point","coordinates":[5.382775398542477,49.06540708426306]}},{"type":"Feature","properties":{"population":4760},"geometry":{"type":"Point","coordinates":[7.272706886885022,43.786523566122678]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[1.0158429043947522,43.58384485787419]}},{"type":"Feature","properties":{"population":2838},"geometry":{"type":"Point","coordinates":[5.919791508801641,46.19183080145696]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[1.0770947038509496,49.06572312249732]}},{"type":"Feature","properties":{"population":4806},"geometry":{"type":"Point","coordinates":[5.260546235675348,45.383626200798847]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[1.193697711886424,44.296457562909868]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[0.6796814947970057,42.98588170204333]}},{"type":"Feature","properties":{"population":115},"geometry":{"type":"Point","coordinates":[7.123895716736687,43.94801467540889]}},{"type":"Feature","properties":{"population":199},"geometry":{"type":"Point","coordinates":[5.348021897441099,47.46224797633458]}},{"type":"Feature","properties":{"population":3923},"geometry":{"type":"Point","coordinates":[5.402638894005438,47.03763920011599]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[4.632657648778924,47.71270640247328]}},{"type":"Feature","properties":{"population":2168},"geometry":{"type":"Point","coordinates":[2.033812514775526,47.77207898088316]}},{"type":"Feature","properties":{"population":2267},"geometry":{"type":"Point","coordinates":[6.472604507007974,44.78218301464308]}},{"type":"Feature","properties":{"population":1526},"geometry":{"type":"Point","coordinates":[-0.4664241500172426,45.04251678776819]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[6.196335662029141,49.50194915298356]}},{"type":"Feature","properties":{"population":566},"geometry":{"type":"Point","coordinates":[-0.47964119973098759,49.04496575554883]}},{"type":"Feature","properties":{"population":275},"geometry":{"type":"Point","coordinates":[-0.25052634200033216,43.37892605092649]}},{"type":"Feature","properties":{"population":1721},"geometry":{"type":"Point","coordinates":[1.3292429733496294,43.8196851174184]}},{"type":"Feature","properties":{"population":1322},"geometry":{"type":"Point","coordinates":[0.995109793706163,44.748680340251208]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[1.7037309456521098,49.11325447976877]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[2.8101588901885115,45.575549616460587]}},{"type":"Feature","properties":{"population":743},"geometry":{"type":"Point","coordinates":[3.635759104462898,45.69035317066533]}},{"type":"Feature","properties":{"population":798},"geometry":{"type":"Point","coordinates":[1.2370275757598859,49.19249295774294]}},{"type":"Feature","properties":{"population":864},"geometry":{"type":"Point","coordinates":[3.0589412242931117,49.38838770973961]}},{"type":"Feature","properties":{"population":2017},"geometry":{"type":"Point","coordinates":[-0.23290973434117019,44.56334211700421]}},{"type":"Feature","properties":{"population":467},"geometry":{"type":"Point","coordinates":[0.23256517388879734,49.357255829273949]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[2.2507678683823997,49.57522778746291]}},{"type":"Feature","properties":{"population":1454},"geometry":{"type":"Point","coordinates":[1.6626218701859637,43.43759472523716]}},{"type":"Feature","properties":{"population":1310},"geometry":{"type":"Point","coordinates":[0.8700140199424465,47.551949180090748]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[3.3438279930475716,49.54080411208596]}},{"type":"Feature","properties":{"population":47},"geometry":{"type":"Point","coordinates":[4.652317921703357,47.738731590050708]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[0.39145171850096868,42.75210198424209]}},{"type":"Feature","properties":{"population":1092},"geometry":{"type":"Point","coordinates":[4.370284934913962,44.93645998937429]}},{"type":"Feature","properties":{"population":1505},"geometry":{"type":"Point","coordinates":[5.262142284493341,46.133542702485758]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[4.727975961988003,46.89124923675027]}},{"type":"Feature","properties":{"population":1893},"geometry":{"type":"Point","coordinates":[2.3033270930572837,49.058332521098147]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[0.22973486482548817,47.72247159427379]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[4.335471323295946,47.1976498232637]}},{"type":"Feature","properties":{"population":581},"geometry":{"type":"Point","coordinates":[1.1955702652782035,45.15860718052721]}},{"type":"Feature","properties":{"population":24},"geometry":{"type":"Point","coordinates":[6.251558086914727,48.317445369363458]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[2.2744989473389016,44.92556843737985]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[1.954220486896191,43.580324394794448]}},{"type":"Feature","properties":{"population":1520},"geometry":{"type":"Point","coordinates":[0.5580954968294458,45.22115820398587]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[6.687978503853282,47.108324720404109]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[2.327142026094804,48.098002884023987]}},{"type":"Feature","properties":{"population":887},"geometry":{"type":"Point","coordinates":[3.962709477873805,44.29975560667827]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[-0.3912272065708867,47.593627719064468]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[0.8785601875991472,44.48432861374463]}},{"type":"Feature","properties":{"population":788},"geometry":{"type":"Point","coordinates":[-1.2089787291725965,43.616212262003248]}},{"type":"Feature","properties":{"population":4896},"geometry":{"type":"Point","coordinates":[3.869996706976493,43.76938267484951]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[0.3419316264365738,47.16860501737581]}},{"type":"Feature","properties":{"population":273},"geometry":{"type":"Point","coordinates":[3.4849107474958855,49.21423931284924]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[0.5028318079560176,49.68681226567537]}},{"type":"Feature","properties":{"population":543},"geometry":{"type":"Point","coordinates":[7.5745146010578658,48.704560987343828]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[-1.2660568856145949,49.66779817339828]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[5.6090049686801619,45.19310038867673]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[6.1818003723332419,47.38812175302898]}},{"type":"Feature","properties":{"population":1544},"geometry":{"type":"Point","coordinates":[1.57987176527439,48.922867586393937]}},{"type":"Feature","properties":{"population":1812},"geometry":{"type":"Point","coordinates":[1.1715633475550787,44.34272278727705]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[3.5415323248298309,49.11243752890774]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[4.260591202975364,46.2108736898147]}},{"type":"Feature","properties":{"population":1161},"geometry":{"type":"Point","coordinates":[2.1697307329355519,50.78742444221512]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[1.4553930359526047,47.017618151751189]}},{"type":"Feature","properties":{"population":466},"geometry":{"type":"Point","coordinates":[1.4749105008479862,46.516867880526429]}},{"type":"Feature","properties":{"population":1044},"geometry":{"type":"Point","coordinates":[4.69370328484682,49.8746849483883]}},{"type":"Feature","properties":{"population":140},"geometry":{"type":"Point","coordinates":[0.9237438321445495,49.75684914009328]}},{"type":"Feature","properties":{"population":156},"geometry":{"type":"Point","coordinates":[2.203415517807298,50.472613108408257]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[1.607506110565524,48.94264468653465]}},{"type":"Feature","properties":{"population":3706},"geometry":{"type":"Point","coordinates":[1.5108977851965595,48.466858273470418]}},{"type":"Feature","properties":{"population":2567},"geometry":{"type":"Point","coordinates":[0.26771656014925307,49.63715027097664]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[1.2194356758766223,45.26005545457954]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[-0.255768574364244,44.649617320028159]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[0.3431944664578921,43.39613265696684]}},{"type":"Feature","properties":{"population":1621},"geometry":{"type":"Point","coordinates":[6.514061493391391,48.11343811360638]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[4.409636647471016,47.346515818632649]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[1.6515659037841076,48.33180210519177]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[6.389180613758375,47.650570890007667]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[1.726682458548317,43.46863150290733]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[3.822274213052904,48.43891306236072]}},{"type":"Feature","properties":{"population":696},"geometry":{"type":"Point","coordinates":[-0.9715178661044096,45.83086634291482]}},{"type":"Feature","properties":{"population":270},"geometry":{"type":"Point","coordinates":[0.5984393606480327,48.812374509402818]}},{"type":"Feature","properties":{"population":757},"geometry":{"type":"Point","coordinates":[1.4562701363853524,49.190503439788887]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[1.8803496577728787,50.72875778545264]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.99045487242935,44.89412353300692]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[3.581415100872375,49.943196216886679]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[3.556702110624358,48.130596994703747]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[1.5348354912566254,49.980718114539637]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[3.5721302551446216,49.38367573864463]}},{"type":"Feature","properties":{"population":1114},"geometry":{"type":"Point","coordinates":[3.0337775390935466,49.01557519300944]}},{"type":"Feature","properties":{"population":5599},"geometry":{"type":"Point","coordinates":[2.739365065975576,50.63139770827052]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[7.1080292133576379,48.50703702749702]}},{"type":"Feature","properties":{"population":121},"geometry":{"type":"Point","coordinates":[4.000304317306806,44.172433569286038]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[3.159913507435174,49.26586399575375]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[2.877182232108413,45.66750845810725]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[1.6434832565481046,42.79245863548682]}},{"type":"Feature","properties":{"population":2934},"geometry":{"type":"Point","coordinates":[3.4181333706670289,49.95355849846525]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[1.7449893534013972,49.826425390767479]}},{"type":"Feature","properties":{"population":477},"geometry":{"type":"Point","coordinates":[0.3834824921182798,47.75738835444794]}},{"type":"Feature","properties":{"population":182},"geometry":{"type":"Point","coordinates":[1.1949358089994795,45.18728759739994]}},{"type":"Feature","properties":{"population":457},"geometry":{"type":"Point","coordinates":[1.4099002444479203,44.52027029622114]}},{"type":"Feature","properties":{"population":482},"geometry":{"type":"Point","coordinates":[3.3343529949439216,48.9849706546301]}},{"type":"Feature","properties":{"population":114},"geometry":{"type":"Point","coordinates":[-0.37574523139309798,48.83468651006306]}},{"type":"Feature","properties":{"population":3839},"geometry":{"type":"Point","coordinates":[-0.8753731608436126,47.13264629279529]}},{"type":"Feature","properties":{"population":31},"geometry":{"type":"Point","coordinates":[0.28334141767648216,43.059978612973399]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[-1.4754904610959463,48.526409243268378]}},{"type":"Feature","properties":{"population":2746},"geometry":{"type":"Point","coordinates":[6.63464823938504,47.716365419803739]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[6.823971424214719,49.072916850875547]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[4.5424868382036289,48.43409649569132]}},{"type":"Feature","properties":{"population":2135},"geometry":{"type":"Point","coordinates":[5.324203349596497,45.6886498789072]}},{"type":"Feature","properties":{"population":2837},"geometry":{"type":"Point","coordinates":[2.193731110707338,49.319249720948949]}},{"type":"Feature","properties":{"population":339},"geometry":{"type":"Point","coordinates":[1.5219658253405322,49.703724773455409]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.64633129735964,48.585571945409039]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[2.219555643444716,50.54422249823638]}},{"type":"Feature","properties":{"population":2353},"geometry":{"type":"Point","coordinates":[-3.5250834576697795,47.901839054904]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[1.7921897348147189,44.1974066108055]}},{"type":"Feature","properties":{"population":517},"geometry":{"type":"Point","coordinates":[-0.7529444967517887,45.94435960603367]}},{"type":"Feature","properties":{"population":4077},"geometry":{"type":"Point","coordinates":[2.280187485038954,49.228298346689488]}},{"type":"Feature","properties":{"population":867},"geometry":{"type":"Point","coordinates":[2.954740666553951,49.10857424060749]}},{"type":"Feature","properties":{"population":111},"geometry":{"type":"Point","coordinates":[-0.13864876614700903,43.99348583427782]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[-0.7104753374044379,49.24772749110487]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[6.170572138574868,47.582035376531077]}},{"type":"Feature","properties":{"population":603},"geometry":{"type":"Point","coordinates":[3.0005762681269707,47.09285111355166]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[3.9669617549523727,44.39813713981718]}},{"type":"Feature","properties":{"population":1015},"geometry":{"type":"Point","coordinates":[-0.5197040334700843,47.625389130089789]}},{"type":"Feature","properties":{"population":461},"geometry":{"type":"Point","coordinates":[1.6427049055954773,48.09337716173487]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[2.1355190761818765,50.178644622567698]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[2.0017947560591469,43.094533471065378]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[1.729075216536512,49.72473453305147]}},{"type":"Feature","properties":{"population":683},"geometry":{"type":"Point","coordinates":[1.3412253435650697,49.562979735698629]}},{"type":"Feature","properties":{"population":32},"geometry":{"type":"Point","coordinates":[5.325349582788036,44.59195636087078]}},{"type":"Feature","properties":{"population":1182},"geometry":{"type":"Point","coordinates":[4.595655874657299,45.22624945026909]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[-1.4875651261223205,48.93666229844177]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[-0.09375581105185647,46.69027027224926]}},{"type":"Feature","properties":{"population":545},"geometry":{"type":"Point","coordinates":[4.831792574922618,45.108219200000949]}},{"type":"Feature","properties":{"population":496},"geometry":{"type":"Point","coordinates":[2.055001964869875,42.62117252539604]}},{"type":"Feature","properties":{"population":756},"geometry":{"type":"Point","coordinates":[-3.16658168374153,48.63739692866773]}},{"type":"Feature","properties":{"population":1059},"geometry":{"type":"Point","coordinates":[0.3007248587549442,46.416115502963467]}},{"type":"Feature","properties":{"population":1365},"geometry":{"type":"Point","coordinates":[0.4039441403964649,49.62567875403493]}},{"type":"Feature","properties":{"population":665},"geometry":{"type":"Point","coordinates":[-0.4030298593647844,43.418077171461877]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[4.84918354909431,46.50842975214127]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[5.483836196970781,46.52713118635069]}},{"type":"Feature","properties":{"population":1388},"geometry":{"type":"Point","coordinates":[2.0351878487121879,47.70985254427898]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[6.520168399335528,47.83814968585764]}},{"type":"Feature","properties":{"population":1190},"geometry":{"type":"Point","coordinates":[7.554921715567396,48.38409404263519]}},{"type":"Feature","properties":{"population":399},"geometry":{"type":"Point","coordinates":[-0.8241235207474067,43.799824635870248]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[0.07553067601707617,44.353319236347477]}},{"type":"Feature","properties":{"population":17},"geometry":{"type":"Point","coordinates":[9.366836075305367,42.340248635886599]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[3.601477174703839,49.34567996191283]}},{"type":"Feature","properties":{"population":2616},"geometry":{"type":"Point","coordinates":[6.833558619794001,47.55920359735066]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[0.23002520600622476,49.673838028776447]}},{"type":"Feature","properties":{"population":3517},"geometry":{"type":"Point","coordinates":[-0.42740529359882098,46.39460721892537]}},{"type":"Feature","properties":{"population":752},"geometry":{"type":"Point","coordinates":[0.3366134033602442,42.914367026841919]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[0.178074474101898,44.91178211781078]}},{"type":"Feature","properties":{"population":1098},"geometry":{"type":"Point","coordinates":[5.168589635994241,45.952613716621268]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[1.95063430251432,50.5725729879208]}},{"type":"Feature","properties":{"population":752},"geometry":{"type":"Point","coordinates":[-1.7780753717010989,49.46734300754079]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[2.936709177351408,47.58740072077412]}},{"type":"Feature","properties":{"population":3011},"geometry":{"type":"Point","coordinates":[3.438657171635112,50.29819485216325]}},{"type":"Feature","properties":{"population":866},"geometry":{"type":"Point","coordinates":[1.6857933579029572,45.186063553524309]}},{"type":"Feature","properties":{"population":1145},"geometry":{"type":"Point","coordinates":[2.5889813269870696,49.31877786944443]}},{"type":"Feature","properties":{"population":1149},"geometry":{"type":"Point","coordinates":[5.29367198483826,45.79981204694881]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[0.5502165810793022,43.11208356763296]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[0.4723227789429301,44.56912987979499]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[1.800347213328449,49.961960734190707]}},{"type":"Feature","properties":{"population":614},"geometry":{"type":"Point","coordinates":[1.574468394184933,47.92834019392003]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[3.6683422758343515,46.17664442552925]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[-0.7504051846970691,46.364290108521178]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[2.002297886173783,49.84220519156704]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[1.0462002968871823,44.453135466244209]}},{"type":"Feature","properties":{"population":2881},"geometry":{"type":"Point","coordinates":[0.7417415941754305,44.85541757079956]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[3.3934420039917789,48.70998103317266]}},{"type":"Feature","properties":{"population":837},"geometry":{"type":"Point","coordinates":[-0.36587601884791745,44.73661486613787]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[2.0568964524252877,49.537674232245759]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[2.400851201372153,49.795548569050598]}},{"type":"Feature","properties":{"population":404},"geometry":{"type":"Point","coordinates":[1.4423189522619953,46.389479119388408]}},{"type":"Feature","properties":{"population":1170},"geometry":{"type":"Point","coordinates":[1.5000093288450303,50.00510120808904]}},{"type":"Feature","properties":{"population":439},"geometry":{"type":"Point","coordinates":[0.12617138363653569,43.18025749790099]}},{"type":"Feature","properties":{"population":452},"geometry":{"type":"Point","coordinates":[1.633369644398963,49.218967720810649]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[6.115886997377085,48.239463178275219]}},{"type":"Feature","properties":{"population":3957},"geometry":{"type":"Point","coordinates":[6.684580551022392,49.068484593066298]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[-0.09609988913007198,46.87559805299212]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[2.25953593978045,49.81815354152919]}},{"type":"Feature","properties":{"population":1684},"geometry":{"type":"Point","coordinates":[-2.8587987501765679,48.44337503326709]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[6.5709841545200569,44.58693283244111]}},{"type":"Feature","properties":{"population":692},"geometry":{"type":"Point","coordinates":[-1.3239514746313377,49.30009819633763]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[5.131421313291341,49.299504452043347]}},{"type":"Feature","properties":{"population":187},"geometry":{"type":"Point","coordinates":[2.2424323670942587,44.203192191433839]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[2.8640717979332757,49.85186524381782]}},{"type":"Feature","properties":{"population":17137},"geometry":{"type":"Point","coordinates":[4.288697109539832,45.37864051151964]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[5.016997129876092,47.846980290709058]}},{"type":"Feature","properties":{"population":586},"geometry":{"type":"Point","coordinates":[1.6759226094998499,43.51259967450653]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[2.8584968889253377,49.11872018346744]}},{"type":"Feature","properties":{"population":3230},"geometry":{"type":"Point","coordinates":[5.064859795724896,44.53063224128099]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[0.6777890743871405,44.54339010745821]}},{"type":"Feature","properties":{"population":696},"geometry":{"type":"Point","coordinates":[1.4650245338810555,49.1308095922378]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[3.90171166472825,48.36595801914047]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[6.707872510854193,48.17524681877874]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[0.6344512535006049,42.912390864627869]}},{"type":"Feature","properties":{"population":236},"geometry":{"type":"Point","coordinates":[3.639706764427644,48.764609055674899]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[7.31642610369081,47.641705640283969]}},{"type":"Feature","properties":{"population":3583},"geometry":{"type":"Point","coordinates":[-0.12772744858107744,49.282555714956419]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[2.479872546130702,43.21829248412205]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[0.2910856770651373,44.81353977603894]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[3.621568127494064,48.738442311932939]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[2.0045206204960497,49.766154897176658]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[9.07643021190094,41.70938945883863]}},{"type":"Feature","properties":{"population":2065},"geometry":{"type":"Point","coordinates":[3.572858502338423,50.31094635952618]}},{"type":"Feature","properties":{"population":2018},"geometry":{"type":"Point","coordinates":[-1.8858827601447546,48.40461087312375]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[0.8396453656425642,43.53434285400034]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[4.261503570032217,49.734209050375067]}},{"type":"Feature","properties":{"population":817},"geometry":{"type":"Point","coordinates":[3.5156172170148887,46.05644334654481]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[5.548329248390177,48.82812961641415]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[1.562511318577731,43.63128945382073]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[2.9712377245960566,46.22960724577312]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[1.9166251239332087,47.09417501923695]}},{"type":"Feature","properties":{"population":734},"geometry":{"type":"Point","coordinates":[0.2839257007536709,49.24672200203632]}},{"type":"Feature","properties":{"population":495},"geometry":{"type":"Point","coordinates":[6.423531528444155,45.57021153360268]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[-0.7842902598738825,43.073184696296738]}},{"type":"Feature","properties":{"population":1672},"geometry":{"type":"Point","coordinates":[1.1554642129008604,49.47035883862254]}},{"type":"Feature","properties":{"population":747},"geometry":{"type":"Point","coordinates":[4.1708465334265318,47.50369152279173]}},{"type":"Feature","properties":{"population":2581},"geometry":{"type":"Point","coordinates":[-0.44553788726098605,44.96964566954342]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[2.0596956756088797,43.489999643035499]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[-1.073443975865616,43.3492773115425]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[2.070016043394885,46.63424471329671]}},{"type":"Feature","properties":{"population":331},"geometry":{"type":"Point","coordinates":[5.758628025989716,45.46100383376943]}},{"type":"Feature","properties":{"population":2714},"geometry":{"type":"Point","coordinates":[-2.623142300213213,47.825835031970559]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[-0.9346555091545382,48.88960776584949]}},{"type":"Feature","properties":{"population":400},"geometry":{"type":"Point","coordinates":[4.1375518544273179,48.44563291677835]}},{"type":"Feature","properties":{"population":554},"geometry":{"type":"Point","coordinates":[-0.4707018034546146,46.92396420714149]}},{"type":"Feature","properties":{"population":1447},"geometry":{"type":"Point","coordinates":[3.3712009063490306,50.24826912647705]}},{"type":"Feature","properties":{"population":651},"geometry":{"type":"Point","coordinates":[-0.25668079461237189,45.58982466073109]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[3.8890456314661026,47.5654637261839]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[3.9558545089591989,47.51357604621585]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[3.8520115951547977,46.593563838679319]}},{"type":"Feature","properties":{"population":1639},"geometry":{"type":"Point","coordinates":[4.9095009191742469,46.93911732670729]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[4.802712107711318,47.373998406888457]}},{"type":"Feature","properties":{"population":642},"geometry":{"type":"Point","coordinates":[0.5499922107069503,49.82715046111232]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[2.3743338361019115,42.9048127366026]}},{"type":"Feature","properties":{"population":587},"geometry":{"type":"Point","coordinates":[3.3975242429345124,49.627531055100387]}},{"type":"Feature","properties":{"population":108},"geometry":{"type":"Point","coordinates":[1.8430627630084343,49.95557856816194]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[0.23635447258414317,49.20245895521903]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[5.31896827067935,48.72123232867768]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[2.2085777216201687,44.796845897319908]}},{"type":"Feature","properties":{"population":3929},"geometry":{"type":"Point","coordinates":[6.541108316989498,49.29886798149263]}},{"type":"Feature","properties":{"population":1342},"geometry":{"type":"Point","coordinates":[4.264641374861654,43.73548034936048]}},{"type":"Feature","properties":{"population":1754},"geometry":{"type":"Point","coordinates":[2.747379704091065,50.51858537588295]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[1.4417565249992777,48.113177421149767]}},{"type":"Feature","properties":{"population":1003},"geometry":{"type":"Point","coordinates":[3.7627301681425728,45.62847348090236]}},{"type":"Feature","properties":{"population":284},"geometry":{"type":"Point","coordinates":[3.6771209006473204,47.831536261235559]}},{"type":"Feature","properties":{"population":840},"geometry":{"type":"Point","coordinates":[-0.3562147497368441,46.11063049868912]}},{"type":"Feature","properties":{"population":2066},"geometry":{"type":"Point","coordinates":[7.357716170070398,48.212696080258428]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[5.634839829921331,43.94677491599053]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[0.5500020247858175,49.17128516589973]}},{"type":"Feature","properties":{"population":1291},"geometry":{"type":"Point","coordinates":[4.471258310786264,45.70436031217186]}},{"type":"Feature","properties":{"population":1426},"geometry":{"type":"Point","coordinates":[-1.4425253745702389,49.30665474123054]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[4.935313676941137,47.69353620963683]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[3.474283400293711,44.10451257639957]}},{"type":"Feature","properties":{"population":3034},"geometry":{"type":"Point","coordinates":[4.105366892508386,48.256525614272927]}},{"type":"Feature","properties":{"population":1231},"geometry":{"type":"Point","coordinates":[2.831283498149612,46.01931549650824]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[3.922484301881236,47.805833961299018]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[-0.26868060344610747,48.70966184108205]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[4.354411786627246,45.66045279108336]}},{"type":"Feature","properties":{"population":379},"geometry":{"type":"Point","coordinates":[0.556287689753206,45.97444318215832]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[6.3669128207949889,45.53128639910052]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[2.163434325325157,46.8787802946954]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[2.7881631137386444,49.79216920198877]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[4.2063607646568379,48.07691647778818]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[0.38667820371752956,47.117544747219607]}},{"type":"Feature","properties":{"population":746},"geometry":{"type":"Point","coordinates":[3.49158403940475,49.1313128089726]}},{"type":"Feature","properties":{"population":894},"geometry":{"type":"Point","coordinates":[6.0391739155072579,45.80613893930243]}},{"type":"Feature","properties":{"population":941},"geometry":{"type":"Point","coordinates":[2.101092407655093,50.59355028377071]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.1360568002001529,46.04426854619704]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[-0.0013306683699462028,49.265015070747249]}},{"type":"Feature","properties":{"population":1636},"geometry":{"type":"Point","coordinates":[3.3159764107318079,46.637186607027448]}},{"type":"Feature","properties":{"population":540},"geometry":{"type":"Point","coordinates":[0.24277483451297875,48.54015510332886]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[4.333899776153762,46.53706165136955]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[0.07821535735946425,45.50149574904984]}},{"type":"Feature","properties":{"population":1615},"geometry":{"type":"Point","coordinates":[5.140721259118066,47.395967692565047]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[5.813639248101791,46.755094967863239]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[1.309116539496133,49.43788866019008]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[5.721697821195593,46.580196179559028]}},{"type":"Feature","properties":{"population":1113},"geometry":{"type":"Point","coordinates":[6.2365855710263429,45.88113898711951]}},{"type":"Feature","properties":{"population":243},"geometry":{"type":"Point","coordinates":[2.507029342695624,49.94341075161612]}},{"type":"Feature","properties":{"population":689},"geometry":{"type":"Point","coordinates":[3.8867228352219507,46.51409150242122]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[2.7409714763946466,50.15309724717312]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[-2.968277225261824,48.70980193420249]}},{"type":"Feature","properties":{"population":964},"geometry":{"type":"Point","coordinates":[0.470052922051522,47.951749979021929]}},{"type":"Feature","properties":{"population":1440},"geometry":{"type":"Point","coordinates":[4.693124899105533,44.758406767282497]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[7.028880084787526,48.08828827246118]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[2.9081862344473916,49.71748147522828]}},{"type":"Feature","properties":{"population":1236},"geometry":{"type":"Point","coordinates":[-1.5534537914629632,47.880556715463658]}},{"type":"Feature","properties":{"population":766},"geometry":{"type":"Point","coordinates":[4.303441691837979,46.18811312823181]}},{"type":"Feature","properties":{"population":3654},"geometry":{"type":"Point","coordinates":[-4.576091986911009,48.58910850526314]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[2.107444455165561,46.54646889396055]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[1.5125845473420093,46.531904675282969]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[2.426799033074033,45.50662558571904]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[2.2719534763923416,45.176701525024757]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[5.092852582195943,46.967427241556368]}},{"type":"Feature","properties":{"population":2922},"geometry":{"type":"Point","coordinates":[2.826038442711796,42.632869886656099]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[7.329506508942908,47.53803187437244]}},{"type":"Feature","properties":{"population":63},"geometry":{"type":"Point","coordinates":[4.139652233923776,48.759641662082589]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[4.460608870826941,48.356187952155909]}},{"type":"Feature","properties":{"population":3918},"geometry":{"type":"Point","coordinates":[-0.444312587207693,47.26343152160944]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[-0.5719121672264623,49.32585769170229]}},{"type":"Feature","properties":{"population":1626},"geometry":{"type":"Point","coordinates":[-0.7697256647180305,46.75043186316723]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[1.9457831428338839,50.07416103932703]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[6.7039878850652239,47.56462026244569]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[6.1366183517329759,48.4253955235089]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[5.638514897258735,47.526726730142318]}},{"type":"Feature","properties":{"population":1549},"geometry":{"type":"Point","coordinates":[6.417511158581775,45.28012800659983]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[-0.15322972578093042,46.532092443893898]}},{"type":"Feature","properties":{"population":225},"geometry":{"type":"Point","coordinates":[2.665440535400211,47.36414267935498]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[2.049768068614396,46.248897643945529]}},{"type":"Feature","properties":{"population":589},"geometry":{"type":"Point","coordinates":[7.002573854705404,48.214066731332049]}},{"type":"Feature","properties":{"population":1028},"geometry":{"type":"Point","coordinates":[-0.4219910821742108,49.13166006922604]}},{"type":"Feature","properties":{"population":1759},"geometry":{"type":"Point","coordinates":[7.38405568505233,48.39100349573867]}},{"type":"Feature","properties":{"population":167},"geometry":{"type":"Point","coordinates":[0.3689275733341478,43.34241197646292]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[-0.6295477445104186,49.135642864722189]}},{"type":"Feature","properties":{"population":193},"geometry":{"type":"Point","coordinates":[6.014951332440198,48.111752197488637]}},{"type":"Feature","properties":{"population":542},"geometry":{"type":"Point","coordinates":[3.0395154039211178,47.14858775893564]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[2.022823840731164,49.149202879849578]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[2.7555776183566778,49.45589076597465]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[3.170933188227959,46.443850715615408]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[1.7291766941346756,43.57258354826572]}},{"type":"Feature","properties":{"population":807},"geometry":{"type":"Point","coordinates":[1.2213915116207904,49.549283958484327]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[1.7619523543613798,42.97549297297455]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[5.103765536840648,46.39990307868049]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[5.094250673370202,49.15522610648773]}},{"type":"Feature","properties":{"population":368},"geometry":{"type":"Point","coordinates":[2.146799394842308,43.07477184368841]}},{"type":"Feature","properties":{"population":185},"geometry":{"type":"Point","coordinates":[2.4885016079765647,49.45996344473263]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[0.20174991366392437,48.23693591557121]}},{"type":"Feature","properties":{"population":1348},"geometry":{"type":"Point","coordinates":[5.057758597683281,46.27029783824407]}},{"type":"Feature","properties":{"population":159},"geometry":{"type":"Point","coordinates":[5.313506193807363,47.79558342261281]}},{"type":"Feature","properties":{"population":4481},"geometry":{"type":"Point","coordinates":[2.9406667303634408,50.31555061198703]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[1.927162252661553,42.513710388914]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[1.1800232637811743,46.128810574648657]}},{"type":"Feature","properties":{"population":950},"geometry":{"type":"Point","coordinates":[1.5009426592386002,46.62857531527679]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[-3.3579245514702706,48.73995594722019]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[-0.22685096851419796,47.886238128593657]}},{"type":"Feature","properties":{"population":129},"geometry":{"type":"Point","coordinates":[-0.04308680569465323,43.811185277211887]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[6.1795076046973149,47.84502650158117]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[3.8953175115044109,45.49264591205362]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[-3.0062928587377839,48.4227529766192]}},{"type":"Feature","properties":{"population":2183},"geometry":{"type":"Point","coordinates":[2.277491559325296,43.67306181158079]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[1.8388808016509147,43.99391100696351]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[3.4011955258666397,47.19790309931946]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[5.742361391860072,46.466759123194048]}},{"type":"Feature","properties":{"population":4255},"geometry":{"type":"Point","coordinates":[4.984119851456515,45.126058690870447]}},{"type":"Feature","properties":{"population":572},"geometry":{"type":"Point","coordinates":[3.1054495093556104,48.94021408653565]}},{"type":"Feature","properties":{"population":857},"geometry":{"type":"Point","coordinates":[2.5155180690620146,50.780253319804049]}},{"type":"Feature","properties":{"population":1038},"geometry":{"type":"Point","coordinates":[-0.21602482123892265,47.65189248320032]}},{"type":"Feature","properties":{"population":53},"geometry":{"type":"Point","coordinates":[9.414182859191108,42.40604668838139]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[-1.3058436118764683,49.21588964112289]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[5.622805071493968,49.33873078978371]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[0.11029377072300581,46.07954213392778]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[5.719765014455705,47.25637990398476]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[5.411021151695418,48.375025590967258]}},{"type":"Feature","properties":{"population":1519},"geometry":{"type":"Point","coordinates":[4.792948502017751,45.41466309934374]}},{"type":"Feature","properties":{"population":1449},"geometry":{"type":"Point","coordinates":[2.7375415482842735,48.11093063314431]}},{"type":"Feature","properties":{"population":2418},"geometry":{"type":"Point","coordinates":[1.2146815319947524,47.533177611954027]}},{"type":"Feature","properties":{"population":5040},"geometry":{"type":"Point","coordinates":[4.082430472089208,43.77551959127187]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[7.496250470538063,49.1218106830809]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[2.294467793339174,45.98134314176068]}},{"type":"Feature","properties":{"population":733},"geometry":{"type":"Point","coordinates":[-1.5384278784960446,49.016331132602797]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[3.925577562577756,44.255757299818458]}},{"type":"Feature","properties":{"population":660},"geometry":{"type":"Point","coordinates":[6.623207264919581,44.62474861313562]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[1.0902659409955849,44.32706624223686]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[5.422584281498282,47.383940176518759]}},{"type":"Feature","properties":{"population":1283},"geometry":{"type":"Point","coordinates":[0.07788374989279685,46.35565913217881]}},{"type":"Feature","properties":{"population":1408},"geometry":{"type":"Point","coordinates":[5.201393637055048,46.11617691734743]}},{"type":"Feature","properties":{"population":1564},"geometry":{"type":"Point","coordinates":[2.5348779683214306,49.06061932034136]}},{"type":"Feature","properties":{"population":82},"geometry":{"type":"Point","coordinates":[6.236544606291267,48.303703583916988]}},{"type":"Feature","properties":{"population":1787},"geometry":{"type":"Point","coordinates":[-1.1932814853418113,49.12784504225233]}},{"type":"Feature","properties":{"population":634},"geometry":{"type":"Point","coordinates":[3.3651241981106598,48.878868775049657]}},{"type":"Feature","properties":{"population":99},"geometry":{"type":"Point","coordinates":[3.7676708493886537,48.57935170590447]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[6.678207577245978,47.64351502448248]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[5.13036879480236,46.953100369402488]}},{"type":"Feature","properties":{"population":3778},"geometry":{"type":"Point","coordinates":[1.8234798010728855,46.73630022931472]}},{"type":"Feature","properties":{"population":222},"geometry":{"type":"Point","coordinates":[2.146820731874841,44.22609780262381]}},{"type":"Feature","properties":{"population":38},"geometry":{"type":"Point","coordinates":[5.626818991331381,48.54260513402238]}},{"type":"Feature","properties":{"population":1447},"geometry":{"type":"Point","coordinates":[1.3864212569562598,47.318660418753839]}},{"type":"Feature","properties":{"population":6061},"geometry":{"type":"Point","coordinates":[6.860055259783183,48.40756894655228]}},{"type":"Feature","properties":{"population":529},"geometry":{"type":"Point","coordinates":[4.035692595854361,49.45622794513705]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[5.976939770995475,48.81468690669796]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[2.5610968008397156,46.18988147808543]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[6.288935748414983,47.60373175471132]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[1.8236758483841438,44.62028371829271]}},{"type":"Feature","properties":{"population":324},"geometry":{"type":"Point","coordinates":[5.897882024371224,44.07624397473041]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[3.078605164833322,50.184979799157499]}},{"type":"Feature","properties":{"population":219},"geometry":{"type":"Point","coordinates":[2.104904186390506,50.30115095843984]}},{"type":"Feature","properties":{"population":3245},"geometry":{"type":"Point","coordinates":[2.0789737723196017,50.00995085057002]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[3.0126039036371408,49.21301891412169]}},{"type":"Feature","properties":{"population":422},"geometry":{"type":"Point","coordinates":[5.086052210641008,44.210148495344579]}},{"type":"Feature","properties":{"population":751},"geometry":{"type":"Point","coordinates":[4.159034188663385,44.025052859568727]}},{"type":"Feature","properties":{"population":602},"geometry":{"type":"Point","coordinates":[3.676320587710705,44.02752088185771]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[4.717432236719377,46.448091703652469]}},{"type":"Feature","properties":{"population":558},"geometry":{"type":"Point","coordinates":[7.5536293748749039,48.09836659137015]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[-0.06396913280300475,43.50106975360474]}},{"type":"Feature","properties":{"population":471},"geometry":{"type":"Point","coordinates":[5.1683239100717099,47.02254321348649]}},{"type":"Feature","properties":{"population":573},"geometry":{"type":"Point","coordinates":[5.8891327795982619,45.9107142523013]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[-0.24406084875949422,44.469974645574037]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[2.207516971403685,50.38495550107922]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[9.377939130721288,42.42128157181819]}},{"type":"Feature","properties":{"population":486},"geometry":{"type":"Point","coordinates":[0.716144306102835,45.36738903384647]}},{"type":"Feature","properties":{"population":224},"geometry":{"type":"Point","coordinates":[2.9151764558572075,49.57079573869423]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[5.108965735374258,47.05900034391551]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[5.746673080481295,46.18253812341048]}},{"type":"Feature","properties":{"population":251},"geometry":{"type":"Point","coordinates":[5.29742312448967,46.69449885356917]}},{"type":"Feature","properties":{"population":179},"geometry":{"type":"Point","coordinates":[4.602818547477841,46.8776893149432]}},{"type":"Feature","properties":{"population":775},"geometry":{"type":"Point","coordinates":[5.20494802544665,48.31508026319362]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[-1.133151427888025,43.64953340733296]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[5.059906548662893,47.52177198642336]}},{"type":"Feature","properties":{"population":704},"geometry":{"type":"Point","coordinates":[-0.22283473442603025,43.30028061783252]}},{"type":"Feature","properties":{"population":3074},"geometry":{"type":"Point","coordinates":[0.51361660985169,49.54980989929687]}},{"type":"Feature","properties":{"population":491},"geometry":{"type":"Point","coordinates":[5.19380816764018,46.587023401444259]}},{"type":"Feature","properties":{"population":1085},"geometry":{"type":"Point","coordinates":[4.500774312095719,45.271619770959038]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[0.6136235903619994,43.19515605551265]}},{"type":"Feature","properties":{"population":625},"geometry":{"type":"Point","coordinates":[-2.736588391676964,47.90832888585507]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[1.9629943177075278,43.05592021242759]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[5.5876939560362459,47.329799664701777]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[5.973504393347696,44.43709263381663]}},{"type":"Feature","properties":{"population":123},"geometry":{"type":"Point","coordinates":[6.624942628145942,44.53764584353236]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[4.510642234228748,48.21480295863588]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[5.051134847456763,48.6087491122991]}},{"type":"Feature","properties":{"population":830},"geometry":{"type":"Point","coordinates":[2.0345360009733879,45.25278379638448]}},{"type":"Feature","properties":{"population":1476},"geometry":{"type":"Point","coordinates":[7.188301653632657,48.62034775304194]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[4.976431130901326,49.635163888745868]}},{"type":"Feature","properties":{"population":2312},"geometry":{"type":"Point","coordinates":[5.826995529690616,49.53084295049989]}},{"type":"Feature","properties":{"population":207},"geometry":{"type":"Point","coordinates":[1.0157142905012176,44.43392408349047]}},{"type":"Feature","properties":{"population":1315},"geometry":{"type":"Point","coordinates":[-1.3864169328592624,46.02417242246395]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[2.457040298383565,49.53412731405076]}},{"type":"Feature","properties":{"population":1355},"geometry":{"type":"Point","coordinates":[3.0655065123907319,47.95859438393489]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[3.2230105581680994,49.052574489491608]}},{"type":"Feature","properties":{"population":1260},"geometry":{"type":"Point","coordinates":[1.8111787352540155,47.53533597907392]}},{"type":"Feature","properties":{"population":2009},"geometry":{"type":"Point","coordinates":[-4.040494492319618,48.483790681754289]}},{"type":"Feature","properties":{"population":503},"geometry":{"type":"Point","coordinates":[3.698288694822098,50.04838220726772]}},{"type":"Feature","properties":{"population":3066},"geometry":{"type":"Point","coordinates":[2.1732819225305306,42.884801294782018]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[0.6153997208470914,45.60874881566934]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[0.7714765029775668,45.540237251701707]}},{"type":"Feature","properties":{"population":3738},"geometry":{"type":"Point","coordinates":[-0.3371920695146313,49.239454049666779]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[3.980089404584397,44.86663057727428]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[0.38147869470678105,43.73457103623379]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[0.6257168400192213,49.43021625937222]}},{"type":"Feature","properties":{"population":1914},"geometry":{"type":"Point","coordinates":[5.137385535534268,43.841562173314738]}},{"type":"Feature","properties":{"population":1967},"geometry":{"type":"Point","coordinates":[3.325021204535949,45.45092298516582]}},{"type":"Feature","properties":{"population":882},"geometry":{"type":"Point","coordinates":[0.14881575065227146,48.20607819303378]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[-0.24097203861575584,46.85659589871417]}},{"type":"Feature","properties":{"population":2080},"geometry":{"type":"Point","coordinates":[2.295775522787086,48.512226888673897]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[1.41279382427979,45.09174565788876]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[4.660861882237717,46.279209052183848]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[5.925242807123542,47.42616467648323]}},{"type":"Feature","properties":{"population":106},"geometry":{"type":"Point","coordinates":[0.7017352152656986,43.748676501116687]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[5.267809679735759,45.777007292660758]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[0.28516729573941637,42.81873285881267]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[0.7575920273516441,43.27117711657262]}},{"type":"Feature","properties":{"population":1353},"geometry":{"type":"Point","coordinates":[-0.4023197132299169,44.671157197563207]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[2.9797731407116365,49.12745383394416]}},{"type":"Feature","properties":{"population":733},"geometry":{"type":"Point","coordinates":[6.066235637587791,45.493297414341189]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[4.485519337934618,48.5313970188601]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[0.8339513333153658,45.87105931487981]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[1.4768559581271035,47.00183817779945]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[0.02877007481574477,43.687149058438567]}},{"type":"Feature","properties":{"population":256},"geometry":{"type":"Point","coordinates":[5.068684409801206,46.95138883761086]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[2.3867769915218419,43.10138814925943]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[-3.224412639374244,48.76031897055284]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[0.2158301677807147,45.90380133769622]}},{"type":"Feature","properties":{"population":620},"geometry":{"type":"Point","coordinates":[0.529075216266453,44.40517776167789]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[5.289760802121328,46.49970673361743]}},{"type":"Feature","properties":{"population":1294},"geometry":{"type":"Point","coordinates":[2.511772820083625,43.61221029920207]}},{"type":"Feature","properties":{"population":23},"geometry":{"type":"Point","coordinates":[6.637804918010996,48.867895806338747]}},{"type":"Feature","properties":{"population":519},"geometry":{"type":"Point","coordinates":[6.580024616996678,44.485079294909457]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[5.975960006790354,46.75105071724953]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[0.4500229307166849,49.374993253957807]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[0.8697192377239755,43.11424258403446]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[0.17524094974186384,45.91261767034259]}},{"type":"Feature","properties":{"population":130},"geometry":{"type":"Point","coordinates":[5.7290929951849,44.21391402640771]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[-0.16329822689530236,42.96925224945935]}},{"type":"Feature","properties":{"population":787},"geometry":{"type":"Point","coordinates":[0.6704254916489489,49.294675196802327]}},{"type":"Feature","properties":{"population":2537},"geometry":{"type":"Point","coordinates":[1.6522780395060644,50.40233711211598]}},{"type":"Feature","properties":{"population":1268},"geometry":{"type":"Point","coordinates":[4.074090113107349,45.45119028508548]}},{"type":"Feature","properties":{"population":76},"geometry":{"type":"Point","coordinates":[4.62763649940382,49.556973466027688]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[-0.5328629059190145,43.35612145769808]}},{"type":"Feature","properties":{"population":620},"geometry":{"type":"Point","coordinates":[2.3240218334684608,44.991249979072218]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[2.4787738205417835,45.68511613809909]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[1.939431558550112,43.09279917287466]}},{"type":"Feature","properties":{"population":45},"geometry":{"type":"Point","coordinates":[6.504053311135993,43.78024284268018]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[6.763754560797865,48.87437890045211]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[0.12855569058913245,43.15453875114516]}},{"type":"Feature","properties":{"population":826},"geometry":{"type":"Point","coordinates":[6.472037256925255,47.12237141256649]}},{"type":"Feature","properties":{"population":277},"geometry":{"type":"Point","coordinates":[2.559971100620634,49.524883912332779]}},{"type":"Feature","properties":{"population":870},"geometry":{"type":"Point","coordinates":[-2.511281144734603,47.9634561898818]}},{"type":"Feature","properties":{"population":598},"geometry":{"type":"Point","coordinates":[-1.3236839613440377,43.322332682043128]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[6.169670088713996,45.44172086348007]}},{"type":"Feature","properties":{"population":433},"geometry":{"type":"Point","coordinates":[2.4506169891311746,46.50761508791592]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[4.440623252133816,46.3954534211667]}},{"type":"Feature","properties":{"population":995},"geometry":{"type":"Point","coordinates":[1.8096014331262245,48.59705570364866]}},{"type":"Feature","properties":{"population":954},"geometry":{"type":"Point","coordinates":[4.938325182045965,45.47351893161129]}},{"type":"Feature","properties":{"population":703},"geometry":{"type":"Point","coordinates":[6.407746083917786,46.2933739664116]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[3.1878454687205495,45.47813566337337]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[0.20014497808329133,49.25480874990268]}},{"type":"Feature","properties":{"population":2645},"geometry":{"type":"Point","coordinates":[3.5477222103933787,48.594311492951778]}},{"type":"Feature","properties":{"population":1654},"geometry":{"type":"Point","coordinates":[1.1911542992256517,48.190771645873329]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[3.9295438673698737,46.86217589609841]}},{"type":"Feature","properties":{"population":226},"geometry":{"type":"Point","coordinates":[6.816837980708857,48.4815614816942]}},{"type":"Feature","properties":{"population":2947},"geometry":{"type":"Point","coordinates":[1.5108787854600503,43.70124537390446]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[3.0091839478844615,49.851030972375429]}},{"type":"Feature","properties":{"population":621},"geometry":{"type":"Point","coordinates":[-0.4669296345922086,43.79155328008826]}},{"type":"Feature","properties":{"population":3390},"geometry":{"type":"Point","coordinates":[-1.3707514571421014,46.91678775572656]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[2.936480503441271,47.0424164075262]}},{"type":"Feature","properties":{"population":371},"geometry":{"type":"Point","coordinates":[5.8488049415243978,43.58716747139977]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[7.365872472334441,49.03005803707674]}},{"type":"Feature","properties":{"population":386},"geometry":{"type":"Point","coordinates":[3.180677670935906,48.18178619945538]}},{"type":"Feature","properties":{"population":282},"geometry":{"type":"Point","coordinates":[3.5562410511806288,47.64438741134834]}},{"type":"Feature","properties":{"population":103},"geometry":{"type":"Point","coordinates":[3.7767337546454167,48.90895317611784]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[5.739937934519476,49.03875889868636]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[2.092513307209206,48.276694795556668]}},{"type":"Feature","properties":{"population":1202},"geometry":{"type":"Point","coordinates":[-0.025914832680690525,44.4104491804867]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[6.696186712948476,48.38418029330514]}},{"type":"Feature","properties":{"population":364},"geometry":{"type":"Point","coordinates":[2.2869733649113894,46.251873469213879]}},{"type":"Feature","properties":{"population":595},"geometry":{"type":"Point","coordinates":[2.685119037286186,49.92402194169294]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.156162391282864,49.80010498361844]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[5.005527023521544,49.4498770536848]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[3.5674625937696717,45.35526370314571]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[4.115011983121775,46.77933607276999]}},{"type":"Feature","properties":{"population":415},"geometry":{"type":"Point","coordinates":[1.3608428156687794,49.51783458822818]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[1.6744717071587028,50.79891008630295]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[2.7145996393757065,48.985421827275818]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[3.6059503703065829,45.3995116260591]}},{"type":"Feature","properties":{"population":417},"geometry":{"type":"Point","coordinates":[0.050812024275209807,47.213414505081868]}},{"type":"Feature","properties":{"population":778},"geometry":{"type":"Point","coordinates":[1.823619901369498,48.863499965045509]}},{"type":"Feature","properties":{"population":974},"geometry":{"type":"Point","coordinates":[4.9330449071414759,44.60946494309984]}},{"type":"Feature","properties":{"population":514},"geometry":{"type":"Point","coordinates":[2.2031278377331686,45.26136486349431]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[5.238885107027491,47.53565186084895]}},{"type":"Feature","properties":{"population":3750},"geometry":{"type":"Point","coordinates":[-1.7951995366039369,47.390902148177229]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[-0.3147339758287984,43.53917236950701]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[0.7362354645946539,43.33847322774351]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[2.060231488160902,49.90314204510753]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[3.9452459317721435,49.313549065887389]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[7.053998821802183,48.294656163786218]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[4.021449720603649,49.67645988996143]}},{"type":"Feature","properties":{"population":233},"geometry":{"type":"Point","coordinates":[-0.3840891823345186,43.51166298297115]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[2.369449253219052,46.46219490559469]}},{"type":"Feature","properties":{"population":119},"geometry":{"type":"Point","coordinates":[3.9614462107592578,44.259512827126659]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[5.175469502882385,44.61165951240349]}},{"type":"Feature","properties":{"population":527},"geometry":{"type":"Point","coordinates":[3.366844263525089,49.76648159102972]}},{"type":"Feature","properties":{"population":52},"geometry":{"type":"Point","coordinates":[5.166929285773899,44.67423542389101]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[4.494334481361805,49.82981469961187]}},{"type":"Feature","properties":{"population":170},"geometry":{"type":"Point","coordinates":[-0.6016585868756552,45.94727285244289]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[5.432590097661222,48.98116681969368]}},{"type":"Feature","properties":{"population":1281},"geometry":{"type":"Point","coordinates":[4.6227814550012,44.20001594936945]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.5556030540233252,43.25281262770988]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[1.9462769000367278,49.89462364703827]}},{"type":"Feature","properties":{"population":454},"geometry":{"type":"Point","coordinates":[0.4536024989801134,44.51847962712301]}},{"type":"Feature","properties":{"population":259},"geometry":{"type":"Point","coordinates":[0.5348469241365679,49.15275718829388]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[1.7539847466437855,47.93901221169941]}},{"type":"Feature","properties":{"population":757},"geometry":{"type":"Point","coordinates":[2.127966903962419,48.501861480106239]}},{"type":"Feature","properties":{"population":382},"geometry":{"type":"Point","coordinates":[0.07867839412443383,43.35934578235878]}},{"type":"Feature","properties":{"population":979},"geometry":{"type":"Point","coordinates":[3.351038905456888,49.750469420683149]}},{"type":"Feature","properties":{"population":42},"geometry":{"type":"Point","coordinates":[1.8066067409765454,43.228626150613298]}},{"type":"Feature","properties":{"population":1262},"geometry":{"type":"Point","coordinates":[0.6476069794984323,46.13421927571378]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[0.5552633900536282,49.807710247162749]}},{"type":"Feature","properties":{"population":699},"geometry":{"type":"Point","coordinates":[7.44003478983929,48.11127393291854]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[1.6828269390980127,50.60404515079222]}},{"type":"Feature","properties":{"population":1207},"geometry":{"type":"Point","coordinates":[5.216158818196728,46.06702735366767]}},{"type":"Feature","properties":{"population":2610},"geometry":{"type":"Point","coordinates":[6.498207719094741,43.56726903808688]}},{"type":"Feature","properties":{"population":727},"geometry":{"type":"Point","coordinates":[6.684010956529973,47.471472253920669]}},{"type":"Feature","properties":{"population":850},"geometry":{"type":"Point","coordinates":[1.5324185229319836,47.79235941569443]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[0.736578088623446,48.60071114797583]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[5.999604397817018,47.33125809440783]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[0.9061693712901981,43.23148756146063]}},{"type":"Feature","properties":{"population":744},"geometry":{"type":"Point","coordinates":[5.232325555280618,45.49992365424009]}},{"type":"Feature","properties":{"population":1154},"geometry":{"type":"Point","coordinates":[3.3851915612390188,45.95898293057057]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[3.8980348169843617,44.43372918854349]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[2.4884809892782755,43.95521306190923]}},{"type":"Feature","properties":{"population":1694},"geometry":{"type":"Point","coordinates":[4.12711137937628,46.16205642260108]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[-0.556191974794242,45.53085700035757]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[4.213374675395213,43.86956285597349]}},{"type":"Feature","properties":{"population":1547},"geometry":{"type":"Point","coordinates":[2.876263295720982,43.275820718139097]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[4.067976271339961,47.877527735536009]}},{"type":"Feature","properties":{"population":3391},"geometry":{"type":"Point","coordinates":[7.685790564379489,48.86846736930787]}},{"type":"Feature","properties":{"population":2539},"geometry":{"type":"Point","coordinates":[-2.3534810972529809,47.541259816408338]}},{"type":"Feature","properties":{"population":563},"geometry":{"type":"Point","coordinates":[-1.4899668342755717,49.45417401133326]}},{"type":"Feature","properties":{"population":373},"geometry":{"type":"Point","coordinates":[2.1463065590437448,45.87850013268896]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[4.548025607970298,45.3363211029176]}},{"type":"Feature","properties":{"population":314},"geometry":{"type":"Point","coordinates":[6.51384949435862,49.38257392443027]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[-0.3211648774253226,43.59357507018515]}},{"type":"Feature","properties":{"population":1246},"geometry":{"type":"Point","coordinates":[1.097046399357017,47.91950550723608]}},{"type":"Feature","properties":{"population":1317},"geometry":{"type":"Point","coordinates":[1.5693473325797525,46.434333971721098]}},{"type":"Feature","properties":{"population":751},"geometry":{"type":"Point","coordinates":[6.799054530905989,47.70500781257853]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[4.117650039646056,49.823503106309448]}},{"type":"Feature","properties":{"population":176},"geometry":{"type":"Point","coordinates":[0.5573754143527836,45.053875290926047]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[2.5803258716575279,43.84106259316629]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[-0.21423440612437467,45.95070485728877]}},{"type":"Feature","properties":{"population":142},"geometry":{"type":"Point","coordinates":[2.626959978277203,45.795155577459578]}},{"type":"Feature","properties":{"population":528},"geometry":{"type":"Point","coordinates":[0.8051474350740596,49.04494256707325]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[4.018628954826772,44.306526835935439]}},{"type":"Feature","properties":{"population":1459},"geometry":{"type":"Point","coordinates":[4.705227852898734,50.077025179276159]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[4.186704640602787,47.446500333504818]}},{"type":"Feature","properties":{"population":410},"geometry":{"type":"Point","coordinates":[1.8980348707416599,50.76349523636441]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[6.6477977705618349,47.54798774805491]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[5.39100421104783,47.90150080381925]}},{"type":"Feature","properties":{"population":808},"geometry":{"type":"Point","coordinates":[6.234104905725487,47.208526400465988]}},{"type":"Feature","properties":{"population":992},"geometry":{"type":"Point","coordinates":[5.719148952558607,45.83336077124434]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[1.7910408550404975,43.631105541417898]}},{"type":"Feature","properties":{"population":71},"geometry":{"type":"Point","coordinates":[6.349053689858697,47.682565251402838]}},{"type":"Feature","properties":{"population":1642},"geometry":{"type":"Point","coordinates":[7.38480006889856,47.68636592883833]}},{"type":"Feature","properties":{"population":924},"geometry":{"type":"Point","coordinates":[0.11253545408858572,46.62629720002399]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[3.6007563193319247,45.24355059337868]}},{"type":"Feature","properties":{"population":443},"geometry":{"type":"Point","coordinates":[5.1975014159393428,46.90058635287143]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[-0.20305273644918357,44.47273854566651]}},{"type":"Feature","properties":{"population":1076},"geometry":{"type":"Point","coordinates":[3.791041881853597,45.04621356732447]}},{"type":"Feature","properties":{"population":16},"geometry":{"type":"Point","coordinates":[2.9178573623769896,45.38966405339206]}},{"type":"Feature","properties":{"population":378},"geometry":{"type":"Point","coordinates":[0.005712070345308937,44.603487662262569]}},{"type":"Feature","properties":{"population":919},"geometry":{"type":"Point","coordinates":[3.2822220290626387,45.41785238393626]}},{"type":"Feature","properties":{"population":1017},"geometry":{"type":"Point","coordinates":[7.602627807903025,48.617122609882738]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[6.342615631045052,47.43209778586229]}},{"type":"Feature","properties":{"population":487},"geometry":{"type":"Point","coordinates":[5.690579363225194,47.42188124847935]}},{"type":"Feature","properties":{"population":377},"geometry":{"type":"Point","coordinates":[1.5100841317638059,47.1326057980195]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[0.8301138460312318,48.19515803548604]}},{"type":"Feature","properties":{"population":757},"geometry":{"type":"Point","coordinates":[1.3223598675705824,44.154744279975158]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[8.719795056349487,42.2081086031587]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[4.76204502384659,49.07775293346927]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[3.1442012845679239,45.54693064923151]}},{"type":"Feature","properties":{"population":536},"geometry":{"type":"Point","coordinates":[1.736560311610032,50.43997209418145]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.248800268995895,46.21914793583188]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[0.08172333847330375,48.18025816215452]}},{"type":"Feature","properties":{"population":1155},"geometry":{"type":"Point","coordinates":[1.3305629881407609,47.32439473717667]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[0.8147036940466088,44.34101447931472]}},{"type":"Feature","properties":{"population":991},"geometry":{"type":"Point","coordinates":[3.4081806797031555,49.10535720883587]}},{"type":"Feature","properties":{"population":2883},"geometry":{"type":"Point","coordinates":[3.1148207219876977,50.52163290610278]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[4.328002119668606,47.69034173635109]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[2.7980809838062177,47.76408931414044]}},{"type":"Feature","properties":{"population":4840},"geometry":{"type":"Point","coordinates":[4.328865817786681,45.96447620322949]}},{"type":"Feature","properties":{"population":1773},"geometry":{"type":"Point","coordinates":[8.734371997517285,42.00352793228185]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[3.729945856181089,49.420759582985798]}},{"type":"Feature","properties":{"population":198},"geometry":{"type":"Point","coordinates":[1.9023566253226548,49.308957424207118]}},{"type":"Feature","properties":{"population":1875},"geometry":{"type":"Point","coordinates":[-2.943716931357036,48.0172408167148]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[6.029572865791348,47.044380161374288]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[0.8916000521487439,44.03011058788911]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[0.028686283071581488,43.10665145375102]}},{"type":"Feature","properties":{"population":169},"geometry":{"type":"Point","coordinates":[3.85485209636981,49.12628695141763]}},{"type":"Feature","properties":{"population":215},"geometry":{"type":"Point","coordinates":[5.279722770558305,44.98478498817717]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[5.278851526098454,49.59990691477171]}},{"type":"Feature","properties":{"population":26},"geometry":{"type":"Point","coordinates":[5.380718974896474,44.3820122720925]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[1.0429694272732209,48.280997784267189]}},{"type":"Feature","properties":{"population":5055},"geometry":{"type":"Point","coordinates":[7.434073399167953,47.72649915009461]}},{"type":"Feature","properties":{"population":230},"geometry":{"type":"Point","coordinates":[1.9576566543042154,50.30298737647344]}},{"type":"Feature","properties":{"population":827},"geometry":{"type":"Point","coordinates":[7.110150896481665,48.352130174923647]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[1.3388216782234657,44.91489588896913]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[3.043542790659365,49.85065432123405]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[5.612981849435716,48.48954243230679]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[2.3053662366464766,50.323680253846507]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[7.519633711092011,48.64851543273798]}},{"type":"Feature","properties":{"population":553},"geometry":{"type":"Point","coordinates":[3.1059000034554966,49.976934048402579]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[1.609813866673955,50.037028430285207]}},{"type":"Feature","properties":{"population":186},"geometry":{"type":"Point","coordinates":[4.728129367826067,46.595364969830438]}},{"type":"Feature","properties":{"population":478},"geometry":{"type":"Point","coordinates":[4.79201596736849,46.589503615751997]}},{"type":"Feature","properties":{"population":1093},"geometry":{"type":"Point","coordinates":[0.6381850637128315,47.19802373358032]}},{"type":"Feature","properties":{"population":194},"geometry":{"type":"Point","coordinates":[5.645162355303177,46.734920136064378]}},{"type":"Feature","properties":{"population":387},"geometry":{"type":"Point","coordinates":[6.113828343368222,48.05224087975709]}},{"type":"Feature","properties":{"population":1557},"geometry":{"type":"Point","coordinates":[-2.962622942321075,47.577504612236278]}},{"type":"Feature","properties":{"population":1458},"geometry":{"type":"Point","coordinates":[4.147287729447608,46.68240387145851]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[0.10316687654171104,43.34189493015553]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[1.615310680921546,49.577733130287239]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[5.40522044644798,46.546963909364148]}},{"type":"Feature","properties":{"population":197},"geometry":{"type":"Point","coordinates":[0.014169358964636173,44.674814272897339]}},{"type":"Feature","properties":{"population":3220},"geometry":{"type":"Point","coordinates":[8.933358248311734,42.63065037221269]}},{"type":"Feature","properties":{"population":830},"geometry":{"type":"Point","coordinates":[4.707669577135989,44.65774368134018]}},{"type":"Feature","properties":{"population":2785},"geometry":{"type":"Point","coordinates":[2.9861676920395046,42.662520187859659]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[-2.101917446524499,48.136643683187099]}},{"type":"Feature","properties":{"population":276},"geometry":{"type":"Point","coordinates":[0.26372468780303229,43.441120215788469]}},{"type":"Feature","properties":{"population":1774},"geometry":{"type":"Point","coordinates":[3.199895650827118,43.522154886902779]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[4.329148299088012,49.702601132984607]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[3.9378966082191004,50.2005670658009]}},{"type":"Feature","properties":{"population":623},"geometry":{"type":"Point","coordinates":[-0.9626449843587748,46.64928926650789]}},{"type":"Feature","properties":{"population":1811},"geometry":{"type":"Point","coordinates":[-2.7902508735295257,47.75994751508957]}},{"type":"Feature","properties":{"population":1288},"geometry":{"type":"Point","coordinates":[1.5190661041857987,45.37857178905381]}},{"type":"Feature","properties":{"population":2642},"geometry":{"type":"Point","coordinates":[3.4110931072957246,50.264920536727689]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[2.2213480184987688,45.816299093426888]}},{"type":"Feature","properties":{"population":5784},"geometry":{"type":"Point","coordinates":[-3.3374566611363085,47.927139062021357]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[-0.4325045681572535,43.63894512655691]}},{"type":"Feature","properties":{"population":1177},"geometry":{"type":"Point","coordinates":[2.5060480854940536,46.02641091815996]}},{"type":"Feature","properties":{"population":18},"geometry":{"type":"Point","coordinates":[5.973692999365245,46.992107193498579]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[0.12276975586233788,43.5421983857701]}},{"type":"Feature","properties":{"population":811},"geometry":{"type":"Point","coordinates":[-1.0903004150998866,48.08435165106808]}},{"type":"Feature","properties":{"population":395},"geometry":{"type":"Point","coordinates":[4.902452749439045,47.22744930270785]}},{"type":"Feature","properties":{"population":418},"geometry":{"type":"Point","coordinates":[0.5540510062038286,45.810417229771179]}},{"type":"Feature","properties":{"population":389},"geometry":{"type":"Point","coordinates":[-0.8549034544001408,47.882616219070339]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[6.517831933445062,49.070174451899287]}},{"type":"Feature","properties":{"population":3203},"geometry":{"type":"Point","coordinates":[5.486957176438686,45.61526889388673]}},{"type":"Feature","properties":{"population":2339},"geometry":{"type":"Point","coordinates":[-0.9586912120684915,44.35711869762919]}},{"type":"Feature","properties":{"population":981},"geometry":{"type":"Point","coordinates":[2.801027598605736,46.179849404075948]}},{"type":"Feature","properties":{"population":2219},"geometry":{"type":"Point","coordinates":[2.2742625459140068,48.54659136176386]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[0.9369604723189857,43.36847338525358]}},{"type":"Feature","properties":{"population":489},"geometry":{"type":"Point","coordinates":[2.1370401205557405,48.35035580763725]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[5.195612951178584,48.82342392125239]}},{"type":"Feature","properties":{"population":357},"geometry":{"type":"Point","coordinates":[3.6899294461678635,48.44450138838783]}},{"type":"Feature","properties":{"population":1016},"geometry":{"type":"Point","coordinates":[-3.6199552337011564,47.95691196595189]}},{"type":"Feature","properties":{"population":3795},"geometry":{"type":"Point","coordinates":[5.361233758060765,45.641320987260339]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.8794810048271088,47.516619037925639]}},{"type":"Feature","properties":{"population":1986},"geometry":{"type":"Point","coordinates":[2.800998105482667,49.817750090885507]}},{"type":"Feature","properties":{"population":1412},"geometry":{"type":"Point","coordinates":[-2.9485168564510357,48.634850290284507]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[6.098221303616859,44.100517985366959]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[-0.3446099975905346,46.71885064102039]}},{"type":"Feature","properties":{"population":911},"geometry":{"type":"Point","coordinates":[7.161340126440867,49.07713379746282]}},{"type":"Feature","properties":{"population":718},"geometry":{"type":"Point","coordinates":[0.3331745548495108,49.4133338132801]}},{"type":"Feature","properties":{"population":3059},"geometry":{"type":"Point","coordinates":[-0.8900421485060877,49.23432081895411]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[6.564915442790911,48.88832333192344]}},{"type":"Feature","properties":{"population":560},"geometry":{"type":"Point","coordinates":[0.20555523953782388,45.77009856289833]}},{"type":"Feature","properties":{"population":451},"geometry":{"type":"Point","coordinates":[5.8448689266001179,45.9187585457868]}},{"type":"Feature","properties":{"population":25},"geometry":{"type":"Point","coordinates":[5.575958265279543,44.534604726567078]}},{"type":"Feature","properties":{"population":1245},"geometry":{"type":"Point","coordinates":[-1.1445814862447573,47.43786135332674]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[-0.5289862017857427,45.41308306775746]}},{"type":"Feature","properties":{"population":322},"geometry":{"type":"Point","coordinates":[4.168324001846406,49.51000189880344]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[4.142528839414568,46.246208426885797]}},{"type":"Feature","properties":{"population":561},"geometry":{"type":"Point","coordinates":[2.998133869184797,47.53523537317386]}},{"type":"Feature","properties":{"population":375},"geometry":{"type":"Point","coordinates":[-0.3906219984246674,44.149671407274379]}},{"type":"Feature","properties":{"population":131},"geometry":{"type":"Point","coordinates":[0.21172400272162429,43.219737471031368]}},{"type":"Feature","properties":{"population":1392},"geometry":{"type":"Point","coordinates":[7.22477058542944,47.67938578570707]}},{"type":"Feature","properties":{"population":340},"geometry":{"type":"Point","coordinates":[0.3866057546679781,49.6048669601717]}},{"type":"Feature","properties":{"population":180},"geometry":{"type":"Point","coordinates":[4.16972701319396,49.85829449877194]}},{"type":"Feature","properties":{"population":624},"geometry":{"type":"Point","coordinates":[6.770757954014526,49.02853996304469]}},{"type":"Feature","properties":{"population":135},"geometry":{"type":"Point","coordinates":[5.720041962784808,44.62633627152186]}},{"type":"Feature","properties":{"population":136},"geometry":{"type":"Point","coordinates":[3.594168135125074,48.162294383083828]}},{"type":"Feature","properties":{"population":2095},"geometry":{"type":"Point","coordinates":[6.637549180081881,45.8914903922117]}},{"type":"Feature","properties":{"population":3386},"geometry":{"type":"Point","coordinates":[7.526573122455399,47.56169081406479]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[5.686563197486883,47.22171568413845]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[0.4040286418570101,48.50590518165975]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[0.9863414288433386,45.40815607064098]}},{"type":"Feature","properties":{"population":293},"geometry":{"type":"Point","coordinates":[5.384766114314688,47.92572597368228]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[5.67925643097945,46.913808183473]}},{"type":"Feature","properties":{"population":971},"geometry":{"type":"Point","coordinates":[3.498589945753589,48.11896976531206]}},{"type":"Feature","properties":{"population":889},"geometry":{"type":"Point","coordinates":[3.3792160903817538,45.387203652277708]}},{"type":"Feature","properties":{"population":829},"geometry":{"type":"Point","coordinates":[2.043521903066955,43.6377830863927]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[4.370280779655455,46.235690443276727]}},{"type":"Feature","properties":{"population":895},"geometry":{"type":"Point","coordinates":[1.757405025348078,48.780379397560889]}},{"type":"Feature","properties":{"population":2521},"geometry":{"type":"Point","coordinates":[5.778730528893171,45.12306608743935]}},{"type":"Feature","properties":{"population":4014},"geometry":{"type":"Point","coordinates":[0.8095497192110593,49.34565982321543]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[2.0866782128514735,49.859693011432778]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[-0.136904733127074,46.50163117749852]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[3.7947087486058037,49.51456771781305]}},{"type":"Feature","properties":{"population":229},"geometry":{"type":"Point","coordinates":[-0.11539427645695372,44.39174153689808]}},{"type":"Feature","properties":{"population":366},"geometry":{"type":"Point","coordinates":[-0.2035781263141285,43.41330826630006]}},{"type":"Feature","properties":{"population":721},"geometry":{"type":"Point","coordinates":[5.279168634937079,47.46631806434163]}},{"type":"Feature","properties":{"population":918},"geometry":{"type":"Point","coordinates":[1.3918916072993269,49.14793871794384]}},{"type":"Feature","properties":{"population":521},"geometry":{"type":"Point","coordinates":[0.02718994112608225,46.69456091986208]}},{"type":"Feature","properties":{"population":1720},"geometry":{"type":"Point","coordinates":[-3.0226195636341046,48.60351948288158]}},{"type":"Feature","properties":{"population":44},"geometry":{"type":"Point","coordinates":[5.564711312650265,45.87645711016486]}},{"type":"Feature","properties":{"population":127},"geometry":{"type":"Point","coordinates":[6.890398465020951,48.548815607702277]}},{"type":"Feature","properties":{"population":5737},"geometry":{"type":"Point","coordinates":[1.2186193840786515,43.30106216131933]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[3.1648880628096256,47.26137683431242]}},{"type":"Feature","properties":{"population":232},"geometry":{"type":"Point","coordinates":[5.239823566406901,48.08941399017615]}},{"type":"Feature","properties":{"population":681},"geometry":{"type":"Point","coordinates":[4.327734740760155,45.71848460297208]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[3.486053308197725,49.47466220357232]}},{"type":"Feature","properties":{"population":1817},"geometry":{"type":"Point","coordinates":[4.959159998528606,45.23586332069103]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[4.257936412953324,48.46031728758246]}},{"type":"Feature","properties":{"population":352},"geometry":{"type":"Point","coordinates":[0.40944422617494727,46.18916869341826]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[2.4070514314902056,49.09054837595679]}},{"type":"Feature","properties":{"population":110},"geometry":{"type":"Point","coordinates":[4.038718666235102,48.160392522757387]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[1.642787914215682,43.15876804444438]}},{"type":"Feature","properties":{"population":1345},"geometry":{"type":"Point","coordinates":[-0.8549294700356601,46.229325234498748]}},{"type":"Feature","properties":{"population":173},"geometry":{"type":"Point","coordinates":[-0.8244377966008808,43.55030483319198]}},{"type":"Feature","properties":{"population":914},"geometry":{"type":"Point","coordinates":[7.021506653936958,47.62003632606237]}},{"type":"Feature","properties":{"population":1341},"geometry":{"type":"Point","coordinates":[2.204938535108837,46.76202894539298]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[-0.4347588574939979,46.56268545937935]}},{"type":"Feature","properties":{"population":376},"geometry":{"type":"Point","coordinates":[7.395705337145629,49.0388219951947]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[6.57114718126423,43.72980750510255]}},{"type":"Feature","properties":{"population":157},"geometry":{"type":"Point","coordinates":[0.7419498503618095,43.952625263712388]}},{"type":"Feature","properties":{"population":741},"geometry":{"type":"Point","coordinates":[2.442403221894515,50.66953767126668]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[6.315315147999626,48.49723217448113]}},{"type":"Feature","properties":{"population":876},"geometry":{"type":"Point","coordinates":[1.834423981570451,48.75455671944912]}},{"type":"Feature","properties":{"population":265},"geometry":{"type":"Point","coordinates":[3.6624064821913997,43.977912989224098]}},{"type":"Feature","properties":{"population":864},"geometry":{"type":"Point","coordinates":[6.058664703583279,45.46666862243673]}},{"type":"Feature","properties":{"population":178},"geometry":{"type":"Point","coordinates":[6.4794811812402159,47.197209081263917]}},{"type":"Feature","properties":{"population":70},"geometry":{"type":"Point","coordinates":[6.277073695355119,47.377763481660277]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[-0.24594769301859469,49.206595401720338]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[3.945761237701919,44.374015322399369]}},{"type":"Feature","properties":{"population":515},"geometry":{"type":"Point","coordinates":[0.39316216284269087,48.17463294088469]}},{"type":"Feature","properties":{"population":611},"geometry":{"type":"Point","coordinates":[1.6217669794687564,44.81483169526876]}},{"type":"Feature","properties":{"population":976},"geometry":{"type":"Point","coordinates":[-0.24627121252671417,46.18637152380632]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[-1.184317141807302,43.34335033421734]}},{"type":"Feature","properties":{"population":1071},"geometry":{"type":"Point","coordinates":[1.250834875793244,49.52014288994553]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[2.562059218916737,43.698525664472359]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[-0.17800181668816038,44.21341808562574]}},{"type":"Feature","properties":{"population":562},"geometry":{"type":"Point","coordinates":[7.006142965754406,48.555277731156667]}},{"type":"Feature","properties":{"population":401},"geometry":{"type":"Point","coordinates":[1.8880383693310435,50.71529909676057]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[6.788935185707,48.89010786712882]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[5.993219515384488,47.05508694039707]}},{"type":"Feature","properties":{"population":7169},"geometry":{"type":"Point","coordinates":[2.8182147327639894,48.84422879054201]}},{"type":"Feature","properties":{"population":94},"geometry":{"type":"Point","coordinates":[1.1145649819952719,43.94196208711876]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[5.769341221107569,48.89195634255773]}},{"type":"Feature","properties":{"population":3681},"geometry":{"type":"Point","coordinates":[0.8423429659749665,45.823307109260749]}},{"type":"Feature","properties":{"population":1469},"geometry":{"type":"Point","coordinates":[4.900019736156782,45.430329419524969]}},{"type":"Feature","properties":{"population":839},"geometry":{"type":"Point","coordinates":[4.138866267744163,49.085788444138618]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[6.011700981568493,46.95751837550224]}},{"type":"Feature","properties":{"population":286},"geometry":{"type":"Point","coordinates":[2.9578574775479216,48.89862259333167]}},{"type":"Feature","properties":{"population":1307},"geometry":{"type":"Point","coordinates":[-2.3621586646777437,47.63586343581135]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[3.115364404318055,45.946761023589349]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[2.202695740430006,45.320521999308507]}},{"type":"Feature","properties":{"population":961},"geometry":{"type":"Point","coordinates":[2.928359065687106,48.675607468642038]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[1.0530420794365248,42.88415119668071]}},{"type":"Feature","properties":{"population":1205},"geometry":{"type":"Point","coordinates":[1.439930435171993,48.96476462845321]}},{"type":"Feature","properties":{"population":803},"geometry":{"type":"Point","coordinates":[-0.21372494673515206,43.121470237592799]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[7.17689375315879,48.90589412948191]}},{"type":"Feature","properties":{"population":191},"geometry":{"type":"Point","coordinates":[5.684298314589162,46.6588736921726]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[4.597629119277469,46.67347535376708]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[1.934081002090964,43.1122363005373]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[-0.7841460141524159,49.294015390943979]}},{"type":"Feature","properties":{"population":345},"geometry":{"type":"Point","coordinates":[0.5980143213762742,49.806461149534637]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[5.6655652739202069,49.09773277120582]}},{"type":"Feature","properties":{"population":1357},"geometry":{"type":"Point","coordinates":[8.894898946290324,41.922902818722267]}},{"type":"Feature","properties":{"population":109},"geometry":{"type":"Point","coordinates":[0.6240745567663787,42.980223655245257]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[6.560253656754569,48.4126625953175]}},{"type":"Feature","properties":{"population":414},"geometry":{"type":"Point","coordinates":[6.925955411853753,47.468409574926287]}},{"type":"Feature","properties":{"population":308},"geometry":{"type":"Point","coordinates":[3.424095823599319,43.65650541944345]}},{"type":"Feature","properties":{"population":442},"geometry":{"type":"Point","coordinates":[3.2754089454588994,50.09332189749358]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[2.7618085266659078,47.87741456731459]}},{"type":"Feature","properties":{"population":796},"geometry":{"type":"Point","coordinates":[1.125649356348946,46.00544566857749]}},{"type":"Feature","properties":{"population":8670},"geometry":{"type":"Point","coordinates":[2.2683931157627907,48.64200255330873]}},{"type":"Feature","properties":{"population":221},"geometry":{"type":"Point","coordinates":[2.591912113623444,49.95121371159781]}},{"type":"Feature","properties":{"population":1495},"geometry":{"type":"Point","coordinates":[-4.328349928243288,47.99507112055657]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[6.684759204889444,47.21387748142927]}},{"type":"Feature","properties":{"population":3156},"geometry":{"type":"Point","coordinates":[4.787692654729612,46.241156691438629]}},{"type":"Feature","properties":{"population":618},"geometry":{"type":"Point","coordinates":[1.8312811993918994,50.62426808210141]}},{"type":"Feature","properties":{"population":1159},"geometry":{"type":"Point","coordinates":[3.630284603883357,50.310249882662969]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[3.658522563217284,48.921960226247509]}},{"type":"Feature","properties":{"population":268},"geometry":{"type":"Point","coordinates":[6.934070370904565,47.67944717944524]}},{"type":"Feature","properties":{"population":248},"geometry":{"type":"Point","coordinates":[3.931653354710921,50.03815510054333]}},{"type":"Feature","properties":{"population":1556},"geometry":{"type":"Point","coordinates":[1.9658719505018839,46.59595172318553]}},{"type":"Feature","properties":{"population":1517},"geometry":{"type":"Point","coordinates":[5.143561596068073,45.886243747375797]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[1.36803751465557,49.97506382224599]}},{"type":"Feature","properties":{"population":807},"geometry":{"type":"Point","coordinates":[-0.5458238552106324,46.21863301225844]}},{"type":"Feature","properties":{"population":2350},"geometry":{"type":"Point","coordinates":[0.7581256534591812,44.52025917294712]}},{"type":"Feature","properties":{"population":1237},"geometry":{"type":"Point","coordinates":[3.2160289886370085,50.59224491958401]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[7.08854643840221,48.65226299101678]}},{"type":"Feature","properties":{"population":2342},"geometry":{"type":"Point","coordinates":[4.590215699135845,44.98271326224565]}},{"type":"Feature","properties":{"population":2443},"geometry":{"type":"Point","coordinates":[4.405581943045047,44.400324257287127]}},{"type":"Feature","properties":{"population":871},"geometry":{"type":"Point","coordinates":[4.60049225195752,46.51806276675776]}},{"type":"Feature","properties":{"population":164},"geometry":{"type":"Point","coordinates":[6.871948388558305,48.77001135670007]}},{"type":"Feature","properties":{"population":505},"geometry":{"type":"Point","coordinates":[2.1141998860110378,49.839965481048647]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[3.818840420321767,49.50124047213023]}},{"type":"Feature","properties":{"population":3380},"geometry":{"type":"Point","coordinates":[2.130660013412649,48.626981123466098]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[4.59228582126696,46.72638774812751]}},{"type":"Feature","properties":{"population":220},"geometry":{"type":"Point","coordinates":[2.748641037073597,46.200333923415289]}},{"type":"Feature","properties":{"population":589},"geometry":{"type":"Point","coordinates":[6.308087204589994,49.09540487503163]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[-0.4972759557812916,45.7081786464717]}},{"type":"Feature","properties":{"population":192},"geometry":{"type":"Point","coordinates":[7.173463976639229,47.89781146818527]}},{"type":"Feature","properties":{"population":266},"geometry":{"type":"Point","coordinates":[1.4815836850643219,45.443338560103047]}},{"type":"Feature","properties":{"population":2594},"geometry":{"type":"Point","coordinates":[2.119318948462116,43.981102156483988]}},{"type":"Feature","properties":{"population":152},"geometry":{"type":"Point","coordinates":[3.7038425555364959,49.9653226285487]}},{"type":"Feature","properties":{"population":1488},"geometry":{"type":"Point","coordinates":[-0.6567884944474368,44.48519033956912]}},{"type":"Feature","properties":{"population":2099},"geometry":{"type":"Point","coordinates":[3.257330204028237,44.41921469608337]}},{"type":"Feature","properties":{"population":646},"geometry":{"type":"Point","coordinates":[7.9806548122126739,48.94138303188042]}},{"type":"Feature","properties":{"population":768},"geometry":{"type":"Point","coordinates":[0.7216248561069373,49.573209533780637]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[0.44000084094240135,43.063600239912407]}},{"type":"Feature","properties":{"population":335},"geometry":{"type":"Point","coordinates":[5.282938049459496,49.32752484667027]}},{"type":"Feature","properties":{"population":712},"geometry":{"type":"Point","coordinates":[1.5955853308741027,42.87611660029102]}},{"type":"Feature","properties":{"population":419},"geometry":{"type":"Point","coordinates":[0.7515037216079212,48.39424517145915]}},{"type":"Feature","properties":{"population":200},"geometry":{"type":"Point","coordinates":[3.1465237789941598,46.20754902208015]}},{"type":"Feature","properties":{"population":432},"geometry":{"type":"Point","coordinates":[5.168656710099181,48.173336547223268]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[1.8447664199589163,45.1093676828592]}},{"type":"Feature","properties":{"population":43},"geometry":{"type":"Point","coordinates":[4.609245061677026,47.729127190455567]}},{"type":"Feature","properties":{"population":388},"geometry":{"type":"Point","coordinates":[1.9446221380859619,49.820102734477007]}},{"type":"Feature","properties":{"population":608},"geometry":{"type":"Point","coordinates":[-1.2862864616946275,48.241135800711628]}},{"type":"Feature","properties":{"population":939},"geometry":{"type":"Point","coordinates":[5.7979714854091048,45.331396380173007]}},{"type":"Feature","properties":{"population":547},"geometry":{"type":"Point","coordinates":[4.501866414629577,44.915631885915598]}},{"type":"Feature","properties":{"population":1709},"geometry":{"type":"Point","coordinates":[1.8747676182406024,48.889145730831739]}},{"type":"Feature","properties":{"population":2093},"geometry":{"type":"Point","coordinates":[7.604774100811894,48.60149513765649]}},{"type":"Feature","properties":{"population":538},"geometry":{"type":"Point","coordinates":[2.260715613848616,47.66385712926269]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[0.9003186283514877,48.23129779550519]}},{"type":"Feature","properties":{"population":75},"geometry":{"type":"Point","coordinates":[5.2525243521066689,48.359328484692699]}},{"type":"Feature","properties":{"population":1658},"geometry":{"type":"Point","coordinates":[4.515478393276567,43.90856415284281]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[2.3755926917464356,43.358087618701699]}},{"type":"Feature","properties":{"population":1954},"geometry":{"type":"Point","coordinates":[-0.3692824943100384,47.54212541225989]}},{"type":"Feature","properties":{"population":1804},"geometry":{"type":"Point","coordinates":[3.199581894186517,45.245145544245058]}},{"type":"Feature","properties":{"population":56},"geometry":{"type":"Point","coordinates":[6.334571585300532,48.23074257401268]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[0.9428317508533303,49.71341124444015]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[0.032266871392336377,48.88439427249113]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[6.610656071865472,47.68188581444036]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"Point","coordinates":[-2.6434707997090784,48.08561639494934]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[5.21629334149915,49.395803477629048]}},{"type":"Feature","properties":{"population":280},"geometry":{"type":"Point","coordinates":[1.2916556215358613,45.37197142690007]}},{"type":"Feature","properties":{"population":231},"geometry":{"type":"Point","coordinates":[-0.9019343020139713,49.367050511110097]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[8.788784325061194,42.04510191347813]}},{"type":"Feature","properties":{"population":188},"geometry":{"type":"Point","coordinates":[5.580352530340369,46.982253667340199]}},{"type":"Feature","properties":{"population":189},"geometry":{"type":"Point","coordinates":[-1.4233817438140795,48.35017883326989]}},{"type":"Feature","properties":{"population":3025},"geometry":{"type":"Point","coordinates":[-1.9412711900006679,48.50972541394462]}},{"type":"Feature","properties":{"population":1283},"geometry":{"type":"Point","coordinates":[0.048562841876972098,45.70837098651347]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[2.8239776450241127,49.74291373057186]}},{"type":"Feature","properties":{"population":310},"geometry":{"type":"Point","coordinates":[7.081919848061528,48.69746125626381]}},{"type":"Feature","properties":{"population":1121},"geometry":{"type":"Point","coordinates":[7.092268865712511,48.08259686233226]}},{"type":"Feature","properties":{"population":55},"geometry":{"type":"Point","coordinates":[5.743904314245252,48.18995006521535]}},{"type":"Feature","properties":{"population":227},"geometry":{"type":"Point","coordinates":[4.0749746361270289,47.91984589636157]}},{"type":"Feature","properties":{"population":4707},"geometry":{"type":"Point","coordinates":[5.0588892702020689,45.62833865979713]}},{"type":"Feature","properties":{"population":172},"geometry":{"type":"Point","coordinates":[0.08239728548907012,45.39435322957483]}},{"type":"Feature","properties":{"population":288},"geometry":{"type":"Point","coordinates":[6.334069145530116,47.12571496826051]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[4.050291521553186,44.478525734943229]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[0.728149428175947,44.89363580698607]}},{"type":"Feature","properties":{"population":93},"geometry":{"type":"Point","coordinates":[0.029116942684757939,48.86942654474394]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[6.560613195584225,45.19836344206019]}},{"type":"Feature","properties":{"population":867},"geometry":{"type":"Point","coordinates":[2.1081650801498119,50.86132837543153]}},{"type":"Feature","properties":{"population":260},"geometry":{"type":"Point","coordinates":[2.9050462132896395,50.215727340515488]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[2.355382488906305,49.67773005933733]}},{"type":"Feature","properties":{"population":203},"geometry":{"type":"Point","coordinates":[4.777325372642137,46.48472726767346]}},{"type":"Feature","properties":{"population":4139},"geometry":{"type":"Point","coordinates":[-2.2429701475699335,47.371980195134138]}},{"type":"Feature","properties":{"population":1668},"geometry":{"type":"Point","coordinates":[7.17571357694924,47.841701209046849]}},{"type":"Feature","properties":{"population":1131},"geometry":{"type":"Point","coordinates":[-4.539916541446931,48.50632962761065]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[0.8326636512487613,48.975520457978507]}},{"type":"Feature","properties":{"population":1214},"geometry":{"type":"Point","coordinates":[5.142880634780839,46.328929336791187]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[0.9807375675398483,47.7458439190674]}},{"type":"Feature","properties":{"population":805},"geometry":{"type":"Point","coordinates":[1.474685964619399,46.35265898138141]}},{"type":"Feature","properties":{"population":497},"geometry":{"type":"Point","coordinates":[1.1322816512592167,44.85729527876658]}},{"type":"Feature","properties":{"population":112},"geometry":{"type":"Point","coordinates":[-0.15141535931724915,43.79567763346808]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[3.1039049329042989,43.6603245132376]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[3.768545272330075,46.39864896240896]}},{"type":"Feature","properties":{"population":257},"geometry":{"type":"Point","coordinates":[-1.1237679163956312,47.871905217591]}},{"type":"Feature","properties":{"population":132},"geometry":{"type":"Point","coordinates":[6.580937331758203,47.32713958201207]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[3.0040264511741636,47.23033426637153]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[2.161279672778046,42.99504572828824]}},{"type":"Feature","properties":{"population":1172},"geometry":{"type":"Point","coordinates":[-0.4785772012583004,43.4433620232578]}},{"type":"Feature","properties":{"population":196},"geometry":{"type":"Point","coordinates":[6.417332865148775,47.3906560031596]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[1.6875373840409063,49.37480900352363]}},{"type":"Feature","properties":{"population":195},"geometry":{"type":"Point","coordinates":[1.6480756092269442,48.047797014280018]}},{"type":"Feature","properties":{"population":30},"geometry":{"type":"Point","coordinates":[1.9176131097495255,43.125828424870949]}},{"type":"Feature","properties":{"population":420},"geometry":{"type":"Point","coordinates":[1.482955732080734,49.495742472998667]}},{"type":"Feature","properties":{"population":116},"geometry":{"type":"Point","coordinates":[2.032068496332878,45.62302548080634]}},{"type":"Feature","properties":{"population":504},"geometry":{"type":"Point","coordinates":[1.810508605291472,48.887664216727]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[6.365277155975774,44.49560695699848]}},{"type":"Feature","properties":{"population":546},"geometry":{"type":"Point","coordinates":[0.40445577545860025,44.46860558966633]}},{"type":"Feature","properties":{"population":329},"geometry":{"type":"Point","coordinates":[2.8665932745010758,47.229314717613039]}},{"type":"Feature","properties":{"population":1420},"geometry":{"type":"Point","coordinates":[4.044319280014165,50.1618301529417]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[5.357787070515354,48.71444352175925]}},{"type":"Feature","properties":{"population":1681},"geometry":{"type":"Point","coordinates":[4.877713774821013,45.41000071993428]}},{"type":"Feature","properties":{"population":393},"geometry":{"type":"Point","coordinates":[3.9675957179773757,49.3939180224573]}},{"type":"Feature","properties":{"population":202},"geometry":{"type":"Point","coordinates":[1.342087804063367,48.946539717472258]}},{"type":"Feature","properties":{"population":599},"geometry":{"type":"Point","coordinates":[5.241182968047795,46.78862414920146]}},{"type":"Feature","properties":{"population":1506},"geometry":{"type":"Point","coordinates":[4.743643816365588,45.8931093350329]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[4.327626750293787,47.316419824481339]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[2.8370090353036985,46.202095207214487]}},{"type":"Feature","properties":{"population":380},"geometry":{"type":"Point","coordinates":[-3.0909267538576166,48.48242769999037]}},{"type":"Feature","properties":{"population":1263},"geometry":{"type":"Point","coordinates":[1.792315436033213,48.79810576684351]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[1.0820385845001546,44.55101695890433]}},{"type":"Feature","properties":{"population":113},"geometry":{"type":"Point","coordinates":[2.051036425355063,45.35848270397338]}},{"type":"Feature","properties":{"population":892},"geometry":{"type":"Point","coordinates":[3.8876848674473827,48.4126633592939]}},{"type":"Feature","properties":{"population":920},"geometry":{"type":"Point","coordinates":[3.2736547188205948,45.92011541428282]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[4.39193662876156,44.88835002868675]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[0.15037539455133637,44.71512342294519]}},{"type":"Feature","properties":{"population":326},"geometry":{"type":"Point","coordinates":[3.2083525402804557,43.974022468714249]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[3.1536360685419195,49.1105631137637]}},{"type":"Feature","properties":{"population":137},"geometry":{"type":"Point","coordinates":[2.939106129560662,50.17050747961877]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[0.03663200801589997,44.0053209253784]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[2.2802660732501165,43.144232090780679]}},{"type":"Feature","properties":{"population":306},"geometry":{"type":"Point","coordinates":[2.1136166251019858,49.703183296208937]}},{"type":"Feature","properties":{"population":583},"geometry":{"type":"Point","coordinates":[2.7107073033249406,46.519289380214157]}},{"type":"Feature","properties":{"population":274},"geometry":{"type":"Point","coordinates":[1.58148495736146,49.27191121625929]}},{"type":"Feature","properties":{"population":235},"geometry":{"type":"Point","coordinates":[2.5573647769159177,42.38298356101133]}},{"type":"Feature","properties":{"population":779},"geometry":{"type":"Point","coordinates":[2.8512980000779835,49.517194063948078]}},{"type":"Feature","properties":{"population":553},"geometry":{"type":"Point","coordinates":[4.066458341017405,43.811664646392838]}},{"type":"Feature","properties":{"population":278},"geometry":{"type":"Point","coordinates":[4.348758630261704,48.43693722711794]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[5.812561370269353,47.06627130405794]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[-0.20302100251999745,45.79594653559013]}},{"type":"Feature","properties":{"population":544},"geometry":{"type":"Point","coordinates":[1.7662398555280173,50.74764522231411]}},{"type":"Feature","properties":{"population":311},"geometry":{"type":"Point","coordinates":[3.8946563268901395,44.734055758008619]}},{"type":"Feature","properties":{"population":2120},"geometry":{"type":"Point","coordinates":[-0.9313620864252641,47.13374583529747]}},{"type":"Feature","properties":{"population":1218},"geometry":{"type":"Point","coordinates":[4.150873335207275,45.72734109523596]}},{"type":"Feature","properties":{"population":5476},"geometry":{"type":"Point","coordinates":[2.4212786776969819,47.486134619401898]}},{"type":"Feature","properties":{"population":292},"geometry":{"type":"Point","coordinates":[2.8143489956390588,49.755458487897197]}},{"type":"Feature","properties":{"population":291},"geometry":{"type":"Point","coordinates":[2.5397064579227197,49.4427918792259]}},{"type":"Feature","properties":{"population":98},"geometry":{"type":"Point","coordinates":[4.4460533860358979,49.85253981941862]}},{"type":"Feature","properties":{"population":402},"geometry":{"type":"Point","coordinates":[1.7792150605961932,49.41134421834342]}},{"type":"Feature","properties":{"population":1011},"geometry":{"type":"Point","coordinates":[-0.15848843877941083,46.770701132435359]}},{"type":"Feature","properties":{"population":303},"geometry":{"type":"Point","coordinates":[6.16679893550457,43.64712367950713]}},{"type":"Feature","properties":{"population":902},"geometry":{"type":"Point","coordinates":[2.056344170801777,49.21040086045226]}},{"type":"Feature","properties":{"population":155},"geometry":{"type":"Point","coordinates":[9.337527557127869,42.59976697558985]}},{"type":"Feature","properties":{"population":485},"geometry":{"type":"Point","coordinates":[1.16770413683274,43.62030438696942]}},{"type":"Feature","properties":{"population":208},"geometry":{"type":"Point","coordinates":[8.98990093167221,42.581931782519578]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[4.167555385977248,48.745049167718587]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[5.270724308311922,44.559716456155118]}},{"type":"Feature","properties":{"population":81},"geometry":{"type":"Point","coordinates":[-0.2398062461087238,43.01392015616649]}},{"type":"Feature","properties":{"population":449},"geometry":{"type":"Point","coordinates":[5.521374950775226,47.426301768980419]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[3.6155370245556637,44.702046346562259]}},{"type":"Feature","properties":{"population":35},"geometry":{"type":"Point","coordinates":[4.425523973939046,47.33138230099548]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[-0.968796967726338,47.73792916266488]}},{"type":"Feature","properties":{"population":279},"geometry":{"type":"Point","coordinates":[1.525700377436723,48.12458898745822]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[4.609218057315305,47.06358942046377]}},{"type":"Feature","properties":{"population":1140},"geometry":{"type":"Point","coordinates":[1.2882815076644705,49.34199886040701]}},{"type":"Feature","properties":{"population":247},"geometry":{"type":"Point","coordinates":[1.924382507903636,50.17975428678779]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[1.8701441953523202,49.320918711843699]}},{"type":"Feature","properties":{"population":141},"geometry":{"type":"Point","coordinates":[3.2503068182853949,49.076365873860037]}},{"type":"Feature","properties":{"population":297},"geometry":{"type":"Point","coordinates":[6.317669571127496,47.66042555781286]}},{"type":"Feature","properties":{"population":392},"geometry":{"type":"Point","coordinates":[-0.3456926059896562,43.67252459582761]}},{"type":"Feature","properties":{"population":60},"geometry":{"type":"Point","coordinates":[2.4434461373725719,45.8888608843048]}},{"type":"Feature","properties":{"population":714},"geometry":{"type":"Point","coordinates":[5.656249403777072,44.942945707268638]}},{"type":"Feature","properties":{"population":1740},"geometry":{"type":"Point","coordinates":[4.235270588390083,45.17951990605727]}},{"type":"Feature","properties":{"population":151},"geometry":{"type":"Point","coordinates":[1.9015070734440498,44.059365267672088]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[5.3804221148785349,46.863659225516759]}},{"type":"Feature","properties":{"population":672},"geometry":{"type":"Point","coordinates":[5.160066040315226,45.153746683112888]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[6.157373990226126,47.8154304498863]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[5.343473578920521,47.98618360009205]}},{"type":"Feature","properties":{"population":512},"geometry":{"type":"Point","coordinates":[1.4185094820406042,46.15793380574627]}},{"type":"Feature","properties":{"population":1154},"geometry":{"type":"Point","coordinates":[-2.9249173438376236,48.497130992866157]}},{"type":"Feature","properties":{"population":218},"geometry":{"type":"Point","coordinates":[-0.07462663812690415,48.85841241353898]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[0.36590515998619957,48.54128196750335]}},{"type":"Feature","properties":{"population":234},"geometry":{"type":"Point","coordinates":[1.106241787321424,44.80035547282002]}},{"type":"Feature","properties":{"population":125},"geometry":{"type":"Point","coordinates":[2.457878201290867,48.24231003816335]}},{"type":"Feature","properties":{"population":707},"geometry":{"type":"Point","coordinates":[6.442732142588631,47.65030908919864]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[5.1345050626910109,49.25689667608697]}},{"type":"Feature","properties":{"population":341},"geometry":{"type":"Point","coordinates":[4.862350975195665,47.78070711879569]}},{"type":"Feature","properties":{"population":605},"geometry":{"type":"Point","coordinates":[5.650459450722341,48.30146588414987]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[4.007674098148578,44.283907952069828]}},{"type":"Feature","properties":{"population":1374},"geometry":{"type":"Point","coordinates":[0.5968956405493866,49.34126801978406]}},{"type":"Feature","properties":{"population":319},"geometry":{"type":"Point","coordinates":[2.7869956929599275,43.367193014175949]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[5.863991320029133,47.05753013688667]}},{"type":"Feature","properties":{"population":1561},"geometry":{"type":"Point","coordinates":[2.5591979301119198,48.07466244068853]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[1.8885308584252892,44.60573294633409]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[3.643798607997944,43.954894806015577]}},{"type":"Feature","properties":{"population":406},"geometry":{"type":"Point","coordinates":[5.595590584800765,46.85720773036969]}},{"type":"Feature","properties":{"population":1029},"geometry":{"type":"Point","coordinates":[4.883184796465445,45.34923326168593]}},{"type":"Feature","properties":{"population":89},"geometry":{"type":"Point","coordinates":[5.750977054163412,49.10225149045747]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[2.8107632094508205,48.59205744777556]}},{"type":"Feature","properties":{"population":312},"geometry":{"type":"Point","coordinates":[0.37422706222441939,43.143562049488519]}},{"type":"Feature","properties":{"population":122},"geometry":{"type":"Point","coordinates":[2.2320226733315726,50.138891379501597]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[2.2173731000868939,48.05459628068524]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[4.305438588998377,45.83653378355972]}},{"type":"Feature","properties":{"population":680},"geometry":{"type":"Point","coordinates":[-3.328500226987086,47.69557178509682]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[7.293069564451684,48.23325267553855]}},{"type":"Feature","properties":{"population":1154},"geometry":{"type":"Point","coordinates":[6.192883294353816,49.4355435449604]}},{"type":"Feature","properties":{"population":166},"geometry":{"type":"Point","coordinates":[1.8463409298603986,43.07221499032284]}},{"type":"Feature","properties":{"population":67},"geometry":{"type":"Point","coordinates":[6.140399524166385,47.996120208313929]}},{"type":"Feature","properties":{"population":250},"geometry":{"type":"Point","coordinates":[0.4135634145438622,43.062977041257507]}},{"type":"Feature","properties":{"population":4448},"geometry":{"type":"Point","coordinates":[1.5378579578602672,43.68476808311789]}},{"type":"Feature","properties":{"population":77},"geometry":{"type":"Point","coordinates":[3.0752599348606926,45.226225638215179]}},{"type":"Feature","properties":{"population":456},"geometry":{"type":"Point","coordinates":[5.9621234905704469,45.39857954934698]}},{"type":"Feature","properties":{"population":204},"geometry":{"type":"Point","coordinates":[0.2379315706554419,44.42134048002148]}},{"type":"Feature","properties":{"population":4478},"geometry":{"type":"Point","coordinates":[-2.1838644872746628,47.14454538807534]}},{"type":"Feature","properties":{"population":1732},"geometry":{"type":"Point","coordinates":[7.299986981004767,48.037290046601999]}},{"type":"Feature","properties":{"population":718},"geometry":{"type":"Point","coordinates":[4.755193273369277,49.7074963806661]}},{"type":"Feature","properties":{"population":670},"geometry":{"type":"Point","coordinates":[4.000541760091857,45.72504917632604]}},{"type":"Feature","properties":{"population":741},"geometry":{"type":"Point","coordinates":[5.981902815459589,46.02171820383152]}},{"type":"Feature","properties":{"population":513},"geometry":{"type":"Point","coordinates":[7.439915142430086,48.378553965275759]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[5.493034997905,47.862677341943797]}},{"type":"Feature","properties":{"population":1477},"geometry":{"type":"Point","coordinates":[2.148947983345884,44.66217699841657]}},{"type":"Feature","properties":{"population":394},"geometry":{"type":"Point","coordinates":[-0.6075279403911857,45.84481570817916]}},{"type":"Feature","properties":{"population":4307},"geometry":{"type":"Point","coordinates":[-3.6904004036756,47.84905023105374]}},{"type":"Feature","properties":{"population":2302},"geometry":{"type":"Point","coordinates":[4.041333921529867,43.723363410210527]}},{"type":"Feature","properties":{"population":835},"geometry":{"type":"Point","coordinates":[-0.6257900938045746,48.68909183716008]}},{"type":"Feature","properties":{"population":2380},"geometry":{"type":"Point","coordinates":[0.8088004728772946,44.41818039230568]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[0.05098534842802013,48.47607568093498]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[4.642385633822367,48.254599393712]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[6.8411157828007609,44.28966109838821]}},{"type":"Feature","properties":{"population":258},"geometry":{"type":"Point","coordinates":[0.06986183688170716,43.118639853784099]}},{"type":"Feature","properties":{"population":1312},"geometry":{"type":"Point","coordinates":[5.144601968826221,48.53065193900879]}},{"type":"Feature","properties":{"population":62},"geometry":{"type":"Point","coordinates":[8.82036212756906,42.20661293501113]}},{"type":"Feature","properties":{"population":530},"geometry":{"type":"Point","coordinates":[0.31036700763777338,45.797582845058197]}},{"type":"Feature","properties":{"population":879},"geometry":{"type":"Point","coordinates":[-0.5476868459313661,45.09618665021327]}},{"type":"Feature","properties":{"population":92},"geometry":{"type":"Point","coordinates":[3.769381185153001,47.843337924893017]}},{"type":"Feature","properties":{"population":463},"geometry":{"type":"Point","coordinates":[-0.0026806819233574877,43.11902501076985]}},{"type":"Feature","properties":{"population":41},"geometry":{"type":"Point","coordinates":[3.450154217528716,47.24487816543497]}},{"type":"Feature","properties":{"population":348},"geometry":{"type":"Point","coordinates":[-1.5282538320413806,48.38745624253308]}},{"type":"Feature","properties":{"population":571},"geometry":{"type":"Point","coordinates":[4.07716546640018,43.86816514038382]}},{"type":"Feature","properties":{"population":334},"geometry":{"type":"Point","coordinates":[6.14106544710939,44.6298680233677]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[6.452377407437575,48.50083204574648]}},{"type":"Feature","properties":{"population":214},"geometry":{"type":"Point","coordinates":[1.9908842424388296,48.38228377445253]}},{"type":"Feature","properties":{"population":1022},"geometry":{"type":"Point","coordinates":[-0.367909921760723,44.825981017887119]}},{"type":"Feature","properties":{"population":351},"geometry":{"type":"Point","coordinates":[7.108201346063993,43.89205967850323]}},{"type":"Feature","properties":{"population":309},"geometry":{"type":"Point","coordinates":[4.218490449345726,45.9127782897987]}},{"type":"Feature","properties":{"population":1148},"geometry":{"type":"Point","coordinates":[2.6152943612427435,47.99140565646126]}},{"type":"Feature","properties":{"population":1684},"geometry":{"type":"Point","coordinates":[5.639645016029412,45.56197488145482]}},{"type":"Feature","properties":{"population":358},"geometry":{"type":"Point","coordinates":[3.570009806126297,49.873172085020339]}},{"type":"Feature","properties":{"population":1836},"geometry":{"type":"Point","coordinates":[4.134428773499272,44.05127327551077]}},{"type":"Feature","properties":{"population":332},"geometry":{"type":"Point","coordinates":[1.169147627351739,49.66409639953704]}},{"type":"Feature","properties":{"population":875},"geometry":{"type":"Point","coordinates":[3.65809477438828,47.05541193235779]}},{"type":"Feature","properties":{"population":163},"geometry":{"type":"Point","coordinates":[6.562841869312066,47.86794565353954]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[-0.0904376156313925,42.95746191853626]}},{"type":"Feature","properties":{"population":459},"geometry":{"type":"Point","coordinates":[7.850309856549434,49.0157186923515]}},{"type":"Feature","properties":{"population":290},"geometry":{"type":"Point","coordinates":[5.933594648681785,44.393412314039107]}},{"type":"Feature","properties":{"population":1731},"geometry":{"type":"Point","coordinates":[-0.4883817156103446,49.14999464981541]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[1.3195532807814779,43.16599363460177]}},{"type":"Feature","properties":{"population":242},"geometry":{"type":"Point","coordinates":[3.7890535759626235,49.6751723150047]}},{"type":"Feature","properties":{"population":1002},"geometry":{"type":"Point","coordinates":[1.1756606527952847,43.01510768081115]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[7.48723751897171,48.70720914507777]}},{"type":"Feature","properties":{"population":36},"geometry":{"type":"Point","coordinates":[3.4846362220576925,44.78484651320421]}},{"type":"Feature","properties":{"population":153},"geometry":{"type":"Point","coordinates":[1.6619446859012912,42.79863556980722]}},{"type":"Feature","properties":{"population":2590},"geometry":{"type":"Point","coordinates":[-0.37214582859503317,44.87209854817244]}},{"type":"Feature","properties":{"population":715},"geometry":{"type":"Point","coordinates":[-2.9285705131922517,48.147169460047887]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[6.356098141930197,48.520162001905138]}},{"type":"Feature","properties":{"population":88},"geometry":{"type":"Point","coordinates":[0.39163809840033877,48.23565033894713]}},{"type":"Feature","properties":{"population":1488},"geometry":{"type":"Point","coordinates":[0.2748805535121503,44.848063553932508]}},{"type":"Feature","properties":{"population":206},"geometry":{"type":"Point","coordinates":[3.8843677776884739,46.342879830495657]}},{"type":"Feature","properties":{"population":237},"geometry":{"type":"Point","coordinates":[3.8181664192829696,45.885733207718079]}},{"type":"Feature","properties":{"population":1776},"geometry":{"type":"Point","coordinates":[4.096351213154094,50.17170632030005]}},{"type":"Feature","properties":{"population":2010},"geometry":{"type":"Point","coordinates":[6.768397886500462,47.491051405940527]}},{"type":"Feature","properties":{"population":144},"geometry":{"type":"Point","coordinates":[6.251206992886035,48.81422852259742]}},{"type":"Feature","properties":{"population":50},"geometry":{"type":"Point","coordinates":[5.659385675182567,48.87697614241438]}},{"type":"Feature","properties":{"population":57},"geometry":{"type":"Point","coordinates":[4.676673549032736,48.94059791800467]}},{"type":"Feature","properties":{"population":304},"geometry":{"type":"Point","coordinates":[6.892441432483326,44.716604965401]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[7.1119675529732568,48.80981230523695]}},{"type":"Feature","properties":{"population":3069},"geometry":{"type":"Point","coordinates":[0.20043732218638128,48.92492915771859]}},{"type":"Feature","properties":{"population":748},"geometry":{"type":"Point","coordinates":[4.3086110209661909,46.889085451238489]}},{"type":"Feature","properties":{"population":269},"geometry":{"type":"Point","coordinates":[4.470265623736435,48.79266544116378]}},{"type":"Feature","properties":{"population":305},"geometry":{"type":"Point","coordinates":[2.3533371107296077,46.696373306379509]}},{"type":"Feature","properties":{"population":2206},"geometry":{"type":"Point","coordinates":[1.2034252225442313,43.65951104783688]}},{"type":"Feature","properties":{"population":702},"geometry":{"type":"Point","coordinates":[0.7903454089259588,46.264723634383027]}},{"type":"Feature","properties":{"population":882},"geometry":{"type":"Point","coordinates":[1.5247051798767602,48.75185671731474]}},{"type":"Feature","properties":{"population":525},"geometry":{"type":"Point","coordinates":[3.8331001144284118,43.75248548189565]}},{"type":"Feature","properties":{"population":618},"geometry":{"type":"Point","coordinates":[5.415752996748949,49.34321215670728]}},{"type":"Feature","properties":{"population":255},"geometry":{"type":"Point","coordinates":[4.129997973601003,44.85522370640169]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[5.0446991807275449,48.12868646269759]}},{"type":"Feature","properties":{"population":283},"geometry":{"type":"Point","coordinates":[6.778888883683728,47.750282619568839]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[0.5888048837063062,46.44348051431339]}},{"type":"Feature","properties":{"population":3127},"geometry":{"type":"Point","coordinates":[3.3386652251908734,45.920676892525907]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[1.9360351749102168,50.65013508488491]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[1.1055694814375635,45.037170773368398]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[0.335755795138395,48.449691280414238]}},{"type":"Feature","properties":{"population":520},"geometry":{"type":"Point","coordinates":[2.4956348772839709,48.50494439629668]}},{"type":"Feature","properties":{"population":453},"geometry":{"type":"Point","coordinates":[-0.5460081304828661,45.07779804227071]}},{"type":"Feature","properties":{"population":383},"geometry":{"type":"Point","coordinates":[2.9583444345148477,50.2571921544598]}},{"type":"Feature","properties":{"population":95},"geometry":{"type":"Point","coordinates":[6.28711435852194,47.49802637447329]}},{"type":"Feature","properties":{"population":1032},"geometry":{"type":"Point","coordinates":[1.1898964920920188,49.35546121480342]}},{"type":"Feature","properties":{"population":285},"geometry":{"type":"Point","coordinates":[2.9224815801454375,49.99229844258193]}},{"type":"Feature","properties":{"population":446},"geometry":{"type":"Point","coordinates":[4.534834666101426,45.71087442769675]}},{"type":"Feature","properties":{"population":72},"geometry":{"type":"Point","coordinates":[6.522719623593735,48.89879783667699]}},{"type":"Feature","properties":{"population":1308},"geometry":{"type":"Point","coordinates":[3.213490932544452,48.7653993067897]}},{"type":"Feature","properties":{"population":48},"geometry":{"type":"Point","coordinates":[6.1739413767341209,44.19467639756805]}},{"type":"Feature","properties":{"population":989},"geometry":{"type":"Point","coordinates":[-2.9341191652884905,47.855710341350739]}},{"type":"Feature","properties":{"population":101},"geometry":{"type":"Point","coordinates":[0.04316760867102978,49.19858154138209]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[6.403167173445989,47.504992248093007]}},{"type":"Feature","properties":{"population":730},"geometry":{"type":"Point","coordinates":[2.535877556514182,47.90933663240317]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[0.041621650011707488,43.12372138394586]}},{"type":"Feature","properties":{"population":479},"geometry":{"type":"Point","coordinates":[3.759996966927973,45.183178630051269]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[2.1677494432321739,47.64965495851618]}},{"type":"Feature","properties":{"population":2009},"geometry":{"type":"Point","coordinates":[2.108638310642486,43.59894486003949]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[0.46170334062442067,47.76430507457659]}},{"type":"Feature","properties":{"population":105},"geometry":{"type":"Point","coordinates":[1.8717335663354045,48.1164685847348]}},{"type":"Feature","properties":{"population":210},"geometry":{"type":"Point","coordinates":[0.9977543973996721,45.20500896058091]}},{"type":"Feature","properties":{"population":561},"geometry":{"type":"Point","coordinates":[-0.18175998485080867,47.223409665393919]}},{"type":"Feature","properties":{"population":649},"geometry":{"type":"Point","coordinates":[0.16996569535935952,47.040142358393847]}},{"type":"Feature","properties":{"population":582},"geometry":{"type":"Point","coordinates":[0.5802915112544768,48.10106543084594]}},{"type":"Feature","properties":{"population":362},"geometry":{"type":"Point","coordinates":[0.8568856825422754,48.23788949111463]}},{"type":"Feature","properties":{"population":3362},"geometry":{"type":"Point","coordinates":[-1.4088308114799242,49.131607246985577]}},{"type":"Feature","properties":{"population":726},"geometry":{"type":"Point","coordinates":[6.144238511498275,45.73802249588593]}},{"type":"Feature","properties":{"population":216},"geometry":{"type":"Point","coordinates":[0.8810067741055074,43.76349162838343]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[1.019663651607787,42.930613508742158]}},{"type":"Feature","properties":{"population":246},"geometry":{"type":"Point","coordinates":[4.163489025862613,49.47020546479201]}},{"type":"Feature","properties":{"population":1461},"geometry":{"type":"Point","coordinates":[2.906910326588035,45.49693733175852]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[3.3409597619203046,49.210050344190907]}},{"type":"Feature","properties":{"population":557},"geometry":{"type":"Point","coordinates":[5.405977725996164,43.77841482244688]}},{"type":"Feature","properties":{"population":61},"geometry":{"type":"Point","coordinates":[9.041186988678295,41.73229789253937]}},{"type":"Feature","properties":{"population":954},"geometry":{"type":"Point","coordinates":[4.935192832041073,47.081291034717889]}},{"type":"Feature","properties":{"population":1194},"geometry":{"type":"Point","coordinates":[-0.7320617069240856,46.04569206672487]}},{"type":"Feature","properties":{"population":54},"geometry":{"type":"Point","coordinates":[4.4613422812692919,47.42766546543774]}},{"type":"Feature","properties":{"population":617},"geometry":{"type":"Point","coordinates":[-1.8095286687180714,48.25463983099265]}},{"type":"Feature","properties":{"population":252},"geometry":{"type":"Point","coordinates":[6.305153909950144,47.34670646527767]}},{"type":"Feature","properties":{"population":80},"geometry":{"type":"Point","coordinates":[0.24036797098526928,45.41681380557743]}},{"type":"Feature","properties":{"population":78},"geometry":{"type":"Point","coordinates":[5.571937378620551,48.05283591679979]}},{"type":"Feature","properties":{"population":628},"geometry":{"type":"Point","coordinates":[1.7793536629828766,49.00778101312597]}},{"type":"Feature","properties":{"population":946},"geometry":{"type":"Point","coordinates":[-0.9871156077484665,46.71396357901388]}},{"type":"Feature","properties":{"population":955},"geometry":{"type":"Point","coordinates":[4.014123118879618,46.19983523530468]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[0.6109678880143508,43.46519503361875]}},{"type":"Feature","properties":{"population":154},"geometry":{"type":"Point","coordinates":[-0.6101868074328902,43.55859551915617]}},{"type":"Feature","properties":{"population":638},"geometry":{"type":"Point","coordinates":[-0.956019375877899,46.50243594595789]}},{"type":"Feature","properties":{"population":316},"geometry":{"type":"Point","coordinates":[3.988068845364102,49.919093019473837]}},{"type":"Feature","properties":{"population":350},"geometry":{"type":"Point","coordinates":[3.870629352344588,47.55249364131363]}},{"type":"Feature","properties":{"population":464},"geometry":{"type":"Point","coordinates":[2.264792973101983,45.247634163076458]}},{"type":"Feature","properties":{"population":3160},"geometry":{"type":"Point","coordinates":[-1.2988677475553506,47.20771282082392]}},{"type":"Feature","properties":{"population":969},"geometry":{"type":"Point","coordinates":[1.9131725432569973,44.38112107418562]}},{"type":"Feature","properties":{"population":648},"geometry":{"type":"Point","coordinates":[1.099904300019389,49.7347219828327]}},{"type":"Feature","properties":{"population":629},"geometry":{"type":"Point","coordinates":[5.9628867155268019,45.92977672259245]}},{"type":"Feature","properties":{"population":1279},"geometry":{"type":"Point","coordinates":[-0.20743634984637647,45.12771279676833]}},{"type":"Feature","properties":{"population":205},"geometry":{"type":"Point","coordinates":[1.6412568322780644,45.0401751651036]}},{"type":"Feature","properties":{"population":1095},"geometry":{"type":"Point","coordinates":[6.394635120029355,44.5264965923897]}},{"type":"Feature","properties":{"population":684},"geometry":{"type":"Point","coordinates":[3.4864864634507755,43.57275917026901]}},{"type":"Feature","properties":{"population":555},"geometry":{"type":"Point","coordinates":[0.5314678212032348,49.6945204994863]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[5.6139980889844509,48.81964215327398]}},{"type":"Feature","properties":{"population":294},"geometry":{"type":"Point","coordinates":[3.240692214740138,46.16498407025547]}},{"type":"Feature","properties":{"population":396},"geometry":{"type":"Point","coordinates":[6.710641249794024,44.364007965997007]}},{"type":"Feature","properties":{"population":148},"geometry":{"type":"Point","coordinates":[2.563166058368009,45.48610855151741]}},{"type":"Feature","properties":{"population":2037},"geometry":{"type":"Point","coordinates":[-0.5015035260943318,49.09391426748902]}},{"type":"Feature","properties":{"population":441},"geometry":{"type":"Point","coordinates":[3.852235294678782,48.891844833377039]}},{"type":"Feature","properties":{"population":1738},"geometry":{"type":"Point","coordinates":[3.332877155133215,50.476490021891837]}},{"type":"Feature","properties":{"population":261},"geometry":{"type":"Point","coordinates":[0.21224526992634613,48.956277162524909]}},{"type":"Feature","properties":{"population":2535},"geometry":{"type":"Point","coordinates":[-1.5155657400545839,46.567478709819699]}},{"type":"Feature","properties":{"population":58},"geometry":{"type":"Point","coordinates":[0.7348349775200468,43.50418244693844]}},{"type":"Feature","properties":{"population":289},"geometry":{"type":"Point","coordinates":[1.3281510717114796,49.106930127748189]}},{"type":"Feature","properties":{"population":901},"geometry":{"type":"Point","coordinates":[2.6532603578251847,46.60791784914484]}},{"type":"Feature","properties":{"population":1460},"geometry":{"type":"Point","coordinates":[0.26757286809538668,44.05971102619058]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[7.0866823544032979,48.28190676277344]}},{"type":"Feature","properties":{"population":2260},"geometry":{"type":"Point","coordinates":[1.4362634989813846,43.74576017358721]}},{"type":"Feature","properties":{"population":472},"geometry":{"type":"Point","coordinates":[1.4071923486929206,49.35762123786295]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[3.340331235933356,49.93144454768212]}},{"type":"Feature","properties":{"population":494},"geometry":{"type":"Point","coordinates":[1.5938389665270095,47.34197655135781]}},{"type":"Feature","properties":{"population":589},"geometry":{"type":"Point","coordinates":[-0.42533197508681816,43.755628046808649]}},{"type":"Feature","properties":{"population":162},"geometry":{"type":"Point","coordinates":[5.468379227554176,48.86581665232089]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[8.732343350263515,42.30708384286729]}},{"type":"Feature","properties":{"population":1051},"geometry":{"type":"Point","coordinates":[0.6152782986472851,47.02024862426436]}},{"type":"Feature","properties":{"population":104},"geometry":{"type":"Point","coordinates":[6.008064159616348,48.38172445900733]}},{"type":"Feature","properties":{"population":1005},"geometry":{"type":"Point","coordinates":[1.106028934358693,49.618203442194047]}},{"type":"Feature","properties":{"population":13},"geometry":{"type":"Point","coordinates":[-0.01366369976057365,43.032211252994247]}},{"type":"Feature","properties":{"population":385},"geometry":{"type":"Point","coordinates":[4.103427397774938,46.18238819330575]}},{"type":"Feature","properties":{"population":2569},"geometry":{"type":"Point","coordinates":[2.7292967472392806,47.83856929504638]}},{"type":"Feature","properties":{"population":633},"geometry":{"type":"Point","coordinates":[3.9165593186068405,46.065374524483178]}},{"type":"Feature","properties":{"population":911},"geometry":{"type":"Point","coordinates":[2.321481169743764,50.59283901089143]}},{"type":"Feature","properties":{"population":65},"geometry":{"type":"Point","coordinates":[3.4868871636209937,45.399834776189177]}},{"type":"Feature","properties":{"population":761},"geometry":{"type":"Point","coordinates":[5.475981194089524,46.07207130450522]}},{"type":"Feature","properties":{"population":1036},"geometry":{"type":"Point","coordinates":[1.8316978171013288,43.72884247778062]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[1.7884241043744216,50.53636551187203]}},{"type":"Feature","properties":{"population":2431},"geometry":{"type":"Point","coordinates":[5.977296315189082,45.80759430828839]}},{"type":"Feature","properties":{"population":678},"geometry":{"type":"Point","coordinates":[5.012550894664743,46.590971928693459]}},{"type":"Feature","properties":{"population":343},"geometry":{"type":"Point","coordinates":[3.151480465035542,48.39743936066339]}},{"type":"Feature","properties":{"population":211},"geometry":{"type":"Point","coordinates":[0.8522913880824928,46.87596724337508]}},{"type":"Feature","properties":{"population":1287},"geometry":{"type":"Point","coordinates":[6.247560041057509,49.46420983362503]}},{"type":"Feature","properties":{"population":676},"geometry":{"type":"Point","coordinates":[1.8853282628705475,47.19044991243209]}},{"type":"Feature","properties":{"population":545},"geometry":{"type":"Point","coordinates":[5.451445362496653,49.14773683610085]}},{"type":"Feature","properties":{"population":272},"geometry":{"type":"Point","coordinates":[3.9526366714791218,46.3664058940744]}},{"type":"Feature","properties":{"population":2271},"geometry":{"type":"Point","coordinates":[5.896755047665063,45.65053269060248]}},{"type":"Feature","properties":{"population":327},"geometry":{"type":"Point","coordinates":[1.021108725648912,49.7038875098553]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[6.4352001739800939,46.995037706136738]}},{"type":"Feature","properties":{"population":576},"geometry":{"type":"Point","coordinates":[1.757022277387198,48.44212060437995]}},{"type":"Feature","properties":{"population":982},"geometry":{"type":"Point","coordinates":[-0.9592122635408718,43.64660987535428]}},{"type":"Feature","properties":{"population":1196},"geometry":{"type":"Point","coordinates":[3.2084233980560565,43.43748521008249]}},{"type":"Feature","properties":{"population":765},"geometry":{"type":"Point","coordinates":[4.20777646210568,44.3828275913909]}},{"type":"Feature","properties":{"population":126},"geometry":{"type":"Point","coordinates":[6.740834905110439,48.220465067965779]}},{"type":"Feature","properties":{"population":96},"geometry":{"type":"Point","coordinates":[2.4070528634522905,45.91358793002223]}},{"type":"Feature","properties":{"population":356},"geometry":{"type":"Point","coordinates":[0.6107405499969209,48.479273212601608]}},{"type":"Feature","properties":{"population":33},"geometry":{"type":"Point","coordinates":[0.312177376743452,43.14528969323583]}},{"type":"Feature","properties":{"population":124},"geometry":{"type":"Point","coordinates":[0.41835837350146,49.1109480834777]}},{"type":"Feature","properties":{"population":5023},"geometry":{"type":"Point","coordinates":[5.172643549895958,45.769216377299908]}},{"type":"Feature","properties":{"population":263},"geometry":{"type":"Point","coordinates":[-1.4110796567102955,48.602896453559967]}},{"type":"Feature","properties":{"population":441},"geometry":{"type":"Point","coordinates":[-0.3329010676424862,46.92335661559347]}},{"type":"Feature","properties":{"population":147},"geometry":{"type":"Point","coordinates":[4.368985420128262,45.11916035680687]}},{"type":"Feature","properties":{"population":244},"geometry":{"type":"Point","coordinates":[6.097846267756664,47.57806312091744]}},{"type":"Feature","properties":{"population":1693},"geometry":{"type":"Point","coordinates":[0.8302793333442862,47.20438097467067]}},{"type":"Feature","properties":{"population":4106},"geometry":{"type":"Point","coordinates":[-1.0382031595422304,49.04477964054193]}},{"type":"Feature","properties":{"population":1115},"geometry":{"type":"Point","coordinates":[4.80424323465134,46.38243504710812]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[0.9860086424838616,43.49642174429936]}},{"type":"Feature","properties":{"population":84},"geometry":{"type":"Point","coordinates":[3.8784788016419706,46.822661505897048]}},{"type":"Feature","properties":{"population":181},"geometry":{"type":"Point","coordinates":[4.417942927346945,44.269014859487928]}},{"type":"Feature","properties":{"population":369},"geometry":{"type":"Point","coordinates":[1.0597822387076557,44.49640766424067]}},{"type":"Feature","properties":{"population":1086},"geometry":{"type":"Point","coordinates":[-0.3721774279285138,45.67023080851479]}},{"type":"Feature","properties":{"population":39},"geometry":{"type":"Point","coordinates":[5.0392804588389759,49.0440140355922]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[5.7422333398241689,47.73419127140036]}},{"type":"Feature","properties":{"population":1136},"geometry":{"type":"Point","coordinates":[-0.6675304954488847,48.361457729797098]}},{"type":"Feature","properties":{"population":318},"geometry":{"type":"Point","coordinates":[2.853319362228328,44.486822925735747]}},{"type":"Feature","properties":{"population":149},"geometry":{"type":"Point","coordinates":[-0.043328037921288278,43.01544367761225]}},{"type":"Feature","properties":{"population":102},"geometry":{"type":"Point","coordinates":[4.015485706444059,44.76701816246978]}},{"type":"Feature","properties":{"population":128},"geometry":{"type":"Point","coordinates":[-0.2666192121973529,48.681419122305047]}},{"type":"Feature","properties":{"population":139},"geometry":{"type":"Point","coordinates":[5.127685119103836,49.44654313640463]}},{"type":"Feature","properties":{"population":201},"geometry":{"type":"Point","coordinates":[0.44961576879598627,44.30113935000662]}},{"type":"Feature","properties":{"population":2529},"geometry":{"type":"Point","coordinates":[6.0187974267643249,43.17808201296771]}},{"type":"Feature","properties":{"population":91},"geometry":{"type":"Point","coordinates":[5.74821645327052,46.60142817702607]}},{"type":"Feature","properties":{"population":661},"geometry":{"type":"Point","coordinates":[1.1828841070843046,47.93118595501446]}},{"type":"Feature","properties":{"population":97},"geometry":{"type":"Point","coordinates":[0.9341276561310059,43.60703592981361]}},{"type":"Feature","properties":{"population":3485},"geometry":{"type":"Point","coordinates":[4.343513789454093,44.66682236576341]}},{"type":"Feature","properties":{"population":68},"geometry":{"type":"Point","coordinates":[4.010362465918776,47.774019929349119]}},{"type":"Feature","properties":{"population":1138},"geometry":{"type":"Point","coordinates":[4.66627686496422,46.125277729272749]}},{"type":"Feature","properties":{"population":696},"geometry":{"type":"Point","coordinates":[3.991886531290118,44.08009282879138]}},{"type":"Feature","properties":{"population":480},"geometry":{"type":"Point","coordinates":[0.07912495021177449,48.2028510340504]}},{"type":"Feature","properties":{"population":146},"geometry":{"type":"Point","coordinates":[0.03689074678828907,45.22093649412287]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[4.785294244847449,49.19758602834404]}},{"type":"Feature","properties":{"population":1456},"geometry":{"type":"Point","coordinates":[-3.447764431963224,47.98761477780268]}},{"type":"Feature","properties":{"population":254},"geometry":{"type":"Point","coordinates":[2.2112030710277388,50.36306251288538]}},{"type":"Feature","properties":{"population":73},"geometry":{"type":"Point","coordinates":[4.794116860413104,47.73019532012943]}},{"type":"Feature","properties":{"population":1219},"geometry":{"type":"Point","coordinates":[1.8291459835689788,50.79655471221728]}},{"type":"Feature","properties":{"population":107},"geometry":{"type":"Point","coordinates":[0.9082999402808236,44.333884944599869]}},{"type":"Feature","properties":{"population":391},"geometry":{"type":"Point","coordinates":[6.132380514346281,44.546954860418349]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[5.516037564378959,47.217524565611928]}},{"type":"Feature","properties":{"population":118},"geometry":{"type":"Point","coordinates":[3.5521474977911415,47.310669409574348]}},{"type":"Feature","properties":{"population":74},"geometry":{"type":"Point","coordinates":[5.540798295736102,49.24449606719928]}},{"type":"Feature","properties":{"population":117},"geometry":{"type":"Point","coordinates":[3.5872658568160107,48.211991987533689]}},{"type":"Feature","properties":{"population":626},"geometry":{"type":"Point","coordinates":[3.8414884908022675,50.258311847951187]}},{"type":"Feature","properties":{"population":665},"geometry":{"type":"Point","coordinates":[3.532266945653277,49.08972523210323]}},{"type":"Feature","properties":{"population":473},"geometry":{"type":"Point","coordinates":[2.3802457470830817,49.6041601124104]}},{"type":"Feature","properties":{"population":424},"geometry":{"type":"Point","coordinates":[5.621940409523899,48.84380667875994]}},{"type":"Feature","properties":{"population":567},"geometry":{"type":"Point","coordinates":[0.5680057490955448,44.46372520910086]}},{"type":"Feature","properties":{"population":85},"geometry":{"type":"Point","coordinates":[1.155619739652941,44.612745650756547]}},{"type":"Feature","properties":{"population":40},"geometry":{"type":"Point","coordinates":[0.9569800714968824,43.37890555231227]}},{"type":"Feature","properties":{"population":228},"geometry":{"type":"Point","coordinates":[2.0517019817820438,49.837959917930998]}},{"type":"Feature","properties":{"population":877},"geometry":{"type":"Point","coordinates":[9.367380795726554,42.706782090457647]}},{"type":"Feature","properties":{"population":239},"geometry":{"type":"Point","coordinates":[1.9552839887842373,50.347166444664178]}},{"type":"Feature","properties":{"population":212},"geometry":{"type":"Point","coordinates":[3.2409318573097005,45.353184661428787]}},{"type":"Feature","properties":{"population":238},"geometry":{"type":"Point","coordinates":[2.596218420476024,50.18114394237298]}},{"type":"Feature","properties":{"population":240},"geometry":{"type":"Point","coordinates":[0.3956173194365175,43.660880646150477]}},{"type":"Feature","properties":{"population":347},"geometry":{"type":"Point","coordinates":[7.20015908985448,47.46903489993483]}},{"type":"Feature","properties":{"population":412},"geometry":{"type":"Point","coordinates":[2.546744645860881,45.978666873964979]}},{"type":"Feature","properties":{"population":223},"geometry":{"type":"Point","coordinates":[1.7176861964750466,49.60774471899615]}},{"type":"Feature","properties":{"population":2059},"geometry":{"type":"Point","coordinates":[4.692651287654349,45.7740680825603]}},{"type":"Feature","properties":{"population":1396},"geometry":{"type":"Point","coordinates":[6.129333715519277,47.287574804956559]}},{"type":"Feature","properties":{"population":613},"geometry":{"type":"Point","coordinates":[0.4069189010984723,47.16458778732062]}},{"type":"Feature","properties":{"population":4674},"geometry":{"type":"Point","coordinates":[0.7459939171908622,45.10038200612398]}},{"type":"Feature","properties":{"population":437},"geometry":{"type":"Point","coordinates":[-0.4786897432858199,48.84850603545202]}},{"type":"Feature","properties":{"population":1071},"geometry":{"type":"Point","coordinates":[6.386258694432781,49.45983804636865]}},{"type":"Feature","properties":{"population":409},"geometry":{"type":"Point","coordinates":[5.4489239487043499,45.01595655667288]}},{"type":"Feature","properties":{"population":83},"geometry":{"type":"Point","coordinates":[1.9336889964132205,43.00705604086924]}},{"type":"Feature","properties":{"population":990},"geometry":{"type":"Point","coordinates":[4.806679475877688,49.82231768984689]}},{"type":"Feature","properties":{"population":28},"geometry":{"type":"Point","coordinates":[9.246537720233113,42.30993061140225]}},{"type":"Feature","properties":{"population":841},"geometry":{"type":"Point","coordinates":[5.096556866019561,47.44060991556139]}},{"type":"Feature","properties":{"population":426},"geometry":{"type":"Point","coordinates":[3.053009486228359,47.277302667268198]}},{"type":"Feature","properties":{"population":824},"geometry":{"type":"Point","coordinates":[1.187146014190026,49.076362865937799]}},{"type":"Feature","properties":{"population":803},"geometry":{"type":"Point","coordinates":[-0.008074254767736942,46.65394145405448]}},{"type":"Feature","properties":{"population":355},"geometry":{"type":"Point","coordinates":[2.339452686592593,50.59707401068814]}},{"type":"Feature","properties":{"population":1039},"geometry":{"type":"Point","coordinates":[1.4116771232464156,44.14250886328031]}},{"type":"Feature","properties":{"population":465},"geometry":{"type":"Point","coordinates":[0.9431235725604473,47.26590526025308]}},{"type":"Feature","properties":{"population":1058},"geometry":{"type":"Point","coordinates":[7.517011426289983,47.85362202376186]}},{"type":"Feature","properties":{"population":524},"geometry":{"type":"Point","coordinates":[3.616100615440136,49.30155623574849]}},{"type":"Feature","properties":{"population":1122},"geometry":{"type":"Point","coordinates":[5.183758511112577,47.30857655717347]}},{"type":"Feature","properties":{"population":213},"geometry":{"type":"Point","coordinates":[1.3078465432201419,44.71851190091869]}},{"type":"Feature","properties":{"population":444},"geometry":{"type":"Point","coordinates":[0.9385370656376542,46.16306140962172]}},{"type":"Feature","properties":{"population":320},"geometry":{"type":"Point","coordinates":[0.45708836795923787,44.69737066191768]}},{"type":"Feature","properties":{"population":138},"geometry":{"type":"Point","coordinates":[5.365172830469723,47.0902596515515]}},{"type":"Feature","properties":{"population":809},"geometry":{"type":"Point","coordinates":[5.82041789145347,44.958328827692579]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[4.002323469556827,50.20063934988905]}},{"type":"Feature","properties":{"population":69},"geometry":{"type":"Point","coordinates":[5.175881112890034,49.23606446332156]}},{"type":"Feature","properties":{"population":498},"geometry":{"type":"Point","coordinates":[3.6174446922671339,50.22811492546861]}},{"type":"Feature","properties":{"population":49},"geometry":{"type":"Point","coordinates":[0.1784891525549906,43.487843245919069]}},{"type":"Feature","properties":{"population":993},"geometry":{"type":"Point","coordinates":[0.08827191932226268,46.012077251775618]}},{"type":"Feature","properties":{"population":813},"geometry":{"type":"Point","coordinates":[7.15615856756288,47.62014240822768]}},{"type":"Feature","properties":{"population":64},"geometry":{"type":"Point","coordinates":[3.7379595664712035,49.22800058459322]}},{"type":"Feature","properties":{"population":241},"geometry":{"type":"Point","coordinates":[5.125363100156078,44.29928645897306]}},{"type":"Feature","properties":{"population":2279},"geometry":{"type":"Point","coordinates":[2.1405081941233368,45.554254436313929]}},{"type":"Feature","properties":{"population":675},"geometry":{"type":"Point","coordinates":[2.274467923805222,50.23539072977138]}},{"type":"Feature","properties":{"population":262},"geometry":{"type":"Point","coordinates":[4.786421602249825,46.50612147812682]}},{"type":"Feature","properties":{"population":492},"geometry":{"type":"Point","coordinates":[1.8988541689893209,45.12698534041648]}},{"type":"Feature","properties":{"population":209},"geometry":{"type":"Point","coordinates":[0.46176721993236877,43.03518411470104]}},{"type":"Feature","properties":{"population":359},"geometry":{"type":"Point","coordinates":[6.300996808949463,48.32431832520087]}},{"type":"Feature","properties":{"population":3819},"geometry":{"type":"Point","coordinates":[2.733573248772812,49.30558366550828]}},{"type":"Feature","properties":{"population":161},"geometry":{"type":"Point","coordinates":[5.48310909348116,48.953228238323237]}},{"type":"Feature","properties":{"population":4356},"geometry":{"type":"Point","coordinates":[1.3913594055793566,43.482447103770109]}},{"type":"Feature","properties":{"population":168},"geometry":{"type":"Point","coordinates":[-1.2328479386422909,49.42908627743731]}},{"type":"Feature","properties":{"population":852},"geometry":{"type":"Point","coordinates":[2.9521892724280227,49.5128068908277]}},{"type":"Feature","properties":{"population":816},"geometry":{"type":"Point","coordinates":[3.6267432189304018,45.078733302097109]}},{"type":"Feature","properties":{"population":190},"geometry":{"type":"Point","coordinates":[6.77674272960184,48.979529063267168]}},{"type":"Feature","properties":{"population":657},"geometry":{"type":"Point","coordinates":[2.036466301200155,46.59106713418818]}},{"type":"Feature","properties":{"population":143},"geometry":{"type":"Point","coordinates":[3.6252985458675877,45.4970313592666]}},{"type":"Feature","properties":{"population":133},"geometry":{"type":"Point","coordinates":[5.393781313613139,45.0713229327428]}},{"type":"Feature","properties":{"population":3287},"geometry":{"type":"Point","coordinates":[-0.1537921980916772,46.828327963121228]}},{"type":"Feature","properties":{"population":18},"geometry":{"type":"Point","coordinates":[6.053474922415987,48.404169658130538]}},{"type":"Feature","properties":{"population":709},"geometry":{"type":"Point","coordinates":[5.680810579531851,45.47379193029653]}},{"type":"Feature","properties":{"population":1734},"geometry":{"type":"Point","coordinates":[-2.2122083196232986,47.67771005710327]}},{"type":"Feature","properties":{"population":531},"geometry":{"type":"Point","coordinates":[1.5088962428225854,49.3186848961651]}},{"type":"Feature","properties":{"population":764},"geometry":{"type":"Point","coordinates":[-0.5946363019457852,46.290456900618057]}},{"type":"Feature","properties":{"population":59},"geometry":{"type":"Point","coordinates":[0.21912913739209076,43.08008762414363]}},{"type":"Feature","properties":{"population":1017},"geometry":{"type":"Point","coordinates":[2.7858894766175688,44.159602812749799]}},{"type":"Feature","properties":{"population":158},"geometry":{"type":"Point","coordinates":[5.202786305856547,46.933836183416598]}},{"type":"Feature","properties":{"population":1209},"geometry":{"type":"Point","coordinates":[-0.5113638238604463,49.28215699986384]}},{"type":"Feature","properties":{"population":174},"geometry":{"type":"Point","coordinates":[2.5088175975440998,42.709221949182268]}},{"type":"Feature","properties":{"population":1283},"geometry":{"type":"Point","coordinates":[5.374775335371641,49.10243524250577]}},{"type":"Feature","properties":{"population":299},"geometry":{"type":"Point","coordinates":[2.774808904066647,44.676794895933777]}},{"type":"Feature","properties":{"population":810},"geometry":{"type":"Point","coordinates":[3.6884179324908805,45.67306887482483]}},{"type":"Feature","properties":{"population":338},"geometry":{"type":"Point","coordinates":[6.721998622319025,47.53689737754753]}},{"type":"Feature","properties":{"population":245},"geometry":{"type":"Point","coordinates":[0.5262833479470185,49.10626174395031]}},{"type":"Feature","properties":{"population":847},"geometry":{"type":"Point","coordinates":[2.7203064880799796,47.77950593973519]}},{"type":"Feature","properties":{"population":365},"geometry":{"type":"